

/* Start:/local/fonts/MaterialIcons.css?17680702451638*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/local/fonts/MaterialIcons/MaterialIcons-Regular.woff2) format('woff2');
  font-display: swap;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}

/* fallback */
/*
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  src: url(/local/fonts/MaterialIcons/MaterialSymbolsRounded.woff2) format('woff2');
  src: url(https://fonts.gstatic.com/s/materialsymbolsrounded/v26/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOc7TOVpeRL2w5rwZu2rIelXxc.woff2) format('woff2');
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
*/
/* End */


/* Start:/local/fonts/Roboto.css?17680702451394*/
@font-face {
  font-family: Roboto;
  font-weight: 100;
  font-style: normal;
  src: url(/local/fonts/Roboto/RobotoLight.woff) format("woff"),
    url(/local/fonts/Roboto/RobotoLight.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  src: url(/local/fonts/Roboto/RobotoLight.woff) format("woff"),
    url(/local/fonts/Roboto/RobotoLight.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  src: url(/local/fonts/Roboto/RobotoRegular.woff) format("woff"),
    url(/local/fonts/Roboto/RobotoRegular.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  src: url(/local/fonts/Roboto/RobotoMedium.woff) format("woff"),
    url(/local/fonts/Roboto/RobotoMedium.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  src: url(/local/fonts/Roboto/RobotoBold.woff) format("woff"),
    url(/local/fonts/Roboto/RobotoBold.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-weight: 900;
  font-style: normal;
  src: url(/local/fonts/Roboto/RobotoBlack.woff) format("woff"),
    url(/local/fonts/Roboto/RobotoBlack.woff2) format("woff2");
  font-display: swap;
}
/* End */


/* Start:/local/templates/silicon_landing/components/bitrix/menu/top_main/style.css?17680702461833*/
#header-top-container{
	width: auto!important;
	height: 71px;
	overflow: hidden;
}
.nav{
	float: none;
    display: inline-block;
    height: 100%;
    min-height: 75px;
    margin: 0 auto;
}
.nav-panel {
	padding-right: 165px;
    z-index: 99;
    height: 70px;	
    position: fixed;
    width: 100%;
	background-color: #ffffff;
    box-shadow: 0px 2px 4px 0 rgba(60, 65, 76, 0.75);
	font-family: Roboto;
	vertical-align: middle;
    line-height: 70px;
}
.nav>li.nav-item>a:focus, .nav>li.nav-item>a:hover {
    text-decoration:none;
    background:none;
	color: #40434d;
}
.nav>li.nav-item>a {
	text-decoration:none;
	font-size: 24px;
	font-weight: 900;
	color: #40434d;
	padding: 0;
	text-transform: uppercase;
}
.nav-item {
    float: left;
    margin: 0 25px;
    list-style: none;
	height: 70px;
    vertical-align: middle;
    line-height: 70px;
}
.nav i.moremenu {
    display:none;
	position: absolute;
	right: 20px;
	font-size: 40px;
	color: white;
	top: 3px;
}
.nav i.moremenuClose {
    display:none;
	position: absolute;
	right: 20px;
	font-size: 40px;
	color: white;
	top: 3px;
	right: 3px;
}
.mobile-open i.moremenu {
    top: -55px!important;
	position:absolute;
}
.mobile-open i.moremenuClose {
    display:block;
}
.nav .mobile-open li{
    display: inline-block;
}

.nav.mobile-open {
	height: auto;
    position: fixed;
    z-index: 999;
    background: #045;
    width: 100%;
    left: 0;
    top: 70px;
    margin: 0;
    padding: 0;
}

.nav.mobile-open li {
   width:100%;
   text-align:center;
   font-size: 26px;
    margin: 2px;
}
.nav.mobile-open li * {
    float: none;
}

.nav-panel i.mobileMenu {
	display: none;
	cursor: pointer;
}

.nav-panel i.mobileMenuClose {
	display: none;
	cursor: pointer;
}
/* End */


/* Start:/local/templates/silicon_landing/components/bitrix/main.share/animated2/style.css?17680702461670*/
.share-dialog-inner {
    position: absolute;
    z-index: 9999;
    display: none;
    right: 0;
	padding: 10px;
	top: 77px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
}
.bookmarks a {
    display: block;
    width: 80px;
    text-align: right;
	vertical-align: middle;
    line-height: 40px;
    height: 40px;
    margin: 5px 10px;
    font-size: 23px;
    overflow: hidden;
}

.bookmarks-table .shared_url {

}
.bookmarks-table hr {
    position: absolute;
    width: 30px;
    margin-left: 30px;
    margin-top: -48px;
    border: 1px solid white;
    transform: rotate(-28deg);
    box-shadow: 0px 0px 2px 2px #b1b8b6;
    z-index: -2;
}

a.share_switch_btn
{
	display: block;
	width: 62px;
	height: 62px;
	border-radius:31px;
	-webkit-box-shadow: 0 3px 5px #777777;
	box-shadow: 0 3px 5px #777777;
	background-color:#EA700D;
	text-align:center;
}
a.share_switch_btn i
{
	color:white;
	margin-top:17px;
	font-size:30px;
}
a.share_switch_btn i.ssb_close {display:none;}
.share-window-parent {position: relative;}

table.bookmarks-table{
padding: 0px;
width: 40px;
}

.share-dialog{
z-index:1000;
position: absolute;
top: 0px;
}
.share-dialog-top
{
	top: -300px;
	left: 10px;	
	transform: scale(0,0);
}
td.bookmarks {
}


.bookmarks a.linkedin { background:white url('/local/templates/silicon_landing/components/bitrix/main.share/animated2/images/in.svg') 5px center no-repeat; }
.bookmarks a.facebook { background:white url('/local/templates/silicon_landing/components/bitrix/main.share/animated2/images/face.svg') 5px center no-repeat; }
.bookmarks a.twitter { background:white url('/local/templates/silicon_landing/components/bitrix/main.share/animated2/images/tw.svg') 5px center no-repeat; }
.bookmarks a.vk { background:white url('/local/templates/silicon_landing/components/bitrix/main.share/animated2/images/vk.svg') 5px center no-repeat; }
.bookmarks a.gplus { background:white url('/local/templates/silicon_landing/components/bitrix/main.share/animated2/images/gp.svg') 5px center no-repeat; }

/* End */


/* Start:/local/templates/silicon_landing/template_styles.css?176807024676203*/
@charset "UTF-8";

.slick-loading .slick-list {
  background: #fff url(/local/templates/silicon_landing/ajax-loader.gif) center center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(/local/templates/silicon_landing/fonts/slick.eot);
  src: url(/local/templates/silicon_landing/fonts/slick.eot?#iefix) format("embedded-opentype"),url(/local/templates/silicon_landing/fonts/slick.woff) format("woff"),url(/local/templates/silicon_landing/fonts/slick.ttf) format("truetype"),url(/local/templates/silicon_landing/fonts/slick.svg#slick) format("svg");
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.footer__inputsBlock .fullWidth{
	width: 100%;
}
.err {
    border: 2px solid red !important;
}
.about__leftSide ul{
	padding-left: 24px;
}
.about__leftSide li{
	list-style: unset;
	line-height: 30px;
}

form input, form textarea{
	padding: 3px 7px;
} 

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir=rtl] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir=rtl] .slick-next:before {
  content: '←';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -56px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 13px;
  line-height: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: rgba(69,90,100,.5);
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  outline: none;
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: .9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0!important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none!important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 5px;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 40px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr,
fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  max-height: 100%;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

:-moz-placeholder {
  color: #666;
  opacity: 1;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

body,
html {
  height: auto;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.75;
  font-family: Roboto;
  font-weight: 100;
  overflow-x: hidden;
  opacity: 1;
  padding-top: 70px;
}

body.offScroll {
  overflow: hidden;
}

html {
  font-size: 16px;
}

.h2 {
  font-family: Roboto;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
  color: #40434d;
  text-transform: uppercase;
}

.h2_white {
  color: #fff;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 #afafb6;
  box-shadow: 0 2px 4px 0 #afafb6;
  z-index: 5;
  top: 0;
	backface-visibility: hidden;
}

.header__leftSide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 130px;
  height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__menuBtn {
  display: none;
  width: 30px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  background-image: url(/local/templates/silicon_landing/img/menuBtn.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 22px;
  cursor: pointer;
}

.header__rightSide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__shareBlock {
  position: relative;
}

.header__shareBtn {
  width: 27px;
  height: 29px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/local/templates/silicon_landing/img/share.svg);
  cursor: pointer;
}

.header__socialsList {
  position: absolute;
  width: 129px;
  height: 275px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 #afafb6;
  box-shadow: 0 2px 4px 0 #afafb6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 0;
  left: -50px;
  top: 49px;
  display: none;
}

.header__socialsList_show {
  display: block;
  z-index: 6;
}

.header__socialItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__shareLink {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 45px;
  text-align: right;
  padding: 0 23px;
  position: relative;
}

.header__shareLink:before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
}

.header__shareLink_facebook:before {
  background-image: url(/local/templates/silicon_landing/img/shareIcons/facebook.svg);
  -o-object-fit: contain;
  object-fit: contain;
  content: "";
}

.header__shareLink_google:before {
  background-image: url(/local/templates/silicon_landing/img/shareIcons/google.svg);
  -o-object-fit: contain;
  object-fit: contain;
  content: "";
}

.header__shareLink_twitter:before {
  -o-object-fit: contain;
  object-fit: contain;
  background-image: url(/local/templates/silicon_landing/img/shareIcons/twitter.svg);
  content: "";
}

.header__shareLink_vk:before {
  -o-object-fit: contain;
  object-fit: contain;
  background-image: url(/local/templates/silicon_landing/img/shareIcons/vk.svg);
  content: "";
}

.header__shareLink_linked:before {
  -o-object-fit: contain;
  object-fit: contain;
  background-image: url(/local/templates/silicon_landing/img/shareIcons/linked.svg);
  content: "";
}

.header__shareCount {
  font-family: Roboto;
  font-weight: 900;
  font-size: 17px;
  line-height: 50px;
  color: #3c414c;
}

.header__langBox {
  width: 65px;
  position: relative;
  text-align: center;
}

.header__selectedLang {
  font-family: Roboto;
  font-weight: 900;
  font-size: 24px;
  color: #3c414c;
  text-transform: uppercase;
  cursor: pointer;
}

.header__langList {
  display: none;
  width: 65px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 #afafb6;
  box-shadow: 0 2px 4px 0 #afafb6;
  position: absolute;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 56px;
}

.header__langList_show {
  z-index: 6; 
  display: block;
}

.header__langItem {
  height: 34px;
}

.header__langItem:hover {
  background-color: rgba(216,216,216,.5);
}

.header__langItem:active {
  background-color: #d8d8d8;
}

.header__langLink {
  font-family: Roboto;
  font-weight: 900;
  color: #3c414c;
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  line-height: 34px;
}

.header__submitBtn {
  outline: none;
  width: 78px;
  height: 70px;
  background-color: #64c273;
  background-image: url(/local/templates/silicon_landing/img/assignment.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.header__navigation {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  -webkit-transition: all .5s ease; 
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 5;
}

.header__navigation_mobile {  
  top: -451px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 #afafb6;
}


.header__navigation_show {
  top: 71px;
}

.header__navList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.header__navItem {
  margin-left: 38px;
}

.header__navItem:first-child {
  margin-left: 0;
}

.header__itemLink {
  font-family: Roboto;
  font-weight: 900;
  font-size: 24px;
  font-weight: 900;
  color: #3c414c;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

.mainBlock {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 180px 0 150px;
}

.mainBlock__title {
  font-family: Roboto;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.38;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mainBlock__subTitle {
  font-family: Roboto;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.38;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 125px;
}

.mainBlock__subTitleLogo {
  display: inline-block;
  vertical-align: bottom;
}

.mainBlock__submitBtn {
  display: block;
  margin: 0 auto;
  width: 238px;
  height: 38px;
  line-height: 38px;
}

.about {
  padding: 60px 0 80px;
}

.about__title {
  font-family: Roboto;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
  color: #0091ea;
  margin-bottom: 55px;
  text-transform: uppercase;
}

.about__title_accent {
  color: #40434d;
}

.about__infoWrap {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.about__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about__leftSide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}

.about__infoTextBlock {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
	position: relative;
  font-family: Roboto;
  font-weight: 100;
	font-size: 19px;
}

.about__infoTextBlock p {
  margin: 10px 0;
  line-height: 24px;
}

.about__infoTextBlock p:first-child {
  margin-top: 0;
}

.about__infoTextBlock_open.about__infoTextBlock::after {
	height: 0px;
}


.about__infoText {
  font-family: Roboto;
  font-weight: 100;
  font-size: 22px;
  line-height: 26px;
  color: #424242;
  margin-bottom: 10px;
}

.about__readMoreBtn {
  display: none;
  font-family: Roboto;
  font-weight: 900;
  font-size: 19px;
  color: #0091ea;
  text-transform: uppercase;
  margin: 0 auto;
  width: 230px;
  position: relative;
  text-align: center;
}

.about__readMoreBtn:before {
  position: absolute;
}

.about__hideBtn {
  display: none;
  font-family: Roboto;
  font-weight: 900;
  font-size: 19px;
  color: #0091ea;
  text-transform: uppercase;
  margin: 0 auto;
  width: 230px;
  position: relative;
  text-align: center;
}

.about__hideBtn_show {
  display: block;
}

.about__rightSide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}

.about__list {
  margin-bottom: 10px;
  padding-left: 40px;
}

.about__list:last-child {
  margin-bottom: 0;
}

.about__listItem {
  font-family: Roboto;
  font-weight: 100;
  font-size: 22px;
  line-height: 26px;
  color: #424242;
  list-style-type: disc;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slider__mainSlider {
  position: relative;
  height: 450px;
}

.slider__slide {
  height: 100%;
  background-color: #2b2b2b;
}

.slider__slideImg {
  width: 100%;
  overflow: hidden;
  height: auto;
}

.slider__thumbSlider {
  padding: 5px 55px 4px;
  background-color: #2b2b2b;
  position: relative;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slider__thumbSlider slick-list {
  margin: 0 -2px;
}

.slider__thumbSlider .slick-slide {
  margin: 0 2px;
}

.slider__thumbSlide {
  width: 25%;
  height: 90px;
}

.slider__thumbImg {
  height: 100%;
  width: 100%;
}

.slider__arrowLeft,
.slider__arrowRight {
  position: absolute;
  width: 14px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}

.slider__arrowLeft:hover,
.slider__arrowRight:hover {
	background: #c0c0c054;
}

.slider__arrowRight {
  width: 55px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
}

.slider__arrowRight:before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 23px;
  background-image: url(/local/templates/silicon_landing/img/arrowRight.svg);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider__arrowLeft {
  width: 55px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.slider__arrowLeft:before {
	position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 23px;
  background-image: url(/local/templates/silicon_landing/img/arrowLeft.svg);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.capabilities {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.capabilities__title {
  margin-bottom: 70px;
}

.capabilities__sliderWrapper {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.capabilities__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  width: -webkit-calc(91.66667% - 30px);
  width: calc(91.66667% - 30px);
  margin: 0 auto;
	max-height: 250px;
	overflow: hidden;
}

.capabilities__slider.slick-slider{
	max-height: initial;
	overflow: initial;
}

.capabilities__sliderItem {
  text-align: center;
}

.capabilities__imgBlock {
  width: 150px;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 24px;
}

.capabilities__itemDescription {
  font-family: Roboto;
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #424242;
}

.capabilities__arrowRight {
  right: -73px;
  top: 30%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}

.capabilities__arrowLeft {
  left: -73px;
  top: 30%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}

.arrowRight {
  background-image: url(/local/templates/silicon_landing/img/arrowRight.svg);
}

.arrowLeft {
  background-image: url(/local/templates/silicon_landing/img/arrowLeft.svg);
}

.arrowLeft,
.arrowRight {
  position: absolute;
  width: 14px;
  height: 23px;
  -o-object-fit: contain;
  object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
  width: 49px;
  height: 49px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #0091ea;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.arrowLeft:hover,
.arrowRight:hover {
  background-color: #49baff;
}

.arrowLeft:active,
.arrowRight:active {
  background-color: #64c273;
}

.mentors {
  padding: 60px 0;
}

.mentors__title {
  margin-bottom: 50px;
}

.mentors__sliderWrapper {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.mentors__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  width: -webkit-calc(83.33333% - 30px);
  width: calc(83.33333% - 30px);
  margin: 0 auto;
	max-height: 490px;
	overflow: hidden;
}

.mentors__slider.slick-slider{
	max-height: initial;
	overflow: initial;
}

.mentors__content {
  width: 330px;
  margin: 0 auto;
}

.mentors__imgBlock {
  height: 330px;
  width: 330px;
  border: solid 4px #e2e2e2;
  display: block;
  margin: 0 auto 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mentors__infoWrap {
  width: 330px;
  margin: 0 auto;
}

.mentors__name {
  font-family: Roboto;
  font-weight: 900;
  font-size: 24px;
  line-height: 26px;
  color: #3c414c;
  margin-bottom: 5px;
}

.mentors__description {
  font-family: Roboto;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  color: #3c414c;
  margin-bottom: 14px;
}

.mentors__moreBtn {
  font-family: Roboto;
  font-weight: 900;
  font-size: 24px;
  color: #0091ea;
  position: relative;
  text-decoration: none;
  padding-left: 35px;
  outline: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.mentors__moreBtn:before {
  position: absolute;
  content: url(/local/templates/silicon_landing/img/arrow-right.svg);
  width: 20px;
  height: 20px;
  display: block;
  left: 0;
}

.mentors__moreBtn:hover {
  color: #49baff;
}

.mentors__moreBtn:hover:before {
  content: url(/local/templates/silicon_landing/img/arrow-right-hover.svg);
}

.mentors__moreBtn:active {
  color: #64c273;
}

.mentors__moreBtn:active:before {
  content: url(/local/templates/silicon_landing/img/arrow-right-active.svg);
}

.mentors__arrowRight {
  right: -132px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mentors__arrowLeft {
  left: -132px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.corporations {
  padding: 60px 0;
  background-color: #f5f5f5;
}

.corporations__title {
  margin-bottom: 50px;
}

.corporations__sliderWrapper {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.corporations__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  width: -webkit-calc(75% - 30px);
  width: calc(75% - 30px);
  margin: 0 auto;
	max-height: 300px;
	overflow: hidden;
}

.corporations__slider.slick-slider{
	max-height: initial;
	overflow: initial;
}

.corporations__sliderItem {
  vertical-align: top;
}

.corporations__itemContent {
  width: 321px;
  height: 140px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
}

.corporations__arrowRight {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -190px;
}

.corporations__arrowLeft {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -190px;
}

.corporations .slick-slide>div:first-child {
  margin-bottom: 30px;
}

.request {
  padding: 90px 0 160px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.request__infoWrap {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.request__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.request__title {
  margin-bottom: 35px;
  width: -webkit-calc(83.33333% - 30px);
  width: calc(83.33333% - 30px);
}

.request__subtitle {
  width: -webkit-calc(58.33333% - 30px);
  width: calc(58.33333% - 30px);
  font-family: Roboto;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #fff;
  margin-bottom: 140px;
  text-transform: uppercase;
}

.request__submitBtn {
  display: block;
  margin: 0 auto;
  width: 238px;
  height: 38px;
  line-height: 38px;
}

.pastEvents {
  padding: 60px 0 120px;
}

.pastEvents__title {
  margin-bottom: 60px;
}

.pastEvents__sliderWrap {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.pastEvents__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  width: -webkit-calc(91.66667% - 30px);
  width: calc(91.66667% - 30px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.pastEvents__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  height: 360px;
  padding: 4px;
  background-image: -webkit-linear-gradient(212deg,#29b6f6,#5e35b1);
  background-image: -o-linear-gradient(212deg,#29b6f6,#5e35b1);
  background-image: linear-gradient(238deg,#29b6f6,#5e35b1);
}

.pastEvents__itemContent {
  height: 100%;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pastEvents__itemContent:before {
  position: absolute;
  content: "";
  display: block;
  background-color: rgba(0,0,0,.36);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.pastEvents__itemTitle {
  font-family: Roboto;
  font-weight: 100;
  font-size: 21.6px;
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 28px;
}

.pastEvents__itemDate {
  font-family: Roboto;
  font-weight: 900;
  position: relative;
}

.pastEvents__itemText {
  z-index: 2;
  font-family: Roboto;
  font-weight: 900;
  font-size: 32.4px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 85px;
  text-transform: uppercase;
}

.pastEvents__itemText:before {
  position: absolute;
  content: "";
  background-image: url(/local/templates/silicon_landing/img/playCircle.svg);
  width: 103px;
  height: 104px;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  -o-object-fit: contain;
  object-fit: contain;
  top: -115px;
  left: 0;
  right: 0;
  margin: auto;
}

.pastEvents__itemLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.pastEvents__arrowRight {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -72px;
}

.pastEvents__arrowLeft {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -72px;
}

.financed {
  background-color: #e5e7ed;
  padding: 60px 0;
}

.financed__title {
  margin-bottom: 50px;
}

.financed__sliderWrap {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.financed__slider {
  width: -webkit-calc(75% - 30px);
  width: calc(75% - 30px);
  margin: 0 auto;
  position: relative;
}

.financed__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.financed__itemContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.financed__leftSide,
.financed__rightSide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}

.financed__itemImg {
  width: 100%;
  height: 260px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.financed__itemTitle {
  font-family: Roboto;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #40434d;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.financed__itemText {
  font-family: Roboto;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  color: #40434d;
}

.financed__arrowRight {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -190px;
}

.financed__arrowLeft {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -190px;
}

.organizers__title {
  margin-bottom: 50px;
}

.organizers__contentWrapper {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.organizers__topLine {
  padding: 60px 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.organizers__bottomLine {
  background-color: #f5f5f5;
  padding: 100px 0 60px;
}

.organizers__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.organizers__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  background-color: #fff;
  padding: 50px 30px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.organizers__itemLogo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 35px;
}

.organizers__itemLogo_indent {
  margin-bottom: 25px;
}

.organizers__itemText {
  font-family: Roboto;
  font-weight: 100;
  font-size: 17px;
  line-height: 21px;
  color: #424242;
}

.organizers__itemLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.organizers__personWrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.33333% - 30px);
  width: calc(33.33333% - 30px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.organizers__personWrap:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 35px;
}

.organizers__personWrap:last-child {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 35px;
}

.organizers__person {
  width: 381px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.organizers__personImgBlock {
  height: 381px;
  margin-bottom: 40px;
  position: relative;
}

.organizers__personImg {
  width: 100%;
  height: 100%;
}

.organizers__personName {
  font-family: Roboto;
  font-weight: 100;
  font-size: 36px;
  line-height: 40px;
  color: #424242;
  margin-bottom: 15px;
}

.organizers__personPost {
  font-family: Roboto;
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
  color: #424242;
}

.organizers__contactBtn {
  position: absolute;
  font-family: Roboto;
  font-weight: 900;
  font-size: 24px;
  line-height: 52px;
  color: #fff;
  width: 212px;
  height: 52px;
  -webkit-border-radius: 44px;
  border-radius: 44px;
  background-color: #64c273;
  -webkit-box-shadow: 0 2px 4px 0 #64c273;
  box-shadow: 0 2px 4px 0 #64c273;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 15px;
  bottom: -24px;
}

.organizers__contactBtn:before {
  position: absolute;
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  content: url(/local/templates/silicon_landing/img/messageIcon.svg);
  top: 3px;
  left: 25px;
}

.organizers__socBtn {
  position: absolute;
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  bottom: -24px;
}

.organizers__socBtn:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 12px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
}

.organizers__socBtn_facebook {
  background-color: #3949ab;
  left: 24px;
}

.organizers__socBtn_facebook:before {
  background-image: url(/local/templates/silicon_landing/img/socials/facebook.svg);
  width: 16px;
  height: 29px;
}

.organizers__socBtn_linkedIn {
  background-color: #0079a2;
  left: 90px;
}

.organizers__socBtn_linkedIn:before {
  background-image: url(/local/templates/silicon_landing/img/socials/linkedin.svg);
  width: 28px;
  height: 26px;
}

.organizers__socBtn_mail {
  background-color: #e65100;
  left: 156px;
}

.organizers__socBtn_mail:before {
  background-image: url(/local/templates/silicon_landing/img/socials/mail.svg);
  width: 22px;
  height: 16px;
  top: 20px;
}

.upcomingTour {
  padding: 60px 0;
}

.upcomingTour__title {
  margin-bottom: 60px;
}

.upcomingTour__contentWrap {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.upcomingTour__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.upcomingTour__tour {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(75% - 30px);
  width: calc(75% - 30px);
	text-decoration: none;
}

.upcomingTour__topSection {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 492px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.upcomingTour__dateBlock {
  width: 148px;
  height: 148px;
  background-color: #64c273;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 42px;
  left: 46px;
  text-align: center;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.upcomingTour__day {
  font-size: 64px;
  font-family: Roboto;
  font-weight: 900;
  line-height: 64px;
  color: #fff;
	display: block;
}

.upcomingTour__month {
  font-family: Roboto;
  font-weight: 100;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
  color: #fff;
}

.upcomingTour__bottomSection {
  background-color: #0091ea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 25px;
}

.upcomingTour__tourTitle {
  font-family: Roboto;
  font-weight: 100;
  font-size: 28px;
  line-height: .86;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.upcomingTour__description {
  font-family: Roboto;
  font-weight: 100;
  font-size: 24px;
  line-height: .87;
  color: #fff;
}

.upcomingTour__submitBtn {
  font-family: Roboto;
  font-weight: 900;
  font-size: 17px;
  line-height: 62px;
  color: #fff;
  width: 330px;
  height: 62px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #64c273;
  -webkit-box-shadow: 0 3px 24px 0 rgba(100,194,115,.75);
  box-shadow: 0 3px 24px 0 rgba(100,194,115,.75);
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin: 0 70px 0 auto;
}

.footer {
  background-color: #2c3038;
  padding: 60px 0 50px;
}

.footer__content {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.footer__formWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__questionsForm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}

.footer__formTitle {
  font-family: Roboto;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer__inputsBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer__input {
  width: 48%;
  height: 45px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  padding-left: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto;
  font-weight: 100;
  font-size: 17px;
  color: #9ea0a6;
}

.footer__textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 125px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  padding: 10px 16px;
  margin-bottom: 20px;
  resize: none;
  font-family: Roboto;
  font-weight: 100;
  font-size: 17px;
  color: #9ea0a6;
}

.footer__submitBtn {
  font-family: Roboto;
  font-weight: 900;
  font-size: 17px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  width: 310px;
  height: 45px;
  background-color: #0091ea;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto 35px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0;
}

.socialBlock {
  width: 560px;
}

.socialBlock__logo {
  width: 242px;
  height: 70px;
}

.socialBlock__logoLink {
  margin-bottom: 10px;
  display: block;
}

.socialBlock__text {
  font-family: Roboto;
  font-weight: 100;
  font-size: 17px;
  color: #fff;
  margin-bottom: 15px;
}

.socialBlock__socialsWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.socialBlock__socLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: rgba(142,142,147,.35);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  margin: 0 4px;
  position: relative;
}

.socialBlock__socLink:first-child {
  margin-left: 0;
}

.socialBlock__socLink:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.socialBlock__socLink.facebook {
  background-color: #4a6da8;
}

.socialBlock__socLink.facebook:before {
  content: url(/local/templates/silicon_landing/img/socials/facebook.svg);
  top: 12px;
}

.socialBlock__socLink.youtube {
  background-color: #f54235;
}

.socialBlock__socLink.youtube::before {
  top: 14px;
  content: url(/local/templates/silicon_landing/img/socials/youtube.svg);
}

.socialBlock__socLink.telegram {
  background-color: #4db6ee;
}

.socialBlock__socLink.telegram:before {
  top: 14px;
  content: url(/local/templates/silicon_landing/img/socials/telegram.svg);
}

.socialBlock__socLink.twitter {
  background-color: #1da1f3;
}

.socialBlock__socLink.twitter:before {
  top: 16px;
  content: url(/local/templates/silicon_landing/img/socials/twitter.svg);
}

.socialBlock__socLink.instagram {
  background-color: #e65101;
}

.socialBlock__socLink.instagram::before {
  content: url(/local/templates/silicon_landing/img/socials/instagram.svg);
  top: 14px;
}

.socialBlock__socLink.linkedin {
  background-color: #0179a2;
}

.socialBlock__socLink.linkedin:before {
  content: url(/local/templates/silicon_landing/img/socials/linkedin.svg);
  top: 10px;
}

.btn {
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: Roboto;
  font-weight: 900;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  outline: 0;
}

.btn_blue {
  color: #fff;
  background-color: #0091ea;
}

.btn_blue:hover {
  background-color: #49baff;
}

.btn_blue:active {
  background-color: #64c273;
  color: #fff;
}

.btn_green {
  background-color: #64c273;
  -webkit-box-shadow: 0 3px 24px 0 rgba(100,194,115,.75);
  box-shadow: 0 3px 24px 0 rgba(100,194,115,.75);
  color: #fff;
}

.btn_green:hover {
  background-color: #86db93;
  -webkit-box-shadow: 0 3px 12px 0 rgba(134,219,147,.75);
  box-shadow: 0 3px 12px 0 rgba(134,219,147,.75);
}

.btn_green:active {
  background-color: #0091ea;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popupSlider {
  width: 1046px;
  max-width: 100%;
  height: 680px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popupSlider__slide {
  height: 680px;
  max-height: 100%;
}

.popupSlider__slideImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.registerPopup {
  width: 475px;
  height: 445px;
  max-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(97,97,97,.75);
  box-shadow: 0 2px 5px 0 rgba(97,97,97,.75);
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 70px 65px;
}

.registerPopup__title {
  font-family: Roboto;
  font-weight: 900;
  font-size: 24px;
  color: #3c414c;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.registerPopup__input {
  width: 330px;
  height: 38px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #979797;
  max-width: 100%;
	box-sizing: border-box;
}

.registerPopup__label {
  font-family: Roboto;
  font-weight: 100;
  font-size: 12px;
  color: #424242;
}

.registerPopup__popupSendBtn {
  width: 330px;
  height: 38px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #64c273;
  -webkit-box-shadow: 0 3px 24px 0 rgba(100,194,115,.75);
  box-shadow: 0 3px 24px 0 rgba(100,194,115,.75);
  border: 0;
  font-family: Roboto;
  font-weight: 900;
  font-size: 17px;
  line-height: 1.43;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
  max-width: 100%;
}

.registerPopup button.mfp-close {
  color: #757575;
  top: 10px;
  right: 10px;
  font-size: 44px;
}

.successPopup {
  width: 768px;
  max-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(97,97,97,.75);
  box-shadow: 0 2px 5px 0 rgba(97,97,97,.75);
  margin: 0 auto;
  padding: 55px 100px 40px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.successPopup__message {
  font-family: Roboto;
  font-weight: 900;
  font-size: 24px;
  color: #3c414c;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 30px;
}

.successPopup__okBtn {
  width: 212px;
  height: 45px;
  margin: 0 auto;
  max-width: 100%;
}

.successPopup button.mfp-close {
  color: #757575;
  top: 46px;
  right: 50px;
  font-size: 44px;
}

@media screen and (max-width:1600px) {
  .header__navItem {
    margin-left: 20px;
  }
}

@media screen and (max-width:1440px) {

  .header__navigation {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about {
    padding: 60px 0;
  }

  .about__infoWrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about__leftSide {
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px);
  }

  .about__leftSide {
    margin-bottom: 60px;
  }

  .about__rightSide {
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px);
  }

  .slider__mainSlider {
    height: 535px;
  }

  .slider__thumbSlider {
    height: 120px;
  }

  .slider__thumbSlide {
    height: 115px;
  }
	.slider__thumbImg{
		max-width: 140px;
		max-height: 90px;
	}

  .capabilities__sliderWrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .capabilities__slider {
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px);
  }

  .capabilities__arrowRight {
    right: -95px;
  }

  .capabilities__arrowLeft {
    left: -95px;
  }

  .mentors__sliderWrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mentors__slider {
    width: -webkit-calc(58.33333% - 30px);
    width: calc(58.33333% - 30px);
  }

  .mentors__arrowRight {
    right: 20px;
  }

  .mentors__arrowRight {
    right: -152px;
  }

  .mentors__arrowLeft {
    left: 20px;
  }

  .mentors__arrowLeft {
    left: -152px;
  }

  .corporations__sliderWrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .corporations__slider {
    width: -webkit-calc(58.33333% - 30px);
    width: calc(58.33333% - 30px);
  }

  .corporations__sliderItem:first-child .corporations__itemContent {
    margin: 0 13px 0 auto;
  }

  .corporations__sliderItem:last-child .corporations__itemContent {
    margin: 0 auto 0 13px;
  }

  .corporations__arrowRight {
    right: -152px;
  }

  .corporations__arrowLeft {
    left: -152px;
  }

  .request__infoWrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .request__title {
    width: 1000px;
  }

  .pastEvents__sliderWrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pastEvents__slider {
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px);
  }

  .pastEvents__item {
    width: 100%;
    height: 470px;
  }

  .pastEvents__itemText:before {
    top: -145px;
  }

  .pastEvents__arrowRight {
    right: -95px;
  }

  .pastEvents__arrowLeft {
    left: -95px;
  }

  .financed__sliderWrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .financed__slider {
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px);
  }

  .financed__arrowRight {
    right: -96px;
  }

  .financed__arrowLeft {
    left: -96px;
  }

  .organizers__contentWrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .organizers__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .organizers__item {
    margin-left: -webkit-calc(8.33333% + 15px);
    margin-left: calc(8.33333% + 15px);
  }

  .organizers__item {
    margin-right: -webkit-calc(8.33333% + 15px);
    margin-right: calc(8.33333% + 15px);
  }

  .organizers__item:first-child {
    margin-bottom: 30px;
  }

  .upcomingTour__contentWrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer__content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .socialBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width:1440px) and (max-width:1200px) {
  .corporations__sliderItem:first-child .corporations__itemContent {
    margin: 0 auto;
  }

  .corporations__sliderItem:last-child .corporations__itemContent {
    margin: 0 auto;
  }
}

@media screen and (max-width:1439px) {
  .header__rightSide {
    margin-left: auto;
  }
}

@media screen and (max-width:1339px) {
  .header__menuBtn {
    display: block;
  }

  .header__navigation {
		display: none;
-	}
  
  .header__navList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 925px;
    margin: 0 auto;
    padding: 20px 0 10px;
  }

  .header__navList:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header__navItem {
    margin: 0 30px 10px 30px;
  }

  .header__navItem:first-child {
    margin-left: 30px;
  }
}

@media screen and (max-width:1330px) {
  .header {
    padding-left: 23px;
  }
}

@media screen and (max-width:1300px) {
  .mentors__slider {
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px);
  }

  .mentors__arrowRight {
    right: -96px;
  }

  .mentors__arrowLeft {
    left: -96px;
  }
}

@media screen and (max-width:1200px) {
  .about__leftSide {
    width: -webkit-calc(75% - 30px);
    width: calc(75% - 30px);
  }

  .about__rightSide {
    width: -webkit-calc(75% - 30px);
    width: calc(75% - 30px);
  }

  .capabilities__slider {
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px);
  }

  .capabilities__arrowRight {
    right: -52px;
  }

  .capabilities__arrowLeft {
    left: -52px;
  }

  .mentors__sliderItem:nth-child(odd) .mentors__content {
    margin: 0 auto;
  }

  .mentors__sliderItem:nth-child(even) .mentors__content {
    margin: 0 auto;
  }

  .mentors__arrowRight {
    right: -52px;
  }

  .mentors__arrowLeft {
    left: -52px;
  }

  .corporations__sliderItem:first-child .corporations__itemContent {
    margin: 0 auto;
  }

  .corporations__sliderItem:last-child .corporations__itemContent {
    margin: 0 auto;
  }

  .corporations__arrowRight {
    right: -94px;
  }

  .corporations__arrowLeft {
    left: -94px;
  }

  .pastEvents__arrowRight {
    right: -52px;
  }

  .pastEvents__arrowLeft {
    left: -52px;
  }

  .organizers__personWrap {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .organizers__personWrap:first-child {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
    margin-bottom: 60px;
  }
  
  .organizers__personWrap:nth-child(2) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
    margin-bottom: 60px;
  }

  .organizers__personWrap:last-child {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }

  .upcomingTour__infoBlock {
    width: 100%;
    margin-bottom: 40px;
  }

  .upcomingTour__submitBtn {
    margin: 0 auto;
  }
}

@media screen and (max-width:1199px) {
  .financed__leftSide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width:1024px) {
	
	.about__infoTextBlock::after {
		content: "";
		bottom: 0;
		position: absolute;
		display: block;
		height: 50px;
		width: 100%;
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
	}
	
  .h2 {
    font-size: 28px;
  }

  .header__navigation {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mainBlock__title {
    font-size: 36px;
  }

  .mainBlock__subTitle {
    font-size: 28px;
  }
  
  .about__infoTextBlock::after {
	content: "";
  	bottom: 0;
	position: absolute;
	display: block;
	height: 50px;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  }

  .about__title {
    font-size: 28px;
  }

  .about__infoWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about__leftSide {
    margin-bottom: 40px;
  }

  .about__infoTextBlock {
    height: 194px;
    overflow: hidden;
    margin-bottom: 35px;
  }

  .about__infoTextBlock_open {
    height: auto;
  }

  .about__readMoreBtn_show {
    display: block;
  }

  .slider__mainSlider {
    height: 485px;
  }

  .slider__thumbSlider {
    height: 108px;
  }

  .slider__thumbSlide {
    height: 98px;
  }

  .capabilities__sliderWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mentors__sliderWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .corporations__sliderWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .request__infoWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .request__title {
    line-height: 1.82;
    max-width: 740px;
  }

  .request__subtitle {
    font-size: 19px;
    margin-bottom: 50px;
    line-height: 1.68;
  }

  .pastEvents {
    padding: 45px 0 60px;
  }

  .pastEvents__title {
    margin-bottom: 45px;
  }

  .pastEvents__sliderWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pastEvents__item {
    height: 350px;
  }

  .pastEvents__itemText {
    bottom: 72px;
  }

  .pastEvents__itemText:before {
    top: -114px;
  }

  .financed {
    padding: 45px 0 70px;
  }

  .financed__sliderWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .financed__itemContent {
    width: 480px;
    margin: 0 auto;
  }

  .financed__leftSide,
  .financed__rightSide {
    width: 100%;
  }

  .financed__leftSide {
    margin-bottom: 30px;
  }

  .financed__arrowRight {
    right: -52px;
  }

  .financed__arrowLeft {
    left: -52px;
  }

  .organizers__contentWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .organizers__bottomLine {
    padding: 45px 0;
  }

  .upcomingTour {
    padding: 45px 0;
  }

  .upcomingTour__title {
    margin-bottom: 45px;
  }

  .upcomingTour__contentWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .upcomingTour__topSection {
    height: 364px;
  }

  .footer__content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .socialBlock__logo {
    display: none;
  }
}

@media screen and (max-width:1023px) {
  .popupSlider {
    width: 1023px;
    height: 665px;
  }

  .popupSlider__slide {
    height: 665px;
  }
}

@media screen and (max-width:992px) {
  .about__leftSide {
    width: -webkit-calc(83.33333% - 30px);
    width: calc(83.33333% - 30px);
  }

  .about__rightSide {
    width: -webkit-calc(83.33333% - 30px);
    width: calc(83.33333% - 30px);
  }
}

@media screen and (max-width:960px) {
  .header__navList {
    max-width: 100%;
  }

  .header__navItem {
    margin: 0 20px 10px 20px;
  }

  .header__navItem:first-child {
    margin-left: 20px;
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:800px) {
  .financed__itemContent {
    width: 100%;
  }
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width:767px) {
  .header__navigation {
    padding-left: 15px;
    padding-right: 15px;
  }
	.header__navigation_show{
		position: fixed;
    max-height: calc(100% - 70px);
    overflow-y: auto;
	}

  .header__navList {
    padding: 0;
  }
  
  .mfp-close {
	  right: 0;
  }
  
  .mfp-close-btn-in .mfp-close {
	  width: 26px;
  }

  .header__navList:before {
    display: none;
  }

  .header__navItem {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }

  .header__navItem:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
  }

  .header__itemLink {
    line-height: 62px;
  }

  .mainBlock {
    padding: 75px 0;
  }

  .mainBlock__title {
    width: 290px;
    margin: 0 auto 30px;
  }

  .mainBlock__subTitle {
    width: 270px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 30px;
  }

  .about {
    padding: 45px 0 25px;
  }

  .about__title {
    margin-bottom: 20px;
  }

  .about__infoWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about__leftSide {
    width: -webkit-calc(75% - 30px);
    width: calc(75% - 30px);
  }

  .about__leftSide {
    width: 376px;
  }

  .about__infoText {
    font-size: 19px;
  }

  .about__rightSide {
    width: -webkit-calc(58.33333% - 30px);
    width: calc(58.33333% - 30px);
  }

  .about__rightSide {
    width: 290px;
  }

  .about__listItem {
    font-size: 19px;
  }

  .slider__mainSlider {
    height: 190px;
  }

  .slider__thumbSlider {
    padding: 1px 25px 2px;
    height: 42px;
  }

  .slider__thumbSlider slick-list {
    margin: 0 -1px;
  }

  .slider__thumbSlider .slick-slide {
    margin: 0 1px;
  }

  .slider__thumbSlide {
    height: 38px;
  }

  .slider__arrowRight {
        width: 25px;
  }

  .slider__arrowLeft {
        width: 25px;
  }

  .capabilities {
    padding: 30px 0 60px;
  }

  .capabilities__title {
    margin-bottom: 40px;
  }

  .capabilities__sliderWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .capabilities__slider {
    width: 290px;
  }

  .capabilities__itemDescription {
    font-size: 17px;
    line-height: 22px;
  }

  .capabilities__arrowRight {
    right: -70px;
  }

  .capabilities__arrowLeft {
    left: -70px;
  }

  .mentors__sliderWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mentors__slider {
    width: 290px;
  }

  .mentors__content {
    width: 290px;
  }

  .mentors__imgBlock {
    width: 290px;
    height: 290px;
  }

  .mentors__infoWrap {
    width: 290px;
  }

  .mentors__arrowRight {
    right: -70px;
  }

  .mentors__arrowLeft {
    left: -70px;
  }

  .corporations__title {
    width: 250px;
    margin: 0 auto 45px;
  }

  .corporations__sliderWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .corporations__slider {
    width: 290px;
  }

  .corporations__arrowRight {
    right: -70px;
  }

  .corporations__arrowLeft {
    left: -70px;
  }

  .corporations .slick-slide>div:first-child {
    margin-bottom: 0;
  }

  .request {
    padding: 90px 0;
  }

  .request__infoWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .request__title {
    line-height: 1.52;
    width: 315px;
    margin-bottom: 15px;
  }

  .request__title {
    width: 290px;
  }

  .request__subtitle {
    width: 290px;
  }

  .pastEvents__title {
    width: 280px;
    margin: 0 auto 45px;
  }

  .pastEvents__sliderWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pastEvents__slider {
    width: 320px;
  }

  .pastEvents__slider {
    width: 290px;
  }

  .pastEvents__item {
    height: 168px;
  }

  .pastEvents__item {
    width: 100%;
    margin: 0;
  }

  .pastEvents__itemContent {
    padding: 10px;
  }

  .pastEvents__itemTitle {
    font-size: 10.2px;
    line-height: normal;
  }

  .pastEvents__itemText {
    font-size: 15.2px;
    bottom: 28px;
  }

  .pastEvents__itemText:before {
    width: 49px;
    height: 49px;
    top: -60px;
  }

  .pastEvents__arrowRight {
    right: -70px;
  }

  .pastEvents__arrowLeft {
    left: -70px;
  }

  .financed__title {
    margin-bottom: 30px;
  }

  .financed__sliderWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .financed__slider {
    width: 376px;
  }

  .financed__leftSide,
  .financed__rightSide {
    margin-left: 0;
    margin-right: 0;
  }

  .financed__leftSide {
    margin-bottom: 40px;
  }

  .financed__itemImg {
    height: 212px;
  }

  .financed__itemTitle {
    margin: 0 0 25px 45px;
  }

  .financed__arrowRight {
    top: 264px;
    right: -26px;
  }

  .financed__arrowLeft {
    top: 264px;
    left: -26px;
  }

  .organizers__title {
    margin-bottom: 45px;
  }

  .organizers__contentWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .organizers__topLine {
    padding: 45px 0;
  }

  .organizers__item {
    width: 376px;
    margin-left: -webkit-calc(0% + 15px);
    margin-left: calc(0% + 15px);
    margin-right: -webkit-calc(0% + 15px);
    margin-right: calc(0% + 15px);
  }

  .organizers__person {
    width: 290px;
  }

  .organizers__personImgBlock {
    height: 290px;
  }

  .organizers__personImgBlock_margin {
    margin-bottom: 130px;
  }

  .organizers__personName {
    font-size: 28px;
    line-height: 32px;
  }

  .organizers__personPost {
    font-size: 19px;
  }

  .organizers__contactBtn {
    left: 24px;
    bottom: -102px;
  }

  .organizers__socBtn_facebook {
    left: 71px;
  }

  .organizers__socBtn_linkedIn {
    left: 138px;
  }
  
  .organizers__personWrap_moreSoc .organizers__socBtn_facebook {
	  left: 20%;
	}

	.organizers__personWrap_moreSoc	.organizers__socBtn_linkedIn {
		transform: translateX(-50%);
		left: 50%;
	}

	.organizers__personWrap_moreSoc	.organizers__socBtn_mail {
		right: 20%;
		left: auto;
	}

  .upcomingTour__contentWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .upcomingTour__tour {
    width: 376px;
  }

  .upcomingTour__topSection {
    height: 338px;
  }

  .upcomingTour__dateBlock {
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .upcomingTour__tourTitle {
    font-size: 24px;
    line-height: 26px;
  }

  .upcomingTour__description {
    font-size: 19px;
    line-height: 21px;
    width: 230px;
  }

  .footer {
    padding: 60px 0 15px;
  }

  .footer__content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer__questionsForm {
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px);
  }

  .footer__questionsForm {
    width: 376px;
  }

  .footer__input {
    width: 100%;
    margin-bottom: 25px;
  }

  .footer__input:last-child {
    margin-bottom: 0;
  }

  .footer__submitBtn {
    width: 100%;
  }

  .socialBlock__text {
    display: none;
  }

  .socialBlock__socContent {
    width: 290px;
    margin: 0 auto;
  }

  .socialBlock__socialsWrapper {
    height: 150px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .socialBlock__socLink {
    margin: 0 8px;
  }

  .successPopup button.mfp-close {
    right: 40px;
  }
}

@media screen and (max-width:680px) {
  .successPopup button.mfp-close {
    right: 30px;
  }
}

@media screen and (max-width:600px) {
  .socialBlock {
    width: 100%;
  }
}

@media screen and (max-width:560px) {
  .header__navigation {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about__infoWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .capabilities__sliderWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mentors__sliderWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .corporations__sliderWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .request__infoWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pastEvents__sliderWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .financed__sliderWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .organizers__contentWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .upcomingTour__contentWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width:550px) {
  .popupSlider {
    width: 550px;
    height: 358px;
  }

  .popupSlider__slide {
    height: 358px;
  }

  .successPopup__okBtn {
    width: 284px;
  }

  .successPopup button.mfp-close {
    right: 25px;
  }
}

@media screen and (max-width:440px) {
  .h2 {
    letter-spacing: -1px;
  }

  .capabilities__arrowRight {
    right: -55px;
  }

  .capabilities__arrowLeft {
    left: -55px;
  }

  .mentors__arrowRight {
    right: -55px;
  }

  .mentors__arrowLeft {
    left: -55px;
  }

  .corporations__arrowRight {
    right: -55px;
  }

  .corporations__arrowLeft {
    left: -55px;
  }

  .pastEvents__arrowRight {
    right: -55px;
  }

  .pastEvents__arrowLeft {
    left: -55px;
  }

  .financed__arrowRight {
    right: -11px;
  }

  .financed__arrowLeft {
    left: -11px;
  }
}

@media screen and (max-width:400px) {
  .slick-dots {
    bottom: -25px;
  }

  .about__leftSide {
    width: 290px;
    margin-bottom: 40px;
  }

  .capabilities__arrowRight {
    right: -15px;
  }

  .capabilities__arrowLeft {
    left: -15px;
  }

  .mentors__arrowRight {
    right: -15px;
  }

  .mentors__arrowLeft {
    left: -15px;
  }

  .corporations__arrowRight {
    right: -15px;
  }

  .corporations__arrowLeft {
    left: -15px;
  }

  .pastEvents {
    padding: 35px 0;
  }

  .pastEvents__arrowRight {
    right: -15px;
  }

  .pastEvents__arrowLeft {
    left: -15px;
  }

  .financed {
    padding: 45px 0 50px;
  }

  .financed__slider {
    width: 290px;
  }

  .financed__itemImg {
    height: 164px;
  }

  .financed__arrowRight {
    top: 216px;
  }

  .financed__arrowLeft {
    top: 216px;
  }

  .organizers__title {
    margin-bottom: 25px;
  }

  .organizers__item {
    width: 290px;
  }

  .upcomingTour__tour {
    width: 290px;
  }

  .footer__questionsForm {
    width: 290px;
  }

  .registerPopup {
    padding: 45px 50px 65px;
  }

  .registerPopup button.mfp-close {
    right: 40px;
  }
}

@media screen and (max-width:380px) {
  .header {
    padding-left: 10px;
  }

  .header__logo {
    width: 100px;
    height: 43px;
  }

  .header__menuBtn {
    margin-right: 10px;
  }

  .header__submitBtn {
    width: 65px;
  }
}

@media screen and (max-width:360px) {
  .header__navigation {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about__infoWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .capabilities__sliderWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mentors__sliderWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .corporations__sliderWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .request__infoWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pastEvents__sliderWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .financed__sliderWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .organizers__contentWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .upcomingTour__contentWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer__content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .socialBlock__socLink {
    margin-bottom: 10px;
  }

  .registerPopup {
    padding: 45px 35px 65px;
  }

  .registerPopup button.mfp-close {
    right: 30px;
  }
}

@media screen and (max-width:320px) {
  .registerPopup {
    padding: 45px 25px 65px;
  }

  .registerPopup button.mfp-close {
    right: 20px;
  }

  .successPopup {
    padding: 55px 18px 40px;
  }

  .successPopup__message {
    width: 250px;
  }

  .successPopup button.mfp-close {
    right: 8px;
  }
}
/* End */
/* /local/fonts/MaterialIcons.css?17680702451638 */
/* /local/fonts/Roboto.css?17680702451394 */
/* /local/templates/silicon_landing/components/bitrix/menu/top_main/style.css?17680702461833 */
/* /local/templates/silicon_landing/components/bitrix/main.share/animated2/style.css?17680702461670 */
/* /local/templates/silicon_landing/template_styles.css?176807024676203 */
