@font-face {
    font-family: 'NextWCy';
    font-weight: 100;
    font-style: normal;
    src: url('/fonts/NextWCy-Thin.eot');
    src: url('/fonts/NextWCy-Thin.eot?#iefix') format('embedded-opentype'),
        url('/fonts/NextWCy-Thin.woff2') format('woff2'), url('/fonts/NextWCy-Thin.woff') format('woff'),
        url('/fonts/NextWCy-Thin.ttf') format('truetype'),
        url('/fonts/NextWCy-Thin.svg#NextWCy-Thin') format('svg');
}
@font-face {
    font-family: 'NextWCy';
    font-weight: 100;
    font-style: italic;
    src: url('/fonts/NextWCy-ThinItalic.eot');
    src: url('/fonts/NextWCy-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/NextWCy-ThinItalic.woff2') format('woff2'),
        url('/fonts/NextWCy-ThinItalic.woff') format('woff'),
        url('/fonts/NextWCy-ThinItalic.ttf') format('truetype'),
        url('/fonts/NextWCy-ThinItalic.svg#NextWCy-ThinItalic') format('svg');
}
@font-face {
    font-family: 'NextWCy';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/NextWCy-Regular.eot');
    src: url('/fonts/NextWCy-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/NextWCy-Regular.woff2') format('woff2'),
        url('/fonts/NextWCy-Regular.woff') format('woff'),
        url('/fonts/NextWCy-Regular.ttf') format('truetype'),
        url('/fonts/NextWCy-Regular.svg#NextWCy-Regular') format('svg');
}
@font-face {
    font-family: 'NextWCy';
    font-weight: normal;
    font-style: italic;
    src: url('/fonts/NextWCy-Italic.eot');
    src: url('/fonts/NextWCy-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/NextWCy-Italic.woff2') format('woff2'),
        url('/fonts/NextWCy-Italic.woff') format('woff'),
        url('/fonts/NextWCy-Italic.ttf') format('truetype'),
        url('/fonts/NextWCy-Italic.svg#NextWCy-Italic') format('svg');
}
@font-face {
    font-family: 'NextWCy';
    font-weight: bold;
    font-style: normal;
    src: url('/fonts/NextWCy-Bold.eot');
    src: url('/fonts/NextWCy-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/NextWCy-Bold.woff2') format('woff2'),
        url('/fonts/NextWCy-Bold.woff') format('woff'),
        url('/fonts/NextWCy-Bold.ttf') format('truetype'),
        url('/fonts/NextWCy-Bold.svg#NextWCy-Bold') format('svg');
}
@font-face {
    font-family: 'pag-iconfont';
    src: url('/fonts/pag-iconfont.eot');
    src: url('/fonts/pag-iconfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/pag-iconfont.woff') format('woff'),
        url('/fonts/pag-iconfont.ttf') format('truetype'),
        url('/fonts/pag-iconfont.svg#pag-iconfont') format('svg');
}
:focus {
    outline: none;
}
*,
::before,
::after {
    box-sizing: border-box;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
::-webkit-scrollbar {
    display: none;
}
body {
    font-family: 'NextWCy', 'Arial Narrow', sans-serif;
    color: #191f22;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    margin: 0px;
    padding: 0px;
}
.__container {
    max-width: 1500px;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.__container-fluid {
    max-width: 100%;
}
p {
    margin-top: 0px;
    margin-bottom: 1em;
}
h2.__title {
    font-size: 48px;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
    line-height: 56px;
    font-family: 'NextWCy', 'Arial Narrow', sans-serif;
}
h3.__title {
    line-height: 36px;
    font-size: 28px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-family: 'NextWCy', 'Arial Narrow', sans-serif;
}
a.__link {
    color: #191f22;
    text-decoration: none;
}
a.__link:hover {
    color: #0000ff;
}
.__header {
    display: flex;
    flex-direction: column;
}
.__header .__logo {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    position: relative;
}
.__header .__logo a.__link {
    display: flex;
}
.__header .__logo a.__link img {
    height: 75px;
    background: #ffffff;
    z-index: 10;
    padding: 0px 25px;
}
.__header .__logo::after {
    border-bottom: 1px solid #e3e4e4;
    content: '';
    position: absolute;
    width: 100%;
    bottom: 5px;
}
.__header .__menu {
    display: none;
    margin-bottom: 5px;
}
.__header .__menu a.__link {
    color: #191f22;
    text-decoration: none;
    padding: 10px 0px;
    display: block;
}
.__header .__menu a.__link:hover {
    color: #0000ff;
}
.__slider {
    display: none;
}
.__slider .owl-carousel {
    position: relative;
}
.__slider .owl-carousel .owl-nav {
    position: absolute;
    top: 0px;
    display: flex;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.__slider .owl-carousel .owl-nav button.owl-next,
.__slider .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    background-color: #ffffff;
    cursor: pointer;
    color: #313639;
    display: flex;
    margin: 0;
    padding: 15px !important;
    transition: .24s;
    opacity: 0;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 0;
}
.__slider .owl-carousel .owl-nav button.owl-next span,
.__slider .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.__slider .owl-carousel .owl-nav button.owl-next::after,
.__slider .owl-carousel .owl-nav button.owl-prev::after {
    content: '';
    font-family: 'pag-iconfont';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    margin-right: .25em;
    margin-left: .25em;
    font-size: 1em;
    margin-top: 0;
    position: relative;
    top: 1px;
    transition: .24s;
    color: #313639;
}
.__slider .owl-carousel .owl-nav button.owl-prev::after {
    transform: rotate(-180deg);
}
.__slider .owl-carousel .owl-nav:hover button.owl-next,
.__slider .owl-carousel .owl-nav:hover button.owl-prev {
    opacity: 1;
}
.__slider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0px;
    display: flex;
    margin: 0px;
    padding: 0px;
    width: 100%;
    justify-content: center;
    padding-bottom: 25px;
    z-index: 100;
}
.__slider .owl-carousel .owl-nav button.owl-next:hover,
.__slider .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #0000ff;
    color: #ffffff;
}
.__slider .owl-carousel .owl-nav button.owl-next:hover::after,
.__slider .owl-carousel .owl-nav button.owl-prev:hover::after {
    color: #ffffff;
}
.__slider .owl-carousel .owl-dots button.owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e3e4e4;
    margin: 0px 10px;
}
.__slider .owl-carousel .owl-dots button.owl-dot.active span {
    background: #0000ff;
}
.__events {
    display: flex;
    flex-direction: column;
}
.__events .__element {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.__events .__element-link {
    display: flex;
    text-decoration: none;
    color: #191f22;
}
.__events .__element .__image {
    width: 100%;
}
.__events .__element .__image img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 35px;
}
.__events .__element .__content {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.__events .__element .__content h3.__title {
    line-height: 36px;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 1em;
}
.__events .__element .__content p.__text {
    margin-top: 0px;
    margin-bottom: 1em;
}
a.__allevents {
    color: #191f22;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
a.__allevents:hover {
    color: #0000ff;
}
.__models {
    display: flex;
    flex-wrap: wrap;
}
.__models .__element {
    width: 100%;
    display: flex;
}
.__models .__element a {
    display: block;
}
.__models .__element .__wrapper {
    position: relative;
}
.__models .__element .__wrapper .__image img {
    max-width: 100%;
    display: flex;
}
.__models .__element .__wrapper .__content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: space-between;
}
.__models .__element .__wrapper .__content .__info .__name {
    font-size: 38px;
    line-height: 44px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
}
.__models .__element .__wrapper .__content .__info .__price {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
}
.__models .__element .__wrapper .__content .__buttons .__details {
    background: none;
    border: 1px solid #ffffff;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 11px;
    padding-top: 11px;
    padding-left: 21px;
    padding-right: 21px;
    text-decoration: inherit;
    transition: .24s;
    color: #ffffff;
}
.__models .__element .__wrapper .__content .__buttons .__details span {
    padding-left: 21px;
}
.__models .__element .__wrapper .__content .__buttons .__details span::before {
    content: '';
    font-family: 'pag-iconfont';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    margin-right: .5em;
    font-size: 1em;
    margin-left: -26px;
    margin-top: 0;
    position: relative;
    top: 1px;
    transition: .24s;
    color: #ffffff;
}
.__models .__element .__wrapper .__content .__buttons .__details:hover {
    color: #0000ff;
    border: 1px solid #0000ff;
}
.__models .__element .__wrapper .__content .__buttons .__details:hover span::before {
    color: #0000ff;
}
.__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
.__grid .__block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.__grid .__block .__element {
    display: flex;
    align-items: center;
}
.__grid .__block .__element img {
    max-width: 100%;
}
.__grid .__block:nth-child(odd) .__element:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
}
.__grid .__block:nth-child(even) .__element:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2/4;
}
.__footer .__menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 20px;
    border-top: 1px solid #e3e4e4;
    padding-top: 15px;
}
.__footer .__menu .__column {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}
.__footer .__menu .__column h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
}
.__footer .__menu .__column a.__link {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #191f22;
    text-decoration: none;
}
.__footer .__menu .__column a.__link:hover {
    color: #0000ff;
}
.__footer .__background {
    background-color: #191f22;
    padding-top: 50px;
    padding-bottom: 35px;
}
.__footer .__background .__copy {
    color: #ffffff;
}
.__footer .__background .__copy p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 1em;
}
.__footer .__background .__copy p:first-child {
    border-bottom: 1px solid #494e51;
    padding-bottom: 1em;
}
.__footer .__background .__copy p a {
    color: #ffffff;
    text-decoration: none;
}
.__map {
    height: 400px;
    margin-top: 40px;
    margin-bottom: 40px;
}
h3.__city {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}
ul.__list {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}
ul.__list li {
    margin-bottom: 5px;
    list-style-type: square;
    margin-left: 15px;
}
form.__form {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}
form.__form label {
    margin-bottom: 15px;
}
form.__form label>* {
    display: block;
}
form.__form label input,
form.__form label textarea {
    min-width: 100%;
    padding: 0px;
    padding: 5px;
    border: 1px solid #e3e4e4;
    font-family: 'NextWCy', 'Arial Narrow', sans-serif;
    color: #191f22;
    font-size: 16px;
    line-height: 24px;
}
form.__form input[type="submit"] {
    padding: 10px 20px;
    color: #ffffff;
    background-color: #191f22;
    border: none;
    font-family: 'NextWCy', 'Arial Narrow', sans-serif;
    font-size: 16px;
    line-height: 24px;
    transition: .24s;
    cursor: pointer;
}
form.__form input[type="submit"]:hover {
    color: #ffffff;
    background-color: #0000ff;
}
._product_container {
    margin-top: 15px;
}
._product_container a._main_thumbnail {
    display: block;
    cursor: default;
    padding: 30px;
    border: 1px solid #e3e4e4;
    margin-bottom: 15px;
}
._product_container a._main_thumbnail img {
    max-width: 100%;
}
._product_container .__adds>div {
    display: flex;
}
._product_container .__adds a.__add {
    cursor: pointer;
    max-width: 20%;
    padding: 10px;
    border: 1px solid #e3e4e4;
}
._product_container .__adds a.__add+a.__add {
    margin-left: 15px;
}
._product_container .__adds a.__add img {
    max-width: 100%;
}
._product_container ._right_side p._price {
    color: #191f22;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
    font-size: 38px;
    line-height: 44px;
}
._product_container ._right_side p._price_ship {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding-top: 0px;
    padding-bottom: 15px;
    margin: 0px;
}
._product_container ._colors {
    display: flex;
    margin-bottom: 25px;
    margin-left: 5px;
    margin-right: 5px;
}
._product_container ._colors ._item {
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 1px;
    margin-right: 1px;
}
._product_container ._colors ._item a span {
    border-bottom: 1px dashed transparent;
}
._product_container ._colors ._item a {
    display: block;
    color: #191f22;
    text-decoration: none;
}
._product_container ._colors ._item a:hover {
    color: #191f22;
    text-decoration: none;
}
._product_container ._colors ._item a img {
    width: auto;
    display: block;
}
._product_container ._colors ._item._active {
    transform: scale(1.1);
    z-index: 1;
}
._product_container ._order_block {
    margin-top: 25px;
}
._product_container ._order_block ._order_button {
    padding: 10px 20px;
    color: #ffffff;
    background-color: #191f22;
    border: none;
    font-family: 'NextWCy', 'Arial Narrow', sans-serif;
    font-size: 16px;
    line-height: 24px;
    transition: .24s;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
._product_container ._order_block ._order_button:hover {
    background-color: #0000ff;
}
._product_container iframe {
    margin-top: 50px;
    margin-bottom: 25px;
}
#_order_form p._block_title {
    margin-bottom: 15px;
    font-weight: bold;
}
#_order_form ._personal label {
    margin-bottom: 5px;
}
#_order_form label.agreed {
    display: inline;
    font-size: 12px;
    color: #999999;
}
#_order_form input[type="text"] {
    display: block;
}
#_order_form ._personal input,
#_order_form textarea {
    min-width: 100%;
    padding: 0px;
    padding: 5px;
    border: 1px solid #e3e4e4;
    font-family: 'NextWCy', 'Arial Narrow', sans-serif;
    color: #191f22;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
}
#_order_form input._order_button {
    border: none;
}
#_order_form ._personal,
#_order_form ._shipping,
#_order_form ._payment {
    margin-bottom: 20px;
}
#_order_form ._agreed {
    margin-bottom: 25px;
}
#_order_form ._shipping input[type="radio"],
#_order_form ._payment input[type="radio"] {
    margin-right: 5px;
}
#_order_form ._comment label {
    margin-bottom: 5px;
}
#_order_form input[type="submit"] {
    cursor: pointer;
}
#_order_form input[type="submit"]:disabled {
    cursor: default;
}
._product_container .tabs {
    display: block;
    padding-top: 15px;
}
._product_container .tabs>div {
    padding-top: 0px;
}
._product_container .tabs ul {
    margin: 0px;
    padding: 0px;
    display: none;
}
._product_container .tabs ul:after {
    content: "";
    display: block;
    clear: both;
    height: 3px;
    background: #191f22;
}
._product_container .tabs ul li {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    float: left;
    padding: 10px 15px;
    background_: #ffffff;
    color: #191f22;
}
._product_container .tabs ul li.active,
.tabs ul li.active:hover {
    background: #191f22;
    color: #fff;
}
._product_container .tabs ul li:hover {
    background_: #191f22;
}
._product_container .tabs ul li.active:hover {
    background: #191f22;
}
._product_container .tabs p.__title {
    line-height: 36px;
    font-size: 28px;
    margin-bottom: 1em;
    font-family: 'NextWCy', 'Arial Narrow', sans-serif;
    font-weight: 600;
    margin-top: 1em;
}
table.__table {
    width: 100%;
    border: 1px solid #e3e4e4;
    margin-top: 15px;
    border-collapse: collapse;
    border-spacing: 0px;
    table-layout: fixed;
}
table.__table td {
    padding: 7.5px;
    border: 1px solid #e3e4e4;
    width: 50%;
    vertical-align: top;
}
table.__table.__parts td:last-child {
    width: 20%;
}
._payment img {
    width: auto;
}
._product_container img._details_img {
    width: 200px;
}
._product_container img._details_img._right {
    float: right;
    margin-left: 15px;
}
._product_container img._details_img._left {
    float: left;
    margin-right: 15px;
}
._product_container {
    display: block;
}
._product_container>.col.span_7_of_12 {
    width: 100%;
    margin-bottom: 50px;
}
._product_container>.col.span_5_of_12 {
    width: 100%;
}
._order_details {
    display: none;
}
#_order_form ._payment label,
#_order_form ._shipping label {
    display: block;
    margin-bottom: 5px;
}
.__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 10px;
}
.__mobile .__bars {
    cursor: pointer;
}
.__mobile .__bars .__bar {
    width: 20px;
    height: 3px;
    background-color: #191f22;
}
.__mobile .__bars .__bar+.__bar {
    margin-top: 3px;
}
.____options {
    margin-top: 25px;
    margin-bottom: 25px;
}
.____options .____option p.____option-name {
    margin-bottom: 5px;
}
.____options .____option p.____option-error {
    color: #ff0000;
    margin-bottom: 5px;
    display: none;
}
.____options .____option.__invalid p.____option-error {
    display: block;
}
.__red {
    color: red;
}
.__old-price {
    font-weight: bold;
    text-decoration: line-through;
}
.__up {
    text-transform: uppercase;
}
.____right {
    text-align: right;
}
a.____instruction {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}
a.____instruction:hover {
    color: #0000ff;
    text-decoration: none;
}
a.____instruction img {
    width: 48px;
    margin-right: 10px;
}
img.____payments {
    max-width: 350px;
}
.__tabs__ {
    display: none;
}
p.form_status {
    margin-top: 5px;
}
form input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    font-weight: normal;
}
@media (min-width: 768px) {
    .__slider {
        display: block;
    }
    .__events .__element .__image {
        width: 35%;
    }
    .__events .__element .__content {
        width: 65%;
        padding-left: 35px;
    }
    .__events .__element .__image img {
        margin-bottom: 0px;
    }
    .__models .__element {
        width: 50%;
    }
    .__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .__footer .__menu .__column {
        width: 33.33333333%;
    }
    .__header .__menu {
        display: flex;
        flex-wrap: wrap;
    }
    .__header .__menu a.__link {
        display: flex;
    }
    .__header .__menu a.__link+a.__link {
        margin-left: 30px;
    }
    .__header .__menu a.__divider {
        margin-right: 30px;
        position: relative;
    }
    .__header .__menu a.__divider::after {
        content: '';
        position: absolute;
        top: 15px;
        right: -30px;
        border-left: 1px solid #191f22;
        bottom: 15px;
    }
    .__header .__mobile {
        display: none;
    }
}
@media (min-width: 992px) {
    ._product_container {
        display: flex;
        flex-wrap: wrap;
    }
    ._product_container>.col.span_7_of_12 {
        width: 65%;
        margin-bottom: 0px;
    }
    ._product_container>.col.span_5_of_12 {
        width: calc(35% - 35px);
        margin-left: 35px;
    }
}
@media (min-width: 1200px) {
    .__events .__element .__image {
        width: 30%;
    }
    .__events .__element .__content {
        width: 70%;
        padding-left: 50px;
    }
    .__models .__element {
        width: 33.33333333%;
    }
    .__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .__footer .__menu .__column {
        width: 25%;
    }
    ._product_container>.col.span_7_of_12 {
        width: 70%;
    }
    ._product_container>.col.span_5_of_12 {
        width: calc(30% - 50px);
        margin-left: 50px;
    }
}