button {
  background: 0;
  border: 0;
}



.menu-main {
  display: flex;

}

.hamburger {
  display: none;
  width: 56px;
  height: 56px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #d9dce8;
  border-right: 1px solid #d9dce8;

}

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


  .menu__list > .menu__item:last-child
  {
    border: 0;
  }


  .header .hamburger {
    display: flex;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
  }
  .header .site-map {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .only-hidden
  {
    overflow: hidden;
  }

}

@media screen and (min-width: 768px) {


  .menu-transparent .menu-wrapper
  {background: transparent;
    box-shadow: none;
    border: 0;
  }

  .menu__link-activator
  {padding-left: 20px;}

	 .menu__item:hover {
    background-color: #ffffff;
    color: #000000;
  }

  .header {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }

  .header.is-hidden.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

.menu__item:hover .menu__link--black {
  background-color: #1a4784;/*#6c60eb;*/
  color: #ffffff !important;
}

}

.hamburger .bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  margin: 3px auto;
  background: #000;

  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.hamburger.hamburger--active .bar:first-child {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px
}

.hamburger.hamburger--active .bar:nth-child(2) {
  opacity: 0
}

.hamburger.hamburger--active .bar:nth-child(3) {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px
}

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

}

.navigation-wrap__logo
{
  padding: 0 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation__logo {
  display: block;
  min-width: 40px;
}

.navigation__title {
  display: block;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  line-height: 16px;
  margin-left: 12px;
  margin-right: 100px;
}

.navigation__title a {
  color: #ffffff;
  text-decoration: none;
}

.menu-wrapper::after {
  display: none;
}

.curtain {
  position: fixed;
  display: none;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
  bottom: 0;
  height: 0;
  z-index: -1;
}

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

.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.menu__item::after {
  content: '';
}

.menu__link.menu__link--black {
  color: #000;
}

.menu__item>.menu__link.menu__link--white {
  color: #ffffff;
}



.menu__item:hover .menu__link.menu__link--white {
  background-color: #ffffff;
  color: #1a4784;/*#6c60eb;*/
}

.menu__item:hover .menu__link-arrow--onhover {
  opacity: 1;
}

.menu__item:hover .menu__link-arrow--reg {
  opacity: 0;
}

.menu__item:hover .menu__link img {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}


.menu-main .menu__link
{ padding: 14px;

}

a.menu__link
{text-decoration: none;}

.menu__link {

  padding: 10px 20px;
  line-height: 1.5;
  color: #ffffff;
  font-size: 15px;
cursor: pointer;
  position: relative;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__link img {
  max-width: 16px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  margin-left: 5px;
  position: absolute;
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu__link-arrow--onhover {
  opacity: 0;
}

.menu-wrapper {
  background-color: #1A4784;/*#6a5fea;*/
  position: relative;
  z-index: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);

 -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.menu__button {
  display: none;
}

#menu-main .dropdown
{
border-top: 2px solid #1a4784;/*#6c60eb;*/

}

header .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
-webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden;
  width: 100%;
  overflow: visible;
  z-index: 100;
  background-color: #ffffff;

}

header .dropdown.show
{visibility: visible;}


.menu-transparent .dropdown
{
 border-top: 2px solid #1a4784;/*#6c60eb;*/
}

.dropdown__content {
  width: 100%;
  padding: 32px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  max-width: 1140px;
  margin: 0 auto;
}

.dropdown-inner-wrapper.dropdown--show {
  visibility: visible;
  opacity: 1;
}

.dropdown__controls {
  display: none;
}

.dropdown__list {
  width: 100%;
  min-width: 254px;
}

.dropdown__list:not(:last-child) {
  margin-right: 20px;
}

.dropdown__item {
  font-size: 14px;
  padding: 14px 0;
  width: 100%;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
}

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

.dropdown__item:hover {
  color: #1a4784;/*#6c60eb;*/
}

.dropdown__item:hover .dropdown__button .dropdown__button-arrow--hovered {
  opacity: 1;
}

.dropdown__item:hover .dropdown__button .dropdown__button-arrow--gray {
  opacity: 0;
}

.dropdown__link {
  width: 100%;
  cursor: pointer;
  transition: 0s;
  color: #000;
  text-decoration: none;
}

.dropdown__link.current
{
  color: #1a4784;/*#6c60eb;*/
}

.dropdown__button {
  display: block;
  max-width: 16px;
  position: relative;
  transition: 0s;
  cursor: pointer;
}

.dropdown__button img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dropdown__button-arrow--hovered {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}

.dropdown-inner-wrapper {
  position: absolute;
 height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition:  .3s linear;
  -o-transition:  .3s linear;
  transition:  .3s linear;
}

.dropdown-inner-wrapper--active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.dropdown-inner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #6a5fea;
  padding-top: 16px;
  padding-bottom: 8px;
  transition: 0s;
}

.dropdown-inner__close {
  font-size: 14px;
  color: #1a4784;/*#6c60eb;*/
  margin-right: 16px;
}

.dropdown-inner__close img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 16px;
  position: relative;
  bottom: 1px;
  margin-right: 2px;
}

.dropdown-inner__close span {
  line-height: 24px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.dropdown-inner__title {
  color: #70787d;
  font-size: 14px;
  line-height: 24px;
}

.dropdown-inner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.responsive-menu-toggle {
  display: none;
}

.responsive-menu-title {
  display: none;
}

.responsive-logo {
  display: none;
}

.menu-tips {
  display: none;
}

.menu-socials {
  display: none;
}

/*

  Medias for .dropdown__Content as bootstrap container

*/

.dropdown-container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

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



  .dropdown-container {
    padding: 0;
    max-width: 100%
  }
  .header>.container {
    padding: 0;
  }
  .menu-wrapper>.container {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown-container {
    max-width: 970px;
  }
}

@media(min-width: 1200px) {
  .dropdown-container {
    max-width: 1140px;
  }
  
  .menu-main
  {
	 -ms-flex-pack: distribute!important;
    justify-content: space-around!important; 
	  width: 100%;
  }
  
  
}

@media screen and (max-width: 1230px) {
  .dropdown__content {
    padding: 20px;
  }
  .dropdown__list {
    min-width: 200px;
  }
  .dropdown-inner-wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 890px) {
  .dropdown__list {
    min-width: unset;
    width: 200px;
  }
}

@media screen and (max-width: 860px) {
  .navigation__title {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .menu-main {
    display: none;
  }
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    padding: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #1A4784;/*#6a5fea;*/
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    height: 57px;
    z-index: 10;
    width: 100vw;
    left: 0;
    top: 0;
  }
  .navigation--active::after {
    transform: translateY(0%)
  }
  .navigation--closed {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .navigation--closed::after {
    top: 0;
  }
  .navigation__title {
    max-width: 248px;
    margin: 0;
  }
  .responsive-menu-toggle {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    width: 32px;
    height: 32px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .responsive-menu-toggle__line {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #ffffff;
  }
  .responsive-menu-toggle__line:not(:last-child) {
    margin-bottom: 5px;
  }
  .responsive-menu-toggle__line:first-child {
    -webkit-transform: rotate(45deg) translateY(5px);
    -ms-transform: rotate(45deg) translateY(5px);
    transform: rotate(45deg) translateY(5px);
  }
  .responsive-menu-toggle__line:nth-child(2) {
    display: none;
  }
  .responsive-menu-toggle__line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-5px);
    -ms-transform: rotate(-45deg) translateY(-5px);
    transform: rotate(-45deg) translateY(-5px);
  }

  .menu-wrapper
  {

    background-color: #fff;
   position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: .3s all ease;
    overflow-y: auto;
 	height: 100%;
  visibility: hidden;
    overflow-x: hidden;
	opacity: 0;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	}


  .menu-wrapper--active{
opacity: 1;
  z-index: 1;
height: 100%;
visibility: visible;
  }
  .menu-wrapper::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 57px;
    background-color: #1A4784;/*#6a5fea;*/
  }
  .navigation--active .menu {
    display: block;

  }
  .menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    z-index: -1;

    background-color: #fff;
  }
  .menu__list {
    padding: 16px 20px 12px 20px;
    display: block;
  }
  .menu__list--gray {
    background-color: #f6f7fb;
  }
  .navigation .menu--slide-lefter {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .menu>*:not(:last-child) {
    margin-right: 0;
  }
  .menu> :first-child {
    border-top: 1px solid #d9dce8;
  }
  .menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d9dce8;
  }

  .menu__link {
    width: 100%;
    position: relative;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
	cursor: pointer;
  }
  .menu__link--black {
    font-size: 16px;
  }
  .menu__item>.menu__link.menu__link--white {
    color: #000000 !important;
	font-family: Gilroy Extra Bold;
	font-size: 28px;
  }


  .menu__link img {
    display: none;
  }
  .menu__button {
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
width: 44px;
    height: 44px;
    display: block;
    border-radius: 50%;
    border: 1px solid #d9dce8;
    min-width: 44px;
    min-height: 44px;
	background: url(../img/menu-icons/arrow.svg) no-repeat 50% 50%;

  }
  .menu-tips {
    padding: 24px 20px 32px 20px;
    background-color: #f6f7fb;
    text-align: left;
    display: block;
  }

  .menu-socials
  {background-color: #f6f7fb;}

  .menu-tips>*:not(:last-child) {
    margin-bottom: 16px;
  }
  .menu-tips__link {
    color: #1a4784;/*#6c60eb;*/
    font-size: 14px;
    line-height: 20px;
  }
  .menu-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 30px 20px;
  }
  .menu-socials>*:not(:last-child) {
    margin-right: 12px;
  }
  .menu-socials__link {
    min-width: 40px;
    min-height: 40px;
    padding: 8px;
    border-radius: 50%;
    display: block;
  }
  .menu-socials__link--facebook {
    background-color: #4267b2;
  }
  .menu-socials__link--instagram {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7521c8), color-stop(#d34c81), to(#f97f2d));
    background-image: -o-linear-gradient(top, #7521c8, #d34c81, #f97f2d);
    background-image: linear-gradient(to bottom, #7521c8, #d34c81, #f97f2d);
  }
  .menu-socials__link--vk {
    background-color: #4a76a8;
  }
  .menu-socials__link--youtube {
    background-color: #d53636;
  }
  header .dropdown {
    border-top: 2px solid #1a4784;/*#6c60eb;*/
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #ffffff;

    width: 100%;
    left: 100%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    border: 0;
    top: -57px;
    overflow: visible;
    visibility: hidden;
    opacity: 0;
  }
  header .dropdown.dropdown--show {
    visibility: visible;
    opacity: 1;
  }
  .dropdown__content {
    padding: 0;
    display: block;
  }
  .dropdown__list {
    padding: 0 20px;
  }
  .dropdown__item {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d9dce8;
  }
  .dropdown__item:first-child {
    border-bottom: 1px solid #d9dce8;
  }
  .dropdown__link {
    padding: 14px 0;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
font-family: Gilroy Extra Bold;
    color: #000000;
  }
  .dropdown__button {
    max-height: unset;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    background-color: #1a4784;/*#6a5fea;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 57px;

  }
  .dropdown__back {
    position: relative;
    top: 2px;
  }
  .dropdown__quit {
    position: relative;
    top: 2px;
  }
  .dropdown__current {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
  }
  .dropdown__close {
    position: relative;
    max-height: 17px;
    font-size: 16px;
    color: #b9b1e7;
    margin-right: 15px;
    padding-left: 15px;
  }
  .dropdown__close::before {
    content: '\f053';
    display: block;
    font-family: 'Font Awesome 5 solid';
    color: #b9b1e7;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .dropdown__title {
    color: #8b8c8e;
    font-size: 16px;
  }
  .dropdown-inner-wrapper {
    left: 100%;
    padding: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    visibility: hidden;
    opacity: 0;
  }


  .dropdown-inner-wrapper--show {
    visibility: visible;
    opacity: 1;
  }
  .dropdown-inner__content {
    display: block;
  }
  .dropdown-inner__header {
    display: none;
  }
}

.menu-transparent
{

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
    width: 100%; z-index: 1;}



.menu-trans-active
{

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease

}

