/* blind version -main */
.img-hide img, .img-hide .b-helpsec svg {display:none}
.img-hide .b-header__logo span {display: block;}
.img-hide * {/*background-image:none !important;*/}


.blind_settings {display:none;background: #3474ef !important;padding: 20px 0;font-size: 16px;}
.blind_settings-line {display:flex;align-items: center;margin-bottom: 20px;}
.blind_settings-name {margin-right: 20px;width: 160px;color:#fff;}
.blind_settings-sizes {display:flex;}
.blind_settings-sizes a {
    padding: 15px 20px;
    border: 1px solid #B8C0C9;
    color: #fff;
    margin-right: -1px;
    opacity: 0.5;
    line-height: 20px; 
    text-decoration: none;
}
.blind_settings-sizes a.bg-white {color:#000}
.blind_settings-sizes a.active {/*background:#0d264e;color:#fff;*/opacity: 1;}
.blind_settings-sizes a:first-child {border-radius: 5px 0 0 5px;}
.blind_settings-sizes a:last-child {border-radius: 0 5px 5px 0;}
.blind_settings-sizes a:hover {text-decoration: none;}

.bg-transparent * {background: transparent;}
.bg-transparent .b-header__content {background: #F6F6F6;}
.bg-transparent section * {color: inherit}/*!important*/
.bg-transparent .b-popupmenu {background: rgba(255, 255, 255, 0.95);}
.bg-transparent .b-promo__arr, .bg-transparent .b-promo__arr.js-cs__timer {background-color: rgb(22 95 104 / 40%);}

.bg-white {background: #fff;color: #000;}
.bg-black {background: #000;color:#fff;}
.bg-blue {background: #9dd1ff;color:#fff;}

.letter-spacing01em, .letter-spacing01em * {letter-spacing:0.1em !important}
.letter-spacing02em, .letter-spacing02em * {letter-spacing:0.2em !important}

.blind_settings-off {color: #fff;cursor: pointer;}
.blind_settings-off img {display: inline-block;vertical-align: middle;margin-left: 5px;}




/* blind version -additional */
.header.absolute {position: absolute;}
.header__blind {
    /*float: right;*/
    background: #f6f6f6;
    border-radius: 3px;
    /*margin: -10px -20px 10px 0;*/
    padding: 5px 10px;
    cursor: pointer;
    color: #284043;
    font-size: 14px;
}
.bg-transparent .main .main-background, .bg-transparent .form-control:focus {background: transparent;}
.bg-transparent .button-round {background-color: #14bbf3;background-image: url(../img/arrow.svg);background-repeat: no-repeat;background-position: center;}

.img-hide .navbar-brand span, .img-hide .logo span, .img-hide .members-item span {display:block}


.bg-white .main .title,
.bg-white .aboutProject .project .title, .bg-white .aboutProject .project .description,
.bg-white .button-custom,
.bg-white .warnings .title .h2, .bg-white .warnings .title h2
{color: #3474ef;}

.bg-black .analytics .month .datepicker-input {color:#fff;}
.bg-black .form-control {color: rgba(255, 255, 255, 0.7);}
.bg-black .contactUs .form-check-input[type=checkbox] {border-color:#fff;}
.bg-black .legendary-text {color: #3474ef;}

.bg-blue .legendary-text {color: #3474ef;}

.bodyFontSize25 .warnings .warnings-container .files .file {max-height: 250px;}

.b-helpsec__name span {hyphens: auto;
-ms-hyphens: auto;
              -moz-hyphens: auto;
              -webkit-hyphens: auto;}


@media (min-width: 768px) {

}

@media (max-width: 767px) {

	.blind_settings-line {display: block;}
	.blind_settings-name {margin: 0 0 10px;width: 100%;}
	.blind_settings-sizes {font-size: 16px;}
	.blind_settings-sizes a {padding: 8px 10px;}


	.bg-transparent .aboutProject {background:transparent;}
}

@media (max-width: 575px) {

}