#plan{
    color: #666;
    /* font-family: "Cambria","Georgia","Times New Roman",Times,sans-serif;*/
    font-size: 16px;
    line-height: 28px;
}
#plan h1 {
    margin-bottom: 30px;
}
h1 {

    color: #000;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.4;

    text-align: center;
}
.radios-as-buttons div {
    float: left;
}
#resultPayments {
    height: 30px;
    width: 50%;
    margin: auto;
    text-align: center;
    color: red;
}
.radios-as-buttons input {
    position: absolute;
    left: -9999px;
}
.radios-as-buttons label {
    display: block;
    margin: 0 0 0 -1px;
    padding: 5px 10px;
    border: 1px solid #BBBBBB;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
    cursor: pointer;
}
.radios-as-buttons input:checked + label {
    background: white;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .2);
}
.radios-as-buttons div:first-child label {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.radios-as-buttons div:last-child label {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#company {
    display: none;
}
#fizFase,#urFase{
    text-align: center;
    width: 600px;
    margin: auto
}
#plan #starter, #plan #standard, #plan #pro {
  /*  clear: none;
    float: left;*/
    margin-left: 0;
    margin-right:20px;
    text-align: inherit;
    /*width: 23%;*/

    max-width: 320px;
   /* width: 90%;*/
    display: inline-block;

    /* width: 31.3333%;*/
}
#plan #starter, #plan #standard, #plan #pro {
    margin-bottom: 2em;
}
#plan {
    color: black;
}
#plan .price span {
    display: block;
    font-size: 35%;
    padding-top: 21px;
}

#plan .plan {
    background: none repeat scroll 0 0 #eee;
    padding: 16px;
}
#plan .cta-start-tour {
    color: black;
}
#plan .plan:hover{
    background: none repeat scroll 0 0 #d5ebf4;

}
#plan #starter, #plan #standard, #plan #pro {
    text-align: inherit;
}
.cta-start-tour {
    display: inline-block;
    font-size: 27px;
    padding: 15px;
}
.cta-start-tour {
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 #999;
    color: #fff;
    letter-spacing: 0.3px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
}
.cta-yellow {
    background: linear-gradient(to bottom, #ffba00, #ffe6a0) repeat scroll 0 0 / 100% auto #ffba00;
}
*, *::before, *::after {
    box-sizing: border-box;
}
#plan .price {
    color: #345262;
    font-size: 60px;
    text-align: center;
}
#plan #starter, #plan #standard, #plan #pro {
    text-align: inherit;
}
#plan h2 {
    font-size: 30px;
    margin: 0 0 1em;
    text-align: center;
}
.text-center {
    text-align: center !important;
    padding: 20px;;
}
h2 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
}
#plan .tagline {
    font-size: 17px;
    font-style: italic;
    margin-bottom: 2em;
    text-align: center;
}
#plan .price {
    color: #345262;
    font-size: 60px;
    margin: 40px 0;
    text-align: center;
}

#plan .cta-start-tour:hover {
    background: linear-gradient(to bottom, #ffc11a, #ffedba) repeat scroll 0 0 / 100% auto #ffc11a;
}
.text-center a{
    padding: 12px 25px;
}
#actionDiv ul li{
    font-size: 22px !important;
    padding-top: 15px;

}
.pl {
    color: #345262 !important;
    font-size:45px !important;
}
#actionDiv{
    width: 100%;
    height: 100px;
}
#actionDiv img {
    margin-left: 10%;
    float: left;
}
#plan_value {
    height: 30px;
    width: 50px;
    text-align: center;
}
.ekonom {
    font-size: 23px !important;
    margin-bottom: 5px !important;
}
#actionTitle{
    width: 60%;
    float: right;
    margin-right: 5%;
}
#actionTitle h1{
    line-height: 2em;
    font-size: 45px;
}
#price_title {
    font-size: 50px;
}

#RobokassaMessage{
    text-align: center;

}
#RobokassaMessage span{
    font-size: 40px;
}

/*   модалка ввода телефона неавторизованного пользователя   */
.phoneModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.phoneModal.open {
    display: block;
}
.phoneModal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    /*height: 300px;*/
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}
.guestTitle,
.confirmTitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}
.guestPhone {
    padding: 2px 10px;
    width: 220px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background: url("../images/front/telephone-icone.png") no-repeat 50% 50%;
    margin-right: 10px;
    background-size: 20px;
    background-position: 96% center;
}
.guestError {
    margin: 5px 0 15px;
    height: 18px;
    line-height: 18px;
    color: red;
    font-weight: 600;
    font-size: 14px;
    visibility: hidden;
}
.guestError.open {
    visibility: visible;
}
.guestButtons,
.confirmButtons {
    display: flex;
    justify-content: space-between;
}
.guestButtons__button,
.confirmButtons__button {
    width: 45%;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}
.guestButtons__button.cancel,
.confirmButtons__button.cancel {
    background: #0d98b4;;
}
.guestButtons__button.cancel:hover,
.confirmButtons__button.cancel:hover {
    opacity: 0.8;
}
.guestButtons__button.accept,
.confirmButtons__button.accept {
    background: green;
}
.guestButtons__button.accept:hover,
.confirmButtons__button.accept:hover {
    opacity: 0.8;
}
.confirmPhone {
    color: red;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .tagline { font-size: 14pt}
    .tagline input{ margin: 3px; height: 40px !important;}
    .price {margin-top: 0px  !important; margin-bottom: 0px !important;}
    .plan {zoom: 0.8}
    #mainContainer {width: 100% !important; min-width: 300px !important;}
    .signin {display: none}
    .radios-as-buttons {width: 100% !important;}
    #fizFase, #urFase {width: 100% !important;}
    .forgot, .menu {display: none !important;}

    .footerContainer {
        min-width: 100px !important;}
    #company {width: 100% !important;}
    #plan #starter, #plan #standard, #plan #pro {
        max-width: 320px;
        width: 90%;
        display: inline-block;
        margin-left: 0;
        margin-right:20px;
        text-align: inherit;
        float: none !important;

        /* width: 31.3333%;*/
    }

}

@media (max-width: 1020px) {
    .logo {display: none}
    .plan {zoom: 0.7}
}
