:root {
    --c-dark-grey: #2a2a2a;
    --c-light-grey: #9d9d9d;
    --c-orange: #fd7e0d;
    --c-main: #b73b31;
    --c-sub: #2a2a2a;

    --sys-background-color: #fff;
    --sys-font-color: #232323;
    --sys-font-size: 15px;

}
* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
}
body {
    font-size: var(--sys-font-size);
    color: var(--sys-font-color);
    line-height: 1.8em;
    font-weight: 400;
    background: var(--sys-background-color);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Segoe UI', sans-serif;
    /*background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='50px' width='120px'><text x='0' y='15' fill='red' font-size='20'>I love SVG!</text></svg>");*/
}
h2, .h2 {
    font-size: 36px;
}
a:hover {
    text-decoration: none;
    cursor:pointer;
}
a i {
    color: var(--c-main);
}
ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}
.main-menu-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.main-menu .navigation > li {
    position: relative;
    text-align: left;
    padding-right: 10px;

    display: inline-block;
}
.main-header {
    position: relative;
    width: 100%;
    z-index: 9999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0 0 11px 3px #cccccc;
    background: #fff;
}
.main-menu .navigation > li > a,
.link-button .social-links > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: 600;
    opacity: 1;
    padding: 32px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background: #fff;
    transition: all 500ms ease;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    box-shadow: 0 0 11px 3px #cccccc;
}
.link-button .social-links li {
    display: inline-block;
    margin-left: 25px;
}
.btn-style-one {
    display: inline-block;
    padding: 20px 70px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 100px;
    color: #fff;
    background-color: var(--c-main);
    text-transform: uppercase;
}

.___bgtext::after {
     content: attr(data-bgtext);
     font-size: 357px;
     color: #a3a1a1;
     opacity: 0.065;
     left: 0;
     right: 0;
     width: 100%;
text-align: center;
     top: 0;
     line-height: 357px;
     position: absolute;
     z-index: -1;

}
/*.btn-style-one {*/
/*    display: inline-block;*/
/*    text-decoration: none;*/
/*    cursor: pointer;*/
/*    border: 0;*/
/*    background: var(--c-main);*/
/*    color: #fff;*/
/*    font-size: 14px;*/
/*    letter-spacing: .11em;*/
/*    text-transform: uppercase;*/
/*    font-weight: 700;*/
/*    padding: 23px 65px;*/
/*    border-radius: 100px;*/
/*    -webkit-transition: .25s all ease;*/
/*    -o-transition: .25s all ease;*/
/*    transition: .25s all ease;*/
/*}*/
.btn-style-one:hover {
    color:#fff;
}
.slider-section,
.tech-section,
.specs-section,
.equip-section,
.photo-section,
footer{
    padding-top: 130px;
}
.cta-section {
    padding-top: 50px;
}
h2.section-title {
    margin-top: 0px;
}

p.section-text {
    font-size: 16px;
    line-height: 24px;
}
img.o-borderred {
    border: 2px solid var(--c-sub);
}

/*slider section*/
.slider-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.slider-heading h1 {
    font-size: 3.8em;
}
.slider-sub h3 {
    font-size: 2.3em;
    color: var(--c-main);
}
.slider-text  {
    margin: 30px 0;
}
.slider-text p {
    font-size: 16px;
    line-height: 24px;
}

/*tech section*/
.tech-info {
    margin-bottom: 30px;
}
.grid-item-wrap {
    border: 2px solid var(--c-sub);
    padding: 15px;
}
.grid-item {
    margin-bottom: 30px;
}
.grid-item img {
    width: 100%;
    margin:0px;
}
.grid-item-heading {
    color: var(--c-main);
    font-size: 21px;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
    min-height: 60px;
}
.grid-item-text {
    text-align: center;
    margin-top: 15px;
    line-height: 26px;
    font-size: 14px;
}


/*cta section*/
.cta-section .section-title,
.cta-section .section-sub {
    text-align: center;
}
.cta-section .section-sub {
    margin: 20px 0;
}
.cta-section .form-control::placeholder {
    color: var(--c-dark-grey);
}
.cta-section .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 25px 0;
    font-size: 16px;
    line-height: 1.42857143;
    color: var(--c-dark-grey);
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: none;
    -o-transition: none;
    border: unset;
    transition: none;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 25px;
}
.cta-section .form-control:focus {
    border-bottom-color: var(--c-main);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
form#cta-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
.cta-section .cta-wrapper {
    padding: 30px 0 70px 0;
}
.cta-section label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: unset;
    font-weight: unset;
    color: var(--c-light-grey);
    position: absolute;
    top: -16px;
}
.cta-section .cta-form-input {
    /*position: relative;*/
}
.cta-section .terms, .cta-section .terms a {
    color: var(--c-light-grey);
    font-size: 15px;
    line-height: 22px;
}
.cta-section .terms {
    margin-top: 10px;
    position: absolute;
}
.cta-section .terms a {
    font-weight: bold;
    text-decoration: underline;
}
.equip-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.equip-item-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-between;

}
.equip-adit-img img {
    width: 250px;
}
.equip-adit-item {
    margin-bottom: 50px;
}
.section-button {
    text-align: center;
    margin: 50px 0;
}
.slick-arrow {
    position: absolute;
    top: 45%;
    font-size: 25px !important;
    color: var(--c-main);
}
.slick_new_arrow_left {
    left: -75px;
}
.slick_new_arrow_right {
    right: -75px;
}
.slick-arrow:hover {
    color: #262220;
}
.specs-tables .table * {
    border: unset;
}
.specs-tables .table {
    margin-bottom: 25px;
}
.specs-tables .table thead tr th{
    border-bottom: 1px solid #787878;
    padding-left: 0px
}
.specs-tables .table tbody tr td:first-child {
    border-right: 1px solid #787878;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 450px;
}
.specs-tables .table tbody tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.specs-icons {
    text-align: center;
    margin-top: 35px;
}
.specs-item {
    margin-bottom: 100px;
}


