* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

body {
    max-width: 1492px;
    margin: 0 auto;
    font-family: 'PT Serif', sans-serif!important;
    font-size: 16px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #DADFE6;
}

#logo {
    width: 100px;
    height: 100px;
    background: #EE3B33;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.heading_text {
    font-family: Tahoma, sans-serif;
    font-weight: bold;
}

.heading_text2 {
    font-family: Tahoma, sans-serif;
    font-weight: 100;
}

#header_menu_container {
    display: flex;
    width: 100%;
    justify-content: inherit;
    align-items: center;
}

ul#menu a {
    transition: 0.1s;
    padding: 37px 20px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid #ffffff;
}

ul#menu a:hover {
    transition: 0.1s;
    border-bottom: 3px #EE3B33 solid;
}

ul#menu_2 a {
    font-size: 12px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 7px;
    border-bottom: 3px solid #ffffff;
    padding: 37px 2px;
}

ul#menu_2 a:hover {
    transition: 0.1s;
    border-bottom: 3px #EE3B33 solid;
}

#search {
    margin: 0 30px;
}

#moto_items_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 30px 0 0;
    flex-wrap: wrap;
    border-bottom: 2px solid #DADFE6;
}

.moto_items {
    border-bottom: 3px #ffffff solid;
    transition: 0.5s;
    width: 157px;
    margin: auto;
}

.moto_items img {
    display: inline-block;
    max-width: 100%!important;
}

.moto_items p {
    margin: 16px 0;
    color: black;
    font-family: 'PT Serif', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.moto_items:hover {
    cursor: pointer;
    transition: 0.5s;
    /* border-bottom: 3px #EE3B33 solid; */
}

#moto_models_container {
    display: flex;
    justify-content: center;
    /* align-items: flex-start;*/
    width: 80%;
    height: auto;
    margin: 100px auto 0;
}

#moto_models_left {
    width: 50%;
    background: url("../img/POWER2.png") no-repeat top;
    background-size: contain;
    position: relative;
}

#moto_models_left img {
    width: 90%;
    margin-top: 50px;
    transition: 0.5s;
    transform-box: 5000;
}

#power_img {
    width: 100%;
}

#moto_models_right {
    width: 50%;
}

#moto_models_right h2 {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 72px;
}

#moto_models_right h2 span {
    font-size: 13px;
    color: #8C8F94;
    margin-left: 32px;
}

#moto_models_right h2 span.red_span {
    color: #EE3B33;
}

#moto_models_right h2 span {
    font-size: 13px;
}

#price_block {
    margin-top: 18px;
}

#price_block p {
    font-size: 12px;
    color: #8C8F94;
}

p#price {
    font-weight: bold;
    font-size: 26px;
    color: black;
}

.colors_block {
    display: flex;
    margin: 34px 0;
    justify-content: flex-start;
    align-items: baseline;
}

/*.colors_block img {
    height: 30px;
    width: 30px;
}*/

.colors_block img:last-child {
    height: 37px;
    width: 37px;
}

.top_color {
    width: 100%;
    height: 50%;
    background: #5C68B5;
    border-radius: 50% 50% 0 0;
    box-sizing: border-box;
}

.bottom_color {
    width: 100%;
    height: 50%;
    background: #B3B2B0;
    border-radius: 0 0 50% 50%;
    box-sizing: border-box;
}

#paragraph_models_right {
    width: 80%;
}

#paragraph_models_right p {
    text-align: justify;
    line-height: 24px;
}

#buttons_models_right {

}

#buttons_models_right a {
    width: 210px;
    padding: 20px 0;
    display: inline-block;
    text-align: center;
    margin-top: 36px;
    border-radius: 6px;
}

#buttons_models_right a:first-child {
    background: #EE3B33;
    width: 210px;
    padding: 20px 0;
    color: white;
    margin-right: 18px;
    border: 2px solid #EE3B33;
    transition: 0.2s;
}

#buttons_models_right a:last-child {
    border: 2px solid #EE3B33;
    width: 210px;
    padding: 20px 0;
    color: #EE3B33;
    transition: 0.2s;
}

#buttons_models_right a:first-child:hover {
    background: #ffffff;
    color: #EE3B33;
    border: 2px solid #EE3B33;
    transition: 0.5s;
}

#buttons_models_right a:last-child:hover {
    background: #EE3B33;
    color: white !important;
    transition: 0.5s;
}

#horizon_container {
    width: 80%;
    margin: 80px auto;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: baseline;
    flex-wrap: wrap;
    position: relative;
}

.horizons {
    margin-right: 14%;
}

#horizon_container p {
    margin: 15px 0;
    color: #C8C8C8;
    font-size: 13px;
}

.power p {
    color: black!important;
    font-weight: bold;
}

#mator_container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
    flex-wrap: wrap;
}

#mator_left {
    width: 40%;
}

#mator_left img {
    display: block;
    margin: auto;
}

img#mator_left {
        -webkit-animation: mover 1s infinite  alternate;
        animation: mover 1s infinite  alternate;
    }
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-40px); }
}
    


#mator_left img:first-child {
    margin-bottom: 25px;

}

.cssCircle {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    behavior: url(PIE.html);
    padding: 0px;

    background: #EE3B33;
    border: 1px solid #FAC8C6;
    color: #fff;
    text-align: center;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    transition: color 0.2s linear;

    font: 13px Arial, sans-serif
}

.cssCircle:hover {
    background: #EE3B33;
    cursor: pointer;
}


.plusSign {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
   /* transform: translate(262%, -921%);*/
    box-shadow: 0px 0px 0px 1px #EE3B33;
    position: absolute;
    top: 20%;
    left: 85%;

}

.plusSign:hover {
    color: #000;
}

#circle1 {
    position: absolute;
    left: 9%;
    top: 47%;
}


#circle2 {
    position: absolute;
    top: 19%;
    left: 50%;
}

#circle3 {
    position: absolute;
    top: 46%;
    left: 85%;
}

/*-----------------------------------------------*/

#mator_right {
    width: 50%;
}

.mator_right_text:first-child {
    margin-bottom: 56px;
}

.mator_right_text h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.mator_right_text p {
    width: 90%;
    font-size: 20px;
    line-height: 24px;
}

#gallery_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 116px 0 100px;
}

.gallery_blocks {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1;
}

#gallery_center_block {
    flex: 2;
    height: 480px;
    background: url("../img/Layer-13.png") no-repeat center;
    background-size: cover;
}

.galery1 {
    width: 100%;
    height: 240px;
    background: url(../img/Layer-21.png) no-repeat;
    background-position-x: -39px;
    background-position-y: -39px;
}

.galery2 {
    width: 100%;
    height: 240px;
    background: url(../img/Layer-17.png) no-repeat;
    background-position-y: -212px;
}

.galery3 {
    width: 100%;
    height: 240px;
    background: url(../img/Layer-15.png) no-repeat;
    background-position-x: -339px;
    background-position-y: -144px;
}

.galery4 {
    width: 100%;
    height: 240px;
    background: url(../img/Layer-16.png) no-repeat;
    background-size: cover;
}

#view {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 88px;
}

.view_icon {
    display: flex;
    justify-content: center;
}

.view_icon span {
    font-weight: bold;
    margin-left: 10px;
}

#under_menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    /*
    border: 1px solid red;
    */
}

#under_menu a {
    color: #919294;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

#accessories {
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-align: center;
    width: 80%;
    margin:  0 auto;
    flex-wrap: wrap;
    padding: 100px 0 92px 0;
}

.accessories_blocks img {
    transition: all 0.5s;
    cursor: pointer;
}
.accessories_blocks:hover img{
    transform: translateY(-15px);
}

.accessories_blocks a {
    margin-top: 20px;
    font-weight: bold;
    display: block;
    color: #000;
    font-size: 14px;
}

.accessories_blocks span {
    margin-top: 20px;
    font-size: 11px;
}

.accessories_blocks:nth-last-of-type(2) {
    margin: 0 137px;
}

footer {
    background: #212327;
}

#footer1 {
    width: 90%;
    margin: auto;
    padding: 20px 0;
}

#footer1_menu_container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer1_menus {
    display: flex;
    flex-direction: column;
}

.footer1_menus:first-child {
    margin-left: -3%;
}

.footer1_menus a {
    color: #9E9990;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}

.footer_img img {
    opacity: 0.4;
    margin-left: 130px;
    margin-right: 50px;
}

#footer2 {
    background: #191A1E !important;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#copyright {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.copyright_right {
    width: 50%;
}

.copyright_left p {
    color: #9E9990;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
}

.copyright_right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.copyright_right a {
    color: #9E9990;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    margin-left: 2.5%;
}

#hamburger_menu {
    display: none;
    background: #ffffff;
    font-size: 10px;
    padding: 20px;
    margin-right: 10px;
}

.line {
    position: absolute;
    height: 1px;
    background: #E3E3E3;
    bottom: 11%;
    width: 72%;
    left: 90px;
    z-index: -222;
}

#hamburger_menu .menu {
    cursor: pointer;
    margin: 0 auto;
    padding-left: 1.25em;
    position: relative;
    width: 40px;
    height: 40px;
}

#hamburger_menu .menu-global {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 7px solid #393D43;
    width: 100%;
    transition: 0.55s;
}

#hamburger_menu .menu-top {
    top: 0;
}

#hamburger_menu .menu-middle {
    top: 18px;
}

#hamburger_menu .menu-bottom {
    top: 36px;
}

#hamburger_menu .menu-top-click {
    backface-visibility: hidden;
    top: 15px;
    transform: rotate(50deg);
    transition: 0.55s 0.1s;
}

#hamburger_menu .menu-middle-click {
    opacity: 0;
}

#hamburger_menu .menu-bottom-click {
    backface-visibility: hidden;
    top: 15px;
    transform: rotate(-410deg);
    transition: 0.55s 0.1s;
}

@media (max-width: 1270px) {
    .line {
        bottom: 11%;
        width: 75%;
        left: 7%;
        z-index: -222;
    }
}

@media (max-width: 1170px) {
    ul#menu a {
        transition: 0.1s;
        padding: 37px 15px;
        font-size: 15px;
    }

    #menu {
        margin-bottom: 10px;
    }

    #header_menu_container {
        flex-direction: column;
    }
}

@media (max-width: 1070px) {
    .footer_img {
        display: none;
    }

    .footer1_menus:first-child {
        margin: 0;
    }

    .footer1_menus {
        margin-bottom: 20px;
    }
}

@media (max-width: 1015px) {
    .line {
        display: none;
    }

    #moto_models_container {
        flex-direction: column;
    }

    #mator_container {
        flex-direction: column;
        width: 98%;
        margin: auto;
    }

    #moto_models_left {
        width: 100%;
    }

    #buttons_models_right {
        display: flex;
    }

    #buttons_models_right a {
        width: 135px;
        padding: 10px 0;
    }


    #moto_models_right {
        width: 100%;
    }

    #mator_left {
        width: 100%;
    }

    #mator_right {
        width: 100%;
        margin-top: 50px;
        text-align: center;
    }

    #mator_right p {
        width: 100%;
    }

    #horizon_container {
        width: 100%;
        justify-content: space-around;
    }

    .horizons {
        margin: 0;
    }

    .horizons p {
        font-size: 11px;
    }
}

@media (max-width: 1002px) {
    .accessories_blocks:nth-last-of-type(2) {
        margin: 0 50px;
    }

    #copyright {
        flex-direction: column;
    }

    .copyright_right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .copyright_left p {
        text-align: center;
    }
}

@media (max-width: 850px) {
    #gallery_container {
        flex-direction: column;
    }

    #gallery_container div {
        width: 98%;
        height: 649px;
        margin: 15px auto;
        background-size: cover;
        background-position: center;
    }

}

@media (max-width: 785px) {
    #accessories {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #view img:first-child {
        width: 90%;
    }

    .view_icon img {
        width: 19% !important;
    }

    #under_menu {
        width: 90%;
    }

    .accessories_blocks {
        margin-top: 20px;
    }
}

@media (max-width: 714px) {
    #under_menu {
        width: 100%;
    }
}


@media (max-width: 640px) {
    #menu {
        display: none;
        margin-right: 10%;
    }

    ul#menu_2 {
        display: none;
        margin-right: 10%;

    }

    #header_menu_container {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;

    }

    #hamburger_menu {
        display: block;
        position: absolute;
        right: 0;
    }

    ul#menu a {
        display: block;
        padding: 3px 0;
        font-size: 13px;
    }

    ul#menu_2 a {
        display: block;
        padding: 3px 0;
        font-size: 13px;
    }

    header {
        border: none;
        height: auto;
        align-items: flex-start;
        justify-content: space-between;
    }
}


@media (max-width: 634px) {
    #under_menu {
        width: 100%;
        flex-wrap: wrap;
    }

    #under_menu a {
        padding: 10px 5px;
    }

    .footer1_menus a {
        font-size: 11px;
    }
}

@media (max-width: 620px) {
    #accessories {
        align-items: flex-end;
    }

    .moto_items {
        padding: 10px;
    }
}

@media (max-width: 500px) {
    .copyright_right a {
        font-size: 11px;
        text-align: center;
    }

    .copyright_left p {
        font-size: 11px;
    }
}

@media (max-width: 485px) {
    #copyright {
        width: 100%;
    }
    #copyright_right {
        margin: 0;
        padding: 0 5px;
    }
    .break {
        width: 50%;
        margin-bottom: 20px;
    }

    .footer1_menus {
        text-align: center;
    }
    ul#menu a {
        font-size: 10px;
        text-align: center;
    }

    ul#menu_2 a {
        font-size: 10px;
        text-align: center;
    }
}

@media (max-width: 425px) {
    #under_menu {
        width: 90%;
        flex-wrap: wrap;
        margin: auto;
    }
    
    ul#menu_2 {
        display: none;
        margin-right: 26%;
    }

    #hamburger_menu {
        margin: 20px 0 0 0;
        padding: 10px;
    }

    #moto_items_container {
        margin-top: 20px;
    }

    .moto_items {
        margin-bottom: 6px;
    }

    .moto_items img {
        width: 100%;
    }

    #moto_models_right h2 {
        font-size: 20px;
    }

    #moto_models_right h2 span {
        margin-left: 7px;
    }

    p#price {
        font-size: 16px;
    }

    #paragraph_models_right p {
        font-size: 13px;
    }

    #buttons_models_right a:first-child {
        width: 135px;
        font-size: 13px;
    }

    #buttons_models_right a:last-child {
        width: 135px;
        font-size: 13px;
    }

    #buttons_models_right a {
        width: 135px;
        height: 60px;
        line-height: 12px;
        padding: 0;
    }

    #circle1 {
        position: absolute;
        left: 6%;
        top: 54%;
    }

    #circle2 {
        position: absolute;
        top: 23%;
        left: 48%;
    }

    #circle3 {
        position: absolute;
        top: 52%;
        left: 85%;
    }

}

@media (max-width: 320px) {
    #circle1 {
        position: absolute;
        left: 0;
        top: 56%;
    }

    #circle2 {
        position: absolute;
        top: 20%;
        left: 46%;
    }

    #circle3 {
        position: absolute;
        top: 58%;
        left: 92%;
    }

}