* {
	--black: #000000;
	--gray: #626262;
	--white: #FFF;
	--red: #FF0000;
	--br_10: 10px;
	--bg_gray: #F1F1F1;
	--placeholder: #B1B1B1;
}
[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: none;
}
a, svg {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a, .btn:focus, input, button, textarea {
	outline: none;
}
.clearfix {
  clear: both;
}
.content {
  min-height: calc(100vh - 234px);
}
body {
	font-family: Roboto;
	padding-top: 106px;
}

header {
	background: var(--black);
	transition: 0.4s; 
	position: fixed; 
	top: 0; 
	width: 100%;
	z-index: 99;
}
.page {
	color: var(--gray);
	font-size: 18px;
	font-family: Open Sans;
}
h1 {
	font-size: 36px;
	color: var(--black);
}
.breadcrumb {
	display: flex;
	list-style: none;
	padding: 48px 0 25px 0;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb li a {
	color: var(--gray);
	font-size: 18px;
	font-family: Open Sans;
	padding-right: 5px;
}

.w-100 {
	width: 100%;
}
.logo_box {
	margin: 20px 0px;
}
#logo  {
	transition: 0.4s; 
  width: 110px;
}
.menu ul {
	list-style: none;
	margin-bottom: 0;
}
.menu ul li {
	padding: 0 25px;
}
.menu ul li a, .box-lang a {
	color: var(--white);
	font-size: 18px;
}
.box-lang .dropdown-item {
  color: var(--gray);
  font-size: 18px;
}
a#MenuLang {
  text-transform: uppercase;
}
.menu ul li a:hover, .menu ul li.active a, .box-lang a:hover {
	color: var(--gray);
	text-decoration: none;
}
.box-tel .phone a {
	padding-left: 24px;
	font-size: 22px;
	color: var(--white);
}
.box-tel .phone a:hover {
	opacity: .8;
	text-decoration: none;
}
.box-tel .phone-ico {
	margin-top: 5px;
}
.box-lang .dropdown-menu {
	width: auto;
	min-width: auto;
	left: -15px !important;
}
.box-lang .dropdown-menu .dropdown-item:hover {
	color: #000;
} 
.box-lang .dropdown-menu .dropdown-item {
	padding: 0.25rem 1rem;
} 
.slide_wr {
	background-size: cover;
  height: calc(100vh - 90px);
  height: auto;
  position: relative;
  padding-bottom: 50px;
  background: var(--black);
}

/*animation slider home*/

.cycler {
  position:relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.slider-mobile {
  display: none;
}
.cycler img {
  top: 50%;
  transform: translateY(-50%);
  position:absolute;
  z-index:1;
  width: 100%;
  height: auto;
}
.cycler img.active {
  z-index:3;

}
/*animation slider home*/

.owl-carousel.slider_owl {
    margin-top: -40px;
    /*min-height: 500px;*/
}
.slider_text {
    margin-bottom: 40px;
}
.slider_owl h1 {
  font-family: Open Sans;
  font-weight: bold;
  font-size: 144px;
  line-height: 100.7%;
  margin-top: 98px;
  margin-bottom: 20px;
}
.slider_owl h1 span {
	display: block;
}
.slider_textwr .white {
	color: var(--white);
}
.slider_textwr .red {
	color: var(--red);
}
.slider_text {
	/*display: flex;*/
}
.slider_img_smal_text p {
	margin-bottom: 0;
}
.slider_img_smal_text {
  font-size: 28px;
  line-height: 38px;
  font-family: Open Sans;
  color: var(--white);
  margin-bottom: 60px;
}

/*.slider_owl .owl-dots {
	position: absolute;
	left: 21%;
  bottom: 14%;
  display: flex;
}*/
.slider_owl .owl-dots {
    position: relative;
    left: 0;
    bottom: 50px;
    display: flex;
    margin: 0 auto;
    height: 0;
}
.slider_owl .owl-dots button {
	width: 25px;
	height: 25px;
	margin: 8px;
	position: relative;
	outline: none;
	justify-content: center;
	display: flex;
}
.slider_owl .owl-dot span {
	border-radius: 50%;
	width: 12px;
	height: 11.68px;
	/*display: flex;*/
	background: var(--gray);
	transition: all .5s ease;
	align-self: center;
}
.slider_owl .owl-dot.active span {
	width: 20px;
	height: 19.47px;
	background: var(--white);
}
.header_menu .box-mob-tel {
  display: none !important;
}

/*category home */
.section_cat_home {
  background: linear-gradient(180deg, #FF8A00 0%, #000000 96.35%);
  padding: 38px 0;
}
.wr_homecat_box {
    padding-bottom: 95px;
    position: relative;
  }
  .homecat_short_text {
    height: 0;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
  }
  .abs_homecat {
    height: 100px;
    overflow: hidden;
    bottom: 0;
    position: absolute;
    background: #FFFFFF;
    width: 100%;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
  }
  .abs_homecat a {
  	padding: 30px 24px 30px 24px;
    display: block;
    text-decoration: none;
  }
  .abs_homecat a span {
    font-size: 24px;
    font-family: Roboto;
    color: var(--gray);
    border-bottom: 0px solid var(--red);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	}
	.homecat_box_shadow .homecat_short_text {
		padding-left: 24px;
	}
	.homecat_box_shadow .homecat_short_text p {
		font-family: Open Sans;
		font-size: 18px;
	}

  .homecat_box_shadow:hover {
    box-shadow: 1px 1px 10px #00000047;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .homecat_box_shadow:hover .homecat_short_text {
    height: 65px;
  }
  .homecat_box_shadow:hover .abs_homecat {
    height: 180px;
  }
/*  .homecat_box_shadow:hover .abs_homecat a span{
    border-bottom: 4px solid var(--red);
  }*/
  .homecat_box_shadow:hover .abs_homecat a {
    padding-bottom: 0;
  }

  .mobile_slider .slider_textwr h1 {
    margin-bottom: 0;
  }
  .mobile_slider .slider_img_smal_text {
    font-size: 24px;
  }

/*why us*/
.text-center {
	text-align: center;
}
.why_us {
	padding-bottom: 80px;
  background: var(--black);
}
.why_us_title {
  font-family: Roboto;
  font-weight: bold;
  font-size: 36px;
  color: var(--white);
  margin-top: 50px;
}
.why_us_title_s {
  font-family: Open Sans;
  font-size: 24px;
  color: var(--white);
  margin-bottom: 80px;
}
.box_title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 24px;
  color: var(--white);
  margin-top: 55px;
}
.box_text {
  font-family: Open Sans;
  font-size: 18px;
  color: #898989;
}

/*box clients*/

.box_clients {
	background: var(--white);
	padding: 100px 0 0 0;
}
.clients_owl .owl-item img {
	width: auto;
}

.clients_owl .owl-stage {
  display: flex;
  justify-content: center !important;
  align-items: center;
}

/*question widget*/
.contact_box {
	background: var(--white);
	padding: 90px 0 60px;
}
.contact_box_title {
	font-family: Roboto;
	font-weight: bold;
	font-size: 36px;
}
.contact_box_text {
	font-family: Open Sans;
	font-size: 24px;
	margin-bottom: 56px;
}
#subscribe-form input, #subscribe-form textarea, #login-form input {
	border: 1px solid #B1B1B1;
	border-radius: 10px;
	width: 100%;
  padding: 12px 15px;
  font-family: Open Sans;
	font-size: 16px;
}
#subscribe-form input:focus , #subscribe-form textarea:focus {
	border: 1px solid var(--black);
}
#subscribe-form *::placeholder {
	color: var(--placeholder);
}
#login-form .checkbox {
  text-align: left;
}
#login-form .checkbox input {
    display: inline-block;
    width: auto !important;
}
#loginform-rememberme {
  margin-right: 15px;
}
.btn_red {
	background: var(--red);
	border-radius: 20px;
	padding: 14px 50px;
	color: var(--white);
	border: none;
}
.btn_red:focus {
	outline: none
}
.form_note {
	font-family: Open Sans;
	font-size: 16px;
	color: var(--placeholder);
}
.help-block-error {
	color: var(--red);
	padding: 5px 15px;
	font-size: 12px;
}
#emails-recaptcha {
    height: auto;
    width: 327px;
    margin-top: 10px;
    /*margin: 0 auto;*/
}
.field-emails-text .help-block-error {
	display: none;
}

/*contacts */
.contact_info p {
	font-size: 18px;
	color: var(--gray);
}
.contact_info p b {
	color: var(--black);
}
.contact_info p a {
	color: var(--gray);
}
.download svg {
    fill: black;
}
.download:hover svg {
    fill: red;
}

/* category menu*/
/*.menu_catalog > div {
	display: flex;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	justify-content: space-between;
}*/

.menu_catalog_box {
	padding: 24px 0;
	background:  linear-gradient(180deg, #FF7500 41.29%, #FFB800 134.38%);
}
.menu_catalog .dropdown-toggle::after {
	/*margin-left: 15px;
	border: none;
	background-image: url('/files/images/arrow.png');
	background-repeat: no-repeat;
	display: block;
	content: "";
	width: 20px;
	height: 15px;*/
	display: none;
}
.menu_catalog  a {
	color: #181818;
	font-size: 18px;
}
.menu_catalog a:hover,.menu_catalog a:hover svg {
	color: var(--white);
	text-decoration: none;
	fill: var(--white);
}
.menu_catalog .show svg , .menu_catalog .show a{
	fill: var(--white);
	color: var(--white);
} 
.menu_catalog .show svg {
	transform: rotate(90deg)
}
.menu_catalog a svg {
	margin-left: 10px;
	fill: #181818;

}

.menu_catalog .dropdown-menu {
	padding: 0;
}
.menu_catalog .dropdown-menu li a {
	font-size: 14px;
	padding: 10px 15px;
	color: #181818;
}

/* category */
.text_category h1 {
	font-family: Open Sans;
	font-size: 36px;
	font-weight: bold;
}
.text_category p {
	color: var(--gray);
	font-size: 18px;
	font-family: Open Sans;
}
.color_box {
  width: auto;
  height: 48px;
  display: block;
  margin: 8px;
  overflow: hidden;
}
#accordionColor {
  border: 1px solid #C4C4C4;
}
.one-item > div {
  border: 1px solid #C4C4C4;
  /*border-top: none;*/
  border-right: none;
	border-bottom: none;
}
.table_head > div {
  border: 1px solid #C4C4C4;
  border-top: none;
  border-right: none;
	border-bottom: none;
}
.table_head > div:first-child {
	border-left: none;
}
.one-item > div:first-child {
	border-left: none;
}
#pbblock {
	margin: 40px 0 40px;
}
.m-w120 {
	max-width: 120px;
}
.m-w60 {
	max-width: 60px;
}
.wr-t {
	padding: 10px;
	text-align: center;
	font-size: 16px;
}
.wr-f {
	font-size: 14px;
	color: var(--gray);
}
.card-body {
	border-top: 1px solid #C4C4C4;
	/*border-bottom: 1px solid #C4C4C4;*/
}
.table_boxs {
  margin: 7px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  padding: 10px 32px;
}
.card-body table {
	width: 100%;
	font-size: 14px;
}
.card-body table tr {
    border-bottom: 1px solid #C4C4C4;
}
.card-body table td:last-child {
	text-align: center;
}
.card-body table td {
   padding: 10px 0 10px 25px;
   color: var(--gray);
}
.card-body table tbody tr:first-child td {
	color: var(--black);
	font-size: 16px;
}


footer {
	background: var(--black);
	padding: 30px 0;
}
.footer_menu {
  padding: 0;
	margin: 0;
	display: flex;
}
.footer_menu li {
	margin: 0 20px;
	list-style: none;
}
.footer_menu li:first-child {
  margin-left: 0;
}
.footer_menu li a {
	color: var(--white);
}
.footer_menu li a:hover {
	text-decoration: none;
	opacity: .6;
}
.social_box a {
	color: var(--white);
	display: block;
}
.copy {
	background: linear-gradient(180deg, #FF7500 41.29%, #FFB800 134.38%);
}
.copy_text {
	font-family: Open Sans;
	font-size: 16px;
	color: #181818;
	padding-top: 10px;
}


/*MOBILE HEADER  STYLES STARTS HERE*/

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
	background: #000000fa;
}
.menu_mobile {
	padding: 20vh 10vh;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  text-align: center;
}
.menu_mobile ul {
	list-style: none;
  padding: 0;
}
.menu_mobile ul li a {
	color: var(--white);
	font-size: 20px;
}
.top_mobile_header {
	position: relative;
}
#menu_mob_btn {
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	z-index: 1040;
}
#menu_mob_btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: var(--white);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#menu_mob_btn.open span {
	width: 70%;
}
#menu_mob_btn span:nth-child(even) {
  left: 50%;
}
#menu_mob_btn span:nth-child(odd) {
  left:0px;
}
#menu_mob_btn span:nth-child(1), #menu_mob_btn span:nth-child(2) {
  top: 0px;
}
#menu_mob_btn span:nth-child(3), #menu_mob_btn span:nth-child(4) {
  top: 15px;
}
#menu_mob_btn span:nth-child(5), #menu_mob_btn span:nth-child(6) {
  top: 30px;
}
#menu_mob_btn.open span:nth-child(1),#menu_mob_btn.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu_mob_btn.open span:nth-child(2),#menu_mob_btn.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu_mob_btn.open span:nth-child(1) {
  left: 0px;
  top: 7px;
}
#menu_mob_btn.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
#menu_mob_btn.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#menu_mob_btn.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#menu_mob_btn.open span:nth-child(5) {
  left: 0px;
  top: 18px;
}
#menu_mob_btn.open span:nth-child(6) {
  left: calc(50% - 6px);
  top: 17px;
}
.mobile_search {
	position: relative;
}
.mobile_search input {
	font-size: 1rem;
	padding: 11px 50px 14px 20px;
	line-height: 1rem;
}
.mobile_search a.pos_abs {
	position: absolute;
	top: 8px;
	right: 16px;
}
.mobile_search a.pos_abs img {
	width: 30px;
}
.hidden_mob_menu {
	overflow: hidden;
	height: 0;
	transition: all .5s ease-in-out;
}
.hidden_mob_menu.open {
	height: 100vh;
}
.fixed_part {
	height: 100px;
	position: relative;
}
.hidden_mob_menu .language_selector_desktop {
	padding-right: 2rem!important;
}
.hidden_mob_menu .language_selector_desktop ul li a.selected {
	padding-left: 0px!important;
}
.hidden_mob_menu ul.desktop_menu li {
	padding: 10px 0;
}
/*MOBILE HEADER STYLES END HERE*/


/* bootstrap components */

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}
.cat_title {
  font-family: Open Sans;
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0;
}

.catchild_title {
  font-family: Open Sans;
  font-size: 27px;
  font-weight: bold;
  margin: 26px 0;
}


@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}



.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.mobile-h {
  display: none;
}

.modal-header {
  z-index: 9;
/*  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);*/
}

.modal-header .close {
/*  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;*/
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}



/* end bootstrap components */





.svg-preloader {
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 
	100% { 
		-moz-transform: rotate(360deg); 
	} 
}
@-webkit-keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg); 
	} 
}
@keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg); 
		transform:rotate(360deg); 
	}
}
.auth-icon.lichess {
	background: url('../files/images/lichess.png') no-repeat;
}


