@media (max-width: 767px) {
	.text-xs-center {
		text-align: center;
	} 
}

@media (min-width: 576px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 960px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
		border: none;
    }
}

@media (min-width: 1200px) {
    .col-xl-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .w-lg-100 {
        width: 100%;
    }
}

ul{
	margin-bottom:0!important;
}

.min-h-100 {
	min-height: 100%;
}

.vh-100 {
	height: 100vh;
}

.inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.lh-1 {
    line-height: 1!important;
}
.lh-15 {
    line-height: 1.5!important;
}
.lh-2 {
    line-height: 2!important;
}
.lh-25 {
    line-height: 2.5!important;
}
.lh-3 {
    line-height: 3!important;
}

.d-ib {
	display: inline-block;
}

@media screen and (max-width: 1240px) {
	.inner {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.overflow-hidden {
	overflow: hidden!important;
}

.overflow-y-hidden {
	overflow-y: hidden!important;
}

.vh-75 {
	height: 75vh;
}
.min-vh-75 {
	min-height: 75vh;
}

.overflow-visible {
	overflow: visible!important;
}
.overflow-scroll {
	overflow: scroll!important;
}
.bg-dark-blue {
	background: #0c3c4c!important;
}
.bg-red {
	background: #c32032!important;
}
.bg-green {
	background: #4c9a0f!important;
}
.bg-dark-green {
	background: #377705!important;
}

/* buttons */

.btn-radius-5,
.btn-radius {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.btn-radius-10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.btn-radius-15 {
	border-radius: 15px!important;
	-moz-border-radius: 15px!important;
	-webkit-border-radius: 15px!important;
}

.btn-radius-20 {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.btn-radius-25 {
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

.btn-radius-30 {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.btn-color-red {
	background-color: #FF334B!important;
	box-shadow: 0px 5px 50px rgba(255, 51, 75, 0.3)!important;
	-moz-box-shadow: 0px 5px 50px rgba(255, 51, 75, 0.3)!important;
	-webkit-box-shadow: 0px 5px 50px rgba(255, 51, 75, 0.3)!important;
}



.btn-color-blue:hover {
	background-color: #00c1e6!important;
}

.btn-color-light-blue {
	background-color: #00b8f1!important;
	background-color: #00b0e8!important;
}

.btn-color-light-blue:hover {
	background-color: #00b8f1!important;
}

.btn-color-blue {
	background: rgb(0,142,202)!important;
	background: linear-gradient(180deg, rgba(0,142,202,1) 0%, rgba(0,179,255,1) 4%, rgba(0,142,202,1) 20%, #003644 100%)!important;
	border: none!important;
	box-shadow: 0 0 3px 2px rgba(0,142,202,.5)
}

.btn-color-blue:hover {
	background-color: #21a8f7!important;
}

.btn-color-brown {
	background-color: #e88560!important;
}

.btn-color-brown:hover {
	background-color: #ea754a!important;
}

.btn-color-red:hover {
	box-shadow: 0px 5px 50px rgba(255, 51, 75, 0.7)!important;
	-moz-box-shadow: 0px 5px 50px rgba(255, 51, 75, 0.7)!important;
	-webkit-box-shadow: 0px 5px 50px rgba(255, 51, 75, 0.7)!important;
}

.btn-color-lightgreen {
	background-color: #68C421!important;
	box-shadow: 0px 5px 50px rgba(104, 195, 33, 0.3)!important;
	-moz-box-shadow: 0px 5px 50px rgba(104, 195, 33, 0.3)!important;
	-webkit-box-shadow: 0px 5px 50px rgba(104, 195, 33, 0.3)!important;
}
.btn-color-lightgreen:hover {
	box-shadow: 0px 5px 50px rgba(104, 195, 33, 0.7)!important;
	-moz-box-shadow: 0px 5px 50px rgba(104, 195, 33, 0.7)!important;
	-webkit-box-shadow: 0px 5px 50px rgba(104, 195, 33, 0.7)!important;
}

.ff-oswald {font-family: 'Oswald', sans-serif;}
.ff-lobster {font-family: 'Lobster Two', cursive;}

.fs-bigger {
	font-size: 125%;
}
.fs-even-bigger {
	font-size: 150%;
}
.fs-the-biggest{
	font-size: 175%;
}

.fw-bold {
	font-weight: bold;
}
 
.fc-white {
	color: #fff!important;
}  
.fc-dark {
	color: #001e27!important;
} 
.fc-black {
	color: #000!important;
} 
.fc-red {
	color: red!important;
}
.fc-light-grey {
	color: #D7D7D7!important;
}
.fc-light-red {
	color: #FF4747!important;
}
.fc-light-green {
	color: #68C321!important;
}
.fc-light-blue {
	color: #00b0e8!important;
}
.fc-darkblue {
    color: #0c6c8e!important;
}
 
.fc-yellow {
	color: #FFB91B!important;
}
 
.fc-green {
	color: #68C321!important;
}
 
.fc-darkgreen {
	color: #3f5211!important;
}

.section {
	min-height: 500px;
}

.section-taller {
	min-height: 600px;
}

.section-tallest {
	min-height: 700px;
}


.tabs-wrapper-buttons {
	padding: 5px 7px 1px;	
	display: inline-block;
	min-width: 150px;
	border-bottom: 1px solid #ccc;
}
.tabs-wrapper-buttons > div {
	
}

.tabs-wrapper-btn {
	display: inline-block;
	padding: 5px 5px .65em;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	color: #D0C9D6;
	cursor: pointer;
	position: relative;
	margin-right: 1.5em;
}
.tabs-wrapper-btn:last-child {
	margin-right: 0;
}
.tabs-wrapper-btn.active ,
.tabs-wrapper-btn:hover {
	color: #1A051D;
    text-shadow: 0.3px 0.15px 0px #1A051D, -0.3px -0.15px 0px #1A051D;
}


.tabs-wrapper-btn:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	background: #FF334B;
	opacity: 0;
	-moz-opacity: 0;
}
.tabs-wrapper-btn:hover:after {
	opacity: .75;
	-moz-opacity: .75;
}
.tabs-wrapper-btn.active:after {
	opacity: 1;
	-moz-opacity: 1;
}


.tabs-wrapper-subline {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #A5A5A5;
	text-align: left;
	padding-top: 8px;
	border-top: 1px solid #E1E1E1;
}

.tabs-wrapper-tab {
	display: none;
}

.tabs-wrapper-tab.shown {
	display: block;
}

.used-tab-vm-btns-wrapper {
	opacity: 0;
	-moz-opacity: 0;
	transform: scale(.5);
	-moz-transform: scale(.5);
	-webkit-transform: scale(.5);
	transition: opacity .3s ease, transform .5s ease;
	-moz-transition: opacity .3s ease, transform .5s ease;
	-webkit-transition: opacity .3s ease, transform .5s ease;
}

.used-tab:hover .used-tab-vm-btns-wrapper {
	opacity: 1;
	-moz-opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

.used-tab-vm-btns-wrapper .used-tab-vm-btn:hover {
	background: #ff1010
}

.regular-list {}
.regular-list li {
	padding: 5px;
	list-style: disc;
	margin-left: 20px;
	padding-left: 0px
}

.fs-smaller {
	font-size: 90%!important;
}
.fs-even-smaller {
	font-size: 75%!important;
}
.fs-even-smaller-2 {
	font-size: 60%!important;
}
.fs-the-smallest {
	font-size: 50%!important;
}
.fs-bigger {
	font-size: 125%!important;
}
.fs-even-bigger {
	font-size: 150%!important;
}
.fs-the-biggest{
	font-size: 175%!important;
}

.fw-bold {
	font-weight: bold;
}

.pointer,
[class*="btn"] {
	cursor: pointer;
}

.collapse-content {
	display: none;
}
.collapse-parent.open .collapse-content {
	display: block;
}
.collapse-handler {
	cursor: pointer;
}

.input-wrong {
	border-color: red;
	box-shadow: 0 0 3px 1px red;
	-moz-box-shadow: 0 0 3px 1px red;
	-moz-box-shadow: 0 0 3px 1px red;
}

.text-wrap {
	white-space: normal!important;
}

.scroll-block { overflow-x: scroll; padding-bottom: 1em; }
.scroll-block::-webkit-scrollbar-track {border-radius: 5px; background: #fff; box-shadow: 0 0 0 1px #fff; }
.scroll-block::-moz-scrollbar-track {border-radius: 5px; background: #fff; box-shadow: 0 0 0 1px #fff; }
.scroll-block::-webkit-scrollbar {width: 2px; height: 14px; }
.scroll-block::-moz-scrollbar {width: 2px; height: 14px; }
.scroll-block::-webkit-scrollbar-thumb {border-radius: 10px; background: #4f9e10; margin-top: 10px; border: 1px solid #68C321; cursor: pointer}
.scroll-block::-moz-scrollbar-thumb {border-radius: 10px; background: #4f9e10; margin-top: 10px; border: 1px solid #68C321; cursor: pointer}

.pretty.text-wrap .state label:after, 
.pretty.text-wrap .state label:before,
.pretty.text-wrap.p-svg .state .svg {
	top: 0!important;
}

.nav-toggler {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 40px;
	height: 40px;
	padding: 5px;
	border: 1px solid #ccc;
	/* position: absolute; */
	top: 0;
	right: 0;
	display: none;
}

@media screen and (max-width: 575px) {
	.nav-toggler {
		display: inline-block;
	}
	.nav-collapse {
		display: none;
		position: absolute;
		top: 100%;
		width: 100%;
		right: 0;
		padding: 1px;
		background: #fff;
		box-shadow: 0 0 0 5px #fff, 0 5px 10px 0 rgba(0,0,0,.5);
		-moz-box-shadow: 0 0 0 5px #fff, 0 5px 10px 0 rgba(0,0,0,.5);
		-webkit-box-shadow: 0 0 0 5px #fff, 0 5px 10px 0 rgba(0,0,0,.5);
	}
	.nav-wrapper.open .nav-collapse {
		display: block;
		font-size: 1.75em!important;
		line-height: 2;
		text-align: center;
	}
	.nav-inner-collapse {
		position: relative!important;
		padding: 0 0 10px 0!important;
		margin-top: -1px;
	}
}

.nav-toggler-icon {
    background: url('../images/icons/hamburger.svg') center center no-repeat;
	background-size: 90% auto;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}


.globalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mod_wrapper {
	padding: 5px;
}

.btn-style-1 {
	display: inline-block;
	padding: 5px 10px;
	display: inline-block;
	cursor: pointer;
	padding: 2.5px 5px;
	margin: 0 10px;
	background: #1070b5;
	color: #fff;
}
.btn-style-1:hover {
	background: #b8e3f7
}

.col-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-5,
.col-xs-5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5 {
        width: 20%;
        float: left;
    }
}

.loading {
	position: relative;
}

.loading:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.99) url('vendor/ajax-loader.gif') center center no-repeat;
	background-size: 50px auto;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:checked+label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}

.overflow-auto {
	overflow: auto!important;
}

.mob-shown {
	display: none;
}
@media screen and (max-width:600px){
	.mob-hidden {
		display: none;
	}
	.mob-shown {
		display: block;
	}
}