@charset "utf-8";

/* CSS Document */

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #626262;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #626262;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #626262;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #626262;
}

@font-face {
    font-family: "Open Sans Semibold";
    src: url(fonts/OpenSans-Semibold.eot), url(fonts/OpenSans-Semibold.otf), url(fonts/OpenSans-Semibold.ttf), url(fonts/OpenSans-Semibold.woff);
}

@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans.eot), url(fonts/OpenSans.otf), url(fonts/OpenSans.ttf), url(fonts/OpenSans.woff);
}

* {
    font-family: "Open Sans";
    font-size: 19px;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.875em;
    color: #034c85;
    display: inline-block;
}

body {
    margin: 0px;
    padding: 0px;
    min-width: 960px;
    width: 100%;
    height: 100%;
}

#header {
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 960px;
    height: 135px;
    color: #626262;
    font-size: 22px;
    font-family: "Open Sans Semibold";
}

#header a {
    color: #626262;
    font-size: 19px;
}

#header_bot {
    margin: 0px;
    padding: 0px;
    background: #004c85;
    width: 100%;
    /*height:64px;*/
    height: auto;
    border-top: 3px solid #002c4e;
    border-bottom: 3px solid #002c4e;
    text-align: center;
}

#header_bot_center {
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 960px;
    height: 64px;
}

#nav {
    margin: 0px;
    padding: 0px;
    width: 320px;
    height: 64px;
    color: white;
    font-size: 16px;
    line-height: 64px;
    float: left;
}

#nav:hover {
    background: #002c4d;
}

#center_top {
    margin: 0px;
    padding: 0px;
    background: url(../img/back.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    color: white;
    font-family: "Open Sans Semibold";
    font-size: 20px;
    text-shadow: 0px 0px 10px black, 0px 0px 10px black, 0px 0px 10px black, 0px 0px 10px black;
}

#center_top h1 {
    margin: 3% 0px 0px 0px;
    padding: 0px;
    display: inline-block;
}

.order_form {
    margin: auto;
    text-align: center;
    border-radius: 5px;
}

.deriction,
#calendar_1,
#calendar_2 {
    border-radius: 5px;
    font-family: "Open Sans Semibold";
    font-size: 20px;
    cursor: pointer;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    border: 0px;
    background: #f0f0f0;
    color: #4c4c4c;
}

.deriction {
    width: 360px;
    height: 45px;
}

#calendar_1,
#calendar_2 {
    width: 150px;
    height: 45px;
}

.butt {
    border-radius: 5px;
    font-family: "Open Sans Semibold";
    font-size: 20px;
    cursor: pointer;
    height: 45px;
    background: linear-gradient(90deg, #FDAC0F 50%, #FDD032 100%);
    background: -moz-linear-gradient(90deg, #FDAC0F 50%, #FDD032 100%);
    background: -webkit-linear-gradient(90deg, #FDAC0F 50%, #FDD032 100%);
    background: -o-linear-gradient(90deg, #FDAC0F 50%, #FDD032 100%);
    color: #725313;
    border: 1px solid #d79b27;
}

.butt:hover {
    background: linear-gradient(90deg, #d68a00 50%, #fdac0f 100%);
    background: -moz-linear-gradient(90deg, #d68a00 50%, #fdac0f 100%);
    background: -webkit-linear-gradient(90deg, #d68a00 50%, #fdac0f 100%);
    background: -o-linear-gradient(90deg, #d68a00 50%, #fdac0f 100%);
}

#raspisanie {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    text-align: center;
}

#stops {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    background: #f8f8f8;
}

#stops h2 {
    color: #004c85;
}

#stops table tr td {
    cursor: pointer;
}

#map1,
#map2,
#map3 {
    margin: 20px auto 0px auto;
    padding: 0px;
    width: 835px;
    height: 455px;
    border: 5px solid #024c85;
    border-radius: 10px;
}

#stops p {
    color: #4a4a4a;
}

#marshrutki {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

#pravila {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    background: #f7f7f7;
}

#bottom {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

#bottom p {
    margin: 20px auto 20px auto;
    padding: 0px;
    width: 830px;
    text-indent: 25px;
    text-align: justify;
    color: #4a4a4a;
}

.butt2 {
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    width: 130px;
    height: 30px;
    background: linear-gradient(90deg, #FDAC0F 50%, #FDD032 100%);
    background: -moz-linear-gradient(90deg, #FDAC0F 50%, #FDD032 100%);
    background: -webkit-linear-gradient(90deg, #FDAC0F 50%, #FDD032 100%);
    background: -o-linear-gradient(90deg, #FDAC0F 50%, #FDD032 100%);
    color: #725313;
    border: 1px solid #d79b27;
}

.butt2:hover {
    background: linear-gradient(90deg, #d68a00 50%, #fdac0f 100%);
    background: -moz-linear-gradient(90deg, #d68a00 50%, #fdac0f 100%);
    background: -webkit-linear-gradient(90deg, #d68a00 50%, #fdac0f 100%);
    background: -o-linear-gradient(90deg, #d68a00 50%, #fdac0f 100%);
}

#refresh {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 380px;
    height: auto;
    text-align: center;
}

#refresh a {
    color: #626262;
    font-family: 'Open Sans semibold';
}

#refresh a:hover {
    color: #034c85;
}

.tr {
    height: 42px;
    color: #4b4b4b;
    background: #f8f8f8;
}

.tr:hover {
    background: #efefef;
}

.refresh {
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 20px;
    text-align: left;
    font-size: 20px;
    width: 170px;
    height: 40px;
    border: 0px;
    background-image: url(../img/refresh.png);
    background-position: right 20px bottom 8px;
    background-repeat: no-repeat;
    /* Отменяем повторение фона */
    background-color: #626262;
    border-radius: 20px;
    color: white;
    cursor: pointer;
}

.refresh:hover {
    background-color: #4b4b4b;
}

.sel_step2 {
    width: 300px;
    border-radius: 5px;
    padding: 5px 0px 5px 10px;
    background: #eaeaea;
    color: #626262;
}

#phone_id {
    width: 229px;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 5px 10px 5px 10px;
    background: #eaeaea;
    color: #626262;
}

.coment {
    width: 277px;
    height: 90px;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 5px 10px 5px 10px;
    background: #eaeaea;
    color: #626262;
    resize: none;
}

.th {
    width: 215px;
    color: #4a4a4a;
    font-family: 'Open Sans semibold';
}

.code {
    width: 190px;
    height: 43px;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 0px 10px 0px 10px;
    background: #eaeaea;
    color: #626262;
}

.footer_content {
    color: white;
    font-size: 0.9em;
}


/*06-05-22*/

table.order_step2 {
    width: 700px;
    height: auto;
    border: 0;
    border-spacing: 0;
    font-size: 19px;
    margin: 0px auto 115px auto;
}

table.order_step2 input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
    border-radius: 5px;
    border: 1px solid #999;
    padding: 5px 10px 5px 10px;
    background: #eaeaea;
    color: #626262;
    width: 278px;
}

table.order_step2 label[for^="reason"] {
    font-size: 0.8em;
}

table.order_step2 input[name="agreement"] {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

table.order_step2 label[for="agreement_id"] {
    display: inline-block;
    line-height: 1;
}



.options {
    margin-left: 5%;
    width: auto;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.options div:nth-of-type(n+2) {
    margin-left:10px;
}
.options:empty {
    height: 0;
}
.condicioner,
.plug,
.seats,
.belts,
.terminal,
.comfort {
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
}
.condicioner {
    background-image: url(../img/condicioner.svg);
}
.plug{
    background-image: url(../img/plug2.svg);
}
.belts {
    background-image: url(../img/belts2.svg);
}
.seats {
    background-image: url(../img/seats.svg);
}
.terminal {
    background-image: url(../img/terminal.svg);
}
.comfort {
    background-image: url(../img/klass.svg);
}
.spanPayments,
.spanPen {
    display: inline-block;
    min-height: 80px;
	padding-bottom:5px;

}
.spanPayments::before,
.spanPen::before {
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
    content: ' ';
    background-image: url(../img/payments.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: -10px;
	left: -10px;
    float: left;
    border: 1px solid black;
    border-radius: 5px;
}
.spanPen::before {
    background-image: url(../img/pen.jpg);	
}