﻿:root {
    --arey-purple-color: #3d3b67;
    --arey-yellow-color: #fdcc09;
    --arey-purple-night-color: #05001f;
    --arey-purple-dark-color: #272448;
    --arey-gold-color: #f1a927;
    --home-page-color: #f2f0dc;
    --menu-header-color: #cdcab2;
    --core-black: #231f20;
    --or-red-dark1: #300000;
    --camo-gr-yel2: #3b3b2d;
    --black-haze: #171613;
    --taupe-dark: #012841;
    --base-y: #807a4b;
    --blue-gray1: #0a1520;
    --dark-gold: #3a3316;
    --shadow-green: #494839;
    --jungle: #4a4a33;
    --dark-taupe2: #1b2328;
    --deep-jungle-green: #001c20;
    --blood-dark: #240001;
    --blood-night: #240000;
    --vampire-black: #001100;
    --ice-blue-night: #000438;
    --arey-purple-night2-color: #01001d;
    --arey-gold-dark-color: #9e7014;
}

@font-face {
    font-family: "PTSansNarrowRegular";
    src: url('../fonts/pt-SansNarrow.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoSlabBlack";
    src: url('../fonts/RobotoSlab-Black.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoSlabBold";
    src: url('../fonts/RobotoSlab-Bold.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoSlabExtraBold";
    src: url('../fonts/RobotoSlab-ExtraBold.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoSlabExtraLight";
    src: url('../fonts/RobotoSlab-ExtraLight.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoSlabLight";
    src: url('../fonts/RobotoSlab-Light.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoSlabMedium";
    src: url('../fonts/RobotoSlab-Medium.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoSlabRegular";
    src: url('../fonts/RobotoSlab-Regular.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoSlabSemiBold";
    src: url('../fonts/RobotoSlab-SemiBold.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoSlabThin";
    src: url('../fonts/RobotoSlab-Thin.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    background-color: var(--home-page-color);
    font-family: "Roboto";
}

@keyframes fadein {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

@keyframes movement {
    from {
        left: 40%;
        top: 40%;
        opacity: 1;
    }

    to {
        left: 5%;
        top: 5%;
        opacity: 1;
    }
}

.menu-show {
    transform: translate3d(0, -100%, 0);
}

.menu-hide {
    transform: none;
}

.index-logo-div {
    position: absolute;
    opacity: 0;
    left: 40vw;
    top: 16vw;
}

.index-logo-fadeIn {
    animation-name: fadein;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.index-logo-movement {
    animation-delay: 3s;
    animation-name: movement;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.index-text-div-no-animation {
    margin-top: 25vw;
    margin-left: 51vw;
    text-align: left;
}

.index-text-div {
    margin-top: 25vw;
    margin-left: 51vw;
    text-align: left;
    animation-name: fadein;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.index-opacity-div {
    opacity: 0;
}

.index-first-label {
    font-family: 'RobotoSlabLight';
    font-size: 2vw;
    line-height: 0.8;
}

.index-second-label {
    font-family: 'RobotoSlabLight';
    font-size: 4vw;
    line-height: 0.8;
}

.index-third-label {
    font-family: 'RobotoSlabSemiBold';
    font-size: 4vw;
    line-height: 0.8;
}

.img-index-logo {
    width: 20vw;
    z-index: 4 !important;
    position: relative;
}

.index-scroll-div-no-animation {
    position: fixed;
    z-index: 15;
    bottom: 2%;
    left: 48%;
}

.index-scroll-div {
    position: fixed;
    opacity: 0;
    z-index: 15;
    bottom: 2%;
    left: 48%;
    animation-delay: 5s;
    animation-name: fadein;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.scroll-div {
    position: fixed;
    z-index: 15;
    bottom: 2%;
    left: 48%;
}

.index-scroll-img {
    width: 2vw;
}

.img-index-preload {
    z-index: 4 !important;
    position: fixed;
    top: 40vh;
    width: 5vw;
}

.label-index-preload {
    z-index: 4 !important;
    position: fixed;
    top: 50vh;
    left: 46vw;
    font-family: 'RobotoSlabLight';
    font-weight: normal;
    font-size: 8vw;
    opacity: 0.4;
}

.div-click-anywhere {
    width: 100%;
    position: fixed;
    left: 0;
    top: 80vh;
    opacity: 0;
}

.label-click-anywhere {
    z-index: 4 !important;
    font-family: 'RobotoSlabSemiBold';
    font-weight: normal;
    font-size: 1.2em;
}

.div-click-anywhere-opacity {
    opacity: 0! important;
}

.footer-panel {
    width: 100%;
    height: 20px;
    position: fixed !important;
    left: 7px;
    bottom: 3px;
    z-index: 10;
}

.main {
    padding: 30px 30px 30px 30px;
}

    .main:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.15;
        background-position: center;
        background-size: cover;
    }

.main-background:before {
    background-image: url(../Images/TANKs/9.png);
}

.main-m-background:before {
    background-image: url(../Images/mTANKs/Home.png);
}

.main-logo {
    width: 180px;
    box-shadow: 0.5em 0.5em 10px rgba(0,0,0,0.5);
}

.title-body {
    background-color: var(--arey-purple-dark-color);
}

.index-body { 
    background-color: var(--arey-purple-night-color); 
}

.link-main-button > .main-button {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid var(--arey-purple-color);
    background-color: var(--arey-yellow-color);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.link-main-button:hover > .main-button {
    background-color: var(--arey-purple-color);
    border-color: transparent;
    border-style: none;
}

.link-main-button:active > .main-button {
    background-color: transparent;
    border-color: transparent;
    border-style: none;
}

.link-main-button > .main-about-button {
    background-image: url(../Images/Icons/Tank1_Blue.png);
}

.link-main-button:hover > .main-about-button {
    background-image: url(../Images/Icons/Tank1_gold.png);
}

.link-main-button:active > .main-about-button {
    background-image: url(../Images/Icons/Tank1_Blue.png);
}

.navbar-about-disabled-button {
    width: 3.33vw;
    min-width: 40px;
    height: 3.33vw;
    min-height: 40px;
    border-radius: 100%;
    background-color: var(--arey-purple-color);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../Images/Icons/Tank1_gold.png);
}

.navbar-about-svg-disabled-button {
    background-size: 100% !important;
    background-image: url(../Images/IconsSvg/AboutUs_rev.svg) !important;
}

.link-main-button > .main-our-designs-button {
    background-image: url(../Images/Icons/shield_1_Bl.png);
}

    .link-main-button:hover > .main-our-designs-button {
        background-image: url(../Images/Icons/shield_1_gold.png);
    }

    .link-main-button:active > .main-our-designs-button {
        background-image: url(../Images/Icons/shield_1_Bl.png);
    }

.navbar-our-designs-disabled-button {
    width: 3.33vw;
    min-width: 40px;
    height: 3.33vw;
    min-height: 40px;
    border-radius: 100%;
    background-color: var(--arey-purple-color);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../Images/Icons/shield_1_gold.png);
}

.navbar-our-designs-svg-disabled-button {
    background-size: 100% !important;
    background-image: url(../Images/IconsSvg/OurDesigns_Rev.svg) !important;
}

.link-main-button > .main-contact-button {
    background-image: url(../Images/Icons/target1_Blue.png);
}

    .link-main-button:hover > .main-contact-button {
        background-image: url(../Images/Icons/target1_gold.png);
    }

    .link-main-button:active > .main-contact-button {
        background-image: url(../Images/Icons/target1_Blue.png);
    }

.navbar-contact-disabled-button {
    width: 3.33vw;
    min-width: 40px;
    height: 3.33vw;
    min-height: 40px;
    border-radius: 100%;
    background-color: var(--arey-purple-color);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../Images/Icons/target1_gold.png);
}

.navbar-contact-svg-disabled-button {
    background-size: 100% !important;
    background-image: url(../Images/IconsSvg/Contact_Rev.svg) !important;
}

.content {
    margin: auto;
}

.about-us-background-image:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
    background-image: url(../Images/TANKs/2.png);
    background-position: 100%;
}

.contact-us-background-image:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
    background-image: url(../Images/TANKs/7.png);
    background-position: 100%;
}

.about-us {
    max-width: 800px;
    background-color: rgba(246, 244, 236, .5);
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    height: calc(100vh - 100px);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.about-contact-us-content {
    margin: 5px;
}

.contact-us-title {
    padding-left: 10px;
}

.contact-us-row {
    padding-top: 20px;
    padding-left: 20px;
}

.contact-us-text {
    font-size: medium;
}

.about-us-photo-button {
    background-image: url(../Images/Icons/photo_1_blue.png);
}

    .about-us-photo-button:hover {
        background-image: url(../Images/Icons/photo_1_gold.png);
    }

    .about-us-photo-button:active {
        background-image: url(../Images/Icons/photo_1_blue.png);
    }

.nav {
    float: right;
    font-family: 'PTSansNarrowRegular';
    margin-bottom: 6px;
}

.navbar {
    background-color: var(--menu-header-color);
    border-color: var(--menu-header-color);
    z-index: 9998;
    transition: transform 0.4s;
}

.navbar-collapse {
    border-top: 0 solid transparent !important;
    background-color: var(--menu-header-color);
}

@media (max-width: 800px) and (orientation: portrait), (max-width: 1200px) and (orientation: landscape) {
    .main-logo {
        width: 100px !important;
    }

    .main-button {
        width: 60px !important;
        height: 60px !important;
    }

    .about-us {
        margin-top: 65px !important;
        height: calc(100vh - 95px) !important;
        margin-bottom: 30px !important;
    }

    .contact-us {
        margin-top: 65px !important;
        height: calc(100vh - 95px) !important;
        margin-bottom: 30px !important;
    }

    .navbar-logo {
        width: 100px !important;
        height: 75px !important;
    }

    .navbar {
        height: 4.33vw !important;
        min-height: 52px !important;
    }

    .img-ourDesign-dana-main {
        right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        width: 75% !important;
    }

    .img-ourDesign-trex-main {
        margin-top: 0 !important;
        margin-left: -400px !important;
        width: 150% !important;
    }

    .img-ourDesign-azovets-main {
        margin-top: 20px !important;
        margin-left: -200px !important;
        width: 150% !important;
    }

    .img-ourDesign-azovochka-main {
        margin-top: 50px !important;
        margin-left: -160px !important;
        width: 150% !important;
    }

    .img-ourDesign-rysak-main {
        margin-top: 50px !important;
        margin-left: -180px !important;
        width: 150% !important;
    }

    .img-ourDesign-viterets-main {
        margin-top: 20px !important;
        margin-left: -80px !important;
        margin-bottom: 0 !important;
        width: 120% !important;
    }

    .img-ourDesign-arey-main {
        margin-top: 50px !important;
        margin-left: -180px !important;
        width: 150% !important;
    }

    .img-ourDesign-akinak-main {
        margin-top: 50px !important;
        margin-left: -180px !important;
        width: 150% !important;
    }

    .img-ourDesign-kw25-main1 {
        margin-top: 50px !important;
        margin-left: -180px !important;
        width: 150% !important;
    }

    .img-ourDesign-kw25-main2 {
        margin-top: -20px !important;
        margin-left: -180px !important;
        width: 150% !important;
    }

    .img-ourDesign-arey12-main {
        margin-top: 80px !important;
        margin-left: -250px !important;
        width: 200% !important;
    }

    .div-ourDesign-page2-2-prop {
        float: right;
        margin: 0 !important;
        width: 25% !important;
    }

    .innovative-design-content {
        padding: 0 !important;
    }

    .div-ourDesign-page2-5-front_rt {
        width: 50% !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

    .div-ourDesign-page2-5-rear {
        width: 50% !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    .div-ourDesign-page2-5-additional-features {
        margin-top: 0 !important;
    }

    .link-our-design-button > .our-designs-button {
        width: 50px !important;
        height: 50px !important;
    }

    .our-designs-button > .our-designs-owleye-button-fore {
        width: 80px !important;
        height: 50px !important;
        margin-left: -20px !important;
        margin-top: -5px !important;
    }

    .title-label {
        font-size: 1em !important;
    }

    .gold {
        font-size: 0.8em !important;
    }

    .caption-main {
        font-size: 1.2em !important;
    }

    .backToTop-button {
        width: 60px !important;
        height: 60px !important;
    }

    .div-ourDesign-page2-4-top-view {
        font-size: 0.7em !important;
    }

    .div-ourDesign-page2-5-bottom-view {
        font-size: 0.7em !important;
    }

    .content-header-label {
        font-size: 1.1em !important;
    }

    .content-header2-label {
        font-size: 1.1em !important;
    }

    .content-header3-label {
        font-size: 1.1em !important;
    }

    .content-header4-label {
        font-size: 1.1em !important;
    }

    .content-label {
        font-size: 1em !important;
    }

    .content-label2 {
        font-size: 1em !important;
    }

    .content-label3 {
        font-size: 1em !important;
    }

    .text-svg-icon-base {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
    }

    .text-svg-owl-icon-base {
        width: 60px !important;
        min-width: 60px !important;
        height: 40px !important;
        min-height: 40px !important;
    }

    .svg-icon-owl-eye-y {
        width: 60px !important;
        min-width: 60px !important;
        height: 40px !important;
        min-height: 40px !important;
    }

    .our-designs-button {
        width: 30px !important;
        min-width: 30px !important;
        height: 30px !important;
        min-height: 30px !important;
    }

    .link-our-design-owl-eye-content-svg-button > .our-designs-button {
        width: 45px !important;
        min-width: 45px !important;
        height: 30px !important;
        min-height: 30px !important;
    }

    .img-check {
        width: 20px !important;
    }

    .img-index-preload {
        top: calc(50vh - 1vmax) !important;
        width: 7vmax !important;
    }

    .label-index-preload {
        text-align: center !important;
        width: 100%;
        height: 100%;
        left: 0 !important;
        top: calc(50vh - 5vmax) !important;
        vertical-align: middle !important;
        font-size: 10vmax;
    }

    .img-index-logo {
        width: 30vmax !important;
    }

    .index-logo-div {
        position: absolute;
        opacity: 0;
        top: calc(50vh - 27vmax) !important;
        left: calc(50vw - 15vmax) !important;
    }

    .index-text-div-no-animation {
        margin-top: calc(50vh - 5vmax) !important;
        margin-left: 0 !important;
        text-align: center !important;
    }

    .index-text-div {
        margin-top: calc(50vh - 5vmax) !important;
        margin-left: 0 !important;
        text-align: center !important;
    }

    .index-first-label {
        font-size: 1.2em;
    }

    .index-second-label {
        font-size: 1.5em;
    }

    .index-third-label {
        font-size: 1.5em;
    }

    .index-scroll-img {
        display: none;
    }

    .about-us-content-label {
        font-size: 1em !important;
    }

    .contact-us-content-label {
        font-size: 1em !important;
    }

    .contact-us-content-label2 {
        font-size: 0.8em !important;
    }

    .div-click-anywhere-opacity {
        animation-delay: 3s;
        animation-name: fadein;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }
}

@media (min-width: 800px) and (max-width: 992px) {
    .navbar {
        height: 4.33vw !important;
        min-height: 52px !important;
    }

    .navbar-logo {
        width: 100px !important;
        height: 75px !important;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .navbar {
        height: 4.33vw !important;
        min-height: 52px !important;
    }

    .navbar-logo {
        width: 100px !important;
        height: 75px !important;
    }
}

@media (min-width: 1201px) {
    .navbar {
        height: 4.33vw !important;
        min-height: 52px !important;
    }
}

.navbar-logo {
    position: absolute;
    width: 8.9vw;
    height: 5.9vw;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    left: 5vw;
}

.navbar-b-logo-button {
    background-image: url(../Images/LogoElements/MenuLogoLg_rev3.png);
}

    .navbar-b-logo-button:hover {
        background-image: url(../Images/LogoElements/MenuLogoLg.png);
    }

    .navbar-b-logo-button:active {
        background-image: url(../Images/LogoElements/MenuLogoLg_rev3.png);
    }

.navbar-y-logo-button {
    background-image: url(../Images/LogoElements/MenuLogoLg.png);
}

    .navbar-y-logo-button:hover {
        background-image: url(../Images/LogoElements/MenuLogoLg_rev2.png);
    }

    .navbar-y-logo-button:active {
        background-image: url(../Images/LogoElements/MenuLogoLg.png);
    }

.link-main-button > .navbar-button {
    width: 3.33vw;
    min-width: 40px;
    height: 3.33vw;
    min-height: 40px;
    border-radius: 100%;
    border-color: var(--arey-purple-color);
    border-style: solid;
    border-width: 1px;
    background-color: var(--arey-yellow-color);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.link-main-button:hover > .navbar-button {
    background-color: var(--arey-purple-color);
    border-style: none;
}

    .link-main-button:active > .navbar-button {
        background-color: transparent;
        border-style: none;
    }

.link-main-button > .navbar-button-svg {
    width: 3.33vw;
    min-width: 40px;
    height: 3.33vw;
    min-height: 40px;
    border-radius: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.link-main-button > .main-about-svg-button {
    background-image: url(../Images/IconsSvg/AboutUs.svg) !important;
}

.link-main-button:hover > .main-about-svg-button {
    background-image: url(../Images/IconsSvg/AboutUs_rev.svg) !important;
}

.link-main-button:active > .main-about-svg-button {
    background-image: url(../Images/IconsSvg/AboutUs.svg) !important;
}

.link-main-button > .main-our-designs-svg-button {
    background-image: url(../Images/IconsSvg/OurDesigns.svg) !important;
}

.link-main-button:hover > .main-our-designs-svg-button {
    background-image: url(../Images/IconsSvg/OurDesigns_Rev.svg) !important;
}

.link-main-button:active > .main-our-designs-svg-button {
    background-image: url(../Images/IconsSvg/OurDesigns.svg) !important;
}

.link-main-button > .main-contact-svg-button {
    background-image: url(../Images/IconsSvg/Contact.svg) !important;
}

.link-main-button:hover > .main-contact-svg-button {
    background-image: url(../Images/IconsSvg/Contact_Rev.svg) !important;
}

.link-main-button:active > .main-contact-svg-button {
    background-image: url(../Images/IconsSvg/Contact.svg) !important;
}

.in-page-button {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border-color: var(--arey-purple-color);
    border-style: solid;
    border-width: 1px;
    background-color: var(--arey-yellow-color);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    /*cursor: pointer;*/
    margin-left: auto;
    margin-right: auto;
}

    .in-page-button:hover {
        background-color: var(--arey-purple-color);
        border-style: none;
    }

    .in-page-button:active {
        background-color: transparent;
        border-style: none;
    }

.contact-us {
    max-width: 800px;
    background-color: rgba(246, 244, 236, .5);
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    height: calc(100vh - 100px);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.contact-us-phone-button {
    background-image: url(../Images/Icons/phone_3_Blue.png);
}

    .contact-us-phone-button:hover {
        background-image: url(../Images/Icons/phone_3_Gold.png);
    }

.contact-us-mail-button {
    background-image: url(../Images/Icons/mail_1_Blue.png);
}

    .contact-us-mail-button:hover {
        background-image: url(../Images/Icons/mail_1_Gold.png);
    }

.contact-us-adress-button {
    background-image: url(../Images/Icons/adress_2.png);
}

    .contact-us-adress-button:hover {
        background-image: url(../Images/Icons/adress_2_Gold.png);
    }

.main-armoured-label {
    color: var(--arey-purple-color);
}

.parallax-window {
    min-height: 90vh;
}

    .parallax-window #t-rex {
        opacity: 0.15;
    }

    .parallax-window #dana {
        opacity: 0.15;
    }

    .parallax-window #don {
        opacity: 0.15;
    }

    .parallax-window #viterets {
        opacity: 0.25;
    }

    .parallax-window #akinak {
        opacity: 0.12;
    }

    .parallax-window #kw25 {
        opacity: 0.15;
    }

    .parallax-window #arey12 {
        opacity: 0.12;
    }

    .parallax-window #aboutUs {
        opacity: 0.15;
    }

    .parallax-window #swordOfArey {
        opacity: 0.15;
    }

    .parallax-window #checkmate {
        opacity: 0.15;
    }

    .parallax-window #eagleEye {
        opacity: 0.15;
    }

    .parallax-window #owlEye {
        opacity: 0.15;
    }

    .parallax-window #arey12 {
        opacity: 0.15;
    }

    .parallax-window #contactUs {
        opacity: 0.1;
    }

.parallax-mirror {
    opacity: 0.1;
}

.div-ourDesign-page2-1 {
    min-height: 180px;
    height: auto;
    width: 100%;
    z-index: 4;
}

.div-ourDesign-page2-2 {
    background-color: #cec9a4;
    min-height: 200px;
    height: auto;
    z-index: 1;
}

.div-ourDesign-page2-3 {
    height: 200px;
    z-index: 1;
}

.div-ourDesign-page2-4 {
    min-height: 400px;
    height: auto;
    z-index: 1;
}

.div-ourDesign-page2-5 {
    background-color: #c3c4b4;
    min-height: 250px;
    height: auto;
    z-index: 1;
}

.div-ourDesign-page2-6 {
    min-height: 150px;
    z-index: 1;
}

.div-about-us {
    width: 100%;
    z-index: 4;
    margin: 0 !important;
    padding: 0 !important;
}

.div-ourDesign-TRex1 {
    min-height: 300px;
    height: 100vh;
    width: 100%;
    z-index: 4;
    margin: 0 !important;
    padding: 0 !important;
}

.div-ourDesign-TRex4-1 {
    min-height: 180px;
    background-color: #cec9a4;
    height: 30vh;
    width: 100%;
    z-index: 4;
}

.div-ourDesign-TRex5 {
    min-height: 180px;
    height: 100vh;
    width: 100%;
    z-index: 4;
}

.div-ourDesign-TRex5-1 {
    height: 60vh;
    z-index: 4;
}

.paragraf-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: var(--arey-purple-color);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    /*cursor: pointer;*/
    /*margin-left: auto;
    margin-right: auto;*/
}

.text-icon-base {
    width: 4.24vw;
    min-width: 80px;
    height: 4.24vw;
    min-height: 80px;
    border-radius: 100%;
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    border-color: var(--arey-yellow-color);
    border-style: solid;
    border-width: 1px;
    margin: auto;
    z-index: 4 !important;
    position: relative;
    display: inline-block;
}

.text-svg-icon-base {
    width: 4.24vw;
    min-width: 80px;
    height: 4.24vw;
    min-height: 80px;
    border-radius: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    z-index: 4 !important;
    position: relative;
    display: inline-block;
}

.text-svg-owl-icon-base {
    width: 6.24vw;
    min-width: 120px;
    border-radius: 0 !important;
    background-size: 90% !important;
    margin-right: -0.8vw !important;
}

.svg-icon-t-rex-y {
    background-image: url(../Images/IconsSvg/T-Rex.svg);
}

.svg-icon-innovative-design-y {
    background-image: url(../Images/IconsSvg/Innovative_Design.svg);
}

.svg-icon-innovative-design-b {
    background-image: url(../Images/IconsSvg/Innovative_Design_Rev.svg);
}

.svg-icon-mobility-y {
    background-image: url(../Images/IconsSvg/Mobility.svg);
}

.svg-icon-protection {
    background-image: url(../Images/IconsSvg/Protection.svg);
}

.svg-icon-protection-empty {
    background-image: url(../Images/IconsSvg/Protection2.svg);
}

.svg-icon-command-and-control-y {
    background-image: url(../Images/IconsSvg/C&C.svg);
}

.svg-icon-firepower-y {
    background-image: url(../Images/IconsSvg/Firepower.svg);
}

.svg-icon-binoculars-y {
    background-image: url(../Images/IconsSvg/S&R.svg);
}

.svg-icon-dana-y {
    background-image: url(../Images/IconsSvg/Dana.svg);
}

.svg-icon-specifications {
    background-image: url(../Images/IconsSvg/Specs.svg);
}

.svg-icon-features {
    background-image: url(../Images/IconsSvg/Features.svg);
}

.svg-icon-weight {
    background-image: url(../Images/IconsSvg/Weight.svg);
}

.svg-icon-speed {
    background-image: url(../Images/IconsSvg/Speed.svg);
}

.svg-icon-combat {
    background-image: url(../Images/IconsSvg/Combat.svg);
}

.svg-icon-don-y {
    background-image: url(../Images/IconsSvg/Don.svg);
}

.svg-icon-modular-y {
    background-image: url(../Images/IconsSvg/Modular.svg);
}

.svg-icon-rysak-y {
    background-image: url(../Images/IconsSvg/Rysak.svg);
}

.svg-icon-characteristics-y {
    background-image: url(../Images/IconsSvg/Characteristics.svg);
}

.svg-icon-sword-y {
    background-image: url(../Images/IconsSvg/SoA.svg);
}

.svg-icon-target {
    background-image: url(../Images/IconsSvg/Target.svg);
}

.svg-icon-checkmate-y {
    background-image: url(../Images/IconsSvg/Checkmate.svg);
}

.svg-icon-tactical {
    background-image: url(../Images/IconsSvg/Tactical.svg);
}

.svg-icon-eagle-eye-y {
    background-image: url(../Images/IconsSvg/EagleEye.svg);
}

.svg-icon-cutting-edge-y {
    background-image: url(../Images/IconsSvg/Cutting-edge.svg);
}

.svg-icon-arey-12-y {
    background-image: url(../Images/IconsSvg/Energy.svg);
}

.svg-icon-under-construction-y {
    background-image: url(../Images/IconsSvg/Construction.svg);
}

.svg-icon-kw-25-y {
    background-image: url(../Images/IconsSvg/Air.svg);
}

.svg-icon-owl-eye-y {
    width: 6.24vw;
    min-width: 118px;
    height: 4.24vw;
    min-height: 80px;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../Images/IconsSvg/OwlEye.svg);
}

.innovative_design-icon-y {
    background-image: url(../Images/Icons/design-tool_Y.png);
}

.innovative_design-icon-b {
    background-image: url(../Images/Icons/design-tool_Bl.png);
}

.mobility-icon-y {
    background-image: url(../Images/Icons/mobilityY.png);
}

.mobility-icon-b {
    background-image: url(../Images/Icons/mobilityB.png);
}

.protection-icon-y {
    background-image: url(../Images/Icons/ProtectionY.png);
}

.protection-icon-t {
    background-image: url(../Images/Icons/ProtectionT.png);
}

.c-and-c-icon-y {
    background-image: url(../Images/Icons/c_and_cY.png);
}

.c-and-c-icon-b {
    background-image: url(../Images/Icons/c_and_cB.png);
}

.specification-y {
    background-image: url(../Images/Icons/Specs_Y.png);
}

.specification-b {
    background-image: url(../Images/Icons/Specs_B.png);
}

.additional-features-b {
    background-image: url(../Images/Icons/black_sun_Bl.png);
}

.weight-y {
    background-image: url(../Images/Icons/weight_Y.png);
}

.range-speed-y {
    background-image: url(../Images/Icons/speed_Y.png);
}

.combat-y {
    background-image: url(../Images/Icons/Tactics3_Y.png);
}

.icon-t-rex-y {
    background-image: url(../Images/Icons/T-Rex_icon_gold.png);
}

.icon-t-rex-b {
    background-image: url(../Images/Icons/T-Rex_icon.png);
}

.icon-firepower-y {
    background-image: url(../Images/Icons/firepower_y.png);
}

.icon-firepower-b {
    background-image: url(../Images/Icons/firepower_b.png);
}

.icon-binoculars-y {
    background-image: url(../Images/Icons/binoculars_y.png);
}

.icon-binoculars-b {
    background-image: url(../Images/Icons/binoculars_b.png);
}

.icon-dana-y {
    background-image: url(../Images/Icons/APC_10_gold.png);
}

.icon-dana-b {
    background-image: url(../Images/Icons/APC_10_blue.png);
}

.icon-don-y {
    background-image: url(../Images/Icons/APC_2A_GOLD.png);
}

.icon-don-b {
    background-image: url(../Images/Icons/APC_2A_BLUE.png);
}

.icon-modular-y {
    background-image: url(../Images/Icons/modular_y.png);
}

.icon-modular-b {
    background-image: url(../Images/Icons/modular_b.png);
}

.icon-rysak-y {
    background-image: url(../Images/Icons/APC_3_gold.png);
}

.icon-rysak-b {
    background-image: url(../Images/Icons/APC_3_blue.png);
}

.icon-characteristics-y {
    background-image: url(../Images/Icons/characteristics_y.png);
}

.icon-characteristics-b {
    background-image: url(../Images/Icons/characteristics_b.png);
}

.icon-sword-of-arey-y {
    background-image: url(../Images/Icons/swordY.png);
}

.icon-sword-of-arey-b {
    background-image: url(../Images/Icons/swordB.png);
}

.icon-under-construction-b {
    background-image: url(../Images/Icons/under_construction_b.png);
}

.icon-under-construction-y {
    background-image: url(../Images/Icons/under_construction_y.png);
}

.icon-checkmate-y {
    background-image: url(../Images/Icons/checkmateY.png);
}

.icon-checkmate-b {
    background-image: url(../Images/Icons/checkmateB.png);
}

.icon-eagle-eye-y {
    background-image: url(../Images/Icons/eagleEyeY.png);
}

.icon-eagle-eye-b {
    background-image: url(../Images/Icons/eagleEyeB.png);
}

.icon-owl-eye-y {
    background-image: url(../Images/Icons/owleyeY.png);
}

.icon-owl-eye-b {
    background-image: url(../Images/Icons/owleyeB.png);
}

.icon-arey-12-y {
    background-image: url(../Images/Icons/energy_5_YEL.png);
}

.icon-arey-12-b {
    background-image: url(../Images/Icons/energy_5_BL.png);
}

.icon-kw-25-y {
    background-image: url(../Images/Icons/air_conditioner_YEL.png);
}

.icon-kw-25-b {
    background-image: url(../Images/Icons/air_conditioner_BL.png);
}

.icon-target-y {
    background-image: url(../Images/Icons/targetY.png);
}

.icon-target-b {
    background-image: url(../Images/Icons/targetB.png);
}

.icon-network-y {
    background-image: url(../Images/Icons/networkY.png);
}

.icon-network-b {
    background-image: url(../Images/Icons/networkB.png);
}

.icon-eye-y {
    background-image: url(../Images/Icons/eyeY.png);
}

.icon-eye-b {
    background-image: url(../Images/Icons/eyeB.png);
}

.paragraf-icon-azovetz {
    background-image: url(../Images/Icons/tank_5_gold.png);
}

.paragraf-icon-azovochka {
    background-image: url(../Images/Icons/APC_3_gold.png);
}

.paragraf-icon-rysak {
    background-image: url(../Images/Icons/APC_2A_GOLD.png);
}

.paragraf-icon-viterets {
    background-image: url(../Images/Icons/APC_7_gold.png);
}

.paragraf-icon-arey {
    background-image: url(../Images/Icons/APC_A1_gold.png);
}

.paragraf-icon-akinak {
    background-image: url(../Images/Icons/Module_gold.png);
    height: 60px;
    width: 80px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -30px!important;
    margin-top: -5px!important;
}

.paragraf-icon-kw25 {
    background-image: url(../Images/Icons/air_conditioner_YEL.png);
}

.paragraf-icon-arey12 {
    background-image: url(../Images/Icons/energy_5_YEL.png);
}

.title-label {
    color: white;
    font-size: 1.2vw;
    vertical-align: bottom;
    font-family: 'RobotoSlabLight';
    font-weight: normal;
}

.content-header-label {
    color: white;
    font-size: 1.5vw;
    vertical-align: bottom;
    font-family: 'RobotoSlabThin';
    font-weight: normal;
}

.content-label-selected {
    color: var(--arey-yellow-color);
    font-family: 'RobotoSlabMedium';
}

.content-label2-selected {
    color: var(--arey-purple-color);
    font-family: 'RobotoSlabMedium';
}

.content-header2-label {
    color: var(--arey-yellow-color);
    font-size: 2vw;
    vertical-align: bottom;
    text-align: right;
    font-family: 'RobotoSlabThin';
    font-weight: normal;
}

.content-header3-label {
    color: var(--arey-purple-color);
    font-size: 2vw;
    vertical-align: bottom;
    text-align: right;
    font-family: 'RobotoSlabLight';
    font-weight: normal;
}

.content-header4-label {
    color: var(--arey-yellow-color);
    font-size: 2vw;
    vertical-align: bottom;
    text-align: right;
    font-family: 'RobotoSlabLight';
    font-weight: normal;
}

.gold-label-left {
    color: var(--arey-yellow-color);
    font-size: 1.5vw;
    vertical-align: bottom;
    text-align: right;
}

.content-label {
    color: white;
    font-size: 1.4vw;
    font-family: 'RobotoSlabThin';
    font-weight: normal !important;
    line-height: 1.2;
}

.about-us-content-label {
    color: white;
    font-size: 1.2vw;
    font-family: 'RobotoSlabThin';
    font-weight: normal !important;
    line-height: 1.2;
}

.content-label2 {
    color: black;
    font-size: 1.4vw;
    font-family: 'RobotoSlabLight';
    font-weight: normal !important;
    line-height: 1.2;
}

.content-label3 {
    color: white;
    font-size: 1.4vw;
    font-family: 'RobotoSlabLight';
    font-weight: normal !important;
    line-height: 1.2;
}

.contact-us-content-label {
    color: var(--arey-purple-color);
    font-size: 1.5vw;
    font-family: 'RobotoSlabLight';
    font-weight: normal !important;
    line-height: 1.2;
}

.contact-us-content-label2 {
    font-size: 1.2vw;
    line-height: 0.8;
}

.blue-color {
    color: var(--arey-purple-color);
}

.blue1_5 {
    color: var(--arey-purple-color);
    font-size: 1.5em;
}

.blue-bold {
    color: var(--arey-purple-color);
    font-weight: bold;
}

.gold {
    color: var(--arey-yellow-color);
    cursor: pointer;
    font-size: 1.2vw;
    font-weight: normal;
}

.gold-bold {
    color: var(--arey-yellow-color);
    font-family: 'RobotoSlabBold';
}

.link-our-design-button > .our-designs-button {
    width: 4.24vw;
    min-width: 80px;
    height: 4.24vw;
    min-height: 80px;
    border-radius: 100%;
    border-color: var(--arey-yellow-color);
    border-style: solid;
    border-width: 1px;
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
}

.link-our-design-button:hover > .our-designs-button {
    background-color: var(--arey-yellow-color);
    border-style: none;
}

    .link-our-design-button:active > .our-designs-button {
        background-color: transparent;
        border-style: none;
    }

.link-our-design-button-b > .our-designs-button {
    width: 3.33vw;
    min-width: 40px;
    height: 3.33vw;
    min-height: 40px;
    border-radius: 100%;
    border-color: var(--arey-purple-color);
    border-style: solid;
    border-width: 1px;
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--arey-yellow-color);
}

    .link-our-design-button-b:hover > .our-designs-button {
        background-color: transparent;
    }

.link-our-design-button-b:active > .our-designs-button {
    background-color: var(--arey-yellow-color);
}

.link-our-design-button > .our-designs-dana-button {
    background-image: url(../Images/Icons/APC_10_gold.png);
}

    .link-our-design-button:hover > .our-designs-dana-button {
        background-image: url(../Images/Icons/APC_10_blue.png);
    }

    .link-our-design-button:active > .our-designs-dana-button {
        background-image: url(../Images/Icons/APC_10_gold.png);
    }

.link-our-design-button > .our-designs-trex-button {
    background-image: url(../Images/Icons/T-Rex_icon_gold.png);
}

    .link-our-design-button:hover > .our-designs-trex-button {
        background-image: url(../Images/Icons/T-Rex_icon.png);
    }

    .link-our-design-button:active > .our-designs-trex-button {
        background-image: url(../Images/Icons/T-Rex_icon_gold.png);
    }

.link-our-design-button > .our-designs-azovetz-button {
    background-image: url(../Images/Icons/tank_5_gold.png);
}

    .link-our-design-button:hover > .our-designs-azovetz-button {
        background-image: url(../Images/Icons/tank_5_blue.png);
    }

    .link-our-design-button:active > .our-designs-azovetz-button {
        background-image: url(../Images/Icons/tank_5_gold.png);
    }

.link-our-design-button > .our-designs-don-button {
    background-image: url(../Images/Icons/APC_2A_GOLD.png);
}

    .link-our-design-button:hover > .our-designs-don-button {
        background-image: url(../Images/Icons/APC_2A_BLUE.png);
    }

    .link-our-design-button:active > .our-designs-don-button {
        background-image: url(../Images/Icons/APC_2A_GOLD.png);
    }

.link-our-design-button > .our-designs-arey-button {
    background-image: url(../Images/Icons/APC_A1_gold.png);
}

    .link-our-design-button:hover > .our-designs-arey-button {
        background-image: url(../Images/Icons/APC_A1_blue.png);
    }

    .link-our-design-button:active > .our-designs-arey-button {
        background-image: url(../Images/Icons/APC_A1_gold.png);
    }

.link-our-design-button > .our-designs-rysak-button {
    background-image: url(../Images/Icons/APC_3_gold.png);
}

    .link-our-design-button:hover > .our-designs-rysak-button {
        background-image: url(../Images/Icons/APC_3_blue.png);
    }

    .link-our-design-button:active > .our-designs-rysak-button {
        background-image: url(../Images/Icons/APC_3_gold.png);
    }

.link-our-design-button > .our-designs-viterets-button {
    background-image: url(../Images/Icons/APC_7_gold.png);
}

    .link-our-design-button:hover > .our-designs-viterets-button {
        background-image: url(../Images/Icons/APC_7_blue.png);
    }

    .link-our-design-button:active > .our-designs-viterets-button {
        background-image: url(../Images/Icons/APC_7_gold.png);
    }

.link-our-design-button > .our-designs-kw25-button {
    background-image: url(../Images/Icons/air_conditioner_YEL.png);
}

    .link-our-design-button:hover > .our-designs-kw25-button {
        background-image: url(../Images/Icons/air_conditioner_BL.png);
    }

    .link-our-design-button:active > .our-designs-kw25-button {
        background-image: url(../Images/Icons/air_conditioner_YEL.png);
    }

.link-our-design-button > .our-designs-arey12-button {
    background-image: url(../Images/Icons/energy_5_YEL.png);
}

    .link-our-design-button:hover > .our-designs-arey12-button {
        background-image: url(../Images/Icons/energy_5_BL.png);
    }

    .link-our-design-button:active > .our-designs-arey12-button {
        background-image: url(../Images/Icons/energy_5_YEL.png);
    }

.link-our-design-button > .our-designs-sword-button {
    background-image: url(../Images/Icons/swordY.png);
}

.link-our-design-button:hover > .our-designs-sword-button {
    background-image: url(../Images/Icons/swordB.png);
}

.link-our-design-button:active > .our-designs-sword-button {
    background-image: url(../Images/Icons/swordY.png);
}

.link-our-design-button-b > .our-designs-sword-y-button {
    background-image: url(../Images/Icons/swordB.png);
}

.link-our-design-button-b:hover > .our-designs-sword-y-button {
    background-image: url(../Images/Icons/swordY.png);
}

.link-our-design-button-b:active > .our-designs-sword-y-button {
    background-image: url(../Images/Icons/swordB.png);
}

.link-our-design-button-b > .our-designs-eagle-eye-y-button {
    background-image: url(../Images/Icons/eagleEyeB.png);
}

.link-our-design-button-b:hover > .our-designs-eagle-eye-y-button {
    background-image: url(../Images/Icons/eagleEyeY.png);
}

.link-our-design-button-b:active > .our-designs-eagle-eye-y-button {
    background-image: url(../Images/Icons/eagleEyeB.png);
}

.link-our-design-button-b > .our-designs-button > .our-designs-owl-eye-y-button {
    background-image: url(../Images/Icons/owleyeB.png);
}

.link-our-design-button-b:hover > .our-designs-button > .our-designs-owl-eye-y-button {
    background-image: url(../Images/Icons/owleyeY.png);
}

.link-our-design-button-b:active > .our-designs-button > .our-designs-owl-eye-y-button {
    background-image: url(../Images/Icons/owleyeB.png);
}

.our-designs-button > .our-designs-owleye-button-fore {
    width: 5.3vw;
    min-width: 100px;
    height: 4.24vw;
    min-height: 80px;
    background-size: 100%;
    background-position: center;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-top: -5px;
}

.our-designs-button > .our-designs-owl-eye-y-button-fore {
    width: 4.3vw;
    min-width: 60px;
    height: 3.33vw;
    min-height: 40px;
    background-size: 100%;
    background-position: center;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-top: -5px;
}

.link-our-design-button > .our-designs-button > .our-designs-owleye-button {
    background-image: url(../Images/Icons/owleyeY.png);
}

    .link-our-design-button:hover > .our-designs-button > .our-designs-owleye-button {
        background-image: url(../Images/Icons/owleyeB.png);
    }

    .link-our-design-button:active > .our-designs-button > .our-designs-owleye-button {
        background-image: url(../Images/Icons/owleyeY.png);
    }

.link-our-design-button > .our-designs-checkmate-button {
    background-image: url(../Images/Icons/checkmateY.png);
}

    .link-our-design-button:hover > .our-designs-checkmate-button {
        background-image: url(../Images/Icons/checkmateB.png);
    }

    .link-our-design-button:active > .our-designs-checkmate-button {
        background-image: url(../Images/Icons/checkmateY.png);
    }

.link-our-design-button-b > .our-designs-checkmate-y-button {
    background-image: url(../Images/Icons/checkmateB.png);
}

    .link-our-design-button-b:hover > .our-designs-checkmate-y-button {
        background-image: url(../Images/Icons/checkmateY.png);
    }

    .link-our-design-button-b:active > .our-designs-checkmate-y-button {
        background-image: url(../Images/Icons/checkmateB.png);
    }

.link-our-design-button > .our-designs-eagleeye-button {
    background-image: url(../Images/Icons/eagleEyeY.png);
}

    .link-our-design-button:hover > .our-designs-eagleeye-button {
        background-image: url(../Images/Icons/eagleEyeB.png);
    }

    .link-our-design-button:active > .our-designs-eagleeye-button {
        background-image: url(../Images/Icons/eagleEyeY.png);
    }

.link-our-design-button-b > .transmission-button-y {
    background-image: url(../Images/Icons/Transmission_Bl.png);
}

    .link-our-design-button-b:hover > .transmission-button-y {
        background-image: url(../Images/Icons/Transmission_Y.png);
    }

    .link-our-design-button-b:active > .transmission-button-y {
        background-image: url(../Images/Icons/Transmission_Bl.png);
    }

.link-our-design-svg-button > .our-designs-button {
    width: 4.24vw;
    min-width: 80px;
    height: 4.24vw;
    min-height: 80px;
    border-radius: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.link-our-design-svg-button > .our-designs-trex-svg-button {
    background-image: url(../Images/IconsSvg/T-Rex.svg);
}

.link-our-design-svg-button:hover > .our-designs-trex-svg-button {
    background-image: url(../Images/IconsSvg/T-Rex_Rev.svg);
}

.link-our-design-svg-button:active > .our-designs-trex-svg-button {
    background-image: url(../Images/IconsSvg/T-Rex.svg);
}

.link-our-design-svg-button > .our-designs-sword-svg-button {
    background-image: url(../Images/IconsSvg/SoA.svg);
}

.link-our-design-svg-button:hover > .our-designs-sword-svg-button {
    background-image: url(../Images/IconsSvg/SoA_Rev.svg);
}

.link-our-design-svg-button:active > .our-designs-sword-svg-button {
    background-image: url(../Images/IconsSvg/SoA.svg);
}

.link-our-design-svg-button > .our-designs-dana-svg-button {
    background-image: url(../Images/IconsSvg/Dana.svg);
}

.link-our-design-svg-button:hover > .our-designs-dana-svg-button {
    background-image: url(../Images/IconsSvg/Dana_Rev.svg);
}

.link-our-design-svg-button:active > .our-designs-dana-svg-button {
    background-image: url(../Images/IconsSvg/Dana.svg);
}

.link-our-design-svg-button > .our-designs-checkmate-svg-button {
    background-image: url(../Images/IconsSvg/Checkmate.svg);
}

.link-our-design-svg-button:hover > .our-designs-checkmate-svg-button {
    background-image: url(../Images/IconsSvg/Checkmate_Rev.svg);
}

.link-our-design-svg-button:active > .our-designs-checkmate-svg-button {
    background-image: url(../Images/IconsSvg/Checkmate.svg);
}

.link-our-design-svg-button > .our-designs-don-svg-button {
    background-image: url(../Images/IconsSvg/Don.svg);
}

.link-our-design-svg-button:hover > .our-designs-don-svg-button {
    background-image: url(../Images/IconsSvg/Don_Rev.svg);
}

.link-our-design-svg-button:active > .our-designs-don-svg-button {
    background-image: url(../Images/IconsSvg/Don.svg);
}

.link-our-design-svg-button > .our-designs-eagleeye-svg-button {
    background-image: url(../Images/IconsSvg/EagleEye.svg);
}

.link-our-design-svg-button:hover > .our-designs-eagleeye-svg-button {
    background-image: url(../Images/IconsSvg/EagleEye_Rev.svg);
}

.link-our-design-svg-button:active > .our-designs-eagleeye-svg-button {
    background-image: url(../Images/IconsSvg/EagleEye.svg);
}

.link-our-design-svg-button > .our-designs-rysak-svg-button {
    background-image: url(../Images/IconsSvg/Rysak.svg);
}

.link-our-design-svg-button:hover > .our-designs-rysak-svg-button {
    background-image: url(../Images/IconsSvg/Rysak_Rev.svg);
}

.link-our-design-svg-button:active > .our-designs-rysak-svg-button {
    background-image: url(../Images/IconsSvg/Rysak.svg);
}

.link-our-design-svg-button > .our-designs-arey12-svg-button {
    background-image: url(../Images/IconsSvg/Energy.svg);
}

.link-our-design-svg-button:hover > .our-designs-arey12-svg-button {
    background-image: url(../Images/IconsSvg/Energy_Rev.svg);
}

.link-our-design-svg-button:active > .our-designs-arey12-svg-button {
    background-image: url(../Images/IconsSvg/Energy.svg);
}

.link-our-design-svg-button > .our-designs-kw25-svg-button {
    background-image: url(../Images/IconsSvg/Air.svg);
}

.link-our-design-svg-button:hover > .our-designs-kw25-svg-button {
    background-image: url(../Images/IconsSvg/Air_Rev.svg);
}

.link-our-design-svg-button:active > .our-designs-kw25-svg-button {
    background-image: url(../Images/IconsSvg/Air.svg);
}

.link-our-design-owl-eye-svg-button > .our-designs-button {
    width: 6.24vw;
    min-width: 118px;
    height: 4.24vw;
    min-height: 80px;
    background-size: 89%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: -1vw;
    margin-left: -1vw;
}

.link-our-design-owl-eye-svg-button > .our-designs-owl-eye-svg-button {
    background-image: url(../Images/IconsSvg/OwlEye.svg);
}

.link-our-design-owl-eye-svg-button:hover > .our-designs-owl-eye-svg-button {
    background-image: url(../Images/IconsSvg/OwlEye_Rev.svg);
}

.link-our-design-owl-eye-svg-button:active > .our-designs-owl-eye-svg-button {
    background-image: url(../Images/IconsSvg/OwlEye.svg);
}

.link-our-design-content-svg-button > .our-designs-button {
    width: 3.33vw;
    min-width: 40px;
    height: 3.33vw;
    min-height: 40px;
    border-radius: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.link-our-design-content-svg-button > .our-designs-checkmate-svg-content-button {
    background-image: url(../Images/IconsSvg/Checkmate_Sm.svg);
}

.link-our-design-content-svg-button:hover > .our-designs-checkmate-svg-content-button {
    background-image: url(../Images/IconsSvg/Checkmate_Sm_Rev.svg);
}

.link-our-design-content-svg-button:active > .our-designs-checkmate-svg-content-button {
    background-image: url(../Images/IconsSvg/Checkmate_Sm.svg);
}

.link-our-design-content-svg-button > .our-designs-transmission-svg-content-button {
    background-image: url(../Images/IconsSvg/Transmission.svg);
}

.link-our-design-content-svg-button:hover > .our-designs-transmission-svg-content-button {
    background-image: url(../Images/IconsSvg/Transmission_Rev.svg);
}

.link-our-design-content-svg-button:active > .our-designs-transmission-svg-content-button {
    background-image: url(../Images/IconsSvg/Transmission.svg);
}

.link-our-design-content-svg-button > .our-designs-sword-svg-content-button {
    background-image: url(../Images/IconsSvg/SoA_Sm.svg);
}

.link-our-design-content-svg-button:hover > .our-designs-sword-svg-content-button {
    background-image: url(../Images/IconsSvg/SoA_Sm_Rev.svg);
}

.link-our-design-content-svg-button:active > .our-designs-sword-svg-content-button {
    background-image: url(../Images/IconsSvg/SoA_Sm.svg);
}

.link-our-design-content-svg-button > .our-designs-eagle-eye-svg-content-button {
    background-image: url(../Images/IconsSvg/EagleEye_Sm.svg);
}

.link-our-design-content-svg-button:hover > .our-designs-eagle-eye-svg-content-button {
    background-image: url(../Images/IconsSvg/EagleEye_Sm_Rev.svg);
}

.link-our-design-content-svg-button:active > .our-designs-eagle-eye-svg-content-button {
    background-image: url(../Images/IconsSvg/EagleEye_Sm.svg);
}

.link-our-design-owl-eye-content-svg-button > .our-designs-button {
    width: 5.33vw;
    min-width: 65px;
    height: 3.33vw;
    min-height: 40px;
    background-size: 83%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: -1vw;
}

.link-our-design-owl-eye-content-svg-button > .our-designs-owl-eye-svg-content-button {
    background-image: url(../Images/IconsSvg/OwlEye_SmA.svg);
}

.link-our-design-owl-eye-content-svg-button:hover > .our-designs-owl-eye-svg-content-button {
    background-image: url(../Images/IconsSvg/OwlEye_SmA_Rev.svg);
}

.link-our-design-owl-eye-content-svg-button:active > .our-designs-owl-eye-svg-content-button {
    background-image: url(../Images/IconsSvg/OwlEye_SmA.svg);
}

.our-design-main {
    height: 15vh;
    min-height: 100px;
}

.div-ourDesign-page3-1 {
    height: 180px;
    width: 100%;
    z-index: 4;
}

.div-ourDesign-page3-2 {
    background-color: #e0d6a7;
    height: 200px;
    /*opacity: 0.5!important;*/
    /*z-index: 4!important;*/
}

.div-ourDesign-page3-3 {
    height: 200px;
    z-index: 1;
}

.backToTop-link {
    position: fixed;
    display: none;
    z-index: 15;
    bottom: 50px;
    right: 20px;
}

.backToTop-button {
    width: 80px;
    height: 80px;
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../Images/Icons/tank_7A_gold.png);
}

    .backToTop-button:hover {
        background-image: url(../Images/Icons/tank_7A_blue.png);
    }

    .backToTop-button:active {
        background-image: url(../Images/Icons/tank_7A_gold.png);
    }

.a-link-120-image {
    height: 120px;
    text-decoration: none !important;
}

    .a-link-120-image:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.a-link-100-image {
    width: 5.3vw;
    min-width: 100px;
    text-decoration: none !important;
}

    .a-link-100-image:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.a-link-60-image {
    height: 3.33vw;
    min-height: 40px;
    text-decoration: none !important;
    padding-top: 7px !important;
    padding-bottom: 0 !important;
}

.a-link-60-image-disabled {
    height: 3.33vw;
    min-height: 40px;
    text-decoration: none !important;
    pointer-events: none;
    cursor: default;
    padding-top: 7px !important;
    padding-bottom: 0 !important;
}

.a-link-60-image:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.inner {
    display: inline-block;
    vertical-align:middle;
    padding: 3px 5px;
}

.caption-main {
    font-size: 2.0em;
    cursor: pointer;
    color: black;
}

.caption_1_0_pointer {
    font-size: 1.0em;
    cursor: pointer;
    color: black;
}

.caption_narbar_pointer {
    cursor: pointer;    
}

.caption_narbar, .caption_narbar_pointer {
    font-size: 1.2em;
    vertical-align: bottom;
    color: black;
}

.caption_1_0 {
    font-size: 1.0em;
    color: black;
}

.caption_0_8_pointer {
    font-size: 0.8em;
    cursor: pointer;
    color: black;
}

.caption_0_8 {
    font-size: 0.8em;
    color: black;
}

.a-link-40-image {
    height: 40px;
    text-decoration: none !important;
}

.a-link-40-image-disabled {
    height: 40px;
    text-decoration: none !important;
    pointer-events: none;
    cursor: default;
}

.a-link-40-image:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.hr-aray {
    display: block;
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color: var(--arey-purple-color);
    opacity: 0.5;
}

.hr-line-base {
    margin-left: -40px!important;
    position: relative;
    z-index: 3!important;
}

.hr-line-full {
    width: calc(100%+40px);
}

.hr-line-wide {
    width: 75vw;
}

.hr-line-half {
    width: 45vw;
}

.hr-line-small {
    width: 30vw;
}

.hr-line-medium {
    width: 60vw;
}

.div-ourDesign-page4-1 {
    height: 180px;
    width: 100%;
    z-index: 4;
}

.div-ourDesign-page4-2 {
    background-color: #8c8047;
    height: 200px;
    z-index: 1;
}

.div-ourDesign-page5-1 {
    min-height: 280px;
    width: 100%;
    z-index: 4;
}

.div-ourDesign-page5-2 {
    background-color: #7a776d;
    min-height: 200px;
    z-index: 1;
}

.div-ourDesign-rysak1 {
    height: 180px;
    width: 100%;
    z-index: 4;
}

.div-ourDesign-rysak2 {
    background-color: #af9e48;
    height: 200px;
    z-index: 1;
}

.div-ourDesign-viterets1 {
    height: 180px;
    width: 100%;
    z-index: 4;
}

.div-ourDesign-viterets2 {
    background-color: #aba690;
    height: 200px;
    z-index: 1;
}

.div-ourDesign-arey1 {
    height: 180px;
    width: 100%;
    z-index: 4;
}

.div-ourDesign-arey2 {
    background-color: #c6c3ab;
    height: 200px;
    z-index: 1;
}

.div-ourDesign-akinak1 {
    height: 180px;
    width: 100%;
    z-index: 4;
}

.div-ourDesign-akinak2 {
    background-color: #9b4a32;
    height: 300px;
    z-index: 1;
}

.div-ourDesign-kw25-1 {
    min-height: 250px;
    width: 100%;
    z-index: 4;
}

.div-ourDesign-kw25-2 {
    background-color: #403662;
    height: 300px;
    z-index: 1;
}

.div-ourDesign-arey12-1 {
    height: 180px;
    width: 100%;
    z-index: 4;
}

.div-ourDesign-arey12-2 {
    background-color: #fecd00;
    height: 300px;
    z-index: 1;
}

.img-ourDesign-base {
    z-index: 4 !important;
    position: relative;
    -webkit-filter: drop-shadow(-4px 4px 10px rgba(0,0,0,1));
    filter: drop-shadow(-4px 4px 10px rgba(0,0,0,1));
}

.img-ourDesign-dana-main {
    right: 15px;
    margin-top: -30px;
    margin-bottom: -60px;
    width: 85%;
}

.img-ourDesign-trex-main {
    top: 100px;
    left: 50vw;
    height: 50vh;
    z-index: 4 !important;
    -webkit-filter: drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1));
    filter: drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1));
}

.img-ourDesign-trex-png1 {
    margin-top: -10vh;
    margin-left: -4vh;
    width: 100%;
    overflow: no-display;
}

.img-ourDesign-trex-png2 {
    margin-top: -30vh;
    margin-left: 8vw;
    width: 100%;
    overflow: hidden;
}

.img-ourDesign-trex-png3 {
    right: 50px;
    margin-top: -15vh;
    margin-left: 5vw;
    margin-bottom: -10vh;
    width: 90%;
    overflow: hidden;
}

.img-ourDesign-trex-png4 {
    right: 50px;
    margin-top: -10vh;
    margin-left: 10vh;
    width: 100%;
}

.img-ourDesign-trex-png5 {
    margin-top: -20vh;
    margin-bottom: 20vh;
    width: 100%;
}

.img-ourDesign-dana-png1 {
    margin-top: -10vh;
    margin-left: -4vh;
    width: 80%;
    overflow: no-display;
}

.img-ourDesign-dana-png2 {
    margin-top: 2vw;
    margin-left: 5vw;
    margin-bottom: -2vw;
    width: 90%;
    overflow: no-display;
}

.img-ourDesign-dana-png3 {
    margin-top: 5vh;
    margin-left: 5vw;
    width: 50%;
    overflow: no-display;
}

.img-ourDesign-dana-png4 {
    margin-top: -5vh;
    width: 100%;
    overflow: no-display;
}

.img-ourDesign-dana-png5 {
    margin-top: -35vh;
    width: 100%;
    overflow: no-display;
}

.img-ourDesign-dana-png6 {
    margin-top: -20vh;
    margin-left: -2vw;
    width: 70%;
    overflow: no-display;
}

.img-ourDesign-dana-png7 {
    margin-top: -10vh;
    margin-left: 2vw;
    margin-bottom: -10vh;
    width: 80%;
}

.img-ourDesign-don-png1 {
    margin-top: -10vh;
    width: 90%;
    overflow: no-display;
}

.img-ourDesign-don-png2 {
    margin-top: -15vh;
    width: 100%;
    overflow: no-display;
}

.img-ourDesign-don-png3 {
    margin-top: -20vh;
    width: 90%;
    overflow: no-display;
}

.img-ourDesign-rysak-png1 {
    margin-top: -10vh;
    width: 80%;
}

.img-ourDesign-rysak-png2 {
    margin-top: -2vh;
    width: 90%;
    transform: scale(-1, 1);
}

.img-ourDesign-rysak-png3 {
    width: 90%;
}

.img-ourDesign-sword-png1 {
    margin-top: -10vh;
    margin-bottom: 10vh;
    width: 90%;
}

.img-ourDesign-sword-png2 {
    margin-top: -20vh;
    margin-bottom: 20vh;
    width: 100%;
}

.img-ourDesign-checkmate-png1 {
    margin-top: -8vh;
    width: 80%;
}

.img-ourDesign-checkmate-png2 {
    width: 90%;
}

.img-ourDesign-eagle-eye-png1 {
    margin-top: -8vh;
    width: 70%;
}

.img-ourDesign-owl-eye-png1 {
    margin-top: -8vh;
    width: 90%;
}

.img-ourDesign-owl-eye-png2 {
    margin-top: -8vh;
    width: 90%;
    transform: scale(-1, 1);
}

.img-aboutus-photo1 {
    width: 100%;
    margin-top: 1vh;
    vertical-align: middle;
}

.img-aboutus-photo2 {
    width: 100%;
    margin-top: 1vh;
    vertical-align: middle;
}

.img-check {
    width: 40px;
}

.img-ourDesign-azovets-main {
    right: 10px;
    margin-top: -160px;
    width: 70%;
}

.img-ourDesign-azovochka-main {
    right: 10px; 
    margin-top: -40px; 
    width: 80%; 
}

.img-ourDesign-rysak-main {
    right: 10px; 
    margin-top: -60px;
    width: 85%;
}

.img-ourDesign-viterets-main {
    left: -100px; 
    margin-top: 50px; 
    width: 70%;
}

.img-ourDesign-arey-main {
    right: 10px; 
    margin-top: -160px;
    width: 70%;
}

.img-ourDesign-akinak-main {
    right: 10px; 
    margin-top: -200px;
    width: 70%;
}

.img-ourDesign-kw25-main1 {
    right: 10px;
    margin-top: -80px;
    width: 60%;
}

.img-ourDesign-kw25-main2 {
    right: 10px;
    margin-top: -120px;
    width: 60%;
}

.img-ourDesign-arey12-main {
    right: 10px; 
    margin-top: -80px;
    width: 70%;
}

.div-ourDesign-page2-2-prop {
    float: right; 
    margin: 7px 0 7px 7px;
    width: 35%;
    -webkit-filter: drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1));
    filter:         drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1)); 
}

.innovative-design-content {
    padding-left: 60px;
}

.div-ourDesign-page2-5-front_rt {
    width: 250%;
    margin-left: -200px;
    margin-top: -60px;
    z-index: 4 !important;
    position: relative;
    -webkit-filter: drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1));
    filter:         drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1)); 
}

.div-ourDesign-page2-5-rear {
    width: 250%;
    margin-left: -185px;
    margin-top: 65px;
    margin-bottom: -160px;
    z-index: 4 !important;
    -webkit-filter: drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1));
    filter:         drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1)); 
}

.div-ourDesign-page2-5-additional-features {
    margin-top: -60px;
}

.navbar-brand {
    z-index: 9999!important;
}

.nav > li {
    margin-right: 10px;
}

.div-ourDesign-page2-4-top-view {
    font-size: 1.0em; 
    margin-top: 50%
}

.div-ourDesign-page2-5-bottom-view {
    font-size: 1.0em; 
    margin-top: 50%
}

.div-ourDesign-page2-3-front {
    float: left; 
    margin: 7px 7px 7px 0;
    width: 35%;
    -webkit-filter: drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1));
    filter:         drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1)); 
}

.div-ourDesign-page2-4-acr_topa {
    margin-top: 30px; 
    z-index: 4 !important; 
    width: 90%;
    -webkit-filter: drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1));
    filter:         drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1)); 
}

.div-ourDesign-page2-4-acr-1 {
    width: 70%; 
    z-index: 4 !important; 
    position: relative;
    -webkit-filter: drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1));
    filter:         drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1)); 
}

.div-ourDesign-page2-5-bottomA {
    width: 70%; 
    margin-top: 30px; 
    z-index: 4 !important;
    -webkit-filter: drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1));
    filter:         drop-shadow(0.5em 0.5em 10px rgba(0,0,0,1)); 
}

div.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 6vw;
}

#circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;	
}

.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid #162534;
    border-top: 8px solid #09f;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    100% {transform: rotate(360deg);}
}

.modalwindow {
    position: fixed;
    display: none; /* Скрываем модальное окно по умолчанию */
    z-index: 9999;
    width: 500px;
    background: #FF5722;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.navbar-t-rex-img {
    height: 5.3vw;
    min-height: 100px;
}

.logo-label {
    font-family: "RobotoSlabBlack";
    font-size: 6vw;
    line-height: 0.8;
    color: white;
}

.tanks-logo {
    position: fixed;
    z-index: 15;
    opacity: 0.1;
    top: 5px;
    left: 5px;
    height: 4.33vw;
    min-height: 52px;
    vertical-align: top;
}

.div-areyLogo-content {
    position: fixed;
    z-index: 15;
    bottom: 20px;
    right: 20px;
}

.img-areyLogo-content {
    opacity: 0.3;
    width: 6.66vw;
    maxwidth: 80px;
    height: 6.66vw;
    maxheight: 80px;
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../Images/LogoElements/areslogo_w.png);
}

.about-us-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
    margin-top: 2vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.about-us-col {
    display: flex;
    flex-direction: column;
}

.eagle-eye-table-cell1 {
    width: 80%;
    margin-left: 1vw;
    margin-right: 2vw;
    text-align: left;
}

.eagle-eye-table-cell2 {
    width: 20%;
    margin-left: 1vw;
    margin-right: 1vw;
    text-align: left;
}

.eagle-eye-list {
    list-style: none;
    padding-left: 0;
}

    .eagle-eye-list li {
        position: relative;
        padding-left: 20px;
    }

        .eagle-eye-list li:before {
            content: '';
            width: 10px;
            height: 10px;
            position: absolute;
            background-image: url(../Images/Icons/TriangleY.png);
            background-size: cover;
            background-position: center;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

.owl-eye-list {
    list-style: none;
    padding-left: 0;
}

    .owl-eye-list li {
        position: relative;
        padding-left: 20px;
    }

    .owl-eye-list li:before {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        background-image: url(../Images/Icons/TriangleB.png);
        background-size: cover;
        background-position: center;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.about-us-appear {
    animation-name: appearAnimation;
    animation-duration: 1500ms;
    animation-fill-mode: forwards;
}

.about-us-paragraf {
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-transform: translate3d(0px, 50vh, 0);
    -moz-transform: translate3d(0px, 50vh, 0);
    transform: translate3d(0px, 50vh, 0);
    opacity: 0;
}

.about-us-img {
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-transform: translate3d(-50%, 50vh, 0) rotateX(-90deg);
    -moz-transform: translate3d(-50%, 50vh, 0) rotateX(-90deg);
    transform: translate3d(-50%, 50vh, 0) rotateX(-90deg);
    opacity: 0;
}

    .about-us-img.appeared {
        -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0) scale(1, 1);
        -moz-transform: translate3d(0px, 0px, 0px) rotateX(0) scale(1, 1);
        transform: translate3d(0px, 0px, 0px) rotateX(0) scale(1, 1);
    }

    .about-us-paragraf.appeared {
        -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0) scale(1, 1);
        -moz-transform: translate3d(0px, 0px, 0px) rotateX(0) scale(1, 1);
        transform: translate3d(0px, 0px, 0px) rotateX(0) scale(1, 1);
    }

@keyframes appearAnimation {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 1;
    }
}

.owl-eye-view {
    width: 0.83vw;
    height: 0.83vw;
    min-width: 10px;
    min-height: 10px;
    border-radius: 100%;
    border-color: var(--arey-yellow-color);
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin: 0.5vw;
    cursor: pointer;
}

.owl-eye-view:hover {
    background-color: white;
}

.owl-eye-view-selected {
    background-color: var(--arey-yellow-color);
    cursor: default;
}

.owl-eye-view-selected:hover {
    background-color: var(--arey-yellow-color);
}

.owl-eye-sword {
    width: 4.16vw;
    height: 4.16vw;
    min-width: 50px;
    min-height: 50px;
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}

.owl-eye-sword-back {
    background-image: url(../Images/Icons/Sword_back.png);
}

.owl-eye-sword-back:hover {
    background-image: url(../Images/Icons/Sword_back_outline.png);
}

.owl-eye-sword-back-disable {
    background-image: url(../Images/Icons/Sword_back_outline.png);
    cursor: default;
}

.owl-eye-sword-forward {
    background-image: url(../Images/Icons/Sword_forward.png);
}

.owl-eye-sword-forward:hover {
    background-image: url(../Images/Icons/Sword_forward_outline.png);
}

.owl-eye-sword-forward-disable {
    background-image: url(../Images/Icons/Sword_forward_outline.png);
    cursor: default;
}

.contactUsImg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--home-page-color);
    background-image: url(../Images/TANKs/19A2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.div-m-ourDesign {
    height: 100vmax;
    width: 100%;
    z-index: 4;
    margin: 0 !important;
    padding: 0 !important;
}

.img-ourDesign-m-trex-png1 {
    margin-top: -5vmax;
    margin-left: -2vmax;
    width: 90%;
    max-width: 50vmax;
}

.img-ourDesign-m-trex-png2 {
    margin-top: -5vmax;
    margin-left: 2vmax;
    width: 90%;
    max-width: 50vmax;
}

.img-ourDesign-m-trex-png3 {
    margin-top: -13vmax;
    width: 85%;
    max-width: 50vmax;
}

.img-ourDesign-m-trex-png4 {
    margin-left: 1vmax;
    margin-top: -3vmax;
    width: 100%;
    max-width: 50vmax;
}

.img-ourDesign-m-trex-png5 {
    margin-top: -15vmax;
    margin-left: 2vmax;
    width: 100%;
    max-width: 50vmax;
}

.img-ourDesign-m-dana-png1 {
    margin-top: 2vmax;
    margin-right: 2vmax;
    width: 100%;
    max-width: 50vmax;
}

.img-ourDesign-m-dana-png2 {
    padding-bottom: 3vmax;
    width: 80%;
    max-width: 50vmax;
}

.img-ourDesign-m-dana-png3 {
    padding-top: 2vmax;
    padding-bottom: 3vmax;
    width: 100%;
    max-width: 50vmax;
}

.img-ourDesign-m-dana-png4 {
    margin-top: -25vmax;
    width: 100%;
    max-width: 50vmax;
}

.img-ourDesign-m-dana-png5 {
    width: 100%;
    max-width: 50vmax;
    padding-bottom: 2vmax;
}

.img-ourDesign-m-dana-png6 {
    width: 100%;
    max-width: 50vmax;
    padding-top: 2vmax;
    padding-left: 2vmax;
    padding-bottom: 2vmax;
}

.img-ourDesign-m-don-png1 {
    margin-top: 2vmax;
    width: 90%;
    max-width: 50vmax;
}

.img-ourDesign-m-don-png2 {
    margin-top: -5vmax;
    width: 100%;
    max-width: 60vmax;
}

.img-ourDesign-m-don-png3 {
    margin-top: -10vmax;
    width: 100%;
    max-width: 50vmax;
    padding-bottom: 3vmax;
}

.img-ourDesign-m-rysak-png1 {
    margin-top: -15vmax;
    width: 100%;
    max-width: 50vmax;
    padding-bottom: 3vmax;
}

.img-ourDesign-m-rysak-png2 {
    margin-top: -2vmax;
    width: 90%;
    transform: scale(-1, 1);
    max-width: 50vmax;
    padding-bottom: 3vmax;
}

.img-ourDesign-m-rysak-png3 {
    width: 90%;
    max-width: 50vmax;
    padding-bottom: 4vmax;
}

.img-ourDesign-m-sword-png1 {
    margin-top: 3vmax;
    width: 90%;
    max-width: 50vmax;
    padding-bottom: 3vmax;
}

.img-ourDesign-m-sword-png2 {
    margin-top: -5vmax;
    width: 90%;
    max-width: 50vmax;
    padding-bottom: 3vmax;
}

.img-ourDesign-m-checkmate-png1 {
    margin-top: 3vmax;
    width: 90%;
    max-width: 50vmax;
    padding-bottom: 3vmax;
}

.img-ourDesign-m-eagle-eye-png1 {
    margin-top: 3vmax;
    width: 90%;
    max-width: 50vmax;
    padding-bottom: 3vmax;
}

.img-ourDesign-m-owl-eye-png1 {
    margin-top: 3vmax;
    width: 90%;
    max-width: 50vmax;
    padding-bottom: 3vmax;
}

.img-ourDesign-m-owl-eye-png2 {
    margin-top: 3vmax;
    width: 90%;
    max-width: 50vmax;
    padding-bottom: 3vmax;
}

.m-title-element {
    margin-top: 3vmax;
}

.m-title-icon {
    height: 7vmax !important; 
    width: 7vmax !important;
}

.m-title-label {
    margin-left: 0.5vmax;
    margin-top: 2.5vmax;
    margin-bottom: -2.5vmax;
}

.navbar-toggle {
    border: none !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: var(--arey-purple-color);
}

navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

#сlickAnywhereLabel {
    -webkit-animation: сlickAnywhereLabel 3s linear infinite;
    animation: сlickAnywhereLabel 3s linear infinite;
}
@-webkit-keyframes сlickAnywhereLabel {
    0% {
        color: rgba(34, 34, 34, 1);
    }

    50% {
        color: rgba(34, 34, 34, 0);
    }

    100% {
        color: rgba(34, 34, 34, 1);
    }
}
@keyframes сlickAnywhereLabel {
    0% {
        color: rgba(34, 34, 34, 1);
    }

    50% {
        color: rgba(34, 34, 34, 0);
    }

    100% {
        color: rgba(34, 34, 34, 1);
    }
}

.a-link-menu-image {
    text-decoration: none !important;
    padding-top: 7px !important;
    padding-bottom: 0 !important;
}

.a-link-menu-image-disabled {
    text-decoration: none !important;
    pointer-events: none;
    cursor: default;
    padding-top: 7px !important;
    padding-bottom: 0 !important;
}