.hot {
    font-size: 11pt;
    color: white;
    background-color: #356ead;
    padding: 8px;
    border-radius: 4px;
    vertical-align: baseline;
}
.hot_yellow {
    font-size: 11pt;
    color: #125406;
    background-color: #fff41d;
    padding: 3px;
    border-radius: 2px;
    vertical-align: baseline;
}
.work__right-col-2 {
    margin-top: 40px;
    padding-bottom: 190px;
    background-size: 87% auto;
}
.updates .container:before {
    width: 566px;
    height: 712px;
    background: url('../img/love-zueva-avatar.jpg') 50% 50% no-repeat;
}
.floating-action {
	float: left;
    padding-left: 100px;
    margin-top: -35px;
    overflow: visible;
	
}

.floating-action2 {
	float: center;
    padding-left: 100px;
    margin-top: -35px;
    overflow: visible;
	
}

.special-button {
	padding: 50px;
	float: center;
	clear: both;
	text-align: center;
	
}
.special-text li {
    list-style-type: circle;
    padding-top: 15px;
} 
    .ir_fm {
        text-align: center;
        background-color: rgba(186, 186, 186, 0.8);
        border-radius: 10px;
        padding: 20px;
        max-width: 800px;
        min-width: 100px;
    }
    .ir_fm input{margin: 10px 0;}
    .ir_fm .ir_fm_input {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 20px 10px 18px;
        border: 0;
        border-radius: 8px;
        background-color: #FFFFFF;
        font: 22px Helvetica, Arial, sans-serif;
        color: #7A7C7C;
        box-sizing: border-box;
        outline: none;
    }

    .ir_fm .ir_fm_input:focus{
        box-shadow: 0px 0px 1px 3px #e8ba4c;
    }

    .ir_fm .ir_fm_button{
        display: block;
        text-align: center;
        width: 100%;
        border: none;
        text-transform: uppercase;
        font: 26px Helvetica, Arial, sans-serif;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 66px;
        background-color: #E8E828;
        color: #000;
        font-size: 27px;
        font-weight: bold;
        text-shadow: none;
        padding-top: 6px;
        border-radius: 5px;
    }

    .ir_fm .ir_fm_button:hover{
        background-color: #FEFF11;
    }

    .ir_fm .privacy_agreement_block label {
        display: block;
        padding-left: 15px;
        text-indent: -15px;
        white-space: nowrap;
        font-size: 12px;
        font-family: Helvetica, Arial, sans-serif;
        color: #777;
    }
    .ir_fm .privacy_agreement_block.fail label{
        color: red !important;
    }
    .ir_fm .privacy_agreement_block input {
        width: 13px;
        height: 13px;
        padding: 0;
        margin:0 !important;
        vertical-align: middle;
        position: relative;
        top: -1px;
        *overflow: hidden;
    }
    .ir_fm .privacy_agreement_block label a{
        color: inherit;
        text-decoration: none;
        border-bottom: 1px solid;
    }
    .ir_fm .privacy_agreement_block label a:hover{
        border-bottom-color: transparent;
    }
    .ui-dialog{
        z-index: 100000002;
    }
    .ui-dialog a.cmf_link{
        color: #03C;
    }

    .ui-widget-overlay {
        background: #000000;
        opacity: .6;
    }
    
 
.thick {
	font-weight: bold;
}  

.main-block__txt h1 {
	line-height: 1.2;
	margin: 0px;
	margin-bottom: 30px;
	color: #ffffff;
	font-size: 55px;
	font-weight: 700;
	text-transform: uppercase;
}


.single-image-center {
	text-align: center;
	max-width: 516px;
	float: both;
	
}

.block-info__wrap h3 {
	color: white;
	font-weight: normal;
	font-size: 34px;
}
 
.underline {border-bottom: 1px solid; }
.time__block_description {
 	font-size: 0.75rem;
    line-height: 160%;
    max-width: 400px;
    padding-left: 10px;
    text-align: center;    
}
.time__block_description .light {
    color: #ffffff94;
}
.time__block_description .dark {
    color: #red;
}
@media only screen and (max-width: 768px) {
  .header_h1 {
    font-size: 23px;
  }
  
  .btn {
        font-size: 22px;
        padding: 0 20px;
    }

