﻿html{
    -webkit-text-size-adjust: none;
}
body{
    font-family: 'Inter', sans-serif;
    margin: 0;
    z-index: 1;
}
.wrapper{
    overflow: hidden;
    background:url(../img/bg-min.png) 0 0 no-repeat;
    background-size: cover;
}

.width-wrap {
    width: 1170px;
    display: block;
    margin: 0 auto;
    position: relative;
}
h2 i.change-pred {
    font: inherit;
    font-size: inherit;
}
header {
        z-index: 5;
        position: relative;
}
img.logo-img{
       width: auto;
    /* padding-left: 40px; */
    height: 68px;

}
#mai
a.header-a{
    text-decoration: none;
    display: flex;
}

span.logo-descr {
padding-top: 5px;
    padding-left: 14px;
    white-space: pre-line;
    font-size: 16px;
	font-weight: 600
}
.header {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 10px;
}
header h1 {
        margin-top: 0;
    text-align: center;
    text-transform: none;
    font-size: 22px;
        padding-right: 6%;
    color: white;
    margin-bottom: 0;
    /* border: 1px solid rgba(129, 129, 129, 0.34); */
    /* padding: 10px 5% 4px; */
    /* border-style: groove; */
    /* border-width: 0 2px; */
    font-weight: 300;
    white-space: pre-line;
	line-height: 62px;
}
header span a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    /* pointer-events: none; */
}
header span {
      font-size: 26px;
    padding-left: 6px;
    font-weight: 300;
    color: white;
}
.header-descr {
        position: relative;
}
.header-descr img {
    position: absolute;
    top: -15px;
    left: -42px;
}
footer .header-descr img {
    position: absolute;
    top: 0;
    left: -42px;
}
header a.go-callback {
    font-size: 20px;
    display: block;
    color: white;
    font-weight: 300;

    padding-left: 9px;
    text-align: left;
}
button {
    width: 362px;
    border-radius: 9px;
    height: 69px;
    margin-right: 24px;
    font-size: 22px;
    color: black;
    text-shadow: 1px 0px 1px white;
    font-family: 'Inter', sans-serif;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    background: linear-gradient(to top, #f79d00, #ffd820);
    /* box-shadow: 0px 2px 1px 1px #dc7d00; */
}
button:hover{
    background: linear-gradient(to top, #f76f00, #fec81b);

}
button:active{
    background: linear-gradient(to top, #fa9b0e, #e96a01);
       box-shadow: inset 0px 3px 3px 0px #bf5500;

}
button.grey{
       background: linear-gradient(to top, #b7b7b7, #efefef);
}
button.grey:hover{
       background: linear-gradient(to top, #d1d1d1, #f1f1f1);
}
button.grey:active{
    background: linear-gradient(to top, #d7d7d7, #b6b6b6);
       box-shadow: inset 0px 3px 3px 0px #929292;

}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
    {   
        border : 0px;
    } 
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus
    {     
        outline : none; 
    }
button::-moz-focus-inner, button::-moz-focus-inner
    {   
        border : 0px;
    } 
/*for IE8 */
button:focus, button:focus
    {     
        outline : none; 
    }
button.js--form-submit {
    width: 100%;
    margin-top: 23px;
    color: black;
    height: 73px;
        z-index: 5;
    position: relative;
    font-weight: 300;
    font-size: 23px;
}
a {
    position: relative;
    z-index: 5;
}
.modal_ button.js--form-submit {
    color: white;
    width: 320px;
}
#modal_form,#modal_pdf,#modal_polit,#modal-maps{text-align: LEFT;
       text-align: center;
    width: 100%;
    max-width: 440px;
    background: white;
    position: fixed;
    top: 45%;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    opacity: 0;
    z-index: -1;
    padding: 34px 11px 0px;}
.modal_close,#modal_polit_close{
       width: 25px;
    height: 25px;
    position: absolute;
    top: -15px;
    right: -7px;
   display: block;
    cursor: pointer;
    border-radius: 50%;
    display: block;
    z-index: 20;
    font-family: sans-serif;
    font-size: 23px;
    /* padding: 2px 7px 0; */
    font-weight: 100;
    color: grey;
}
a.header-a {
    display: flex;
    text-decoration: none;
}
.modal_close img:hover{
        border-radius: 50%;
    background-color: #f7a102;
}
.modal_ {
    padding: 0 11px;
    text-align: center;
}
.inp-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
        position: relative;

}
.modal_ .inp-label{
        max-width: 352px;
    margin: 0px auto 7px;
}
button.js--form-submit_2 {
    margin: 14px auto 0;
    display: block;
}
button.js--form-submit_3 {
    margin: 14px auto 0;
    display: block;
}
.modal_ h2 {
    font-size: 32px;
    line-height: 37px;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
    white-space: pre-line;
}
.modal_ .main_form {
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 22px 0 42px;
}   
.modal_ button.js--form-submit {
    color: white;
    width: 320px;
}


#overlay{z-index:13;position:fixed;background-color:#000;opacity:.8;-moz-opacity:.8;filter:alpha(opacity=80);width:100%;height:100%;top:0;left:0;cursor:pointer;display:none}
#modal_form h1,#modal_pdf h1,#modal_polit h1{font-size: 26px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 40px;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;}
#modal_form p,#modal_pdf p,#modal_polit p{    font-size: 15px;
    margin: 10px 0 0;
    font-weight: 400;
    line-height: 24px;}
#modal_form input,#modal_pdf input {
    /* margin: 3px 0; */
    width: 250px;
    height: 42px;
    border-radius: 5px;
    padding-left: 13px;
    border: 1px solid #bababa;
    font-size: 17px;
    color: black;
}
.modal_close:hover,#modal_polit_close:hover{color:#ffd766}
.modal_{padding:0 11px;text-align:left}
.popup{position:fixed;height:100%;width:100%;top:0;z-index:10;left:0;display:none;text-align:center}
.popup_bg{background:rgba(0,0,0,0.4);position:absolute;z-index:1;height:100%;width:100%}
.promo {
    color: white;
    padding-top: 19px;
    padding-bottom: 15px;
    background: black;
}
.promo .foot_box{display:inline-flex; position: relative;
}
footer .promo p {
    padding-top: 8px;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 400;
    padding-top: 0px;
    margin-right: 0;
}
.promo img{    width: auto;
    height: 31px;
    padding: 0px 28px 0px 10px;}
.promo a p{    /* padding-left: 252px; */
    font-size: 17px;
    color: white;
    font-weight: 200;
    text-decoration-color: white; 
}
#modal-maps{
    display: none;
}
#modal_polit h2 {
    text-align: left;
    font-size: 23px;
    margin-bottom: 9px;
}
div#modal_polit {
    padding-bottom: 22px;
}
div#modal-maps {
    padding: 0;
    max-width: 750px;
}
div#modal-maps .modal_{
    padding: 0;
}
div#map-canvas {
    height: 500px;
}

footer a.phone_a {
    font-size: 28px;
}
a.go-maps {
    margin-top: 7px;
    color: #79bde4;
}
footer a.go-callback {
    margin-top: 3px;
        color: #79bde4;
        pointer-events: visible;
}
footer .phone {
    margin: 0;
    color: black;
    margin-top: -7px;
    pointer-events: none;
    text-decoration: none;
    font-size: 25px;
    font-weight: 300;
}
#contact{
        background: url(../img/bg_02-min.html) 0 0 no-repeat;
    color: #fff;
    background-size: cover;
    background-position-x: 0;
}
footer .phone_descr i {
    font-style: normal;
    margin-top: 2px;
    margin-left: 10px;
    display: block;
    font-size: 18px;
}
.foot-descr a {
    color: #888;
    margin-top: 7px;
}
footer p{color: #888;text-align:right;font-size: 17px;
    font-weight: 200;white-space:pre-line}
footer p.p_footer{text-align:left;padding-left:94px;padding-top:4px}
footer p strong{font-size:22px}
.footer{display:flex;justify-content:space-between}
.foot-descr{
        display: flex;
    justify-content: space-between;
    width: 52%;
}
footer a{
    display: block; 
}
footer{
        position: relative;
        z-index: 5;
    padding-top: 0px;
    background: #f9f9f9;
    /* border-top: 2px solid #0e3465; */
}
footer .header-descr a.go-callback {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    color: #7ebfe4;
    pointer-events: visible;
}
footer .logo {
    padding-top: 8px;
    font-size: 19px;
}
footer .header {
    padding-top: 12px;
    padding-bottom: 20px;
}
img.for-mobile{
    display: none;
}
.form span small {
    text-align: center;
    display: block;
    color: black;
    font-weight: 300;
    font-size: 15px;
    margin-top: -21px;
}
footer .header {
       padding-top: 12px;
    padding-bottom: 19px;
}
footer .header-descr a {
    font-size: 25px;
    text-decoration: none;
    color: black;
        pointer-events: none;
    padding-left: 8px;
    font-weight: 300;
}
.modal_ small {
      width: 100%;
    text-align: center;
    font-weight: 300;
    margin-top: 10px;
    font-size: 12px;
    line-height: 13px;
    display: block;
}

#modal-maps{
    display: block;
    opacity: 0;
    position: fixed;
        z-index: -1
}
.count-field-left{
   height: 100%;
    width: 26px;
    cursor: pointer;
    position: relative;
}
.count-field-left:after, .count-field-right:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    /* padding: 10px; */
    top: 7px;   
}
.count-field-left:after{
     border-right: 5px solid #a3a3a3;
    right: 5px;
 margin: 5px 0 5px 5px;
}
.count-field-right:after {
    border-left: 5px solid #a3a3a3;
    margin: 5px 5px 5px 0;
    left: 5px;
}
.count-field-right{
   height: 100%;
    width: 26px;
    cursor: pointer;
    position: relative;
}

.choose-rect{
 border: 4px solid transparent;
    border-top: 4px solid #a3a3a3;
    /* padding: 10px; */
    margin: 5px 0 5px 5px;
}
.count-field-left:hover{
       background: #f1eaea;
}
.count-field-right:hover{
       background: #f1eaea;
}
.count-field-text {
    padding-top: 6px;
}
.count-field{
    display: flex;
    justify-content: space-between;
    width: 100px;
    background: #ccc;
}
.btn-block{
    display: flex;
        margin-top: 24px;
    margin-bottom: 29px;
    position: relative;
    z-index: 12;}
.triger-item{
    display: flex;
    color: white;
    margin-bottom: 40px;
    width: 50%;
}
.triger-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 684px;
        margin-top: 38px;
}
#main h1 {
    font-size: 54px;
    margin: 33px 0 0px;
    text-shadow: 1px 1px 1px black;
    color: #ffda54;
    text-transform: uppercase;
        z-index: 5;
        width: 106%;
    position: relative;
}

.triger-item {
    display: flex;
    width: 50%;
    color: white;
        position: relative;
    z-index: 6;
}
#main p {
    color: white;
    margin: 0;
    text-shadow: 1px 1px 1px black;
    font-size: 28px;
    line-height: 28px;
}

.step-box {
    display: flex;
    justify-content: space-between;
}
.step-img {
    width: 17%;
    position: relative;
    right: -180px;
}
.step-descr {
    width: 80%;
    position: relative;
    padding-bottom: 64px;

}
.step-1-form {
    background: white;
    margin-top: 31px;
    padding: 35px 27px 27px 54px;
    position: relative;
	border-radius: 20px;
}
.step-1-form-box {
    display: flex;
  position: relative;
    z-index: 13;
}
span.span-descr {
    color: #a3a3a3;
}
.step-1-form-item {
    margin-right: 13px;
}
#main span {
    display: block;
    font-size: 22px;
    font-weight: 300;
}
.count-box {
    display: flex;
    justify-content: space-between;
        margin-top: 10px;
            max-width: 227px;
}
.count-item {
    position: relative;
}
.count-item img {
    position: absolute;
    left: -24px;
}
select {
    width: 239px;
    height: 38px;
    margin-top: 9px;
}
.count-field {

    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 89px;
    border-radius: 3px;
    height: 36px;
       font-size: 19px;
    font-weight: 300;
    color: #a3a3a3;
    border: 1px solid #a3a3a3;
    background: #FEFBF6;
}   
.triger-item small {
    padding-left: 29px;
    font-size: 18px;
    white-space: pre-line;
}
strong {
    font-size: 29px;
    font-weight: 500;
}

.triger-item img {
    height: 50px;
}
.step-img img {
    -moz-user-select: none;
-khtml-user-select: none;
user-select: none;      

    position: absolute;
    left: -338px;
        z-index: 2;
    bottom: 0;
}
img.line {
    margin: 0 auto;
    display: block;
}
img{
        -moz-user-select: none;
-khtml-user-select: none;
user-select: none; 
}
i {
    font-size: 19px;
        position: relative;
    z-index: 6;
}
.manager-name {
    position: absolute;
    white-space: pre-line;
    color: white;
    font-size: 22px;
    font-weight: 300;
    line-height: 21px;
   right: -131px;
    padding-top: 11px;
    width: 586px;
    margin-top: 5px;
    display: block;
    /* margin-right: -40px; */
    border-top: 1px solid #dcf7fc;
}

.step-form{
    display: none;
        padding-top: 49px;
            padding-bottom: 0;
}
.step-form .step-descr {
    width: 59%;
padding-bottom: 0;}
 .step-form .step-img {
    width: 45%;}
.form {
    background: white;
        max-width: 83%;
}
h2 {
line-height: 48px;
    padding-top: 49px;
    margin: 0;
    text-align: center;
    color: #004d95;
    font-size: 50px;
}
.form i {
    font-weight: inherit;
    font-style: normal;
    font-size: inherit;
}
.form .main_form {
    margin: 37px auto 21px;
    max-width: 385px;
        padding-bottom: 46px;

}
#main .form span {
    text-align: center;
    white-space: pre-line;
    font-weight: 400;
    font-size: 24px;
}
#main .form .inp-label span {
    font-weight: 400;
        padding-top: 8px;
    font-size: 18px;

}
.form input {
    width: 262px;
    height: 42px;
    font-size: 16px;
    padding-left: 20px;
    box-sizing: border-box;
            position: relative;
    z-index: 5;
        border: 1px solid #ccc;
    border-radius: 0;
}
.form .inp-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
        position: relative;
}

.form small {
    text-align: center;
    display: block;
    color: #a2a2a2;
    font-weight: 300;
    font-size: 14px;
    margin-top: 29px;
}

.step-form .manager-name {
    position: relative;
    border-top: none;
    right: 0;
    padding-left: 76px;
}

label.checkbox {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-bottom: 33px;
    cursor: pointer;
}
@media (max-width:690px) {
    label.checkbox {
    display: block;
    width: auto;
}
}label.checkbox:last-child {
    margin-bottom: 0;
}
label.checkbox input {
    display: none;
}
label.checkbox .psevdocheckbox {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    border: 1px solid #6bcd33;
    position: relative;
    margin-right: 12px;
}
label.checkbox span {
    display: inline-block;
    vertical-align: top;
    font-family: MullerLight;
    font-size: 20px;
    line-height: 28px;
}
label.checkbox input:checked+.psevdocheckbox:after {
    position: absolute;
    content: "";
    border-radius: 4px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #6bcd33;
}
label.radio {
    display: block;
    text-align: center;
        margin-bottom: 7px;
    cursor: pointer;
}
label.radio:last-child {
    margin-bottom: 0;
}
label.radio.radio-min {
    display: inline-block;
    vertical-align: top;
    width: auto;
}
@media (max-width:690px) {
    label.radio.radio-min {
    display: block;
    width: auto;
    margin-bottom: 30px;
}
}label.radio.radio-min span {
    width: 180px;
}
label.radio input {
    display: none;
}
label img {
    margin-top: 12px;
    position: absolute;
    left: 66px;
}
#main .step-some label.radio span {
    width: auto;
    height: 52px;
    border: none;
    background: linear-gradient(to top, #dbe6ea, #f3f5f4);
    border-radius: 7px;
    text-align: center;
    /* padding-left: 30px; */
    box-sizing: border-box;
    line-height: 55px;
    font-weight: 300;
    color: black;
    display: block;
    /* margin: 0 auto; */
    font-style: normal;
    text-align: center;
    position: relative;
    z-index: 5;
    font-size: 18px;
    padding: 0 78px;
    margin-right: 7px;
    font-weight: 400;
    /* padding-left: 115px; */
}
#main .step-some label.radio span:hover{
     background: linear-gradient(to top, #d1d1d1, #f0f0f0);
        box-shadow: none;

}
#main .step-some label.radio span:active{
     background: linear-gradient(to top, #d7d7d7, #b7b7b7);
     box-shadow: inset 0px 3px 3px 0px #929292;

}
#main .step-some label.radio input:checked+span {
    color: black;
 background: linear-gradient(to top, #59bbdf, #f3fafd);
    box-shadow: none;
}
label.input {
    margin-bottom: 33px;
    position: relative;
}
label.input:last-child {
    margin-bottom: 0;
}
label.input span {
    font-size: 22px;
    line-height: 50px;
}
.step-3{
    display: none;
}
.step-count {
    text-shadow: 1px 1px 1px black;
    color: #ffda54;
    font-size: 36px;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-top: 37px;
    margin-bottom: 35px;
}
.step-count:before, .step-count:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 232px;
    top: 21px;
    background: #ffda54;
    box-shadow: 0px 1px 1px 0px #252525;
}
.step-count:before {
    left: 254px;
}
.step-count:after {
    right: 254px;
}
.step-some .step-descr {
    padding-left: 12%;
        padding-bottom: 0;
}
#main .step-some span {
    color: white;
    font-size: 18px;
        white-space: pre-line;
}
.choose-item {
    position: relative;
    margin-bottom: 32px;
}
.choose-item img {
    position: absolute;
    top: -5px;
    left: -50px;
}
.button-block {
    display: flex;
    margin-top: 15px;
}
.step-some .step-img img {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    position: absolute;
    right: -7px;
    z-index: 2;
    top: 3px;
}
.step-some .btn-block {
    justify-content: space-between;
    margin-top: -4px;
    margin: -4px auto 0;
    max-width: 88%;
}
#main .step-some .btn-block span {
    color: #ffda54;
    font-size: 24px;
    margin-top: 24px;
}
#main .step-some .btn-block span a {
    color: inherit;
    font-size: inherit;
}
.sale-banner{
    background: url(../img/stock-bg.png) 0 0 no-repeat;
        height: 81px;
    margin: 21px 71px 0;
}
.sale-banner-box {
    display: flex;
    padding: 13px 40px 0 81px;
}
h4 {
    margin: 0;
    font-size: 70px;
    font-weight: 200;
    line-height: 54px;
        margin-right: 19px;
}
#main .sale-banner-box p {
    color: black;
    text-shadow: none;
    font-size: 24px;
    white-space: pre-line;
    font-weight: 400;
}
.step-2 {
    display: none;
    padding-bottom: 30px;
}
#main .sale-banner-box p:nth-child(1){
        width: 115px;
}
#main .step-2 .sale-banner-box span,#main .step-3 .sale-banner-box span,#main .step-4 .sale-banner-box span {
    color: black;
    padding-top: 5px;
    font-size: 18px;
    padding-left: 38px;

    font-weight: 300;
}
.step-4 .step-descr {
    width: 42%;
padding-bottom: 65px}
.step-4 .step-box {
    margin: 0 auto;
    max-width: 85%;
        padding-top: 10px;
}
.step-4  .form {
    background: white;
    width: 553px;
        height: 560px;
}
#main .step-4 .form span {
    font-size: 26px;
}
.step-4 .form .main_form {
    margin: 29px auto 32px}
.list{
    background: url(../img/list-bg.png) 0 0 no-repeat;
    width: 399px;
    height: 559px;
    margin-left: 7px;
    background-size: cover;
}
.list-item {
    display: flex;
    margin-bottom: 23px;
    padding-left: 40px;

        position: relative;
}
.country-name {
    background: url(../img/field-1.png) 0 0 no-repeat;
    background-size: cover;
      width: 272px;
    height: 19px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 7.1px;
    padding-left: 4px;
}
.travel-object {
    background: url(../img/field-2.png) 0 0 no-repeat;
    height: 19px;
    background-size: cover;
    text-transform: uppercase;
    letter-spacing: 8.1px;
       width: 128px;
    font-size: 16px;
    margin-left: 7px;
    margin-top: 2px;
    padding-left: 6px;
}
.travel-count {
    background: url(../img/field-3.png) 0 0 no-repeat;
    height: 19px;
    background-size: cover;
    text-transform: uppercase;
    letter-spacing: 8.1px;
       width: 57px;
    font-size: 17px;
    margin-left: 7px;
    margin-right: 6px;
    margin-top: 2px;
    padding-left: 6px;
}
.step-4{
    display: none;
}
.list h2 {
    font-size: 24px;
    padding-top: 41px;
    font-weight: 200;
        margin-bottom: 25px;
}
#main .list-item span {
    font-size: 16px;
    font-weight: 400;
}
.country-flag img {
    position: absolute;
    right: 32px;
    top: -5px;
}
img.passport{
bottom: -7px;
position: absolute;
    height: 389px;
    z-index: 5;
}
#main .step-4 .form .inp-label span {
    font-size: 18px;
}
.step-4 .sale-banner {
    margin: 21px 71px 0;
    position: relative;
    z-index: 6;
}
#thank-page .header-descr img {
    position: absolute;
    top: -2px;
    left: -42px;
}
.thank {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 60px;
}
.change-name {
    display: inline-block;
}
#main .thank p {
    color: #ffda54;
    white-space: pre-line;
    margin: 33px 0 0;
    text-shadow: none;
    font-size: 30px;
    line-height: 35px;
}
#main .thank p a {
    color:inherit;
}
.small-line {
    height: 3px;
    width: 77px;
    margin: 45px auto 20px;
    background: white;
}
.thank h4 {
    color: white;
    font-size: 37px;
    font-weight: 500;
    margin: 0;
}
h5 {
    white-space: pre-line;
    font-size: 20px;
    color: white;
    font-weight: 300;
    margin-top: 13px;
}
.thank button {
    margin-right: 0;
    width: 390px;
}
.step-2 {
    display: none;
}
.step-2 .step-descr {
    width: 100%;}
    .calendar {
    margin-top: 17px;
    margin-left: -49px;
}


.pickmeup {
    background: white;
    border-radius: .4em;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    position: absolute;
}
.pickmeup * {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.pickmeup.pmu-flat {
    position: relative;
}
.pickmeup.pmu-hidden {
    display: none;
}
.pickmeup .pmu-instance {
    display: inline-block;
    height: 13.8em;
    padding: .5em;
    width: 15em;
}
.pickmeup .pmu-instance .pmu-button {
    color: #eee;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
.pickmeup .pmu-instance .pmu-today {
    background: rgba(204, 204, 204, 0.31);
    color: #88a6eb!important;
}
/*.pickmeup .pmu-instance .pmu-button:hover {
    background: transparent;
    color: #88c5eb;
}*/

.pickmeup .pmu-instance .pmu-disabled, .pickmeup .pmu-instance .pmu-disabled:hover {
    color: #333;
    cursor: default;
}
.pickmeup .pmu-instance .pmu-selected {
background: #ffd144;
    border-radius: 50%;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
     background: #ffd144;
    color: black;
}
.pickmeup .pmu-instance nav {
    color: #eee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 2em;
}
.pickmeup .pmu-instance nav *:first-child :hover {
    color: #88c5eb;
}
.pickmeup .pmu-instance nav .pmu-prev, .pickmeup .pmu-instance nav .pmu-next {
    display: none;
    height: 2em;
    width: 1em;
}
.pickmeup .pmu-instance nav .pmu-month {
     width: 14em;
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    border-bottom: 1px solid #bbbaba;
    padding: 11px 0 6px;
        color: black;   
}
.pickmeup .pmu-instance .pmu-years *, .pickmeup .pmu-instance .pmu-months * {
    display: inline-block;
    line-height: 3.6em;
    width: 3.5em;
    color: black;
    text-align: center;
}

.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
line-height: 18px;
    color: black;
    /* padding-right: 1px; */
    /* margin-right: 8px; */
    margin: 2px 5px;
    font-size: 15px;
    text-align: center;
    width: 27px;
    display: inline-block;
}
.pickmeup .pmu-instance .pmu-day-of-week *{
      color: black;
    cursor: default;
    font-size: 18px;
    font-weight: 300;
}
.pickmeup .pmu-instance .pmu-day-of-week * {
    line-height: 1.8em;
}
.pickmeup .pmu-instance:first-child .pmu-prev, .pickmeup .pmu-instance:last-child .pmu-next {
    display: block;
}
.pickmeup .pmu-instance:first-child .pmu-month, .pickmeup .pmu-instance:last-child .pmu-month {
   width: 13em;
    text-align: left;
    text-transform: uppercase;
     font-size: 22px;
    font-weight: 300;
    border-bottom: 1px solid #bbbaba;
    padding: 11px 0 6px;
        color: black;
}
.pickmeup .pmu-instance .pmu-not-in-month {
    color: #ccc;
        opacity: 0!important;
    pointer-events: none;
}
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 12em;
}
.pickmeup:not(.pmu-view-days) .pmu-days, .pickmeup:not(.pmu-view-days) .pmu-day-of-week, .pickmeup:not(.pmu-view-months) .pmu-months, .pickmeup:not(.pmu-view-years) .pmu-years {
    display: none;
}

.woot {
    font-weight: bold;
}
.pickmeup .pmu-instance {
    display: inline-block;
    height: 16.6em;
    padding: .5em;
    width: 18.6em;
    padding-right: 28px;

}
.pickmeup.pmu-flat {
    position: relative;
    padding: 0 27px 0 55px;
}

.choose-item .pmu-next {
    position: absolute;
    top: 20px;
    right: -20px;
    left: auto;
}
.choose-item .pmu-prev {
    position: absolute;
       top: 36px;
    /* right: 51px; */
    left: -26px;
    transform: rotate(180deg);
}

a.not-days {
    display: block;
   text-align: left;
    margin-right: 10%;
    padding-left: 49px;
    font-size: 18px;
    color: #ffd043;
    margin-top: 10px;
}

.select-order-text img {
    position: absolute;
    left: 21px;
    top: 4px;
}
.select-order {
        margin-right: 32px;
    width: 234px;
    padding: 7px 52px;
    margin-top: 11px;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #a3a3a3;
    border: 1px solid #a3a3a3;
    background: #FEFBF6;
    border-radius: 3px;
    cursor: pointer;
}
.select-order-arrow {
    z-index: 11;
    position: absolute;
    border: 5px solid transparent;
    border-top: 5px solid #a3a3a3;
    /* padding: 10px; */
    /* margin: 5px 0 5px 5px; */
    cursor: pointer;
    right: 24px;
    top: 14px;
    transition: 0.4s;
}
.select-order-list{
    width: 234px; 
    position: absolute;
    border: 1px solid #a3a3a3;
    /* border-top: navajowhite; */
    background: #FEFBF6;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 300;
    top: 38px;
    z-index: 10;
    color: #a3a3a3;
    display: none;
}
.select-order-list .select-order-text{
        font-size: 18px;
    font-weight: 300;
    color: #a3a3a3;
    cursor: pointer;
    position: relative;
       padding: 7px 52px;
}
.select-order-list .select-order-text:hover{
    background: #f9f6f1;
}
.select-order-list .select-order-text img {
    top: 4px;
}
.select-order.country {
    margin-right: 0;
}
.select-order-list.country_list {
    width: 704px;
}
.select-order-list.country_list {
    width: 704px;
    justify-content: space-between;
        padding-top: 13px;
        padding-bottom: 30px;
            padding-right: 27px;
        z-index: 12;
            top: 69px;
}
.select-order-list.country_list .select-order-text img {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    border: 1px solid #ccc;
}
.select-order-list.country_list .select-order-text {
    padding: 5px 0 4px 52px;
}
.select-order.country {
    margin-right: 0;
    padding: 7px 0 7px 11px;
}
.target .select-order-text img {
    top: 6px;
}
.select-order-list.country_list {
    top: 35px;
}
.country .select-order-arrow {
    z-index: 3;
}
.select-order.country .select-order-text img {
    border-radius: 50%;
    width: 27px;
    height: 27px;
     left: 6px;

}
.select-order-list.target_list {
    border-top: none;
}

.inp-label.error:after {
    -webkit-appearance: none;
    position: absolute;
    content: "Заполните это поле!";
    padding: 5px 11px;
    font-size: 16px;
    background: #bd352b;
    /* border: 2px solid #2598d5; */
    /* margin-top: -21px; */
    width: 170px;
    top: 24px;
    z-index: 10;
    left: 250px;
    color: white;
}
img.h1-flag {
    height: 37px;
    width: 60px;
}
nav.pmu-day-of-week div:nth-child(n+6){
    color: #e24c5a!important;}

.pmu-days div:nth-child(7n-1),.pmu-days div:nth-child(7n){
    color: #e24c5a!important;
}
.two,.one{
    display: none;
}
.cl{
    display: none;
}
.for-mobile-tel{
    /* pointer-events: none; */
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}
   .step-img img.attraction{
       right: -439px;
       height: 850px;
       z-index: 4;
       bottom: 0;
       top: auto;
    }   

.linear {
  /* text-decoration: none; */
  /* outline: none; */
  /* display: inline-block; */
  /* padding: 10px 30px; */
  /* margin: 10px 20px; */
  /* position: relative; */
  /* overflow: hidden; */
  /* border: 2px solid #fe6637; */
  /* background: #fe6637; */
  /* color: #fff; */
  /* border-radius: 8px; */
  /* font-family: 'Inter', sans-serif; */
  letter-spacing: 1px;
  transition: 1s ease-in-out;
}
.linear:before {
  content: "";
  background: linear-gradient(90deg, rgba(255,255,255,.03), rgba(255, 255, 255, 0.5));
  height: 55px;
  width: 80px;
  position: absolute;
  top: 0;
  transform: skewX(-45deg);
  animation: shine 2s linear infinite;
}
@keyframes shine {
  from {left: -75px;}
  to {left: 1000px;}
}

.pdfchik{
	float: left;
	position: absolute;
	width: 450px;
	margin-top: -49px;
	margin-left: -20px;
	cursor:pointer;
}
.text1{
    position: absolute;
    font-size: 10px;
    /* bottom: 0; */
    margin-top: 95px;
    color: white;
    margin-left: -12px;
    text-align: center;
}
.text2{
    font-size: 19px;
    z-index: 6;
    color: #fff;
    padding-top: 38px;
    text-align: left;
}


@media (max-width: 767px) {
	.pdfchik{
		margin-left: 10px;
		width: 300px;
		margin-top: -30px;
	}
	.text2{
		margin-left: 120px;
		padding-top: 25px;
	}
	
}

@-webkit-keyframes call_back_btn_fixed_anim {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 30px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 30px rgba(0, 0, 0, 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes call_back_btn_fixed_anim {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 30px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 30px rgba(0, 0, 0, 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.call_back_btn_fixed {
  display: block;
  font-size: 40px;
  background-color: #ff0505;
  width: 70px;
  height: 70px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 99999999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 74px;
  text-align: center;
  -webkit-animation: call_back_btn_fixed_anim 2s infinite;
  animation: call_back_btn_fixed_anim 2s infinite;
  opacity: 0.5;
}
.call_back_btn_fixed:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #5091f7;
  color: #fff;
}