/*
Theme Name: GotoRide
Theme URI: http://gotoride.ru/
Description: The persona WordPress theme.
Version: 1.0
Author: Pavel
Tags: widgets

WordPress theme by Abdrashitov Pavel http://abdrashitov.ru
*/

@font-face {
    font-family: "Proxima Nova";
    font-weight: 400;
    font-style: normal;
    src: local('Proxima Nova'),
         local('Proxima-Nova'),
         url(fonts/ProximaNova.woff) format('woff'),
         url(fonts/ProximaNova.woff2) format('woff2');
}

@font-face {
    font-family: "Proxima Nova Light";
    font-weight: 400;
    font-style: normal;
    src: local('Proxima Nova Light'),
         local('Proxima-Nova-Light'),
         url(fonts/ProximaNovaLight.woff) format('woff'),
         url(fonts/ProximaNovaLight.woff2) format('woff2');
}

@font-face {
    font-family: "Proxima Nova Black";
    font-weight: 400;
    font-style: normal;
    src: local('Proxima Nova Black'),
         local('Proxima-Nova-Black'),
         url(fonts/ProximaNovaBlack.woff) format('woff'),
         url(fonts/ProximaNovaBlack.woff2) format('woff2');
}

@font-face {
    font-family: "Arnold Regular";
    font-weight: 400;
    font-style: normal;
    src: local('Arnold Regular'),
         local('Arnold-Regular'),
         url(fonts/Arnold.woff) format('woff'),
         url(fonts/Arnold.woff2) format('woff2');
}

:focus {
    outline: none;
}

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

body, html {
    margin: 0;
    padding: 0;
    font-family: "Proxima Nova", sans-serif;
    font-size: calc(7px + .465vw);
    color: #000;
    line-height: 1.22;
    font-weight: normal;
    overflow-x: hidden;
}

[class*="o-icon"] {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    fill: currentColor;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.hidden {
    display: none;
}

p {
    padding-bottom: 1rem;
}

.l-position_relative {
    position: relative;
}

.gtr-inner {
    max-width: 1920px;
    margin: 0 auto;
    font-size: 1.125rem;
}

.gtr-header {
    position: fixed;
    left: 0;
    top: -6.5rem;
    width: 100%;
    background: #330066;
    height: 6.25rem;
    padding-top: 1.5625rem;
    z-index: 99992;
    transition: top 500ms ease 0s;
}

.gtr-header_visible {
    top: 0;
}

.gtr-header-wrap {
    max-width: 107.5rem;
    margin: 0 auto;
    padding-left: 3rem;
}

.gtr-logo {
    float: left;
    width: 6.25rem;
    height: 3.125rem;
    background: url(images/logo.svg) no-repeat 0 0 / contain;
}

.gtr-promo {
    height: 933px;
    background: url(images/background.jpg) no-repeat 50% 0 / cover;
    position: relative;
    padding: 0 6.25rem;
}

.gtr-promo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 450px;
    left: 0;
    top: -86px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.gtr-promo::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -200px;
    width: 100%;
    height: 478px;
    background: url(images/bg_promo.png) no-repeat 50% 0 / cover;
}

.gtr-promo__header {
    padding-left: 2.5rem;
    padding-top: 3.4375rem;
    position: relative;
    z-index: 1;
}

.gtr-promo__logo {
    float: left;
    display: block;
    width: 8.6875rem;
    height: 4.375rem;
    background: url(images/logo.svg) no-repeat 50% 0 / cover;
}

.gtr-promo__nav {
    padding-top: .8125rem;
    float: right;
}

.gtr-header .gtr-promo__nav {
    padding-top: 0.325rem;
}

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

.gtr-promo__nav li {
    display: inline-block;
    margin-left: 1.5rem;
    vertical-align: middle;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.gtr-promo__nav li:last-child {
    margin-left: 1rem;
}

.gtr-header a,
.gtr-promo__header a {
    color: #fff;
    text-decoration: none;
}

.gtr-promo__phone {
    float: right;
    margin-right: 1.6875rem;
    font-size: 1.5rem;
    padding-top: 1.125rem;
}

.gtr-header .gtr-promo__phone {
    padding-top: 0.75rem;
}

.o-icon_instagram {
    width: 2.5625rem;
    height: 2.5625rem;
}

.o-icon_youtube {
    width: 3.5625rem;
    height: 2.625rem;
}

.gtr-promo__slogan {
    font-size: 6rem;
    position: relative;
    line-height: 0.927;
    font-family: "Proxima Nova Black", sans-serif;
    text-transform: uppercase;
    float: left;
    margin-top: 8.9375rem;
    margin-left: 3.6875rem;
    color: #fff;
    text-shadow: 0px 0px 37px rgba(0, 0, 0, 0.75);
}

.gtr-promo__get {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    width: 26.25rem;
    text-transform: uppercase;
    margin: 12rem 6.25rem 0 0;
    color: #fff;
    position: relative;
    z-index: 2;
}

.o-icon_get {
    width: 27.8125rem;
    height: 9.9375rem;
    margin: 2.5rem 0 0 -2.75rem;
    cursor: pointer;
    fill: #330066;
    transition: fill 300ms ease 0s;
}

.o-icon_get:hover {
    fill: #46028B;
}

.gtr-about {
    padding: 15rem 3rem 19rem 50%;
    background: url(images/bg_about.jpg) no-repeat 0 0 / contain;
}

.gtr-about__inner {
    max-width: 574px;
}

.gtr-wrapper {
    max-width: 1169px;
    width: 100%;
    margin: 0 auto;
}

.o-title {
    font-size: 4.375rem;
    line-height: 0.93;
    padding-bottom: 4.375rem;
    text-transform: uppercase;
    color: #330066;
    font-family: "Proxima Nova Black", sans-serif;
}

.gtr-choose {
    margin: 0 -1.25rem;
}

[class*="gtr-choose__"] {
    float: left;
    width: calc(100%/3);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.5rem;
    font-family: "Proxima Nova Black", sans-serif;
    text-transform: uppercase;
}

.gtr-choice-selector {
    position: relative;
    line-height: 3.75rem;
    margin-top: 3rem;
    font-family: "Proxima Nova", sans-serif;
    text-align: center;
    text-transform: none;
    cursor: pointer;
}

.gtr-choice-selector img {
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 146px;
}

.gtr-choice-vars {
    position: relative;
    height: 100px;
}

.gtr-choice-vars__item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    text-align: center;
}

.gtr-choice-vars__item_current {
    opacity: 1;
}

.gtr-choice-selector__link {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    position: absolute;
    right: 0.625rem;
    top: 0;
    text-align: center;
    padding-top: 1rem;
    cursor: pointer;
    z-index: 1;
}

.gtr-choice-selector__link:first-child {
    right: auto;
    left: 0.625rem;
}

.o-icon_prev,
.o-icon_next {
    width: 0.8125rem;
    height: 1.3125rem;
    stroke: #D9D9D9;
    margin-left: 5px;
}

.o-icon_prev {
    transform: rotate(180deg);
    margin-left: 0;
}

.gtr-choice-selector:hover {
    color: #ff0000;
}

.gtr-choice-selector:hover .gtr-choice-selector__link {
    border-color: #ff0000;
}

.gtr-choice-selector__link:hover .o-icon_prev,
.gtr-choice-selector__link:hover .o-icon_next {
    stroke: #ff0000;
}

.gtr-choice-selector__stat {
    margin: 0 0 8.3125rem;
    line-height: 9px;
    text-align: center;
    padding-top: 1.5rem;
}

.gtr-choice-selector__stat span,
.gtr-bike-pos span {
    display: inline-block;
    margin: 0 1px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #E5E5E5;
}

.gtr-choice-selector__stat span.current,
.gtr-bike-pos span.current {
    background: #ff0000;
}

.gtr-result {
    border: 2px solid #E2E2E2;
    padding: 4.0625rem 3.3125rem 2.8125rem;
    margin-bottom: 6.6875rem;
    position: relative;
}

.gtr-result-inner__info {
    display: none;
}

.gtr-result-inner__info.current {
    display: block;
}

.gtr-result__title {
    position: absolute;
    background: #fff;
    font-size: 1.5rem;
    left: 45%;
    transform: translateX(-50%);
    top: -1rem;
    padding: 0 5rem 0 12rem;
}

.gtr-result__name {
    font-family: "Proxima Nova Black", sans-serif;
    text-transform: uppercase;
    position: absolute;
    left: 12rem;
    top: -2rem;
    white-space: nowrap;
}

.gtr-result_n {
    font-family: "Arnold Regular", sans-serif;
    font-size: 4.5rem;
    position: absolute;
    left: 1.5rem;
    top: -3rem;
}

.gtr-result_d {
    font-family: "Arnold Regular", sans-serif;
    color: #ff0000;
    font-size: 9rem;
    position: absolute;
    left: 4rem;
    top: -5.5rem;
}

.l-align_center {
    text-align: center;
}

.gtr-result__amount {
    display: inline-block;
    vertical-align: bottom;
    font-family: "Arnold Regular", sans-serif;
    color: #ff0000;
    font-size: 72px;
    line-height: 65px;
    margin-right: 6rem;
}

.gtr-result__amount .gtr-result__cur {
    font-family: "Proxima Nova Black", sans-serif;
    font-size: 1.5rem;
}

.o-button {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2.375rem;
    text-decoration: none;
    font-family: "Proxima Nova Black", sans-serif;
    font-size: 1.875rem;
    padding: 1.75rem 3rem;
    color: #fff;
    text-transform: uppercase;
    background: #330066;
    border-radius: 10px;
    transition: background 300ms ease 0s;
}

.o-button:hover {
    background: #46028B;
}

.gtr-info {
    padding-left: 10rem;
    padding-bottom: 5.625rem;
    position: relative;
}

.o-icon_info {
    position: absolute;
    left: 3.375rem;
    top: 0;
    width: 2rem;
    height: 6.1875rem;
}

.gtr-gallery {
    height: 875px;
    background: url(images/bg_gallery.svg) no-repeat 50% 0;
    padding: 7.8125rem 0 0;
    max-width: 1920px;
    margin: 0 auto 6.6875rem;
}

.gtr-gallery .o-title {
    color: #fff;
}

.gtr-gallery .o-button {
    background: #7D6496;
    position: absolute;
    right: 0;
    top: -3rem;
}

.gtr-gallery::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -90px;
    height: 257px;
    width: 100%;
    background: url(images/bg_gallery-bottom.png) no-repeat 50% 0;
}

.o-icon_prev-bike,
.o-icon_next-bike {
    position: absolute;
    width: 28px;
    height: 43px;
    stroke: #330066;
    cursor: pointer;
    right: -14px;
    top: 50%;
}

.o-icon_prev-bike {
    right: auto;
    left: -14px;
    transform: rotate(180deg);
}

.gtr-bike__item {
    padding: 0 4.375rem;
    margin-bottom: 3.75rem;
    display: none;
}

.gtr-bike__item.current {
    display: block;
}

.gtr-bike__title {
    font-size: 3rem;
    color: #ff0000;
    text-transform: uppercase;
    margin-bottom: 3.125rem;
    margin-left: -4.375rem;
    font-family: "Proxima Nova Light", sans-serif;
}

.gtr-bike__item img {
    float: left;
    margin-right: 1.25rem;
    max-width: 500px;
}

.gtr-bike__desc {
    display: table-row;
}

.gtr-bike__label {
    display: table-cell;
    font-size: 14px;
    color: #B6B6B6;
    text-align: right;
    padding-right: 1.875rem;
    line-height: 1.5rem;
}

.gtr-bike__value {
    display: table-cell;
    line-height: 1.5rem;
}

.o-icon_button-w {
    width: 23.125rem;
    height: 7.4375rem;
    cursor: pointer;
    margin-top: 2rem;
    fill: #330066;
    transition: fill 300ms ease 0s;
}

.o-icon_button-w:hover {
    fill: #46028B;
}

.gtr-bike-pos {
    text-align: center;
}

.gtr-delimiter {
    height: 26.5625rem;
    background: url(images/bg_delimiter.png) no-repeat 50% 50%;
}

.gtr-equipment {
    text-align: center;
    padding-top: 3.75rem;
}

.gtr-equipment__item {
    width: 17.875rem;
    display: inline-block;
    text-align: center;
    margin-bottom: 5.0625rem;
}

.gtr-equipment__item img {
    display: block;
    margin: 0 auto;
}

.gtr-cert {
    height: 42.75rem;
    background: url(images/sert_bg.png) no-repeat 50% 50%;
    position: relative;
    padding-top: 7rem;
    margin-bottom: 5.875rem;
}

.gtr-cert::before {
    content: "";
    width: 100%;
    height: 136px;
    background: url(images/sert_del.png) no-repeat 50% 50%;
    position: absolute;
    top: -42px;
    left: 0;
}

.gtr-cert__image{
    float: left;
    margin: 0 5.6875rem;
    position: relative;
}

.gtr-cert__image::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3.75rem;
    width: 41.0625rem;
    height: 2.1875rem;
    background: url(images/sert_img-bg.png) no-repeat 50% 50% / cover;
    transform: translateX(-50%);
}

.o-subtitle {
    font-size: 3rem;
    color: #ff0000;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    font-family: "Proxima Nova Light", sans-serif;
}

.o-title_teaching {
    max-width: 47rem;
}

.o-marked {
    margin: 0;
    padding: 0 0 0 1.5rem;

    counter-reset: myCounter;
}

.o-marked li {
    margin-bottom: 0.625rem;
    list-style: none;
    position: relative;
    padding-left: 2rem;
}

.o-marked li::before {
    counter-increment: myCounter;
    content:counter(myCounter);
    font-family: "Proxima Nova Black", sans-serif;
    color: #ff0000;
    position: absolute;
    left: 0;
    top: 0;
}

.ed_bg {
    width: 27.875rem;
    height: 33.9375rem;
    background: url(images/ed_bg.png) no-repeat 0 0 / cover;
    position: absolute;
    left: 40.5rem;
    top: 2rem;
}

.o-icon_button-e {
    width: 29.375rem;
    height: 7.4375rem;
    cursor: pointer;
    margin-top: 1rem;
    fill: #330066;
    transition: fill 300ms ease 0s;
}

.o-icon_button-e:hover {
    fill: #46028B;
}

.gtr-delimiter_s {
    height: 20.6875rem;
    background: url(images/bg_delimiter_s.png) no-repeat 50% 50%;
    margin-bottom: 1.25rem;
}

/* Original modal styles */
.o-dialog {
    width: 90%;
    max-width: 28.875rem;
    background: #330066;
    box-shadow: 0 12px 65px rgba(51, 0, 102, 0.48);
    border-radius: 52px 0 52px 52px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 2.8125rem 3.0625rem 4rem;
    z-index: 999999;
    display: block;
}

.o-dialog p {
    padding: 0;
    margin: 0;
}

.o-dialog__title {
    font-size: 1.875rem;
    position: relative;
    line-height: 1;
    margin-bottom: 2.4375rem;
    text-align: center;
    text-transform: uppercase;
    font-family: "Proxima Nova Black", sans-serif;
}

.o-input {
    display: block;
    width: 100%;
    font-family: "Proxima Nova", sans-serif;
    padding: 1rem;
    font-size: 1.125rem;
    height: 3.5rem;
    background: #7D6496;
    border-radius: 0.5rem;
    border: 0;
    color: #fff;
    margin-bottom: 10px;
}

.o-input_date {
    display: inline-block;
    width: calc(100% - 10rem);
}

.o-label {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1rem;
    font-size: 1.125rem;
}

.o-dialog input[type="submit"] {
    height: 4.25rem;
    background: #FFFFFF;
    border-radius: 0.5rem;
    border: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 1rem;
    text-align: center;
    font-size: 1.875rem;
    line-height: 1;
    font-family: "Proxima Nova Black", sans-serif;
    text-transform: uppercase;
    color: #330066;
    margin-top: 2rem;
}

.o-dialog__close {
    width: 6.625rem;
    height: 6.625rem;
    background: #330066;
    border-radius: 50%;
    position: absolute;
    top: -3.312rem;
    right: 0;
    text-align: center;
    padding-top: 2.25rem;
    cursor: pointer;
}

.o-icon_close {
    width: 1.8125rem;
    height: 1.8125rem;
    fill: #fff;
}

/* Modal overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999998;
}

/* Placeholder styles */
.o-dialog input::placeholder {
    color: #fff;
    opacity: 1;
}

.o-dialog input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.o-dialog input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.o-dialog input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.o-dialog input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

/* Ensure modal is always on top */
body.modal-open {
    overflow: hidden;
}

.gtr-conditions {
    background: url(images/bg_conditions.png) no-repeat -8vw 0 / contain;
}

.gtr-conditions__info {
    padding-left: 19rem;
    padding-bottom: 8.625rem;
}

.custom-html-widget + .o-subtitle {
    margin-top: 3.125rem;
}

.o-subtitle_bordered {
    border: 1px solid #ff0000;
    float: left;
    padding: 0.75rem 1.25rem;
    margin-right: 3.75rem;
}

.gtr-conditions_subinfo {
    font-size: 0.875rem;
}

.gtr-map {
    height: 442px;
    margin-top: 1.5rem;
    padding-top: 3.3125rem;
    position: relative;
}

.gtr-ymaps {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
}

.gtr-map .gtr-wrapper {
    position: relative;
}

[class*="controls__toolbar_right"],
[class*="controls__toolbar_left"] {
    display: none !important;
}

.gtr-map__adress {
    margin-top: -1.5rem;
    float: left;
    padding-top: 2.75rem;
    padding-left: 2.75rem;
    width: 23.8125rem;
    height: 15.125rem;
    background: rgba(255, 255, 255, 0.71);
    font-size: 1.5rem;
    font-family: "Proxima Nova Black", sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

.gtr-map__adress a {
    color: #000;
    text-decoration: none;
}

.gtr-footer {
    height: 168px;
    background: #330066;
    color: #7D6496;
    font-size: 0.875rem;
    padding-top: 59px;
}

.gtr-footer .gtr-logo {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.625rem;
}

.gtr-footer__info {
    display: inline-block;
    vertical-align: middle;
}

.gtr-footer_copyright {
    float: right;
    padding-top: .5rem;
}

.o-icon_nav {
    width: 3rem;
    height: 2rem;
    fill: #fff;
    position: absolute;
    right: 0;
    top: 4.5rem;
    z-index: 7;
    display: none;
}

.gtr-header .o-icon_nav {
    right: 2rem;
    top: 2.5rem;
}

.o-dialog {
    width: 90%;
    max-width: 28.875rem;
    background: #330066;
    box-shadow: 0 12px 65px rgba(51, 0, 102, 0.48);
    border-radius: 52px 0 52px 52px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 2.8125rem 3.0625rem 4rem;
    z-index: 99999;
    display: none;
}

.o-dialog p {
    padding: 0;
    margin: 0;
}

.o-dialog__title {
    font-size: 1.875rem;
    position: relative;
    line-height: 1;
    margin-bottom: 2.4375rem;
    text-align: center;
    text-transform: uppercase;
    font-family: "Proxima Nova Black", sans-serif;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    opacity: 1;
}

.o-input {
    display: block;
    width: 100%;
    font-family: "Proxima Nova", sans-serif;
    padding: 1rem;
    font-size: 1.125rem;
    height: 3.5rem;
    background: #7D6496;
    border-radius: 0.5rem;
    border: 0;
    color: #fff;
    margin-bottom: 10px;
}

.o-input_date {
    display: inline-block;
    width: calc(100% - 10rem);
}

.o-label {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1rem;
    font-size: 1.125rem;
}

input[type="submit"] {
    height: 4.25rem;
    background: #FFFFFF;
    border-radius: 0.5rem;
    border: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 1rem;
    text-align: center;
    font-size: 1.875rem;
    line-height: 1;
    font-family: "Proxima Nova Black", sans-serif;
    text-transform: uppercase;
    color: #330066;
    margin-top: 2rem;
}

.wpcf7-mail-sent-ok {
    border: 0 !important;
    font-size: 1.125rem;
    text-align: center;
}

.o-dialog__close {
    width: 6.625rem;
    height: 6.625rem;
    background: #330066;
    border-radius: 50%;
    position: absolute;
    top: -3.312rem;
    right: 0;
    text-align: center;
    padding-top: 2.25rem;
    cursor: pointer;
}

.o-icon_close {
    width: 1.8125rem;
    height: 1.8125rem;
    fill: #fff;
}

.o-icon_close_menu {
    display: none;
    width: 3rem;
    height: 3rem;
    fill: #fff;
    position: absolute;
    right: 3rem;
    top: 9rem;
    z-index: 999;
}

.gtr-header_visible .o-icon_close_menu {
    top: 2.5rem;
}

.gtr-gallery__prev,
.gtr-gallery__next {
    position: absolute;
    left: 50px;
    top: 383px;
    width: 93px;
    height: 93px;
    background: #7D6496;
    border-radius: 10px;
    text-align: center;
    padding-top: 33px;
    z-index: 99991;
    margin-top: 50px;
    cursor: pointer;
}

.gtr-gallery__next {
    left: auto;
    right: 50px;
    transform: rotate(180deg);
}

/* Placeholder styles for rental modal */
.o-dialog input::placeholder,
.o-dialog textarea::placeholder {
    color: white !important;
    opacity: 0.8;
}