*, ::before, ::after {
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
	background: url('/images/page-back.jpg') no-repeat center 0 #fff;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif, Helvetica, Arial;
	font-size: 16px;
    font-weight: 300;
	-webkit-text-size-adjust: none;
    color: #3c3c3c;
}

.roboto {
    font-family: 'Roboto Slab', serif, Helvetica, Arial;
    font-weight: 400;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #f6922b;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

strong {
    font-weight: 600;
}

p {
	
}

h1 {
    position: relative;
	font-size: 70px;
    font-weight: 100 !important;
    color: #f6922b;
    text-transform: uppercase;
}

h1 span span {
    display: none;
}

h1 span.home {
    display: block;
    position: relative;
    background: url('/images/home-slogan-sk.png') no-repeat right 0;
    width: 530px;
    height: 96px;
    margin: -42px auto 0 auto;
}

h2 {
	
}

input:focus, textarea:focus, select:focus {
	outline: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    text-align: justify;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

/* Firefox < 19 */
input:focus:-moz-placeholder {
    color: transparent !important;
}

/* Firefox > 19 */
input:focus::-moz-placeholder {
    color: transparent !important;
}

/* Internet Explorer 10 */
input:focus:-ms-input-placeholder {
    color: transparent !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.not-found-info {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    color: #2e0c43;
    padding: 20% 0 40% 0;
}

.clear-box {
    clear: both;
}

/** LAYOUT **/
div#main-menu-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 70px;
    background: #fff;
    border-bottom: dashed 1px #000;
    z-index: 99;
}

div.bottom-menu {
    position: relative;
    background: #fff;
    height: 70px;
    border-top: dashed 1px #000;
    border-bottom: dashed 1px #000;
}

div.logo {
    position: relative;
    float: left;
    width: 138px;
    height: 31px;
    margin-top: 19px;
    margin-right: 20px;
}

div.langs-container {
    position: relative;
    float: left;
    margin-top: 20px;
}

div.langs-container ul {
    display: block;
    font-size: 0;
}

div.langs-container ul li {
    display: inline-block;
}

div.langs-container ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #47215f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 1px;
}

div.langs-container ul li.active a {
    background: #f6922b;
}

div.main-menu {
    position: relative;
    float: right;
    margin-top: 25px;
}

div.main-menu ul {
    display: block;
    font-size: 0;
}

div.main-menu ul li {
    display: inline-block;
    margin-right: 40px;
}

div.main-menu ul li:last-child {
    margin-right: 0;
}

div.main-menu ul li a {
    display: block;
    font-size: 14px;
    font-weight: 200;
    color: #47215f;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

div.main-menu ul li.active a {
    color: #f6922b;
}

div.main-menu ul li a:hover {
    text-decoration: none;
    color: #f6922b;
}

span.mobile-menu-icon {
    display: none;
    float: right;
    background: url('/images/mobile-icon.png') no-repeat;
    width: 29px;
    height: 23px;
    margin-top: 23px;
    cursor: pointer;
}

div#main-content-container {
    position: relative;
    padding-top: 70px;
}

/** CARS SLIDER **/
div.slider-arrows {
    display: block;
    position: absolute;
    top: 340px;
    left: -3%;
    width: 8px;
    height: 28px;
    z-index: 10;
}

div.slider-arrows:last-child {
    left: auto;
    right: -3%;
}

div.slider-arrows span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

div.slider-arrows span.left {
    background: url('/images/slider-arrow-left.png') no-repeat;
}

div.slider-arrows span.right {
    background: url('/images/slider-arrow-right.png') no-repeat;
}

div.cars-slider-container {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin: 10px auto 0 auto;
}

div.cars-slider-container .slides {
    position: relative;
    left: 0;
}

div.cars-slider-container .car-item {
    position: relative;
    display: inline-block;
    font-size: 13px;
    margin-right: 38px;
    width: 235px;
    white-space: normal;
    vertical-align: top;
}

div.cars-slider-container .car-item .photo {
    display: block;
    position: relative;
    width: 235px;
    height: 190px;
}

div.cars-slider-container .car-item .photo .price-circle {
    position: absolute;
    background: url('/images/price-circle.png') no-repeat;
    width: 90px;
    height: 90px;
    top: 0;
    right: 0;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 100;
    padding-top: 10px;
}

div.cars-slider-container .car-item .photo .price-circle span {
    display: block;
    font-weight: 400;
    font-size: 30px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}

div.cars-slider-container .car-item .title {
    text-align: center;
    color: #47215f;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    height: 55px;
    overflow: hidden;
}

div.cars-slider-container .car-item .descr {
    color: #464646;
    text-align: center;
    margin-bottom: 15px;
    height: 55px;
}

div.cars-slider-container .car-item .reservation-btn-container {
    text-align: center;
}

div.cars-slider-container .car-item .reservation-btn-container .reservation-btn {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 43px;
    background: url('/images/reservation-btn.png') no-repeat right 0 #47215f;
    color: #fff;
    line-height: 43px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding-right: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-position 0.7s;
    -moz-transition: background-position 0.7s;
    -ms-transition: background-position 0.7s;
    -o-transition: background-position 0.7s;
    transition: background-position 0.7s;
}

div.cars-slider-container .car-item .reservation-btn-container .reservation-btn:hover {
    text-decoration: none;
    background-position: -250px 0;
}

div.cars-slider-container .car-item .reservation-btn-container .reservation-btn span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    text-align: center;
    width: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: normal;
    height: 43px;
    padding-top: 6px;
}

/** ABOUT INFO **/
div.about-info {
    position: relative;
    border-top: dashed 1px #000;
    border-bottom: dashed 1px #000;
    padding: 80px 0;
    margin-top: 40px;
}

div.about-info h2 {
    position: relative;
    margin: 0;
    padding: 0;
    color: #f6922b;
    font-size: 50px;
    font-weight: 200;
}

div.about-info h3 {
    position: relative;
    margin: 0 0 60px 0;
    padding: 0;
    color: #47215f;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

div.about-info p {
    position: relative;
    font-size: 14px;
    color: #695275;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px;
}

div.about-info p strong {
    font-size: 15px;
    color: #47215f;
    line-height: 22px;
}

div.about-info .contact-icon-box {
    position: absolute;
    top: -80px;
    right: 140px;
    background: url('/images/contact-phone.png') no-repeat;
    width: 104px;
    height: 172px;
    z-index: 2;
}

div.about-info .contact-icon-box a {
    display: block;
    height: 112px;
    margin-top: 60px;
}

/** WHY EASYRENT **/
div#why-container {
    position: relative;
    background: #47215f;
    min-height: 350px;
    padding-top: 50px;
}

div#why-container .title {
    position: relative;
    font-size: 35px;
    font-weight: 100;
    color: #fff;
}

div#why-container .title strong {
    font-weight: 400;
}

div#why-container .subtitle {
    position: relative;
    color: #d6bce7;
    font-size: 14px;
    margin-bottom: 50px;
}

div#why-container .circles {
    position: relative;
    font-size: 0;
}

div#why-container .circles .circle-item {
    position: relative;
    width: 140px;
    height: 140px;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    margin: 0 20px;
}

div#why-container .circles .circle-item:hover .c {
    top: -150px;
}

div#why-container .circles .circle-item .c {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    background: #f6922b;
    color: #47215f;
    line-height: 140px;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
}

div#why-container .circles .circle-item .t {
    position: relative;
    width: 140px;
    height: 140px;
    background: #522a6c;
    border: solid 1px #653d7e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

div#why-container .circles .circle-item .t span {
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/** CARS CATEGORIES **/
div#cars-categories {
    position: relative;
    background: #ece8ef;
}

div#cars-categories .title {
    position: relative;
    padding-top: 25px;
}

div#cars-categories .txt {
    position: relative;
    font-size: 14px;
    color: #47215f;
    padding-bottom: 25px;
}

div#cars-categories .txt span {
    display: inline-block;
    white-space: nowrap;
}

/** FOOTER **/
div#footer-container {
    position: relative;
    color: #47215f;
    padding: 25px 0;
    font-size: 12px;
}

div#footer-container div.text-left {
    position: relative;
    padding-top: 6px;
}

div#footer-container a {
    display: inline-block;
    background: url('/images/cp-logo.png') no-repeat;
    width: 72px;
    height: 27px;
}

div#footer-container a span {
    display: none;
}

/** CALC WIDGET **/
div.calc-widget {
    position: relative;
    height: 135px;
    margin: 100px 0;
    padding: 18px 0 0 340px;
}

div.calc-widget .txt {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #47215f;
    font-weight: 400;
    text-transform: uppercase;
    width: 320px;
}

div.calc-widget .txt span {
    display: block;
    position: relative;
    font-size: 50px;
    color: #f6922b;
    font-weight: 100;
}

div.calc-widget .box {
    background: url('/images/calc-widget-back.png') no-repeat #47215f;
    background-size: 100% 100%;
    position: relative;
    height: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 0;
}

div.calc-widget .box > a, 
div.calc-widget .box > div, 
div.calc-widget .box > span {
    display: inline-block;
    position: relative;
    top: 50%;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.callButton.animateBtn {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}
@keyframes spaceboots {
     0% {
        transform: translateX(2px) translateY(-50%) rotate(0deg);
     }

     10% {
        transform: translateX(-1px) translateY(-50%) rotate(-1deg);
     }

     20% {
        transform: translateX(-3px) translateY(-50%) rotate(1deg);
     }

     30% {
        transform: translateX(0px) translateY(-50%) rotate(0deg);
     }

     40% {
        transform: translateX(1px) translateY(-50%) rotate(1deg);
     }

     50% {
        transform: translateX(-1px) translateY(-50%) rotate(-1deg);
     }

     60% {
        transform: translateX(-3px) translateY(-50%) rotate(0deg);
     }

     70% {
        transform: translateX(2px) translateY(-50%) rotate(-1deg);
     }

     80% {
        transform: translateX(-1px) translateY(-50%) rotate(1deg);
     }

     90% {
        transform: translateX(2px) translateY(-50%) rotate(0deg);
     }

     100% {
        transform: translateX(1px) translateY(-50%) rotate(-1deg);
     }
}
@-webkit-keyframes spaceboots {
    0% {
        -webkit-transform: translateX(2px) translateY(-50%) rotate(0deg);
    }
    10% {
        -webkit-transform: translateX(-1px) translateY(-50%) rotate(-1deg);
    }
    20% {
        -webkit-transform: translateX(-3px) translateY(-50%) rotate(1deg);
    }
    30% {
        -webkit-transform: translateX(0px) translateY(-50%) rotate(0deg);
    }
    40% {
        -webkit-transform: translateX(1px) translateY(-50%) rotate(1deg);
    }
    50% {
        -webkit-transform: translateX(-1px) translateY(-50%) rotate(-1deg);
    }
    60% {
        -webkit-transform: translateX(-3px) translateY(-50%) rotate(0deg);
    }
    70% {
        -webkit-transform: translateX(2px) translateY(-50%) rotate(-1deg);
    }
    80% {
        -webkit-transform: translateX(-1px) translateY(-50%) rotate(1deg);
    }
    90% {
        -webkit-transform: translateX(2px) translateY(-50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translateX(1px) translateY(-50%) rotate(-1deg);
    }
}

@-webkit-keyframes shakeCTA {
    0.5% {
        -webkit-transform:  rotate(0deg);
    }

    1% {
        -webkit-transform:  rotate(-2deg);
    }

    1.5% {
        -webkit-transform:  rotate(2deg);
    }

    2% {
        -webkit-transform:  rotate(0deg);
    }

    2.5% {
        -webkit-transform:  rotate(2deg);
    }

    3% {
        -webkit-transform:  rotate(-2deg);
    }

    3.5% {
        -webkit-transform:  rotate(0deg);
    }

    4% {
        -webkit-transform:  rotate(-2deg);
    }

    4.5% {
        -webkit-transform:  rotate(2deg);
    }

    5% {
        -webkit-transform:  rotate(0deg);
    }

    5.5% {
        -webkit-transform:  rotate(-2deg);
    }

    6% {
        -webkit-transform:  rotate(0deg);
    }

    6.5% {
        -webkit-transform:  rotate(-2deg);
    }

    7% {
        -webkit-transform:  rotate(2deg);
    }

    7.5% {
        -webkit-transform:  rotate(0deg);
    }

    8% {
        -webkit-transform:  rotate(2deg);
    }

    8.5% {
        -webkit-transform:  rotate(-2deg);
    }

    9% {
        -webkit-transform:  rotate(0deg);
    }

    9.5% {
        -webkit-transform:  rotate(-2deg);
    }

    10% {
        -webkit-transform:  rotate(2deg);
    }

    10.5% {
        -webkit-transform:  rotate(0deg);
    }

    11% {
        -webkit-transform:  rotate(-2deg);
    }
    0%,
    11.5%,
    100% {
        -webkit-transform:  rotate(0);
    }
}

#main-menu-container .callButton:hover{
    background-position: -500px 0;
}
#main-menu-container .callButton{
    margin-top: 19px;

    width: 98px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: url(/images/square-btn-orange.png) no-repeat #f16e16;
    background-size: 100% 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    -ms-transition: background-position 1s;
    -o-transition: background-position 1s;
    transition: background-position 1s;
}
div.calc-widget .box>a.callButton {
    visibility: hidden;
    font-size: 16px;
    margin-left: 0;
    width: 0 ;
    text-decoration: none;
    font-weight: 400;
}
.header-call-button:before{
    content: "";
    display: block;
    width: 27px;
    height: 13px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    z-index: 1;
    left: -15px;
    transform: rotate(45deg);
}
.header-call-button{
    position: relative;
    display: inline-block;
}
.header-call-button a {
    width: auto !important;
    padding-left: 20px;
    padding-right: 15px;
    height: 31px !important;
    line-height: 31px !important;
}
.header-call-button .icon{
    -webkit-animation: shakeCTA 10s ease-out; 
    -webkit-animation-iteration-count: infinite; 
    /* animation: shakeCTA 10s ease-out; 
    animation-iteration-count: infinite;  */
    background-image: url('/images/call-icon.png');
    display: block;
    background-size: 75px 90px;
    width: 75px;
    height: 90px;
    position: absolute;
    left: -28px;
    z-index: 1;
    top: -37px;
}
div.calc-widget .box .calc-icon {
    position: absolute;
    background: url('/images/calc.png') no-repeat;
    width: 230px;
    height: 195px;
    top: -48px;
    left: -100px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 15;
}

div.calc-widget .box .input-container {
    position: relative;
    height: 40px;
    background: url('/images/input-container-back.png') #2e0c43 repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #653d7e;
    color: #fff;
    width: 120px;
    padding: 0 5px;
    z-index: 2;
}

div.calc-widget .box .input-container input {
    display: inline-block;
    position: relative;
    border: none;
    height: 40px;
    top: 0;
    padding: 3px 5px;
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 12px;
}

div.calc-widget .box .input-container input::-webkit-input-placeholder {
    color: #fff;
}

/* Firefox < 19 */
div.calc-widget .box .input-container input:-moz-placeholder {
    color: #fff;
}

/* Firefox > 19 */
div.calc-widget .box .input-container input::-moz-placeholder {
    color: #fff;
}

/* Internet Explorer 10 */
div.calc-widget .box .input-container input:-ms-input-placeholder {
    color: #fff;
}

div.calc-widget .box .separator {
    color: #f6922b;
    font-size: 20px;
    font-weight: 200;
    padding: 0 10px;
}

div.calc-widget .box .input-container.select-box {
    width: 350px;
    padding-right: 10px;
    z-index: 10;
}

div.calc-widget .box .input-container.select-box.active {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

div.calc-widget .box .input-container.select-box .selected-item {
    display: block;
    width: 100%;
    background: url('/images/calc-widget-arrow.png') no-repeat right center;
    padding-left: 140px;
    font-size: 12px;
    cursor: pointer;
}

div.calc-widget .box .input-container.select-box .items {
    position: absolute;
    display: none;
    z-index: 99;
    top: 38px;
    right: -1px;
    left: 140px;
    background: #2e0c43;
    border: solid 1px #653d7e;
    border-top: none;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    height: auto;
    line-height: normal;
}

div.calc-widget .box .input-container.select-box .items .item {
    display: block;
    position: relative;
    font-size: 12px;
    padding: 8px 10px;
    height: auto;
    line-height: normal;
    margin: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

div.calc-widget .box .input-container.select-box .items .item:hover {
    background: #653d7e;
}

div.calc-widget .box .total-sum {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    width: 105px;
    text-align: center;
}

div.calc-widget .box .sum-icon {
    position: relative;
    font-size: 30px;
    font-weight: 200;
    width: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: url('/images/square-btn-orange.png') no-repeat #f16e16;
    background-size: 100% 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 8px;
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    -ms-transition: background-position 1s;
    -o-transition: background-position 1s;
    transition: background-position 1s;
}

div.calc-widget .box .sum-icon:hover {
    background-position: -500px 0;
}

/** BREADCRUMBS **/
div#breadcrumbs-container {
    padding: 30px 0;
    color: #47215f;
    border-bottom: dashed 1px #000;
}

div#breadcrumbs-container a {
    font-size: 12px;
    color: #47215f;
}

div#breadcrumbs-container h1 {
    margin: 20px 0 0 0;
}

/** CONTACT BOX **/
.contact-box {
    position: relative;
    padding-top: 30px !important;
    min-height: 200px !important;
}

.contact-box .txt {
    color: #47215f;
    font-size: 14px;
    line-height: 20px;
}

.contact-box .txt a {
    color: inherit;
}

.contact-box .title {
    position: relative;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 400;
    color: #47215f;
}

.contact-box .title img {
    display: inline-block;
    margin-right: 15px;
    margin-top: 5px;
}

.contact-box .txt span.link {
    display: inline-block;
    background: url('/images/contact-link.png') no-repeat 0 center;
    padding-left: 20px;
}

.contact-box .txt span.tel {
    display: inline-block;
    width: 50%;
}

.contact-box .txt span.tel img {
    position: relative;
    display: inline-block;
    margin-right: 9px;
    top: 1px;
}

.contact-box .txt span.contact-map {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.contact-box .txt span.contact-map img {
    display: inline-block;
    max-width: 100%;
}

span#contact-phone {
    position: absolute;
    top: 0;
    right: -130px;
    background: url('/images/contact-phone.png') no-repeat;
    width: 104px;
    height: 172px;
}

/** CONDITIONS **/
div.condition-box {
    position: relative;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: dashed 1px #000;
    font-size: 14px;
    color: #47215f;
}

div.condition-box:last-child {
    border-bottom: none;
}

div.condition-box .title {
    position: relative;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

div.condition-box p {
    margin: 0;
    padding: 0;
}

div.condition-box strong, div.condition-box b {
    text-transform: uppercase;
    font-weight: 600;
}

div.condition-box h3 {
    font-family: 'Roboto Slab', serif, Helvetica, Arial;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 40px;
}

div.condition-box h3:first-child {
    margin-top: 0;
}

div.condition-box .txt .left-box {
    float: left;
    width: 50%;
    padding-right: 30px;
}

div.condition-box .txt .right-box {
    float: right;
    width: 50%;
}

div.condition-box.c1 {
    padding-left: 200px;
    background: url('/images/condition-icon-1.png') no-repeat;
}

div.condition-box.c2 {
    padding-right: 200px;
    background: url('/images/condition-icon-2.png') no-repeat right 0;
}

div.condition-box.c3 {
    padding-left: 200px;
    background: url('/images/condition-icon-3.png') no-repeat;
}

div.condition-box.c3 strong {
    display: block;
    margin-top: 40px;
    margin-bottom: 25px;
}

div.condition-box.c3 strong:first-child {
    margin-top: 0;
}

.condition-contact-icon-box {
    position: absolute;
    top: 265px;
    right: 10%;
    background: url('/images/contact-phone.png') no-repeat;
    width: 104px;
    height: 172px;
    z-index: 2;
    padding-top: 55px;
}

.condition-contact-icon-box:hover,
.condition-contact-icon-box:focus,
.condition-contact-icon-box:active,
.contact-icon-box:hover,
.contact-icon-box:focus,
.contact-icon-box:active{
    -webkit-animation-name: buzz;
    animation-name: buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes buzz {
    50% {
        -ms-transform: translateX(3px) rotate(2deg);
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -ms-transform: translateX(-3px) rotate(-2deg);
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}
@keyframes buzz {
    50% {
        -ms-transform: translateX(3px) rotate(2deg);
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -ms-transform: translateX(-3px) rotate(-2deg);
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}



.condition-contact-icon-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.condition-contact-icon-box.fixed {
    position: fixed;
    top: 70px;
    right: 10%;
}

/** AUTOPARK **/
div.autopark-categories {
    position: relative;
    border-bottom: solid 3px #fbddc0;
    margin-bottom: 30px;
    height: 60px;
}

div.autopark-categories span {
    display: inline-block;
    margin: 0 10px;
}

div.autopark-categories span a {
    display: block;
    padding: 17px 5px 19px 5px;
    text-transform: uppercase;
    color: #47215f;
    font-weight: 200;
    font-size: 13px;
    border-bottom: solid 3px #fbddc0;
    position: relative;
    top: 3px;
}

div.autopark-categories span a:hover, div.autopark-categories span.active a {
    text-decoration: none;
    border-bottom: solid 3px #47215f;
}

div.autopark-categories div.mobile-category-menu {
    display: none;
    position: absolute;
    right: 20px;
    top: 19px;
    width: 20px;
    height: 20px;
    background: url('/images/mobile-menu-arrow.png') no-repeat center center;
}

.autopark.car-item {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: dashed 1px #47215f;
    height: 250px;
}

.autopark.car-item.last {
    padding-bottom: 0;
    border-bottom: none;
}

.autopark.car-item .left-part {
    position: absolute;
    top: 0;
    left: 0;
    width: 235px;
    z-index: 2;
}

.autopark.car-item.odd .left-part {
    left: auto;
    right: 0;
}

.autopark.car-item .left-part .price-circle {
    position: absolute;
    background: url('/images/price-circle.png') no-repeat;
    width: 90px;
    height: 90px;
    top: 0;
    right: 0;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 100;
    padding-top: 10px;
}

.autopark.car-item .left-part .price-circle span {
    display: block;
    font-weight: 400;
    font-size: 30px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}

.autopark.car-item .left-part .calc-link {
    text-align: center;
}

.autopark.car-item .left-part .calc-link a {
    color: #47215f;
}

.autopark.car-item .left-part .calc-link a input {
    border: none;
    background: transparent;
    width: 0;
    height: 0;
    font-size: 0;
}

.autopark.car-item .left-part .calc-link a img {
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.autopark.car-item .middle-part {
    position: relative;
    width: 100%;
    padding: 0 300px;
    height: 250px;
}

.autopark.car-item .middle-part .data {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
}

.autopark.car-item.odd .middle-part .data {
    text-align: right;
}

.autopark.car-item .middle-part .title {
    position: relative;
    color: #47215f;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
    padding-top: 10px;
}

.autopark.car-item .middle-part .descr {
    color: #464646;
    font-size: 13px;
    margin-bottom: 15px;
}

.autopark.car-item .middle-part .attr {
    position: relative;
    color: #47215f;
    font-size: 13px;
}

.autopark.car-item .middle-part .attr span {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    margin-right: 10px;
    margin-bottom: 10px;
}

.autopark.car-item .middle-part .attr span:last-child {
    margin-right: 0;
}

.autopark.car-item .middle-part .attr span img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.autopark.car-item .right-part {
    position: absolute;
    right: 0;
    top: 0;
}

.autopark.car-item.odd .right-part {
    right: auto;
    left: 0;
}

.car-reserve-container {
    position: relative;
    width: 235px;
    margin-top: 50px;
}

.car-reserve-container .top-row {
    border-bottom: dashed 1px #47215f;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.car-reserve-container .top-row span {
    display: inline-block;
    vertical-align: middle;
}

.car-reserve-container .top-row span.days-input {
    display: inline-block;
    border: solid 1px #47215f;
    width: 60px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px;
}

.car-reserve-container .top-row span.days-input input {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-size: 12px;
    color: #47215f;
}

.car-reserve-container .top-row span.calc-icon {
    background: url('/images/square-btn-orange.png') no-repeat #f16e16;
    width: 41px;
    height: 41px;
    margin-left: 5px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    -ms-transition: background-position 0.5s;
    -o-transition: background-position 0.5s;
    transition: background-position 0.5s;
    text-align: center;
    line-height: 44px;
}

.car-reserve-container .top-row span.calc-icon:hover {
    background-position: -45px 0;
}

.car-reserve-container .top-row span.days-input input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #47215f;
}
.car-reserve-container .top-row span.days-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #47215f;
    opacity: 1;
}
.car-reserve-container .top-row span.days-input input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #47215f;
    opacity: 1;
}
.car-reserve-container .top-row span.days-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #47215f;
}
.car-reserve-container .top-row span.days-input input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #47215f;
}

.car-reserve-container .top-row span.total-sum {
    font-size: 35px;
    font-weight: 400;
    color: #47215f;
    float: right;
    top: -4px;
    position: relative;
}

.car-reserve-container .top-row span.total-sum span {
    position: relative;
    top: -4px;
}

.car-reserve-container .reservation-btn-container {
    text-align: center;
}

.car-reserve-container .reservation-btn-container .reservation-btn {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 43px;
    background: url('/images/reservation-btn.png') no-repeat right 0 #47215f;
    color: #fff;
    line-height: 43px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding-right: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-position 0.7s;
    -moz-transition: background-position 0.7s;
    -ms-transition: background-position 0.7s;
    -o-transition: background-position 0.7s;
    transition: background-position 0.7s;
}

.car-reserve-container .reservation-btn-container .reservation-btn:hover {
    text-decoration: none;
    background-position: -250px 0;
}

.car-reserve-container .reservation-btn-container .reservation-btn span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    text-align: center;
    width: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: normal;
    height: 43px;
    padding-top: 6px;
}

.pricelist-info-container {
    position: relative;
    border-bottom: dashed 1px #47215f;
    padding-bottom: 30px;
}

.pricelist-info-container .pricelist-info {
    position: relative;
    background: url('/images/condition-icon-3.png') no-repeat 0 center;
    height: 200px;
    padding-left: 200px;
}

.pricelist-info-container .pricelist-info.services {
    background: url('/images/services-icon.png') no-repeat 0 center;
}

.pricelist-info-container .pricelist-info div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pricelist-info-container .pricelist-info h2 {
    font-size: 25px;
    font-weight: 400;
    color: #47215f;
    text-transform: uppercase;
}

.pricelist-info-container .pricelist-info p {
    font-size: 14px;
    color: #47215f;
}

.pricelist.car-item {
    border-bottom: dashed 1px #47215f;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.pricelist.car-item.last {
    border-bottom: none;
}

.pricelist.car-item .left-part {
    float: left;
    max-width: 470px;
}

.pricelist.car-item .right-part {
    float: right;
}

.pricelist.car-item .title {
    position: relative;
    color: #47215f;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    padding-top: 10px;
}

.pricelist.car-item .descr {
    color: #464646;
    font-size: 13px;
    margin-bottom: 15px;
}

.pricelist.car-item .attr {
    position: relative;
    color: #47215f;
    font-size: 13px;
}

.pricelist.car-item .attr span {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pricelist.car-item .attr span:last-child {
    margin-right: 0;
}

.pricelist.car-item .attr span img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.pricelist.car-item .price-box {
    display: inline-block;
    background: #f7e0cd;
    color: #47215f;
    font-weight: 200;
    font-size: 12px;
    text-align: center;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 5px;
    margin-right: 10px;
    margin-top: 15px;
}

.pricelist.car-item .price-box strong {
    font-weight: 600;
    font-size: 20px;
}

.pricelist.car-item .reservation-btn-container {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}

.pricelist.car-item .reservation-btn-container .reservation-btn {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 70px;
    background: url('/images/reserve-btn-tall.png') no-repeat right 0 #47215f;
    color: #fff;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 200;
    padding-right: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-position 0.7s;
    -moz-transition: background-position 0.7s;
    -ms-transition: background-position 0.7s;
    -o-transition: background-position 0.7s;
    transition: background-position 0.7s;
}

.pricelist.car-item .reservation-btn-container .reservation-btn:hover {
    text-decoration: none;
    background-position: -160px 0;
}

.pricelist.car-item .reservation-btn-container .reservation-btn span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: normal;
    height: 70px;
    padding-top: 20px;
}

h2.service-section {
    color: #47215f;
    margin: 50px 0;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

div.services-txt {
    font-size: 14px;
    color: #47215f;
    text-align: justify;
}

div.services-txt a {
    color: #f6922b;
}

div.services-txt:last-of-type {
    margin-bottom: 50px;
}

div.services-table {
    position: relative;
    margin: 0 115px 50px 115px;
}

div.services-table .tr {
    position: relative;
    color: #47215f;
    font-size: 14px;
    border-bottom: solid 1px #d9cfd9;
    padding: 10px 140px 10px 0;
}

div.services-table .tr:first-of-type .price {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

div.services-table .tr:last-of-type {
    border-bottom: none;
}

div.services-table .tr .price {
    position: absolute;
    right: 0;
    background: #f7e0cd;
    font-size: 16px;
    font-weight: 200;
    width: 130px;
    text-align: center;
    height: 100%;
    top: 0;
    padding-top: 10px;
}

div.services-table .tr .price strong {
    font-weight: 600;
}

div.services-table .tr:last-of-type .price {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    height: 110%;
}