@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.form-inline
{
	max-width: 500px;
}
input[type="date"],select
{
	cursor: pointer;
}
input[type="date"]::-webkit-inner-spin-button
{
    display: none;
    -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator
{
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.noselect
{
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.covnttgd
{
	text-decoration: underline;
	cursor: pointer;
}

.text-g2,.text-b2,.text-g,.text-b,.btn-g
{
    font-family: 'Montserrat', sans-serif;
}
.wbrer
{
    word-break: break-word;
}

@media screen and (max-width: 400px)
{
    .text-g2
    {
        font-size: 32px;
        line-height: 40px;
    }
    .text-b2
    {
        font-size: 13px;
        line-height: 15px;
    }
    .text-b3
    {
        font-size: 13px;
        line-height: 15px;
    }
}

.text-g2,.text-b2
{
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
}
.text-g2
{
    font-size: 35px;
    line-height: 43px;
}
.text-g3
{
    font-size: 30px;
    line-height: 38px;
}
.text-b2
{
    font-size: 18px;
    line-height: 22px;
}

.vmdi
{
    vertical-align: middle !important;
}

@media screen and (max-width: 555px)
{
    .ddas34
    {
        display: none !important;
    }
}

a.text-primary
{
    text-decoration: underline !important;
}

.bg-mg {
    background-image: url("../img/bg.png?1");
    background-size: cover;
    background-repeat: no-repeat;
    height: 465px;
}

.breadcrumb-item {
    font-size: 18px;
}

.text-whitess {
    color: white;
}

.bg-mg div {
    padding-top: 173px;
}

.bg-mg div > h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 34px;
}

.bg-mg div > p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.big-btn {
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #1266F1;
    overflow: hidden;

    display: block;
    width: 100%;
    padding: 29px 0;
}

.big-btn:after {
    content: ' ';
    position: absolute;
    bottom: -15px;
    right: -15px;
    background: url('../img/plus.svg') no-repeat;
    width: 72px;
    height: 72px;
}

.crop-img {
    height: 150px;
    overflow: hidden;
}

.substins {
    position: fixed;
    right: 30%;
    top: 40%;
}

@media screen and (max-width: 1235px) {
    .substins {
        right: 20%;
        top: 45%;
    }
}

@media screen and (max-width: 940px) {
    .substins {
        right: 10%;
    }
}

.list-group-item {
    border: 0;
    margin-bottom: 10px;
}

.list-group-item img {
    margin-right: 8px;
    width: 24px;
}

.ml-3 {
    margin-left: 20px;
}

.mr-3 {
    margin-right: 20px;
}

.text-red {
    color: #b81f1f;
}

.text-blue {
    color: #1266F1;
}

.nobgcs {
    background-image: none !important;
}

.text-left {
    text-align: left;
}