@font-face {

    font-family: 'rouble';

    src: url('../fonts/rouble.eot');

    src: url('../fonts/rouble.eot?iefix') format('eot'),

    url('../fonts/rouble.woff') format('woff'),
    
    url('../fonts/rouble.woff2') format('woff'),

    url('../fonts/rouble.ttf') format('truetype'),

    url('../fonts/rouble.svg#webfont') format('svg');

}

.dreik .city, .dreik .cab_city input{
	border-radius: 4px;
    border: 1px solid #dadada;
	width:100%;	
	color: #333;
    font-family: OpenSansLight;
    font-size: 14px;
    margin-left: 6px;
}

.user_form input[type="text"] {
	margin-top: 8px;
    width: 320px;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 13px 0 13px 18px;

	color: #34312f;
    font-family: OpenSansSemiBold;
    font-size: 35px;
    letter-spacing: 0.02em;
	
}
.containercol {
  column-count:2;
}
.rcablok{
max-width:1280px;
max-height:500px
margin-bottom:15px;
}

@media only screen and (orientation: portrait)  {
.containercol {
  column-count:1;
}
}

.drw label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    /*flex-direction: row-reverse;*/
}

.nmhh {
    display: inline-block;
    margin-left: 10px;
}


.section-question {
    padding: 16px 0 90px 0;
}

.bread-crumb a {
    font-family: OpenSansLight;
    color: #878787;
    letter-spacing: 0.02em;
    font-size: 13px;
}

.bred-left {
    margin-left: 10px;
}

.bread-crumb a:last-child {
    color: #333;
}

.often-questions {
    margin-top: 65px;
}

.often-questions__title {
    text-align: center;
    font-family: OpenSansLight;
    font-size: 35px;
    letter-spacing: 0.03em;
    color: #34312f;
}

.common-answer {
    margin-top: 60px;
}

.q-orange {
    font-family: OpenSansRegular;
    font-size: 13px;
    background: #fde4b8;
    color: #34312f;
    padding: 22px 0 29px 22px;
    letter-spacing: 0.02em;
    border-radius: 5px;
}

.q-white {
    font-family: OpenSansRegular;
    font-size: 13px;
    color: #34312f;
    padding: 22px 0 29px 22px;
    letter-spacing: 0.02em;
}

.q-white a {
    color: #4ca5f1;
}

.ask-me__title {
    margin-top: 90px;
}

.ask-me__title p {
    text-align: center;
    font-family: OpenSansLight;
    font-size: 35px;
    letter-spacing: 0.03em;
    color: #34312f;
}

.ask-me__title p:last-child {
    margin-top: 42px;
}

.ask-me__form {
    display: flex;
    flex-direction: column;
    background: #fef6ea;
    padding: 80px 335px 80px 151px;
    border-radius: 5px;
    margin-top: 60px;
}

.ask-me__title-p {
    font-family: OpenSansSemiBold;
    font-size: 35px;
    letter-spacing: 0.03em;
}

.ask-me__form input {
    width: 592px;
    margin-top: 21px;
    padding: 19px 0 19px 19px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    color: #8f8f8f;
    font-family: OpenSansRegular;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.ask-me__form textarea {
    width: 592px;
    margin-top: 21px;
    padding: 19px 0 68px 19px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    color: #8f8f8f;
    font-family: OpenSansRegular;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.cpt {
    margin-top: 21px;
    display: flex;
}

.ask-me__form button:hover {
	background: #9c643c;
	/*background: #e9c581;
    border: 1px solid #e9c581;	*/
}

.ask-me__form button {
	border: 1px solid rgba(252,227,182,1);
    background: rgb(9,9,121);
    background: -webkit-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
    background: -o-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
    background: linear-gradient(360deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
    color: #fff;    
    font-family: OpenSansExtraBold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 5px;
    width: 194px;
    padding: 20px 0 20px 0;
    font-size: 13px;
    margin-top: 40px;
}

.big_check {
    font-size: 13px;
    padding-left: 30px;
    cursor: pointer;
    display: flex;
    margin-top: 24px;
}

.big_check .galka {
    border: 1px solid #b2b2b2;
    height: 16px;
    width: 16px;
    margin-top: 3px;
    background: #fff;
}

.big_check input:checked + .galka {
    background: url('../img/galka.png') no-repeat scroll center center transparent;
    background-size: 12px;
    background-color: #fff;
}

.galka-text {
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #8f8f8f;
    margin-left: 10px;
    letter-spacing: 0.02em;
}

.big_check input {
    display: none;
}

.mission {
    max-width: 300px;
    width: 100%;
}

.hein-text {
    background: #fef6ea;
    border-radius: 5px;
    margin-top: 60px;
    padding: 31px 91px 34px 25px;
}

.hein-text p {
 font-family: OpenSansRegular; 
 font-size: 14px;
 color: #34312f;
 line-height: 22px;
 letter-spacing: 0.03em;
}

.hein-text__top {
    margin-top: 35px;
}

.poisk-title {
    text-align: center;
    color: #34312f;
    margin-top: 90px;
}

.poisk-title h2 {
    font-family: OpenSansLight;
    font-size: 25px;
    letter-spacing: 0.03em;
}

.poisk-title p {
    margin-top: 35px;
    font-family: OpenSansRegular; 
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 22px;
}

.big-shop {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
	margin-bottom: 100px;
}

.big-shop__advert a {
    width: 239px;
    height: 322px;
    display: block;
}

.big-shop__advert a p {
    font-family: OpenSansLight;
    font-size: 17px;
    letter-spacing: 0.03em;
    color: #34312f;
    padding-top: 32px;
    padding-left: 22px;
}

.big-shop__advert-first {
    background: url(../img/d1.png) no-repeat center top / cover;
}

.big-shop__advert-second {
    background: url(../img/d2.png) no-repeat center top / cover;
    margin-top: 30px;
}

.big-shop__advert_for_flex {
    flex-grow: 1;
}

.big-shop__p {
    flex-grow: 10;
}

.big-shop__p p {
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #34312f;
    line-height: 22px;
    letter-spacing: 0.03em;
}

.big-shop__list {
    width: 804px;
}

.big-shop__list form {
    /*display: flex;*/
}

.form-left {
    margin-left: 30px;
}

.big-shop__list form div h3 {
    font-family: OpenSansLight;
    font-size: 15px;
    color: #34312f;
    letter-spacing: 0.03em;
}

.big-shop__list form div input[type="text"], .city17 {
    margin-top: 8px;
    width: 296px;
    height: 38px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding-left: 10px;
    font-family: OpenSansLight;
    font-size: 15px;
    color: #a0a0a0;
    letter-spacing: 0.01em;
}

.assorti {
    margin-top: 40px;
}

.assorti h3 {
    font-family: OpenSansLight;
    font-size: 15px;
    color: #34312f;
    letter-spacing: 0.03em;
}

.assorti-burda {
    margin-top: 30px;
}

.assorti-list {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    flex-basis: 25%;
}

.assorti-list div {
    margin-top: 20px;
	margin-right: 20px;
    padding-top: 19px;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    max-width: 186px;
    width: 100%;
    height: 186px;
}

.assorti-list div a {
    display: block;
    color: #a47250;
    font-family: OpenSansLight;
    font-size: 15px;
    margin-top: 10px;
    letter-spacing: 0.03em;
    text-decoration: underline;
}

.assorti-list div span.text {
    display: block;
    color: #a47250;
    font-family: OpenSansLight;
    font-size: 15px;
    margin-top: 10px;
    letter-spacing: 0.03em;
}

.assorti-list div p {
    color: #949392;
    font-family: OpenSansLight;
    font-size: 15px;
    margin-top: 10px;
    letter-spacing: 0.03em;
}

.assorti-list div p span {
    font-family: rouble;
}

.list-page {
    margin-top: 40px; 
    text-align: center;
    letter-spacing: 0.1em;
}

.passive-black {
    color: #333;
    font-family: OpenSansLight;
    font-size: 16px;
}

.active-drive {
    font-family: OpenSansSemiBold;
    color: #b8723f;
    text-decoration: underline;
}

.titan {
    background: #fde4b8;
    margin-top: 59px;
    text-align: center;
    padding: 30px 0 30px 0;
}

.titan p {
    font-family: OpenSansLight;
    font-size: 22px;
    line-height: 24px;
}

.titan button:hover {
	background: #9c643c;
	border: 1px solid #9c643c;
}

.titan button {
	
	border: 1px solid rgba(252,227,182,1);
	background: rgb(9,9,121);
    background: -webkit-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
    background: -o-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
    background: linear-gradient(360deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);	
    margin-top: 28px;    
    color: #fff;
    padding: 21px 49px;
    font-family: OpenSansExtraBold;
    font-size: 13px;
    
    text-transform: uppercase;
    letter-spacing: 0.05em;
}



.reg-forma {
    max-width: 454px;
    width: 100;
}

.reg-forma h3 {
    font-family: OpenSansLight;
    font-size: 35px;
    color: #34312f;
    letter-spacing: 0.01em;
}

.reg-forma__btn:hover, .reg-forma__btn:focus, .reg-forma__btn.active{
	background: #9c643c;
}

.bb:hover, .reg-venom__btn2:hover, #photo_label:hover, .sms-code button:hover, .reg-venom__btn:hover{
	background: #9c643c;
	color:#fff;
}


.reg-forma__btn-second {
    /*margin-left: 10px;*/
}

.active-brown {
	background: #9c643c !important;
    /*background: #c29541;*/
}

.reg-venom__btn {
    border: 1px solid #d1d1d1;
    padding: 10px 23px;
    border-radius: 5px;
    margin-right: 5px;
    background: #fff;
    color: #333;
    font-family: OpenSansRegular; 
    font-size: 13px;
}

.lkk22 {
    justify-content: space-between !important;
}

.bb2 {
    max-width: 229px;
    width: 100%;
    margin-right: 0;
}
.rwdd {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    flex-direction: column;
}

.rwdd div {
    margin: 5px 0;
}

.bb {
    padding: 10px 51px;
    text-align: center;
    background: #e9c581;
    border: 1px solid #e9c581;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    align-items: center !important;
}

.reg-venom__btn2 {
    border: 1px solid #d1d1d1;
    padding: 10px 23px;
    border-radius: 5px;
    margin-right: 5px;
    background: #fff;
    color: #333;
    font-family: OpenSansRegular; 
    font-size: 13px;
}

.common-reg input {
    border: 1px solid #dadada;
    border-radius: 5px;
	font-size:13px;
}

.common-reg p {
    font-family: OpenSansLight;
    font-size: 14px;
    color: #333;
    letter-spacing: 0.01em; 
    margin-top: 10px;
}


.reg-venom p span {
    color: #e95866;
}

/*.reg-venom div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    }*/



    .dnm div {
        display: none !important;
    }

    .nones {
        display: none;
    }

    #isp {
    /*    margin-left: -33px;*/
    }

    .fades  {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }


    .reg-forma__btn {
        cursor: pointer;
    }

    .fio {
        width: 375px;
        justify-content: space-between;
        margin-top: 14px;
    }

    .fio input {
        /*    margin-left: 15px;*/
        width: 268px;
        height: 38px;
    }

    .active-clow {
		color:#fff;
        /*background: #fde4b8;
        border: 1px solid #fde4b8;*/
		background: #9c643c;
		border: 1px solid #9c643c;
    }

    .green-moon {
        margin-top: 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        /*margin-left: 33px;*/
    }

    .green-moon div {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }

    .pasport-norm {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-left: 33px;
        margin-top: 14px;
    }

    .pasport-norm input {
        margin-left: 14px;
        padding: 13px 50px 13px 16px;
        width: 115px;
    }

    .busters input {
        width: 171px;
    }

    .pasport-norm p span {
        color: #e95866;
    }

    .download-copy {
        color: #32abff;
        text-decoration: underline;
        font-family: OpenSansLight;
        font-size: 13px;
        margin-left: 196px;
        margin-top: 12px;
    }

    .slow-low {
        font-size: 11px ! Important;
    }

    .download-photo {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }

    .download-photo img {
        align-self: flex-start;
    }

    .download-photo button {
        background: #fde4b8;
        border: 1px solid #fde4b8;
        padding: 10px 20px;
        width: 200px;
        height: 40px;
        font-family: OpenSansLight;
        font-size: 14px;
        color: #333;
        margin-top: 18px;
    }

    .download-photo p {
        color: #909090;
        font-family: OpenSansRegular; 
        font-size: 13px;
    }

    .form-factor h4 {
        margin-top: 30px;
        font-family: OpenSansSemiBold;
        font-size: 14px;
        color: #333;
        letter-spacing: 0.01em; 
    }

    .lk-kl {
        margin-top: 43px;
    }

    .lk-kl h4 {
        font-family: OpenSansSemiBold;
        font-size: 14px;
        color: #333;
    }

    .lk-kl button {
        margin-top: 16px;
    }

    .lk-kl p {
        color: #909090;
        font-family: OpenSansRegular; 
        font-size: 12px;
        margin-top: 14px;
    }

    .lk-sms {
        margin-top: 40px;
    }

    .lk-sms h4 {
        font-family: OpenSansSemiBold;
        font-size: 14px;
        color: #333
    }

    .lk-sms p {
        color: #909090;
        font-family: OpenSansRegular; 
        font-size: 12px;
        margin-top: 14px;
    }

    .sms-code {
        margin-top: 25px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;

    }

    .sms-code div {
        border: 1px solid #dadada;
        border-radius: 5px;
        width: 264px;
        height: 38px;
        padding: 10px 14px 30px 0px;
        font-family: OpenSansLight;
        font-size: 14px;
        color: #6b6b6b;
    }

    .sms-code div input {
        border: none;
    }

    .sms-code button {
        background: #fde4b8;
        border: 1px solid #fde4b8;
        border-radius: 5px;
        margin-right: 10px;
        font-family: OpenSansLight;
        font-size: 14px;
        color: #333;
        margin-left: -7px;
    }

    .lk-sms img {
        margin-top: 18px;
    }

    .reg_big_check {
        font-size: 13px;
        padding-left: 30px;
        cursor: pointer;
        display: flex;
        margin-top: 24px;

    }

    .reg_big_check .galka {
        border: 1px solid #b2b2b2;
        height: 16px;
        min-width: 16px;
        margin-top: 3px;
        background: #fff;
    }

    .reg_big_check input:checked + .galka {
        background: url('../img/galka.png') no-repeat scroll center center transparent;
        background-size: 12px;
    }

    .reg_big_check .galka-text {
        font-family: OpenSansRegular;
        font-size: 14px;
        color: #8f8f8f;
        margin-left: 10px;
        letter-spacing: 0.02em;
        margin-top: 0;
    }

    .reg_big_check input {
        display: none;
    }

    .final-reg {
        margin-top: 40px;
        background: rgb(9,9,121);
        background: -webkit-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
        background: -o-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
        background: linear-gradient(360deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
        border: none;
        padding: 20px 40px;
        border-radius: 5px;
        font-family: OpenSansExtraBold;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
    }

    .spider {
        line-height: 13px;
    }

    .ventilator {
        max-width: 450px;
        width: 100%;
        margin-top: 55px;
    }

    .common-reg {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }

    .ventilator__title {
        font-family: OpenSansSemiBold;
        font-size: 14px;
        color: #333;
    }

    .nik-border a {
        border: 1px solid #d1d1d1;
        border-radius: 5px;
        padding: 9px 14px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-top: 14px;
    }

    .nik-border__vk {
     padding: 12px 14px ! Important; 
 }

 .first-many {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.nik-border img {
    align-self: center;
}

.nik-border p {
    margin-left: 9px;
    font-family: OpenSansRegular; 
    font-size: 13px;
    color: #333;
    letter-spacing: 0.03em;
    margin-top: 3px;
}

.second-many {
    max-width: 280px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.text-only {
    font-family: OpenSansRegular ! Important; 
    font-size: 12px ! Important;
    color: #909090 ! Important;
    line-height: 15px;
}

.text-only a {
    color: #32abff;
    text-decoration: underline;
}

.main-cancel {
    padding: 80px 0;
}

.exit-title {
    font-family: OpenSansLight;
    font-size: 35px;
    color: #34312f;
}

.cancel-form {
    margin-top: 33px;
    max-width: 430px;
    width: 100%;
}

.population-variable {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.population-variable p {
    font-family: OpenSansRegular;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #333;
    margin-top: 10px;
}

.population-variable input {
    padding: 9px 22px;
    border: 1px solid #d1d1d1;
    font-family: OpenSansRegular;
    font-size: 13px;
    color: #333;
    border-radius: 5px;
}

.bio-input {
    max-width: 100px;
    width: 100%;
    margin-left: -22px;
}

.active-joker {
    background: #fde4b8;
    border: none ! Important;
}

.phone-newnumber {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
    margin-left: 20px;
}

.phone-newnumber div {
    padding: 9px 22px;
    border: 1px solid #d1d1d1;
    font-family: OpenSansRegular;
    font-size: 13px;
    color: #333;
    border-radius: 5px;
    width: 268px;
}

.phone-newnumber div input {
    border: none;
}

.phone-newnumber p {
 font-family: OpenSansRegular;
 font-size: 14px;
 letter-spacing: 0.03em;
 color: #333; 
 margin-top: 10px;
}

.your-password {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
    margin-left: 85px;
}

.your-password p {
    font-family: OpenSansRegular;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #333; 
    margin-top: 10px;
}

.your-password input {
    padding: 9px 22px;
    border: 1px solid #d1d1d1;
    font-family: OpenSansRegular;
    font-size: 13px;
    color: #333;
    border-radius: 5px;
    width: 268px;
}

.forget-password {
    color: #32abff;
    text-decoration: underline;
    font-family: OpenSansLight;
    font-size: 13px;
    letter-spacing: 0.01em;
    margin-left: 165px;
    margin-top: 12px;
}



.div-robot {
    margin-top: 46px;
}

.iamrobot {
 display: block;
}

.robot-btn {
    background: rgb(9,9,121);
    background: -webkit-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
    background: -o-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
    background: linear-gradient(360deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
    border: none;
    padding: 19px 41px;
    margin-top: 40px;
    border-radius: 5px;
    color: #fff;
    font-family: OpenSansExtraBold;
    font-size: 12px;
    text-transform: uppercase;
}

.zakaz-new {
    padding: 67px 0;
}

.sdelai-zakaz-common {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.zakaz-info {
    max-width: 810px;
    width: 100%;
}

.zakaz-info__title {
    font-family: OpenSansSemiBold;
    font-size: 35px;
    color: #34312f;
}

.water-true {
    margin-top: 7px;
}

.water-true div {
    margin-top: 20px;
}

.water-true div p {
    color: #333;
    font-family: OpenSansLight;
    font-size: 14px;
    letter-spacing: 0.01em;
}

.qwerty-water {
    width: 100%;
    margin-top: 8px;
    border: 1px solid #dadada;
    height: 38px;
    border-radius: 5px;
}

.qwerty-water__second {
    height: 91px;
}

.about-button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.about-button p {
    margin-left: 27px;
    color: #333;
    font-family: OpenSansLight;
    font-size: 14px;
    letter-spacing: 0.01em;
    margin-top: 14px;
}

.harry-btn {
    color: #333;
    font-family: OpenSansLight;
    font-size: 14px;
    padding: 10px 15px;
}

.robin__div {
    margin-top: 60px;
}

.robin__title {
    font-family: OpenSansSemiBold;
    font-size: 18px;
    color: #34312f;
}

.robin__text {
    margin-top: 13px;
    color: #333;
    font-family: OpenSansLight;
    font-size: 14px;
}

.big-bang {
    margin-top: 20px;
}

.big-bang table {
    border: 1px solid #b2b2b2;
    width: 100%;
}

.big-bang table tr td {
    padding: 10px;
    border: 1px solid #b2b2b2
}

/*.clean-white-task td {
    border: 1px solid #b2b2b2 !important;
}
*/


.clean-white > td:nth-child(3) {
   border-right: none;
}

.clean-white > td:nth-child(4) {
   border-left: none;
}

.mizanfans-task > td:nth-child(1) {
    border-right: none;
}

.mizanfans-task > td:nth-child(2) {
    border-left: none;
}

.mizanfans-task > td:nth-child(4) {
    border-right: none;
}

.mizanfans-task > td:nth-child(5) {
    border-left: none;
}

.clean-white-task > td:nth-child(1) {
    border-right: none;
    
}

.clean-white-task > td:nth-child(2) {
    border-left: none;
}

.clean-white-task > td:nth-child(4) {
    border-right: none;
    border-left: 1px solid #b2b2b2;
}

.clean-white-task > td:nth-child(5) {
    border-left: none;
}

.new-label {
    padding-left: 0;
    margin-top: 0;
}

.mizanfans {
    background: #9c643c;
    font-family: OpenSansSemiBold;
    font-size: 12px;
    color: #fff;
    
}

.new-line {
    border: 1px solid #b2b2b2;
    background: #fff;
    border-radius: 5px;
    padding: 7px 4px 7px 5px;
    font-family: OpenSansRegular;
    font-size: 10px;
    color: #333;
    white-space: nowrap;
}



/*.mr-back {
    background: #fde4b8;
    }*/

    .clean-white {
        font-family: OpenSansRegular;
        font-size: 13px;
        color: #34312f;
    }

    .order-btn {
        margin-top: 39px;
        background: rgb(9,9,121);
        background: -webkit-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
        background: -o-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
        background: linear-gradient(360deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
        border: none;
        padding: 20px;
        margin-top: 40px;
        border-radius: 5px;
        color: #fff;
        font-family: OpenSansExtraBold;
        font-size: 12px;
        text-transform: uppercase;
    }

    .mizanfans__span {
        font-family: rouble;
    }

    .brionika {
        padding: 67px 0;
    }

    .morena {
        margin-top: 41px;
    }

    .morena p {
        color: #34312f;
        font-family: OpenSansSemiBold;
        font-size: 18px;
        letter-spacing: 0.01em;
    }

    .morena__photo {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        margin-top: 16px;
    }

    .view-progress {
        font-family: OpenSansRegular ! Important;
        font-size: 12px ! Important;
        color: #333 ! Important;
        background: #fde4b8 ! Important;
        border-radius: 5px ! Important;
        padding: 10px ! Important;
        text-decoration: none ! Important;
        margin-top: 30px ! Important;
    }

    .zoro-btn {
        display: block;
        background: #fde4b8;
        border-radius: 5px;
        padding: 21px 52px;
        border: 1px solid #fde4b8;
        margin: 0 auto;
        margin-top: 39px;
        color: #fff;
        font-family: OpenSansExtraBold;
        font-size: 12px;
        text-transform: uppercase;
    }

    .billy {
        padding: 70px 0;
    }

    .bazuka__title {
        font-family: OpenSansLight;
        font-size: 35px;
        text-align: center;
        color: #34312f;
    }

    .hands__first-text {
        color: #34312f;
        font-family: OpenSansExtraBold;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 20px;
    }

    .hands__second-text {
        color: #716c69;
        font-family: OpenSansRegular;
        font-size: 14px;
        margin-top: 20px;
    }

    .hands__div {
        max-width: 232px;
        width: 100%;
        text-align: center;
    }

    .hands {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-around;
        margin-top: 90px;
    }

    .mango {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        margin-top: 99px;
    }

    .mango div p {
        font-family: OpenSansLight;
        font-size: 17px;
        color: #34312f;
        padding: 32px 0 0 46px;
    }

    .mango div {
        width: 520px;
        height: 220px;
    }

    .mango__div-first {
        background: url(../img/pic-1.jpg) no-repeat center top / cover;
    }

    .mango__div-second {
        background: url(../img/pic-2.jpg) no-repeat center top / cover;
    }

    .west {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        margin-top: 90px;
    }

    .west-text {
        width: 520px;
        height: 220px;
    }

    .west-text h3 {
        font-family: OpenSansLight;
        font-size: 25px;
        color: #34312f;
    }

    .west-text p {
        color: #34312f;
        font-family: OpenSansRegular;
        font-size: 14px;
        margin-top: 25px;
        line-height: 20px;
    }

    .combo {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        margin-top: 90px;
    }

    .combo-block {
        width: 520px;
        height: 469px;
        border-radius: 5px;
        box-shadow:-1px -1px 21px 7px rgba(0,0,0,0.69);
        -webkit-box-shadow:-1px -1px 21px 7px rgba(0,0,0,0.69);
        -moz-box-shadow:-1px -1px 21px 7px rgba(0,0,0,0.69);
    }

    .combo-block button {
        padding: 21px 29px;
        background: rgb(9,9,121);
        background: -webkit-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
        background: -o-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
        background: linear-gradient(360deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
        border: none;
        border-radius: 5px;
        color: #fff;
        font-family: OpenSansExtraBold;
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 67px;
    }

    .heart {
        padding: 85px;
    }

    .combo-title {
        font-family: OpenSansLight;
        font-size: 25px;
        color: #34312f;
        letter-spacing: 0.02em;
    }

    .combo-text {
        margin-top: 38px;
        color: #34312f;
        font-family: OpenSansRegular;
        font-size: 14px;
        line-height: 22px;
    }

    .less-img {
        padding-left: 85px;
    }

    .theoriginal {
        padding: 60px 0;
    }

    .dom-title {
        font-family: OpenSansLight;
        font-size: 35px;
        color: #34312f; 
        letter-spacing: 0.03em;
    }

    .big-div {
        background: #fde4b8;
        border-radius: 5px;
        padding: 30px 20px;
        margin-top: 23px;
        width: 100%;
    }

    .lulu-text {
        font-family: OpenSansBold;
        font-size: 14px;
        color: #34312f;
    }

    .trevis__night {
        color: #34312f;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-top: 29px;
        font-family: OpenSansRegular;
        font-size: 13px;
    }

    .trevis__night span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #9c643c;
        display: block;
        margin-right: 6px;
        margin-top: 4px;
    }

    .trevis__text {
        margin-top: 3px;
        font-family: OpenSansRegular;
        font-size: 13px;
        line-height: 15px;
        color: #333;
    }

    .trevis__text a {
        color: #b8723f;
        text-decoration: underline;
    }

    .ahtung {
     margin-top: 14px; 
     font-family: OpenSansItalic;
     font-size: 13px;
     color: #333;
     line-height: 15px;
 }

 .nona {
    margin-top: 14px; 
    font-family: OpenSansItalic;
    font-size: 13px;
    color: #333;
}

.barabaka {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.barabaka p {
    flex-basis: 25%;
    line-height: 15px;
}

.small-div {
    background: #fde4b8;
    border-radius: 5px;
    padding: 30px 20px;
    margin-top: 23px;
    width: 100%;
}

.mendoza {
    margin-top: 13px;
}

.azimut {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.lixus {
    margin-left: 40px;
}

.shark {
    margin-top: 30px;
}

.choose-city {
    max-width: 575px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}

.choose-city p {
    font-family: OpenSansLight;
    color: #34312f;
    letter-spacing: 0.03em;
}

.blick {
    font-size: 16px;
}

.sir {
 font-size: 14px; 
 margin-top: 13px;
}

.split {
    margin-top: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.milya {
    width: 100%;
}

.split__a {
    background: url(../img/d2.png) no-repeat center top / cover;
    width: 240px;
    height: 322px;
    display: block;
}

.split__a p {
    padding: 34px 0 0 26px;
    color: #34312f;
    font-family: OpenSansLight;
}

.jk-first {
    flex-basis: 19%;
}

.jk {
    flex-basis: 75%;
    height: 200px;
    margin-top: 0;
}

.blick a {
    color: #5195d3;
    text-decoration: underline;
    text-decoration-style: dashed;
}

.deni {
    flex-basis: 75%;
    margin-top: -20px;
}

.burda {
    flex-basis: 75%;
}

.bulgaria {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.burda__green {
    margin-left: 40px;
}

.burda__green a {
    color: #9c643c;
    font-family: OpenSansLight;
    font-size: 16px;
    text-decoration: underline;
    letter-spacing: 0.03em;
}

.potato {
    margin-top: 14px;
    color: #34312f;
    font-family: OpenSansLight;
    font-size: 14px;
    letter-spacing: 0.03em;
}

.potato__price {
    margin-top: 14px;
    color: #7f7e7d;
    font-family: OpenSansLight;
    font-size: 14px;
    letter-spacing: 0.03em;
}

.tonkaya-line {
    background: #e0e0e0;
    height: 1px;
    width: 100%;
    margin-top: 30px;
}

.burda__div-slow {
    margin-top: 30px;
}

.batoni {
    margin: 0 auto;
    margin-top: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 518px;
}

.batoni button {
    border-radius: 5px;
    border: none;
    color: #fff;
    font-family: OpenSansExtraBold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 19px 48px;
}

.lemur-first {
    background: rgb(9,9,121);
    background: -webkit-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
    background: -o-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
    background: linear-gradient(360deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
}

.lemur-first:hover {
	background: #9c643c;
}


.lemur-second {
	background: #9c643c;
	border: 1px solid #9c643c;
    /*background: #9c643c;*/
}

.need {
    max-width: 100%;
}

.tokio {
    flex-basis: 75%;
}

.tokio p {
    color: #34312f;
    font-family: OpenSansLight;
    font-size: 14px;
    letter-spacing: 0.03
}

.tokio p a {
    color: #5195d3;
    text-decoration: underline;
    text-decoration-style: dashed;
}

.tokio__second {
    margin-top: 10px;
}

.prokopen {
    max-width: 300px;
    width: 100%;
}

.prokopen div:not(.gringo) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 23px;
}

.dreik {
    color: #333;
    font-family: OpenSansLight;
    font-size: 14px;
    margin-left: 6px;
}

.luna {
    color: #8b8b8b;
    font-family: OpenSansRegular;
    font-size: 13px;
	margin-top:15px;
	margin-bottom:15px;
}

.falcon {
    background: url(../img/d1.png) no-repeat center top / cover;
    width: 240px;
    height: 322px;
    display: block;
    color: #34312f;
    font-family: OpenSansLight;
    font-size: 17px;
    padding: 32px 0 0 22px;
}

.fanguru {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.about-prokopen {
    max-width: 509px;
    width: 100%;
}

.prokopen__title {
    color: #34312f;
    font-family: OpenSansSemiBold;
    font-size: 35px;
    letter-spacing: 0.02em;
}

.triger {
    margin-top: 18px;
    color: #34312f;
    font-family: OpenSansLight;
    font-size: 14px;
    line-height: 20px;
}

.therock {
    margin-top: 18px;
    color: #34312f;
    font-family: OpenSansLight;
    font-size: 14px;
    line-height: 20px;
}

.merfi {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 825px;
    width: 100%;
    justify-content: space-between;
}

.another-one {
    margin-top: 54px;
}

.nikol {
	padding-right:30px;
    width: 100%;
}

.vo {
    color: #34312f;
    font-family: OpenSansSemiBold;
    font-size: 18px;
    letter-spacing: 0.02em;
}

.walking {
    color: #34312f;
    font-family: OpenSansLight;
    font-size: 14px;
    margin-top: 14px;
}

.gringo {
    margin-top: 40px;
}

.gringo__first {
    color: #34312f;
    font-family: OpenSansSemiBold;
    font-size: 18px;
    letter-spacing: 0.02em;
}

.gringo-push {
    margin-top: 24px;
}

.gringo__second {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 12px;
}

.gringo__second div {
    margin-left: 14px;
}

.int {
    display: block;
}

.moji {
    margin-top: 40px;
    color: #333;
    font-family: OpenSansSemiBold;
    font-size: 18px;
    letter-spacing: 0.02em;
}

.scream {
    margin-top: 21px;
    color: #333;
    font-family: OpenSansRegular;
    font-size: 15px;
}

.taken {
    margin-top: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}

.taken div{
	margin-right:15px;	
}

.taken img {
    max-width: 470px;
    width: 100%;
}

.severin {
    margin-top: 60px;
}

.eks__first {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 24px;
}

.eks__first img {
    align-self: center;
}

.mario {
    margin-left: 11px;
}

.saent {
    color: #333;
    font-family: OpenSansRegular;
    font-size: 14px;
}

.mario__name {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.luidji {
    margin-left: 22px;
    color: #b8723f;
    font-family: OpenSansRegular;
    font-size: 13px;
}

.duke {
    margin-top: 10px;
    color: #8b8b8b;
    font-family: OpenSansRegular;
    font-size: 13px;
}

.nukem {
    margin-top: 20px;
    color: #8b8b8b;
    font-family: OpenSansRegular;
    font-size: 13px;
}

.ivolga {
    margin-top: 20px;
    color: #9c643c;
    font-family: OpenSansRegular;
    font-size: 13px;
    display: block;
}

.lexx {
    background: #e5e5e5;
    height: 1px;
    width: 100%;
    margin-top: 53px;
}

.znak {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 21px;
}

.asta {
    color: #8b8b8b;
    font-family: OpenSansRegular;
    font-size: 13px;
    margin-left: 5px;
    margin-top: 3px;
}

.show {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.pen {
    max-width: 200px;
}

.voice {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.voice p {
    color: #333;
    font-family: OpenSansRegular;
    font-size: 14px;
}

.prokopen div:not(.gringo) {
    margin-top: 0;
}

.iamprice span {
    font-family: rouble;
}

.raketa {
    background: #fef6ea;
    padding: 27px 18px;
    margin-top: 60px;
}

.starfire {
    margin-top: 25px;
}

.raketa__first {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.raketa__title {
    color: #34312f;
    font-family: OpenSansSemiBold;
    font-size: 18px;
    letter-spacing: 0.02em;
}

.grut {
    color: #b8723f;
    font-family: OpenSansRegular;
    font-size: 15px;
    text-decoration: underline; 
}

.kolin {
    color: #8b8b8b;
    font-family: OpenSansRegular;
    font-size: 13px;
	width:150px;
}

.ho-data {
    color: #8b8b8b;
    font-family: OpenSansRegular;
    font-size: 13px;
}

.status-kvo {
    color: #b8723f;
    font-family: OpenSansRegular;
    font-size: 13px;
    text-decoration: none; 
    width: 124px;
    cursor: default;
}

.iamprice {
    color: #333;
    font-family: OpenSansRegular;
    font-size: 15px;
	width:100px;
	text-align:right;
}

.vishnya {
    height: 1px;
    width: 100%;
    background: #e5e5e5;
    margin-top: 20px;
}

.pustota {
 color: #4ca5f1;
 font-family: OpenSansRegular;
 font-size: 13px; 
 text-decoration: underline;
 width: 115px;
}

.carbon__title {
    color: #34312f;
    font-family: OpenSansSemiBold;
    font-size: 35px;
    letter-spacing: 0.03em;
}

.carbon {
    margin-top: 62px;
}

.kabal-form {
    margin-top: 23px;
}

.kabal-form__p {
    color: #333;
    font-family: OpenSansLight;
    font-size: 14px;
}

.kabal-form input, .kabal-form select {
    margin-top: 8px;
    color: #777;
    font-family: OpenSansLight;
    font-size: 14px;
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 13px 0 13px 18px;
}

.botan {
    line-height: 20px;
}

.luter {
    font-family: OpenSansBold;
    font-size: 14px;
    color: #34312f;
}

.karlos {
    line-height: 18px;
}

.ballers {
    padding: 14px 0 14px 15px;
    border: 1px solid #d2d2d2;
    color: #34312f;
    font-family: OpenSansRegular;
    font-size: 13px; 
    border-radius: 5px;
    width: 100%;
}

.fibi-btn:hover{
	background: rgb(9,9,121);
	background: -webkit-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(252,227,182,1) 0%, rgba(215,144,7,1) 100%);
	background: -o-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(252,227,182,1) 0%, rgba(215,144,7,1) 100%);
	background: linear-gradient(360deg, rgba(9,9,121,1) 0%, rgba(252,227,182,1) 0%, rgba(215,144,7,1) 100%); 
}

.fibi-btn {
  background: rgb(9,9,121);
  background: -webkit-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
  background: -o-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
  background: linear-gradient(360deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%); 
  border-radius: 5px;
  border: none;
  color: #fff;
  font-family: OpenSansExtraBold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 20px 24px;
  margin-top: 40px;
}

.dakota-form {
    margin-top: 61px;
}

.dakota-form input {
    margin-top: 16px;
    width: 100%;
    height: 91px;
    border: 1px solid #dadada;
    border-radius: 5px;
}

.dakota-div {
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.dakota-btn {
    padding: 10px 15px;
    font-size: 12px;
    background: #e7e7e7;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    color: #333;
}

.alita-p {
    color: #333;
    font-family: OpenSansLight;
    font-size: 14px;
    margin-left: 27px;
    margin-top: 11px;
}

.leco-btn {
    background: rgb(9,9,121);
    background: -webkit-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
    background: -o-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%);
    background: linear-gradient(360deg, rgba(9,9,121,1) 0%, rgba(215,144,7,1) 0%, rgba(252,227,182,1) 100%); 
    border-radius: 5px;
    border: none;
    color: #fff;
    font-family: OpenSansExtraBold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 24px;
    margin-top: 40px;
}

.bistro {
    color: #8b8b8b;
    font-family: OpenSansRegular;
    font-size: 13px; 
    margin-top: 4px;
    margin-left: 6px;
}

.pixel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 16px;
    margin-left: 30px;
}

.kori {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.ubivashka {
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    padding: 6px;
}

.tb  {
    display: block !important;
}

.tb2  {
    display: block !important;
}

.non {
    display: none !important;
}

.fad {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    -o-display: flex !important;
    display: flex !important;
    flex-wrap: wrap;
}

@media screen and (min-width: 991px) {
	.m33 {
		margin-left:43px;
		/*padding-left: 30px;*/
	}
}

#photo_out {
	display:none;
}

.download-photo label {
    background: #fde4b8;
    border: 1px solid #fde4b8;
	text-align:center;
    width: 200px;
    height: 40px;
    font-family: OpenSansLight;
    font-size: 14px;
	line-height:40px;
    color: #333;
    margin-top: 10px;
	margin-bottom: 10px;
}

.combo-block button:hover {
	background: -webkit-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(252,227,182,1) 0%, rgba(215,144,7,1) 100%);
    background: -o-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(252,227,182,1) 0%, rgba(215,144,7,1) 100%);
    background: linear-gradient(360deg, rgba(9,9,121,1) 0%, rgba(252,227,182,1) 0%, rgba(215,144,7,1) 100%);	
}

.has-error {
	border-color:#f00 !important;
}

.zoro-btn:hover {
    background: rgb(9,9,121) !important;
    background: -webkit-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(252,227,182,1) 0%, rgba(215,144,7,1) 100%) !important;
    background: -o-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(252,227,182,1) 0%, rgba(215,144,7,1) 100%) !important;
    background: linear-gradient(360deg, rgba(9,9,121,1) 0%, rgba(252,227,182,1) 0%, rgba(215,144,7,1) 100%) !important;
}

.btn-s:hover {
    background: rgb(9,9,121) !important;
    background: -webkit-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(252,227,182,1) 0%, rgba(215,144,7,1) 100%) !important;
    background: -o-linear-gradient(270deg, rgba(9,9,121,1) 0%, rgba(252,227,182,1) 0%, rgba(215,144,7,1) 100%) !important;
    background: linear-gradient(360deg, rgba(9,9,121,1) 0%, rgba(252,227,182,1) 0%, rgba(215,144,7,1) 100%) !important;
}

.prokopen div.gringo {
	margin-top:0px;
}

.prokopen .gringo__second {
	flex-direction:column;
	margin:15px 0 !important;
}

.prokopen .gringo__second div {
	margin:5px 0px 0 0 !important
}

.kabal-form input, .kabal-form select {
	margin-top: 8px !important;
    color: #000 !important;
    font-family: OpenSansLight !important;
    font-size: 14px !important;
    width: 100% !important;
    border: 1px solid #dadada !important;
    border-radius: 5px !important;
    padding: 13px 0 13px 18px !important;
	background:#fff !important;
}

#opovest2 .fancybox-close-small{
	display:none !important;
}