.app-coupon {
  display: none;
  height: 133px;
}

.b-call-cursor
{
	display : none;
}

.b-co100-close
{
	width : 24px;
	height : 24px;
	position : absolute;
	top : 50%;
	right : 0;
	margin-top : -12px;
	cursor: pointer;
}

.b-co100-close:hover path
{
	fill: #fff !important
}
.b-co100-close path
{
	transition: all 0.3s;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {

}

.header {
  position: fixed;
	background: #4C75E6;
  height: 13.3rem;
  display: flex;
  justify-content: center;
	width : 100%;
	top   : 0;
	left  : 0;
	z-index : 999;
	transition: all 1s ease-out !important;
	backdrop-filter: none !important
}

#main-scrollbar
{
	margin-top : 110px;
}

.header__nav-link.header__nav-list-button.solutions-link
{
	margin-left : 14px !important;
}


header.fixed {
  opacity: 1;
  visibility: visible;
  top: -150px;
	position : fixed;
	-webkit-backdrop-filter:saturate(180%) blur(20px);
 backdrop-filter: saturate(180%) blur(20px);
}
header.fixed-visible, header.defaultHeader {
  opacity: 1;
  visibility: visible;
	top : 0;
}

header.defaultHeader
{
	top : 0 !important;
	transition: none !important;
}

.header-wrap {
  transition: top 1s ease-in-out;
  margin: 0 7.3rem;
  display: flex;
  justify-content: space-between;
  width: calc(100vw - 14.6rem);
  background: transparent;
  border-radius: 0 0 1.6rem 1.6rem;
  color: #fff;
  padding: 0rem 4rem;
  /* box-shadow: 0 2rem 2rem 0 rgba(22, 75, 225, 0.6); */
  position: relative;
  height: 13.3rem;
  top: 0;
  z-index: 4;
}

.header__company {
  display: flex;
  align-items: flex-end;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  padding-bottom: 38px;
  padding-right: 5.7rem;
}
.header__logo {
  width: 4.3rem;
  height: 4.8rem;
  margin-right: 1rem;
}
.header__logo--mightycall {
	position : relative;
	top      : -7px;
  width: 11.9rem;
  height: 2.1rem;

}
.logo-block {
  display: flex;
}
.header__nav {
  display: flex;
  align-items: flex-end;
}
.header__nav-link,
.header__nav-link--active {
  margin: 0 17px;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #fff;
  padding: 0 0 45px;
	position : relative;
}

.header__nav-link:before, .header__nav--list--wrapper:before
{
	display : none;
}

.header__nav-link:hover:after
{
	background-image : url('/wp-content/themes/mightycall2021/img/submenu-arrow-desktop.svg') !important;
	width            : 12px !important;
	height           : 8px !important;
	top : 0 !important;
}

.header__nav-link:hover,
.header__nav-link--active:hover {
  color: #cdfb3e;
}
.header__nav-link--active {
  color: #cdfb3e;
}

.header__nav-link:hover:before
{
	opacity: 1;
}
.header__nav-link--submenu {
  margin: 0;
  display: block;
  padding-bottom: 10px !important;
	padding-left : 0 !important;
	position : relative;
}

.header__icons--phone--button.mobile
{
	display : none;
}

.header__nav-link--submenu-icon
{
	display : none;
	position : absolute;
	top : 0;
	left : 0;
	width : 30px;

}

.header__nav-link--submenu-icon path
{
	stroke: #A1B1C9;
}
.header__nav-list-button {
  position: relative;
  cursor: pointer;
}

.header__nav-list-button:after
{
	content                 : '';
	position                : relative !important;
	display                 : inline-block;
	width                   : 12px !important;
	height                  : 8px !important;
	-webkit-background-size : 100%;
	background-size         : 100%;
	background-repeat       : no-repeat;
	margin-left             : 5px;
	top                     : 0 !important;
	left : 0 !important;
	bottom: auto !important;
	background-image : url('/wp-content/themes/mightycall2021/img/icons/menu-arrow.svg') !important;
	background-color : transparent !important;
}

.header__nav--list {
	position        : absolute;
	top : 53px;
	opacity: 0;
	left : -15px;
	background      : #4C75E6;
	transition      : none;
	min-width : 405px;
	border-radius: 0px 0px 6px 6px;
	display : none;
}


.header__nav--list--wrapper {
	padding-top: 30px;
	padding-left : 48px;
	padding-right : 24px;
	padding-bottom : 48px;
  width: max-content;
  display: flex;
  flex-direction: column;
	position : relative;
}

.header__nav-link.header__nav-link--submenu, .header__nav-link--active.header__nav-link--submenu:hover
{
	font-size : 16px;
	color: #fff;
	padding-bottom : 8px !important;
	position : relative;
	display : block;
	line-height : 32px;
	font-weight : 300;
	transition: all 0.4s;
}

.header__nav-link.header__nav-link--submenu:last-child, .header__nav-link--active.header__nav-link--submenu:last-child:hover
{
	padding-bottom : 0 !important;
}

.header__nav-link.header__nav-link--submenu:before, .header__nav-link--active.header__nav-link--submenu:hover:before
{
	display : block !important;
	content : '';
	width : 20px;
	height : 20px;
	background: transparent no-repeat 100% / 100% url('/wp-content/themes/mightycall2021/img/submenu-arrow-left.svg') !important;
	position  : absolute;
	left      : -28px;
	top       : 6px;
	bottom    : auto;
	opacity   : 0;
	transform : none;
	transition: all 0.4s;
}

.submenu-item-link:before
{
	display : block !important;
	content : '';
	width : 20px;
	height : 20px;
	background: transparent no-repeat 100% / 100% url('/wp-content/themes/mightycall2021/img/submenu-arrow-left.svg') !important;
	position  : absolute;
	left      : -28px;
	top       : 3px;
	bottom    : auto;
	opacity   : 0;
	transform : none;
	transition: all 0.4s;
}

.submenu-row
{
	margin : 0;
	padding : 0;
}

.submenu-col
{
	list-style: none;
	display: inline-block;
	width : auto;
	vertical-align : top;
}

.submenu-col:last-child
{
	margin-left : 33px;
	padding-left : 37px;
	border-left: 1px solid #fff;
}

.submenu-title
{
	display : block;
	margin-bottom : 12px;
	font-weight : 400;
	font-size : 18px;
	line-height : 24px;
	color : #CDFB3E;
}

.submenu-item
{
	margin : 0;
	padding : 0;
}

.submenu-item-li
{
	list-style: none;
	margin-bottom : 8px;
}

.submenu-item-link:hover, .submenu-item-link:active
{
	color : #CDFB3E;
}
.submenu-item-link
{
	font-family : 'Kanit';
	text-decoration : none !important;
	font-weight : 300;
	font-size : 16px;
	line-height : 32px;
	color : #fff;
	position : relative;
	transition: all 0.4s;
}

.solutions-link .header__nav--list
{
	min-width : 630px;
}

.b-overlay
{
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	background: linear-gradient(180deg, rgba(0, 19, 55, 0.3) 0.01%, rgba(24, 47, 111, 0.15) 100%);
	z-index : 777;
	display : none;
}

.header__nav-link.header__nav-link--submenu:hover, .header__nav-link--active.header__nav-link--submenu:hover
{
	color: #CDFB3E;
}

.header__nav-link.header__nav-link--submenu:hover:before, .header__nav-link--active.header__nav-link--submenu:hover:before, .submenu-item-link:hover:before
{
	opacity: 1;
}

.header__nav-link.header__nav-link--submenu:hover .header__nav-link--submenu-icon svg path
{
	stroke : #4C75E6;
}

.header__icons--phone--button span
{
	font-family    : 'Kanit';
	font-style     : normal;
	font-weight    : 400;
	font-size      : 18px;
	line-height    : 24px;
	color          : #FFF;
	display        : inline-block;
	vertical-align : middle;
	margin-left    : 5px;
	transition: all 0.3s ease;
}

.header__nav-link:before
{
	content    : '';
	position   : absolute;
	bottom     : -4px;
	left       : 50%;
	width      : 130%;
	height     : 4px;
	background : #CDFB3E;
	z-index    : 5;
	opacity    : 0;
	transform  : translateX(-50%);
}

.header__nav--list--wrapper:before
{
	content : '';
	position : absolute;
	top : 0;
	left : 0;
	width : 10px;
	height     : 4px;
	background : #CDFB3E;
}

.header__nav-link.header__nav-link--submenu:before
{
	display : none;
}


.header__nav-list-button:hover .header__nav--list {
  top: 62px;
  left: -48px;
  z-index: 0;
  opacity: 1;
}

.header__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 1.4rem;
}
.header__icons {
  display: flex;
}
.header__button {
  margin: 0 1rem;
  font-weight: 400;
  padding: 17px 31.1px;
  letter-spacing: 0px;
  font-family: "Kanit", sans-serif;
  border-radius: 8px;
	font-size : 18px;
}

.header__button--free {
  margin-right: 42px;
}
.header__icons--phone--button,
.header__icons--support-button {
  padding-right: 32px;
  display: flex;
  transition: all 2s ease;
  position: relative;
  cursor: pointer;
  align-items: center;
  z-index: 0;
}

.header__icons--phone--button:last-child
{
	padding-right : 0 !important;
}
.header__icons--login-link,
.header__icons--phone-link,
.header__icons--support-link {
  /* display: none; */
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #cdfb3e;
  text-decoration: none;
  align-items: center;
  transition: all 1s ease;
}
.header__icons--phone-link,
.header__icons--support-link {
  display: none;
  padding-right: 8px;
  text-decoration: none;
}
.header__icons--support-hover,
.header__icons--phone-hover {
  background-color: transparent;
  z-index: 1;
  text-decoration: none;
}
.header__buttons svg,
.header__buttons svg path {
  stroke: none;
  stroke-width: 0px;
  fill: #CDFB3E;
  transition: all 0.3s ease;
}

.header__icons--phone--button:hover span
{
	color :  #cdfb3e;
}
.header__icons--phone--button:hover svg path,
.header__icons--support-button:hover svg path {
  /* stroke: #cdfb3e; */
  fill: #cdfb3e;
  /* stroke-width: 0px; */
}
.header__icons--phone--button:hover .header__icons--phone-link,
.header__icons--support-button:hover .header__icons--support-link {
  display: flex;

  color: #cdfb3e;
  animation: showhelpbuttons 0.5s ease 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes showhelpbuttons {
  from {
    display: none;
    transform: translateX(20px);
  }
  to {
    display: flex;
    transform: translateX(0px);
  }
}

.header__icons--login-link {
  display: flex;
  padding-right: 3px;
}
.header__icons--login-link:hover {
  color: #cdfb3e;
  cursor: pointer;
}
.header__icons--login-img {
  padding-left: 9px;
}
.mobile-menu-block {
  display: none;
}

.mobile-menu-btn {
  display: none;
}
@media (max-width : 1700px)
{
	.b-co100-close
	{
		z-index : 5;
	}
}
@media screen and (max-width: 1675px) {
  .header {
    height: 80px;
  }
  .header-wrap {
    height: 80px;
    margin: 0 auto;
	  width : 1195px;
	  padding : 0;
  }

	.submenu-col:last-child
	{

	}

	.header__nav-link, .header__nav-link--active
	{
		font-size : 16px;
	}

  .header__logo--mightycall {
    display: none;
  }
	.header__icons--phone--button span.hidePhone
	{
		display : none;
	}
  .header__company {
    padding-bottom: 15px;
    padding-right: 42px;
  }
  .header__nav-link,
  .header__nav-link--active {
    margin: 0 20px;
    padding: 0 0 29px;
  }
  .header__nav-list-button:hover .header__nav--list, .header__nav--list {
    top: 53px;
  }

	.submenu-title
	{
		font-size : 16px;
	}
  .header__nav-link--submenu {
    margin: 0;
    padding-bottom: 8px;
  }
  .header__icons--login-img {
    padding-left: 0px;
  }
  .header__buttons {
    padding-top: 0;
  }

	.header__icons--phone--button span
	{
		font-size : 16px;
		line-height : 32px;
	}
	.header__logo
	{
		margin-right : 0;
		width : 45px;
		height : 49px;
	}
  .header__button {
	  font-size     : 16px !important;
	  line-height   : 38px;
	  padding       : 0 !important;
	  height        : 40px;
	  width         : 134px;
	  border-radius : 4px;
  }
  .header__button--free {
    margin-right: 90px;
  }

	.header__icons--phone--button, .header__icons--support-button
	{
		padding-right : 21px;
	}

}

@media only screen and (max-width: 1325px) and (min-width: 1001px)
{
	.header__nav-link, .header__nav-link--active
	{
		margin: 0 20px;
		font-size: 16px;
		padding-bottom : 26px;
	}

	.header__nav--list--wrapper .header__nav-link, .header__nav--list--wrapper .header__nav-link--active
	{
		margin : 0 !important;
	}



	.header__button
	{
		padding: 9px 31.1px;
		font-size: 12px;
	}

	.header__icons--phone--button span.hidePhone
	{
		display : none;
	}

	.header-wrap
	{
		padding : 0;
		height : 80px;
	}

	.header__nav-list-button:hover .header__nav--list, .header__nav--list
	{
		top : 50px;
	}

	.header__company
	{
		padding-bottom : 16px;
	}

	.header
	{
		height : 80px;
	}
}

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

	.header__button--free
	{
		margin-right: 32px;
	}

	.header__nav-link, .header__nav-link--active
	{
		margin: 0 10px;
	}

	.header__company
	{
		padding-right: 9px;
	}

	.header-wrap
	{
		width : 990px;
	}
}

@media screen and (max-width: 1000px) {
  .header {
    height: 6rem;
	  backdrop-filter: none !important;
	  background: #4C75E6 !important;
	  padding: 0 20px;
  }

	.b-co100-close
	{
		top   : 8px;
		right : -11px;
		margin-top : 0;
	}

	.mobile-menu__close-block .header__company
	{
		padding  : 0;
		position : absolute;
		left     : 20px;
		top      : 16px;
	}

	.mobile-menu-block .mobile-menu__close-block .header__icons--phone--button.mobile
	{
		position : relative;
		top      : -2px;
		left     : 3px;
	}

	header.open_menu_header
	{

	}

	.header__icons--phone--button span
	{
		font-weight : 400;
		font-size   : 14px;
		line-height : 32px;
	}
  .header-wrap {
    height: 6rem;
    padding: 0 !important;
    margin: 0 auto;
	  justify-content: end;
	  width: 100% !important;
  }

  .header__icons--phone-hover svg
  {
	  display : inline-block;
  }

	.header__logo
	{
		width  : auto;
		height : 30px;
	}

	.header__icons--phone--button svg path, .header__icons--support-button svg path
	{
		fill : #CDFB3E;
	}

	.header__icons--phone--button.mobile
	{
		display : flex;
	}

	.menu-mobile__buttons .header__button
	{
		margin : 0 !important;
		margin-bottom : 15px !important;
		padding: 12px 31.7px !important;
		font-weight : 400;
		font-size : 18px;
		margin-right : 22px !important;
		border-radius: 8px;
	}

	.menu-mobile__buttons .header__button:last-child
	{
		margin-right : 0 !important;
	}

	.menu-mobile__help-buttons
	{
		padding-bottom  : 10px !important;
		justify-content : center !important;
	}

	.menu-mobile, .menu-mobile__link
	{
		width : 100%;
	}

	#main-scrollbar
	{
		margin-top : 70px;
	}
  .header__nav-link {
    display: none;
  }
  .header__buttons {
    display: none;
  }
  .header__company {
    padding-bottom: 14px;
  }

  .mobile-menu-btn, .mobile-menu__close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    background-color: transparent;
    font-family: "Kanit", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #fff;

  }

  .mobile-menu-block .mobile-menu__close-btn
  {
	  position : relative;
	  top      : -2px;
	  left     : 2px;
  }

	.mobile-menu__close-btn
	{
		position : relative;
		top      : 3px;
		left     : -8px;
		font-weight : 400 !important;
	}
	.mobile-menu-btn:before, .mobile-menu__close-btn:before
	{
		content          : '';
		width            : 24px;
		height           : 24px;
		background-image : url('/wp-content/themes/mightycall2021/img/icons/menu-burger.svg');
		display: inline-block;
		vertical-align : middle;
		background-size   : 100%;
		background-repeat : no-repeat;
		margin-right : 5px;

	}

	.mobile-menu__close-btn:before
	{
		background-image : url('/wp-content/themes/mightycall2021/img/icons/menu-burger__close.svg');
	}


  .mobile-menu-block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    overflow: auto;
	  background-color: #4C75E6;
    z-index: 999;
    flex-direction: column;

    overflow: hidden;
    visibility: hidden;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }
  .mobile-menu__close-block {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
    padding-right: 15px;
    padding-top: 15px;
  }

  .menu-mobile__help-buttons .header__icons--phone-hover svg
  {
    display: inline-block;
	  width : auto !important;
	  height : 20px !important;
  }
	.menu-mobile__help-buttons .header__icons--phone-hover span
	{
		font-size : 18px;
		line-height : 24px;

	}
  .menu-mobile__links,
  .menu-mobile__buttons,
  .menu-mobile {
    display: flex;
    flex-direction: column;
    /* padding-top: 20px; */
  }

	.menu-mobile__link
	{
		font-family     : 'Kanit';
		font-style      : normal;
		font-weight     : 400;
		font-size       : 18px;
		line-height     : 34px;
		color           : #FFF;
		text-decoration : none;
		text-align      : center;
	}
	.header__button
	{
		font-weight : 500;
	}
  .menu-mobile__help-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 41px 41px;
  }
  .menu-mobile__help-buttons a {
    text-decoration: none;
    font-family: "Source Serif Pro", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
  }
  .menu-mobile__help-buttons--login {
    color: #cdfb3e;
  }
  .menu-mobile__button {
    border: none;
    outline: none;
    width: fit-content;
    padding: 1.2rem 2.4rem;
    font-size: 16px;
    line-height: 16px;
  }

  .menu-mobile__link:after
  {
	  content : '';
	  position : absolute;
	  bottom : -11px;
	  left : 0;
	  width : 100%;
	  height : 1px;
	      border-image-source: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	      transform: matrix(1, 0, 0.02, 1, 0, 0);
	      background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  }
  .menu-mobile__link {
    margin-bottom: 20px;
    cursor: pointer;
	  position : relative;
  }
  .menu-mobile__link:hover {
    color: #fff;
  }
  .menu-mobile__link:active {
    color: #cdfb3e;
  }
  .menu-mobile__links {
    align-items: center;
  }
  .header__nav-link--submenu {
    display: block;
    padding: 0;
  }

  .menu-mobile__link-collapsed--marker img
  {
	  display : none;
  }

	.menu-mobile__link-collapsed--marker .df
	{
		display : inline-block;
	}

	.menu-mobile__link.menu-mobile__link-collapsed:hover .menu-mobile__link-collapsed--marker .df
	{
		display : none;
	}

	.header__nav
	{
		position : absolute;
		left     : 0;
		top      : 16px;
	}

	.menu-mobile__link.menu-mobile__link-collapsed:hover .menu-mobile__link-name
	{
		color : #CDFB3E;
	}

	.menu-mobile__link.menu-mobile__link-collapsed:hover .menu-mobile__link-collapsed--marker .act
	{
		display : inline-block;
	}

  .menu-mobile__link--list {
    display: none;
    padding: 34px 16px 16px;
    width: 100%;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 1px;
	  margin-top: 0px;
   top: 11px;
  }
  /* .active-list {
    display: block;
    animation-name: drawBorderFromCenter;
  } */
  .menu-mobile__link--list ul {
    margin: 0;
	  background: #426BDC;
	  padding        : 0;
	  padding-top    : 24px;
	  padding-bottom : 8px;
    text-align: center;
    text-transform: uppercase;
  }


  .menu-mobile__link--list ul li {
    list-style-type: none;
    text-transform: capitalize;
  }

	.header__nav-link--submenu
	{
		padding-left : 0 !important;
	}

	.header__nav-link.header__nav-link--submenu
	{
		color : #fff;
		font-size : 16px;
		line-height : 32px;
		font-weight : 300;
		padding-bottom : 16px !important;
		margin-bottom : 16px !important;
	}

	.menu-mobile__title
	{
		display: inline-block;
		padding-bottom : 16px !important;
		line-height : 24px;
		color : #CDFB3E !important;
		font-weight : 400;
	}

	.header__nav-link.header__nav-link--submenu:hover
	{
		color: #CDFB3E;
	}
  @keyframes showlist {
    from {
      display: none;
      transform: translateY(-70px);
    }
    to {
      display: flex;
      transform: translateY(0px);
    }
  }
  @keyframes hidelist {
    from {
      display: flex;
      transform: translateY(0px);
    }
    to {
      display: none;
      transform: translateY(-70px);
    }
  }

  /* Chrome, Safari, Opera */
  @keyframes drawBorderFromCenter {
    0% {
      background-size: 0 1px, 0 0, 100% 100%;
    }
    20% {
      background-size: 100% 1px, 100% 0, 100% 100%;
    }
    66% {
      background-size: 100% 1px, 100% 99%, 100% 100%;
    }
    99% {
      background-size: 100% 1px, 100% 98%, 0 1px;
    }
    100% {
      background-size: 100% 1px, 100% 98%, 0 1px;
    }
  }

  .menu-mobile__link-name {
	  font-family :'Kanit';
    display: inline-block;
    background-color: transparent;
    padding: 0 8px;
    position: relative;
    z-index: 1;
	  font-size : 18px;
	  line-height : 24px;
	  font-weight : 400;
  }

	.menu-mobile__link-collapsed--marker
	{
		display     : inline-block;
		font-family : 'Open Sans';
		font-style  : normal;
		font-weight : 500;
		font-size   : 16px;
		line-height : 32px;
		color       : #CDFB3E;

	}

  .menu-mobile__buttons {
    padding-top: 42px;
    align-items: center;
	  display : block;
  }
  .menu-mobile__button.main__button--trial {
    margin-top: 3.2rem;
  }

	.header__button
	{

	}

}
@media screen and (max-width: 799px) {
  .header-wrap {
    margin: 0 auto;
    width: 95%;
  }
  /* .header__nav-link {
    display: none;
  } */

  .header__buttons {
    display: none;
  }
  .menu-mobile__help-buttons a {
    font-size: 18px;
    line-height: 20px;
  }
  .menu-mobile__help-buttons {
    padding: 0 20px 26px;
    flex-wrap: wrap;
  }
}

/*Coupon Styles*/

#modalapp {
  background: #f1f3f6;
  position: relative;
  width: 100%;
  height: 114px;
  top: 0;
  z-index: 9999;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #333;
  display: none;
  justify-content: center;
  align-items: center;
}
.androidapp,
.iosapp {
  display: none;
}
.app-btn {
  position: absolute;
  width: 122px;
  height: 32px;
  top: 54px;
  background: linear-gradient(180deg, #b1afff 0%, #4c75e6 100%);
  box-shadow: 0px 15px 10px -10px rgb(24 63 168 / 50%);
  border-radius: 16px;
  left: 146px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.app-btn img {
  margin-left: 12px;
}
.app-btn span {
  margin-left: 6px;
}
#modalapp.androidview,
#modalapp.iosview {
  display: flex;
}

#modalapp.androidview.dontshow,
#modalapp.iosview.dontshow {
  display: none;
}
.modalapp-body {
  position: relative;
  width: 420px;
  height: 100%;
}
#close-modalapp {
  position: absolute;
  right: 0;
  top: 36px;
  z-index: 9999;
}

.header-wrap .header__nav .header__nav-list-button:after
{
	opacity: 1 !important;
}
.app-logo {
  background: #4c75e6;
  box-shadow: 0px 10px 10px -10px rgba(24, 63, 168, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 24px;
  margin-left: 42px;
  margin-top: 22px;
}
.app-title {
  left: 145px;
  position: absolute;
  top: 21px;
  letter-spacing: 0px;
  font-family: "Source Serif Pro", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.app-logo img {
  max-width: 100%;
  height: 40px;
  width: 36px;
}
#modalapp.androidview .androidapp {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
}
#modalapp.iosview .iosapp {
  display: block;
}
@media screen and (max-width: 419.5px) {
  #modalapp {
    width: 100%;
  }

	.menu-mobile__buttons .header__button
	{
		margin-right : 0 !important;
		padding: 17px 31.7px;
		width  : auto;
		height : auto;
	}

	.menu-mobile__buttons
	{
		display : flex;
	}

  .modalapp-body {
    width: 100%;
  }
  .app-logo {
    margin-left: 19px;
    margin-top: 16px;
    font-size: 18px;
  }
  .app-title {
    left: 119px;
  }
  .app-btn {
    left: 119px;
  }

  .header__icons--phone--button.mobile svg
  {
	  display : none;
  }

	.header__icons--phone--button.mobile span
	{
		font-size : 14px;
	}
}

@media (max-height: 800px) {
  .mobile-menu-block {
    overflow: scroll;
  }
  .mobile-menu__close-block {
    padding-bottom: 20px;
  }
  .menu-mobile__help-buttons {
    padding: 50px 41px 41px;
  }
}
