  .anchor-stop {
    margin-top: -75px;
    padding-top: 75px;
  }

  /*** navbar ***/
  .navbar-brand {
    float: left;
    width: 100%;
    max-width: 80px;
    position: relative;
    z-index: 2;
  }

  .navbar-brand img {
    width: 100%;
    float: left;
    height: auto;
  }

  .navbar-brand span {
  	letter-spacing: 0.1em;
  	text-transform: uppercase;
  	font-size: 35px;
  	text-shadow: 2px 5px 8px rgba(0, 0, 0, 0.16);
  	color: #777;
  }

  .navbar-brand span:nth-of-type(1) {
  	color: #FF5252;
  }

  .navbar-brand:hover span {
  	text-shadow: 2px 5px 8px rgba(0, 0, 0, 0.5);
  }

  .navbar-default {
  	height: 60px;
  	border: 0;
  	background-color: #fff;
    transition: .1s all;
    -moz-transition: .1s all;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
  }

  .navbar-default.scrolled {
    height: 60px;
  }

  .menu-list {
    display: flex;
  }

  #menu {
    display: flex;
    padding: 10px 0 10px 15px;
  }


  .menu .menu-list ul {
  	list-style: none;
  	padding: 0;
  	margin: 0 auto;
  	display: inline-table;
  	position: relative;
  	height: 100%;
  }

  .menu .menu-list ul li {
  	display: block;
  	position: relative;
    display: inline-table;
    padding: 0 5px;
  }


    .menu .menu-list ul li.current-page a {
      position: relative;
      color: #101E8E;
      font-weight: bold;
    }

    .menu .menu-list ul li.current-page ul.submenu li a {
      color: #676767;
    }


    /* .menu .menu-list ul li.current-page a::before {
      position: absolute;
      content: '';
      width: calc(100% - 24px);
      height: 2px;
      background: red !important;
      left: 0;
      right: 0;
      bottom: 2px;
      margin: auto;
    } */

    .menu .menu-list ul li.current-page ul li a::before {
      width: 0;
    }


  .menu .menu-list ul li:first-child:before {
    width: 0;
  }

  .lang-op li a,
  .menu .menu-list ul li a {
  	display: block;
  	position: relative;
  	color: #676767;
  	text-decoration: none;
  	overflow: hidden;
  	padding: 11px 12px;
  	-webkit-transition: all .5s;
  	transition: all .5s;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 500;
  }

  .menu .menu-list ul li.current-page ul.submenu li a:hover,
  .menu .menu-list ul li.current-page a:hover,
  .lang-op li a:hover,
  .menu .menu-list .submenu-parent:hover a.icon-down,
  .menu .menu-list ul li a:hover {
  	color: #0D1691;
  }

  .lang-op li {
    display: inline-table;
  }

  /* .menu .menu-list ul li a:active,
  .menu .menu-list ul li a:focus {
  	color: #444;
  } */

  /* .lang-op li a:hover:before,
  .menu .menu-list .submenu-parent:hover a.icon-down:before,
  .menu .menu-list ul li a:hover:before,
  .menu .menu-list ul li a:focus:before,
  .menu .menu-list ul li a:active:before {
  	width: 120%;
  	height: 200%;
  	border-radius: 100%;
  	visibility: visible;
  } */

  /* .lang-op li a:before,
  .menu .menu-list ul li a:before {
  	content: '';
  	position: absolute;
  	bottom: -55%;
  	left: 50%;
  	width: 0%;
  	-moz-transform: translateX(-50%);
  	-o-transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
  	height: 0%;
  	background: #0D1691;
  	-webkit-transition: all .5s;
  	transition: all .5s;
  	z-index: -1;
  	visibility: hidden;
  } */


  .icon-down:after {
      width: 7px;
      height: 5px;
      background-image: url('../images/arrow-down.svg');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      content: '';
      right: 0;
      top: 4px;
      margin: auto;
  }

  .menu .menu-list ul li a.icon-down:after {
      right: 10px;
      top: 16px;
      background-image: url('../images/arrow-down-grey.svg');
  }

  .menu .menu-list .submenu-parent:hover a.icon-down:after {
    background-image: url('../images/arrow-down-white.svg');
    transform: rotate(180deg);
  }

  .menu .menu-list ul li a.icon-down {
    padding-right: 25px;
  }


  .menu .menu-list .submenu-parent:hover a.icon-down:after {
    background-image: url('../images/arrow-down-blue.svg');
    transform: rotate(180deg);
  }

  .lang-op {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 200px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: 0;
  }

  .menu .menu-list ul.submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 200px;
    background: #fff;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .lang.active .lang-op,
  .menu .menu-list .submenu-parent:hover ul.submenu {
    opacity: 1;
    visibility: visible;
  }

  .lang-op li,
  .menu .menu-list ul.submenu li {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .icon-down {
    position: relative;
  }

  /* .lang .icon-down:hover:after, */
  .lang .lang-current.icon-down:after {
    width: 7px;
    height: 5px;
    background-image: url('../images/arrow-down.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    right: 0;
    top: 4px;
    margin: auto;
  }

  .lang .lang-current.icon-down:hover:after {
    background-image: url('../images/arrow-down-blue.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
  }

  .lang.active .icon-down:after {
    transform: rotate(180deg);
    background-image: url('../images/arrow-down-blue.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
  }

  /* .icon-down:hover:after {
    background-image: url('../images/arrow-down-hover.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
  } */

  .lang.active .icon-down,
  .icon-down:hover {
    color: #101E8E;
  }

  .side-r {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    position: relative;
  }

  .sosmed {
    float: left;
    padding: 5px 0;
  }

  .sosmed ul li {
    display: inline-table;
    width: 15px;
    margin: 5px;
  }

  .sosmed ul li img {
    width: 100%;
    height: auto;
    float: left;
  }

  .sosmed a:hover g {
    fill: #101E8E;
  }

  .lang {
    float: left;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    margin-left: 10px;
  }

  .lang:hover .icon-down:after {
    color: #101E8E;
  }

  .lang:before {
    position: absolute;
    content: '';
    left: 0;
    width: 1px;
    height: 20px;
    background: #0096A9;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .lang-current {
    color: #0096A9;
    padding-right: 15px;
    cursor: pointer;
    margin: 2px 0;
  }

  .search-desktop {
    display: block;
  }

  .search-cta-mobile {
    display: none;
  }

  .search {
    float: left;
    padding: 4px 0;
  }

  .search-btn {
    width: 25px;
    height: 25px;
    padding: 5px;
    border-radius: 50%;
    background: #E1F4F6;
    cursor: pointer;
  }

  .search-btn:hover {
    background: #101E8E;
  }

  .search-btn:hover g {
    fill:#fff;
  }

  .search-h {
    position: absolute;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 20px;
    right: 0;
    top: 58px;
    width: 344px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .search-h.active {
    opacity: 1;
    visibility: visible;
  }

  .search-h input {
    float: left;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    width: calc(100% - 85px);
  }

  .search-h button {
    padding: 11px 22px 11px 10px;
    float: left;
    color: #101E8E;
    font-weight: bold;
    position: relative;
    margin-left: 5px;
    border-radius: 5px;
    background: #fff;
    border: none;
  }

  .search-h button:hover {
    background: #101E8E;
    color: #fff;
  }

  .search-h button:after {
    width: 8px;
    height: 8px;
    background-image: url('../images/arrow.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 6px;
    position: absolute;
    content: '';
    right: 5px;
    bottom: 0;
    top: 0;
    margin: auto;
  }

  .search-h button:hover:after {
    background-image: url('../images/arrow-white.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 6px;
  }


  .lang .bb {
    display: none;
  }

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

    #menu.menu .menu-list ul li.current-page a:hover,
  .menu .menu-list ul li a:hover {
    color: #0096A9;
  }

  /*** menu full page ***/

  .hide {
  	display: none;
  }

  .search-desktop {
    display: none;
  }

  .menu .menu-list ul li.current-page a,
  .lang.active .icon-down, .icon-down:hover {
    color: #0096A9;
  }


  .menu .menu-list ul li.current-page ul.submenu li a  {
    color: #fff;
  }


  /* .sub-arrow {
    width: 17px;
    height: 12px;
    background-image: url(../images/arrow-down-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .submenu-parent.active .sub-arrow {
    transform: rotate(180deg);
  } */


  .menu .menu-list ul li a.icon-down:after {
    width: 0;
    height: 0;
  }

  .menu .menu-list ul.submenu {
    position: relative;
    background: transparent;
    opacity: 1;
    margin: 0;
    overflow: hidden;
    visibility: visible;
    padding-left: 20px;
    box-shadow: none;
    width: 100%;
    display: block;
  }

  .menu .menu-list ul li {
    float: left;
    width: 100%;
  }

  .menu .menu-list ul li.current-page a {
    width: calc(100% - 40px);
    float: left;
  }


  .menu .menu-list ul.submenu.open {
    padding-top: 20px;
    width: 100%;
    height: 100%;
  }

  .menu .menu-list ul.submenu li {
    text-align: left;
  }

  .search-cta-mobile {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 22px;
    right: 60px;
    position: absolute;
  }

  .search-cta-mobile svg {
    width: 100%;
    height: auto;
  }


  .search-h {
    width: 100%;
    top: 100px;
  }


  #menu:before {
    width: 150px;
    height: 95px;
    background-image: url(../images/bg-start-m.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 2;
    content: '';
  }


  .side-r {
    position: absolute;
    z-index: 100;
    bottom: 0;
    display: block;
    position: absolute;
    opacity: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .lang {
    width: 100%;
    margin-left: 0;
  }

  .open .side-r {
    -webkit-animation: fadeInRight .35s ease forwards;
    animation: fadeInRight .35s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
  }

  .navbar-brand {
    max-width: 80px;
  }

  .navbar-default {
    min-height: 60px !important;
  }

  .menu {
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	opacity: 1;
  	visibility: hidden;
  	overflow: hidden;
  	-webkit-transition: opacity .5s, visibility .35s, width .35s;
  	transition: opacity .5s, visibility .35s, width .35s;
  }

  .menu:after {
  	content: '';
  	background: #101E8E;
  	right: -200%;
    top: 60px;
  	width: 200%;
  	height: 200%;
  	position: fixed;
  	border-radius: 100%;
  	-webkit-transition: all .35s ease;
  	transition: all .35s ease;
  }

  #menu.menu.open {
  	opacity: 1;
  	visibility: visible;
    display: block;
  }

  .menu.open:after {
  	right: 0;
  	border-radius: 0%;
  }

  .menu.open li {
  	-webkit-animation: fadeInRight .35s ease forwards;
  	animation: fadeInRight .35s ease forwards;
  	-webkit-animation-delay: .35s;
  	animation-delay: .35s;
  }

  .menu.open li:nth-of-type(2) {
  	-webkit-animation-delay: .45s;
  	animation-delay: .45s;
  }

  .menu.open li:nth-of-type(3) {
  	-webkit-animation-delay: .55s;
  	animation-delay: .55s;
  }

  .menu.open li:nth-of-type(4) {
  	-webkit-animation-delay: .55s;
  	animation-delay: .55s;
  }

  #menu {
    display: none;
    padding: 18px 15px 18px 15px;
  }

  .menu .menu-list {
    position: relative;
    width: 100%;
    display: inline-table;
    top: 100px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 100;
  }

  .menu-a {
    float: left;
    width: 100%;
    height: calc(100vh - 230px);
    overflow: auto;
  }

  .menu .menu-list {
    font-size: 20px;
    height: 100%;
    overflow: scroll;
  }

  .menu .menu-list ul {
    width: 100%;
  }

  .menu .menu-list ul li {
    display: block;
    position: relative;
    opacity: 0;
    padding: 0 8px;
  }

  .menu .menu-list ul li a {
    font-size: 14px;
    color: #fff;
  }


  /* .menu .menu-list ul.submenu {
    text-align: left;
    background: transparent !important;
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
  }

  .submenu-parent.active .submenu {
    height: 100% !important;
  } */

  .sosmed {
    width: 100%;
    padding-left: 15px;
  }


  .lang .bb {
    display: block;
    color: #fff;
    width: 120px;
    font-size: 14px;
    position: absolute;
    top: 11px;
    left: 20px;
  }

  .lang-current {
    width: 45px;
    position: relative;
    left: 100px;
    font-size: 14px;
  }

  .lang-op {
    top: -90px;
    left: 115px;
  }

  .lang-op.open {
    opacity: 1;
    visibility: visible;
  }


  /*** sandwich ***/

  .sandwich {
    width: 22px;
    height: 22px;
    top: 16px;
    right: 0;
    position: absolute;
    padding: 16px;
    cursor: pointer;
  }

  .sandwich span {
  	display: block;
  	position: fixed;
  	top: 24px;
  	right: 20px;
  	width: 22px;
  	height: 2px;
  	background-color: #101E8E;
  	-webkit-transition: all .35s;
  	transition: all .35s;
  	z-index: 50;
    border-radius: 20px;
  }

  .sandwich span:nth-of-type(2) {
  	top: 31px;
  }

  .sandwich span:nth-of-type(3) {
  	top: 38px;
  }

  .sandwich.active .top {
  	-moz-transform: translateY(5px) translateX(0) rotate(45deg);
  	-o-transform: translateY(5px) translateX(0) rotate(45deg);
  	-webkit-transform: translateY(5px) translateX(0) rotate(45deg);
  	transform: translateY(5px) translateX(0) rotate(45deg);
  }

  .sandwich.active .middle {
  	opacity: 0;
  }

  .sandwich.active .bottom {
  	-moz-transform: translateY(-9px) translateX(0) rotate(-45deg);
  	-o-transform: translateY(-9px) translateX(0) rotate(-45deg);
  	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
  	transform: translateY(-9px) translateX(0) rotate(-45deg);
  }

  .sandwich.active:hover .top {
  	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  }

  .sandwich.active:hover .middle {
  	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  }

  .sandwich.active:hover .bottom {
  	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  }

  main {
  	position: relative;
  	top: 65px;
  }

  .panel {
  	margin: 25px 0px;
  	padding: 15px 25px;
  	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  	position: relative;
  }

  .panel .img-panel-circle {
  	width: 12em;
  	height: 12em;
  	border-radius: 50%;
  	position: relative;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  }

  .div-gradient {
  	height: 100vh;
  	text-align: center;
  	text-transform: uppercase;
  	background-position: 0 0 !important;
  }

  .div-gradient .text-gradient {
  	font-family: 'Roboto', sans-serif;
  	position: absolute;
  	margin: auto;
  	top: 40vh;
  	left: 0;
  	right: 0;
  	bottom: 40vh;
  	z-index: 1;
  	text-shadow: 2px 2px 2px #444;
  }

  .div-gradient .text-gradient h1 {
  	color: #FFF;
  	letter-spacing: 0.1em;
  	font-weight: 400;
  	font-size: 64px;
  }

  .div-gradient .text-gradient h3 {
  	font-weight: 300;
  	color: #fff;
  }

  .div-gradient .img-gradient {
  	height: 100vh;
  	width: 100%;
  	position: relative;
  	background: url("../../../../../../../fst-sziu.ru/wp-content/uploads/2013/10/low-poly-texture-18.html") 50% 0/cover no-repeat fixed transparent;
  	overflow: hidden;
  }

  .div-gradient .gradient {
  	position: absolute;
  	height: 100vh;
  	width: 100%;
  	top: 0;
  	left: 0;
  	opacity: 0;
  	background: #3b305f;
  	/* For browsers that do not support gradients */
  	/*Safari 5.1-6*/
  	/*Opera 11.1-12*/
  	/*Fx 3.6-15*/
  	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(#3b305f));
  	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #3b305f);
  }

	.menu-list {
		font-size: 40px;
	}
	.menu-list li a {
		padding: 10px !important;
	}
	.div-gradient .img-gradient {
		background-position: 50% 0px !important;
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}





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

  .menu .menu-list ul li {
    padding: 0;
  }

  .menu .menu-list ul li a {
    font-size: 12px;
    padding: 13px 10px !important;
  }

  .menu .menu-list ul li ul.submenu li a {
    padding: 4px 10px !important;
  }

}


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

  .c-r-item {
    width: calc(100% / 2 - 15px) !important;
  }

}

@media screen and (max-height: 520px) {

  .menu .menu-list {
    top: 80px;
  }

  .menu .menu-list ul li a {
    font-size: 11px;
    padding: 10px !important;
  }

}