.card__head img {
   
    width: unset;
	max-width: unset;
}

.card__head--video img{
	
	width: 100%;
	max-width: 100%;
}


.modal-form{ border: none  !important;
}

.voting-form-box input[type="text"] {
	
	width: 300px !important;
	
}


ol.vote-items-list li {
    float: left !important;
}



.voting-form-box {
	background-color: #fff;
}



.modal-form input[type="radio"], input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    float: left;
    margin-right: 5px;
}


.modal-form__group label {

    font-size: 14px !important;
}

/*.modal-form  span.vote-answer-item-radio,  .modal-form  span.vote-answer-item-checkbox {
	
	float: left;
}*/

.modal-form .vote-answer-item-dropdown select{
	width: 100%;
	
	
	
}





.modal__wrapper {

    /*width: 80%;*/
	width: 550px;
}

@media (max-width: 1000px) {
			.modal__wrapper {

    /**/width: 95%;
	
}
	}

/*
.modal-form__group label {display: none;}

*/
.modal-form input[type="submit"] {
	
	color: #ffffff !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    margin: 20px auto 0 auto !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
		padding-left: 40px !important;
	padding-right: 40px !important;
	    padding-top: 10px !important;
    padding-bottom: 10px !important;
	
	height: auto;
	
			
	
}

.winners tr:nth-child(odd) {
    background: #f89700;
    color: #fff;
}
.winners tr:nth-child(even) {
    background: #eceff6;
}
.winners td {
    text-align: center;
    padding: 0 5px;
}

 /*  18.01.2021  */

.mm-header-doctor {
    position: absolute;
    right: 0;
    height: inherit;
}
.mm-header-content h2{
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 5px;
}
.mm-header-content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.mm-header-content {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70%;
    padding-left: 5%;
}

.materia-medica-header .container-fluid.top-section {
    background: linear-gradient(90deg, #E1BEE7 0.82%, #EEE241 99.54%);
}

.materia-medica-header .container-fluid {
    background-color: #fff;
}

.mm-header-center-top {
    position: absolute;
    left: 35%;
}

.mm-header-left-top {
    position: absolute;
    left: 0;
    z-index: 10;
}

.mm-header-center-bot {
    position: absolute;
    left: 35%;
    margin-top: -42px;
    z-index: 999;
    bottom: 0;
}

.mm-header-gifts {
    z-index:5;
    position: absolute;
    left: 0;
}
.mm-header-left-bot {
    position: absolute;
    left: 0;
    margin-top: -42px;
    bottom: 0;
}

.mm-header-button-desktop {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.1em;
    background: #E91E63;
    border-radius: 50px;
    padding: 12px 35px;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
}

.mm-header-logo {
    display: flex;
    align-items: center;
}
.mm-header-logo span {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
}
.mm-header-buttons a{
    border: 1px solid #2196F3;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 12px 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #000;
}

.mm-header-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mm-header-top {
    height: 120px;
    align-items: center;
    align-content: center;
    display: flex;
}

.mm-header-button-mobile {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.1em;
    background: #E91E63;
    border-radius: 50px;
    padding: 12px 35px;
    color: #fff;
    text-transform: uppercase;
    display: none;
    margin-top: 12px;
}

/*// Малые девайсы («ландшафтные телефоны», >= 576px)*/
@media (max-width: 768px) {
    .mm-header-center-bot {
        left: 0;
        position: relative;
        margin: 0;
    }
    .mm-header-gifts {
        display: none;
    }
    .mm-header-doctor {
        display: none;
    }
    .mm-header-left-top, .mm-header-left-bot {
        display: none;
    }
    .mm-header-top {
        flex-direction: column;
        height: initial;
    }
    .mm-header-center-top {
        left:0;
    }
    .mm-header-content h2{
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0em;
    }

    .mm-header-content {
        height: initial;
        width: 100%;
        margin: 50px 0px;
    }

    .mm-header-logo {
        flex-direction: column;

    }
    .mm-header-buttons a {
        padding: 12px 15px;
    }
    .mm-header-logo {
        margin-bottom: 10px
    }
    .mm-header-buttons {
        margin-bottom: 15px;
    }
    .mm-header-buttons-wrapper {
        padding: 0;
    }
    .mm-header-button-mobile {
        display: inline-flex;
    }
    .mm-header-button-desktop {
        display: none;
    }
}

/*// Средние девайсы («таблетки», >= 768px)*/
@media (min-width: 768px) and  (max-width: 1200px){
    .mm-header-logo {
        flex-direction: column;
    }
    .mm-header-button-desktop {
        display: none;
    }
    .mm-header-doctor {
        right: -170px;
    }
    .mm-header-gifts {
        display: none;
    }
    .mm-header-center-top {
        display: none;
    }
    .mm-header-left-bot {
        display: none;
    }
    .mm-header-left-top {
        left:55%;
    }
    .mm-header-button-mobile {
        display: inline-flex;
    }

}


/*// Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1200px) {
    .mm-header-button-mobile {
        display: none;
    }
    .mm-header-gifts {
        display: none;
    }
}

@media (min-width: 1400px) {
    .mm-header-gifts {
        display: block;
    }
}


.mc-checkbox {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/images/form-checkbox.png);
    vertical-align: top;
    margin: 4px 6px 0 0;
    padding: 0 !important;
    cursor: pointer;
}

span.mc-checkbox.checked {
    background-image: url(/images/sprite1.png);
    background-position: -100px -75px;
}

.vote-answer-item-checkbox { display: block;}

.vote-answer-item-checkbox label{ display: inline-block;}