@font-face {
	font-family: 'Uni-Sans-Heavy-Caps';
	font-weight: normal;
	src: url('/hotelspath/pages/bestprice/fonts/uni-sans.otf') format('opentype');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input::-ms-clear {
   display: none;
}

@keyframes blink {
    0% {
        width: 0;
        height: 0;
        margin: 0;
    }
    15% {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
    }
    30% {
        width: 0;
        height: 0;
        margin: 0;
    }
}
@-webkit-keyframes blink {
    0% {
        width: 0;
        height: 0;
        margin: 0;
    }
    15% {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
    }
    30% {
        width: 0;
        height: 0;
        margin: 0;
    }
}
@-o-keyframes blink {
    0% {
        width: 0;
        height: 0;
        margin: 0;
    }
    15% {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
    }
    30% {
        width: 0;
        height: 0;
        margin: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes loading {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes loading {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes shake {
    0% {
        left: 0;
    }
    12% {
        left: -15px;
    }
    25% {
        left: -0;
    }
    37% {
        left: 15px;
    }
    50% {
        left: 0;
    }
    63% {
        left: -10px;
    }
    75% {
        left: 0;
    }
    87% {
        left: 10px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes shake {
    0% {
        left: 0;
    }
    12% {
        left: -15px;
    }
    25% {
        left: -0;
    }
    37% {
        left: 15px;
    }
    50% {
        left: 0;
    }
    63% {
        left: -10px;
    }
    75% {
        left: 0;
    }
    87% {
        left: 10px;
    }
    100% {
        left: 0;
    }
}

@-o-keyframes shake {
    0% {
        left: 0;
    }
    12% {
        left: -15px;
    }
    25% {
        left: -0;
    }
    37% {
        left: 15px;
    }
    50% {
        left: 0;
    }
    63% {
        left: -10px;
    }
    75% {
        left: 0;
    }
    87% {
        left: 10px;
    }
    100% {
        left: 0;
    }
}

/* styles */

#bestPrice {
    float: left;
    width: 100%;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#bestPrice .header {
    float: left;
    height: 64px;
    width: 100%;
    position: relative;
    z-index: 10;
    background: #8F4EAE;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    text-align: center;
}

#bestPrice .header.header--isHidden {
    display: none;
}

#bestPrice .header .viewport {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 900px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 14px 0;
}

#bestPrice .header .viewport .logo {
    width: 34px;
    height: 34px;
    background: url('/hotelspath/pages/bestprice/img/logo.svg') center no-repeat;
    background-size: 32px;
    margin-left: 14px;
    float: left;
}
#bestPrice .header .viewport .auth {
    width: 34px;
    height: 34px;
    background: url('/hotelspath/pages/bestprice/img/auth.svg') center no-repeat;
    background-size: 32px;
    margin-right: 14px;
    float: right;
}

#bestPrice .header .viewport .links {
    height: 34px;
    position: absolute;
    white-space: nowrap;
    top: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);;
}

#bestPrice .header .viewport .links.ru {
}

#bestPrice .header .viewport .links .link {
    position: relative;
    width: 34px;
    height: 34px;
    display: inline-block;
    opacity: 1;
    margin-left: 62px;
    background: url('/hotelspath/pages/bestprice/img/hotels.svg') center no-repeat;
    background-size: 32px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

#bestPrice .header .viewport .links .link.hotels {
    margin-left: 0;
}

#bestPrice .header .viewport .links .link.flights {
    opacity: 0.5;
    background: url('/hotelspath/pages/bestprice/img/airplane.svg') center no-repeat;
}
#bestPrice .header .viewport .links .link.trains {
    opacity: 0.5;
    background: url('/hotelspath/pages/bestprice/img/trains.svg') center no-repeat;
}

#bestPrice .header .viewport .links .link.packages {
    opacity: 0.5;
    background: url('/hotelspath/pages/bestprice/img/packages.svg') center no-repeat;
}

#bestPrice .header .viewport .links .link.cars {
    opacity: 0.5;
    background: url('/hotelspath/pages/bestprice/img/cars.svg') center no-repeat;
}

#bestPrice .header .viewport .links .link.flights:hover,
#bestPrice .header .viewport .links .link.trains:hover,
#bestPrice .header .viewport .links .link.cars:hover,
#bestPrice .header .viewport .links .link.packages:hover {
    opacity: 1;
}
#bestPrice .garant {
    float: left;
    width: 100%;
    background: #8F4EAE;
}
#bestPrice .garant .viewport {
    position: relative;
    max-width: 780px;
    width: 100%;
    z-index: 1;
    padding: 0 14px;
    box-sizing: border-box;
    margin: 64px auto 0;
}

#bestPrice .garant .viewport .cup {
    position: absolute;
    top: 25px;
    width: 30%;
    height: 312px;
    background: url('/hotelspath/pages/bestprice/img/cup.png') center no-repeat;
    background-size: contain;
}
#bestPrice .garant .viewport .cup .star {
    position: absolute;
    top: 40px;
    left: 10px;
    width: 0;
    height: 0;
    z-index: 4;
    -webkit-animation: blink 6s 1s infinite;
    -o-animation: blink 6s 1s infinite;
    animation: blink 6s 1s infinite;

}
#bestPrice .garant .viewport .cup .star + .star {
    top: 150px;
    left: 80px;
    -webkit-animation: blink 6s 2s infinite;
    -o-animation: blink 6s 2s infinite;
    animation: blink 6s 2s infinite;
}
#bestPrice .garant .viewport .cup .star + .star + .star {
    top: 40px;
    left: 200px;
    -webkit-animation: blink 6s 3s infinite;
    -o-animation: blink 6s 3s infinite;
    animation: blink 6s 3s infinite;
}
#bestPrice .garant .viewport .info {
    position: relative;
    box-sizing: border-box;
    left: 35%;
    color: #fff;
    width: 65%;
}

#bestPrice .garant .viewport .info h1 {
    font-size: 56px;
    line-height: 56px;
    font-weight: 300;
    float: left;
    font-family: 'Uni-Sans-Heavy-Caps', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#bestPrice .garant .viewport .info p {
    float: left;
    clear: both;
    font-size: 16px;
    line-height: 21px;
    margin: 20px 0 0;
    font-weight: 300;
}
#bestPrice .garant .viewport .info p sup {
    position: relative;
    top: -3px;
}
#bestPrice .garant .viewport .info p.small {
    font-size: 12px;
    line-height: 16px;
}
#bestPrice .garant .viewport .info .button {
    float: left;
    clear: both;
    width: 200px;
    height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #3A494F;
    font-size: 14px;
    line-height: 14px;
    padding: 17px 0;
    background: #F4D012;
    margin: 32px 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
#bestPrice .garant .viewport .info .button:hover {
    background: #e0bf11;
}
#bestPrice .viewport::after {
    content: "";
    clear: both;
    display: table;
}
#bestPrice .how {
    float: left;
    width: 100%;
    background: #fff;
}
#bestPrice .how .viewport {
    max-width: 780px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 100px auto;
    padding: 0 14px;
    box-sizing: border-box;
}
#bestPrice .how .viewport h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3A494F;
}
#bestPrice .how .viewport .block {
    float: left;
    position: relative;
    height: 190px;
    background: url('/hotelspath/pages/bestprice/img/search.png') top center no-repeat;
    background-size: 140px;
    padding: 150px 0 0;
    margin: 60px 0 0;
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#bestPrice .how .viewport .block.check {
    background: url('/hotelspath/pages/bestprice/img/check.png') top center no-repeat;
    background-size: 140px;
}
#bestPrice .how .viewport .block.get {
    background: url('/hotelspath/pages/bestprice/img/money.png') top center no-repeat;
    background-size: 140px;
}
#bestPrice .how .viewport .block h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #3A494F;
    font-weight: bold;
}
#bestPrice .how .viewport .block p {
    float: left;
    width: 100%;
    text-align: center;
    color: #96989C;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin: 8px 0 0;
}
#bestPrice .phone {
    float: left;
    width: 100%;
    background: #EDF0F3;
}
#bestPrice .phone .viewport {
    max-width: 780px;
    width: 100%;
    position: relative;
    margin: 50px auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 14px;
    z-index: 1;
}

#bestPrice .phone .viewport::after {
    content: "";
    clear: both;
    display: table;
}

#bestPrice .phone .viewport h4 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3A494F;
    margin: 0 0 40px;
}
#bestPrice .phone .viewport .f {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}
#bestPrice .phone .viewport .f .placeholder {
    position: absolute;
    font-family: Roboto, 'Helvetica Neue', Helvetica, sans-serif;
    top: 30px;
    font-size: 24px;
    line-height: 24px;
    width: 100%;
    font-weight: 300;
    text-align: center;
    left: 0;
    color: #96989C;
    z-index: 1;
}
#bestPrice .phone .viewport .f input {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.02);
}
#bestPrice .phone .viewport .f .label {
    display: none;
    color: red;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
#bestPrice .phone .viewport .f[error^='input'] .field {
    border-bottom: 1px solid red;
}
#bestPrice .phone .viewport .f[error='input-label'] .label {
    display: block;
}
#bestPrice .phone .viewport .field {
    width: 100%;
    max-width: 440px;
    display: block;
    height: 48px;
    box-sizing: border-box;
    margin: 20px auto 0;
    position: relative;
    text-align: center;
    outline: none;
    font-size: 24px;
    line-height: 24px;
    border: 0;
    font-weight: 300;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.32);
}
::-webkit-input-placeholder {
    text-align: left !important;
}
#bestPrice .phone .viewport .field::-webkit-input-placeholder  {
    color: #96989C;
}
#bestPrice .phone .viewport .field::-moz-placeholder  {
    color: #96989C;
}
#bestPrice .phone .viewport .field:-moz-placeholder  {
    color: #96989C;
}
#bestPrice .phone .viewport .field:-ms-input-placeholder {
    color: #96989C;
}
#bestPrice .phone .viewport .button {
    float: left;
    clear: both;
    width: 200px;
    height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #3A494F;
    font-size: 14px;
    line-height: 14px;
    padding: 17px 0;
    background: #F4D012;
    position: relative;
    margin: 42px 0 0 -100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    left: 50%;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
#bestPrice .phone .viewport .button:hover {
    background: #e0bf11;
}
#bestPrice .phone .viewport .button[loading="true"] {
    background: transparent;
    cursor: default;
    padding: 10px 0;
}
#bestPrice .phone .viewport .button[loading="true"] span {
    display: none;
}

#bestPrice .phone .viewport .button[loading="true"] .loading {
    background: #F4D012;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 6px;
    -webkit-animation: loading 1s 0s infinite;
    -o-animation: loading 1s 0s infinite;
    animation: loading 1s 0s infinite;
}

#bestPrice .phone .viewport .button[loading="true"] .loading.xx {
    -webkit-animation: loading 1s 0.2s infinite;
    -o-animation: loading 1s 0.2s infinite;
    animation: loading 1s 0.2s infinite;
}

#bestPrice .phone .viewport .button[loading="true"] .loading.xxx {
    -webkit-animation: loading 1s 0.4s infinite;
    -o-animation: loading 1s 0.4s infinite;
    animation: loading 1s 0.4s infinite;
}

#bestPrice .phone .viewport .button[loading="true"] .loading.xxxx {
    -webkit-animation: loading 1s 0.6s infinite;
    -o-animation: loading 1s 0.6s infinite;
    animation: loading 1s 0.6s infinite;
}

#bestPrice .phone .viewport .button[loading="true"] .loading.xxxxx {
    -webkit-animation: loading 1s 0.8s infinite;
    -o-animation: loading 1s 0.8s infinite;
    animation: loading 1s 0.8s infinite;
}

#bestPrice .form {
    float: left;
    width: 100%;
    background: #EDF0F3;
    display: none;
}
#bestPrice .form .viewport {
    max-width: 780px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 50px auto;
    padding: 0 14px;
}
#bestPrice .form .viewport h4 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3A494F;
    margin: 0 0 80px;
}

#bestPrice .form .viewport .info {
    position: relative;
    float: left;
    width: 440px;
    padding: 0 40px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#bestPrice .form .viewport .info .error {
    position: absolute;
    color: red;
    font-size: 12px;
    line-height: 12px;
    top: 100%;
    left: 30px;
    display: none;
}

#bestPrice .form .viewport .info .field {
    font-size: 14px;
    line-height: 20px;
    float: left;
    width: 100%;
    padding: 0 0 0 28px;
    margin: 0 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #3A494F;
    position: relative;
    cursor: pointer;
}

#bestPrice .form .viewport .info .field .subtitle {
    font-size: 12px;
    color: #96989C;
}

#bestPrice .form .viewport .info .field .subtitle[color="red"] span {
    position: relative;
    color: red;
}

#bestPrice .form .viewport .info .field .subtitle[color="red"] span[shake="true"] {
    -webkit-animation: shake 0.3s;
    -o-animation: shake 0.3s;
    animation: shake 0.3s;
}

#bestPrice .form .viewport .info .field:before {
    position: absolute;
    content: '';
    border: 2px solid #8F4EAE;
    width: 14px;
    height: 14px;
    left: 0;
    top: 0;
    border-radius: 2px;
}

#bestPrice .form .viewport .info .field:after {
    position: absolute;
    content: '';
    border: 2px solid #8F4EAE;
    border-top: none;
    border-left: none;
    width: 0;
    height: 0;
    left: 5px;
    top: 1px;
    opacity: 0;
    margin: 6px 0 0 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

#bestPrice .form .viewport .info .field:hover:after {
    opacity: 1;
    width: 6px;
    height: 11px;
    margin: 0;
}

#bestPrice .form .viewport .info .field.active:before {
    position: absolute;
    content: '';
    border: 2px solid #8F4EAE;
    background: #8F4EAE;
    width: 14px;
    height: 14px;
    left: 0;
    top: 0;
    border-radius: 2px;
}

#bestPrice .form .viewport .info .field.active:after {
    position: absolute;
    content: '';
    border: 2px solid #EDF0F3;
    border-top: none;
    border-left: none;
    width: 6px;
    height: 11px;
    left: 5px;
    top: 1px;
    margin: 0;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#bestPrice .form .viewport .fields {
    float: left;
    width: 340px;
}

#bestPrice .form .viewport .fields .button {
    float: left;
    clear: both;
    width: 200px;
    height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #3A494F;
    font-size: 14px;
    line-height: 14px;
    padding: 17px 0;
    background: #F4D012;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
#bestPrice .form .viewport .fields .button:hover {
    background: #e0bf11;
}

#bestPrice .form .viewport .fields .button[loading="true"] {
    background: transparent;
    cursor: default;
    padding: 10px 0;
}

#bestPrice .form .viewport .fields .button[loading="true"] span {
    display: none;
}

#bestPrice .form .viewport .fields .button[loading="true"] .loading {
    background: #F4D012;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 6px;
    -webkit-animation: loading 1s 0s infinite;
    -o-animation: loading 1s 0s infinite;
    animation: loading 1s 0s infinite;
}

#bestPrice .form .viewport .fields .button[loading="true"] .loading.xx {
    -webkit-animation: loading 1s 0.2s infinite;
    -o-animation: loading 1s 0.2s infinite;
    animation: loading 1s 0.2s infinite;
}

#bestPrice .form .viewport .fields .button[loading="true"] .loading.xxx {
    -webkit-animation: loading 1s 0.4s infinite;
    -o-animation: loading 1s 0.4s infinite;
    animation: loading 1s 0.4s infinite;
}

#bestPrice .form .viewport .fields .button[loading="true"] .loading.xxxx {
    -webkit-animation: loading 1s 0.6s infinite;
    -o-animation: loading 1s 0.6s infinite;
    animation: loading 1s 0.6s infinite;
}

#bestPrice .form .viewport .fields .button[loading="true"] .loading.xxxxx {
    -webkit-animation: loading 1s 0.8s infinite;
    -o-animation: loading 1s 0.8s infinite;
    animation: loading 1s 0.8s infinite;
}

#bestPrice .form .viewport .fields .field .error {
    color: red;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    margin: 5px 0 200px 14px;
    display: none;
}

#bestPrice .form .viewport .fields .field {
    position: relative;
    width: 316px;
    height: 44px;
    background: #fff;
    margin: 0 0 15px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

#bestPrice .form .viewport .fields .field input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    padding: 0 10px 0;
    font-size: 14px;
    line-height: 14px;
    color: #3A494F;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    -ms-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
}

#bestPrice .form .viewport .fields .field[typing='true'] input {
    padding: 8px 10px 0;
}

#bestPrice .form .viewport .fields .text h5 {
    font-size: 12px;
    line-height: 12px;
    color: #3A494F;
    text-indent: 15px;
    margin: 30px 0 0;
}

::-webkit-input-placeholder {
    text-align: center;
}

#bestPrice .form .viewport .fields .text textarea {
    position: relative;
    background: transparent;
    width: 100%;
    height: 100%;
    float: left;
    outline: none;
    font-size: 14px;
    line-height: 14px;
    color: #3A494F;
    padding: 0;
    margin: 0;
    z-index: 2;
    resize: none;
    border: none;
}

#bestPrice .form .viewport .fields .text .textPlaceholder {
    width: 316px;
    outline: none;
    height: 120px;
    background: #fff;
    border: 0;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 14px;
    color: #3A494F;
    margin: 10px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

#bestPrice .form .viewport .fields .text .textPlaceholder span {
    position: absolute;
    color: #ccc;
    width: 280px;
    display: block;
    z-index: 1;
}

#bestPrice .form .viewport .fields .field .placeholder {
    color: #96989C;
    position: absolute;
    z-index: -1;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    left: 10px;
    top: 12px;
    opacity: 0;
    -webkit-transition: top 0.1s;
    -moz-transition: top 0.1s;
    -ms-transition: top 0.1s;
    -o-transition: top 0.1s;
    transition: top 0.1s;
}
#bestPrice .form .viewport .fields .field[typing='true'] .placeholder {
    top: 7px;
    opacity: 1;
    z-index: 2;
}

#bestPrice .rules {
    float: left;
    width: 100%;
    background: #fff;
}
#bestPrice .rules .viewport {
    max-width: 780px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 50px auto;
    padding: 0 14px;
    box-sizing: border-box;
}
#bestPrice .rules .viewport h4 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3A494F;
    margin: 0 0 25px;
}
#bestPrice .rules .viewport .rule {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}

#bestPrice .rules .viewport .rule span {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #3A494F;
}


#bestPrice .rules .rule.indent.first {
    margin: 20px 0 0;
}

#bestPrice .rules .rule .linkToFull {
    cursor: pointer;
    color: #5d9cff;
    border-bottom: 1px dashed #5d9cff;
    display: inline-block;
}

#bestPrice .rules .rule .linkToFull:hover {
    border-bottom-color: transparent;
}

#bestPrice .rules .rule.indent {
    left: 0;
}

#bestPrice .rules .viewport .rule p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    color: #3A494F;
    margin: 0 0 17px;
}

#bestPrice .rules .viewport .rule .list {
    float: left;
    position: relative;
    margin: 0 0 0 50px;
    color: #68777E;
    font-size: 14px;
    line-height: 18px;
}
#bestPrice .rules .viewport .rule .list li {
    float: left;
    clear: both;
    margin: 0 0 16px;
    position: relative;
}

#bestPrice .rules .viewport .rule .list li:before {
    content: '●';
    position: absolute;
    top: 2px;
    left: -18px;
    font-size: 14px;
    line-height: 14px;
}

#bestPrice .success {
    float: left;
    width: 100%;
    background: #EDF0F3;
    display: none;
}
#bestPrice .success .viewport {
    max-width: 780px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 50px auto;
    padding: 0 14px;
    box-sizing: border-box;
}
#bestPrice .success .viewport h4 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3A494F;
    margin: 0 0 30px;
}
#bestPrice .success .viewport p {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #3A494F;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

#bestPrice .errorForm {
    float: left;
    width: 100%;
    background: #EDF0F3;
    display: none;
}
#bestPrice .errorForm .viewport {
    max-width: 780px;
    width: 100%;
    margin: 50px auto;
    position: relative;
    z-index: 1;
    padding: 0 14px;
    box-sizing: border-box;
}
#bestPrice .errorForm .viewport h4 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3A494F;
    margin: 0 0 80px;
}

#bestPrice .cancelled {
    float: left;
    width: 100%;
    background: #EDF0F3;
    color: #A10A00;
    display: none;
}
#bestPrice .cancelled .viewport {
    max-width: 780px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 44px auto;
    padding: 0 14px;
    box-sizing: border-box;
}
#bestPrice .cancelled .viewport h4 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 38px;
}

#bestPrice .cancelled  .viewport p {
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
}

#bestPrice .cancelled .button {
    float: left;
    clear: both;
    width: 200px;
    height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #3A494F;
    font-size: 14px;
    line-height: 14px;
    padding: 17px 0;
    left: 50%;
    margin: 50px 0 0 -100px;
    background: #F4D012;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
#bestPrice .cancelled .button:hover {
    background: #e0bf11;
}

#bestPrice .footer {
    float: left;
    width: 100%;
    height: 32px;
    background: #8F4EAE;
}

#fullRules {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}
#fullRules .content {
    max-width: 600px;
    width: 100%;
    height: 500px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
#fullRules .content .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-weight: 100;
    color: #8F4EAE;
    text-align: center;
}
#fullRules .content .viewport {
    float: left;
    width: 100%;
    height: 88%;
    overflow: auto;
    position: relative;
    top: 8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#fullRules .content .viewport .inside {
    float: left;
    width: 100%;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#fullRules .content .viewport .inside h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px;
    font-weight: bold;
}

#fullRules .content .viewport .inside p {
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 17px;
    color: #3A494F;
}

#fullRules .content .viewport .inside p a {
    color: #8F4EAE;
}
#fullRules .content .viewport .inside p a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 600px) {

    #bestPrice .header .viewport .links .link {
        margin-left: 6px;
    }

    #bestPrice .garant .viewport .cup,
    #bestPrice .garant .viewport .cup .star {
        display: none;
    }

    #bestPrice .garant .viewport {
        margin-top: 32px;
    }

    #bestPrice .garant .viewport .info {
        left: 0;
        width: 100%;
    }

    #bestPrice .garant .viewport .info h1 {
        font-size: 36px;
        line-height: 48px;
    }

    #bestPrice .garant .viewport .info .button {
        margin: 32px auto 40px;
        float: none;
    }

    #bestPrice .garant .viewport .info p {
        margin: 20px 0 30px 0;
    }

    #bestPrice .how .viewport {
        margin: 40px auto;
    }

    #bestPrice .how .viewport .block {
        width: 100%;
    }

    #bestPrice .form .viewport .info,
    #bestPrice .form .viewport .fields {
        width: 100%;
    }

    #bestPrice .form .viewport h4 {
        margin-bottom: 40px;
    }
}