@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Ultra.otf);
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat-light.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: Conundrum;
    src: url(../fonts/conundrum.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook img {
    width: 16px;
    height: 16px;
}

.icon-instagram img {
    width: 16px;
    height: 16px;
}

.icon-twitter img {
    width: 16px;
    height: 16px;
}

/* .icon-facebook:before {
  content: "\E902";
}

.icon-instagram:before {
  content: "\E903";
}

.icon-twitter:before {
  content: "\E904";
} */

.icon-youtube::before {
    content: "\E905";
}

.icon-hamburger:before {
    content: "\F10E";
}

.icon-hamburger::after {
    content: "\F109";
}

.icon-youtube-ads {
    content: "\E905";
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

a {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

li,
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input,
label,
select,
textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: 0 0;
    line-height: 1;
    font-size: 13px;
}

a.button:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

input,
textarea {
    box-sizing: content-box;
}

button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
select {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

::-webkit-search-decoration {
    display: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    overflow: visible;
    width: auto;
}

::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: 0 0;
}

textarea {
    vertical-align: top;
    overflow: auto;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select[multiple] {
    vertical-align: top;
}

.hidden-h1 {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.wrapper__header {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: 0 10px 20px #00004d;
    background-color: #007ec7;
    z-index: 100;
    width: 100%;
    height: 100%;
}

header {
    padding: 0 0.5rem;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    height: 76px;
}

header .header__logo {
    display: flex;
    width: 15%;
    position: relative;
}

header .header__logo img {
    align-self: center;
    display: block;
    max-width: 100%;
    position: absolute;
    top: 5%;
}

header .header__nav {
    height: 100%;
    display: flex;
    padding: 20px 0 0 0;
}

header .header__nav ul {
    display: flex;
    align-items: center;
}

header .header__nav ul li {
    margin-left: 0.5rem;
}

header .header__nav ul li:first-child {
    margin-left: 0;
}

header .header__nav ul li a {
    color: #fff;
    padding: 0.5rem;
    font-size: 2.4rem;
    text-shadow: 0 6px 4px transparent;
}

header .header__menu_mobile,
header .header__nav_mobile {
    display: none;
}

header .header__shaker {
    height: 100%;
    width: 40%;
    max-width: 540px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    background: url(/uploads/assets/media/header-right-splash.png) no-repeat
        left top transparent;
}

header .header__shaker .header__slogan,
header .header__shaker .header__slogan-cips {
    position: absolute;
    right: 0;
    top: 50%;
    text-align: right;
    transform: translateY(-50%);
}

header .header__shaker .header__slogan img,
header .header__shaker .header__slogan-cips img {
    max-width: 55%;
}

.wrapper__header:hover .header__slogan-cips {
    -webkit-animation: shake 0.5s;
    animation: shake 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    top: 0;
}

@media (max-width: 767px) {
    .wrapper__header {
        z-index: auto;
    }

    header .header__logo {
        min-width: 50%;
    }

    header .header__logo img {
        align-self: center;
        display: block;
        max-width: 65%;
        min-width: 125px;
        z-index: 12;
    }

    header .header__nav {
        display: none;
    }

    header .header__shaker {
        width: 70%;
    }

    header .header__shaker .header__slogan,
    header .header__shaker .header__slogan-cips {
        transform: translateY(-75%);
        left: -20%;
        top: 70%;
        text-align: center;
    }

    header .header__shaker .header__slogan img,
    header .header__shaker .header__slogan-cips img {
        max-width: 40%;
        min-width: 175px;
    }

    header .header__nav_mobile {
        position: absolute;
        top: 75px;
        background-color: #fff;
        width: 100vw;
        height: 145px;
        right: 0;
        display: flex;
        transition: opacity 0.5s ease-out;
        opacity: 0;
        z-index: 0;
    }

    header .header__nav_mobile ul {
        display: flex;
        flex-direction: column;
        width: inherit;
    }

    header .header__nav_mobile ul li a {
        color: #000;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .header__nav_mobile.opened {
        -webkit-transform: translate3d(0, 0, 0) !important;
        top: 75px;
        transition: opacity 0.5s ease-in;
        z-index: 11;
        opacity: 1;
        border-bottom-right-radius: 10px 10px;
        border-bottom-left-radius: 10px 10px;
    }

    header .header__menu_mobile {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 100%;
    }

    header .header__menu_mobile a {
        position: relative;
        display: block;
        width: 48px;
        height: 48px;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        font-size: 1.5rem;
    }

    header .header__menu_mobile a::after,
    header .header__menu_mobile a::before {
        transition: opacity 0.3s;
        font-size: 32px;
        line-height: 48px;
        color: #fff;
        text-align: center;
        font-family: icomoon;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    header .header__menu_mobile a::after {
        opacity: 0;
    }

    header .header__menu_mobile .opened::after {
        opacity: 1;
    }

    header .header__menu_mobile .opened::before {
        opacity: 0;
    }

    .wrapper__header:hover .header__slogan-cips {
        -webkit-animation: shake 0.5s;
        animation: shake 0.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        top: 18px;
    }
}

@-webkit-keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.wrapper__footer {
    background-color: #00253a;
}

footer {
    padding: 1.5rem 1.25rem;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    font-family: Montserrat;
}

footer .footer__links {
    display: flex;
    flex-flow: row wrap;
    width: 75%;
    align-items: baseline;
}

footer .footer__links ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

footer .footer__links ul li:first-child {
    margin-left: 0;
}

footer .footer__links ul li a {
    font-size: 0.75rem;
    text-transform: uppercase;
    outline: 0;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 5px;
}

footer .footer__links ul li a:hover {
    text-decoration: underline;
}

footer .footer__copyright {
    display: flex;
    align-items: center;
}

footer .footer__copyright p {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1rem;
}

footer .footer__social {
    display: flex;
    align-items: baseline;
    margin: 0 auto;
    min-width: 25%;
    justify-content: end;
    color: #fff;
    font-size: 0.75rem;
}

footer .footer__social a {
    width: 2rem;
    height: 2rem;
    display: block;
    border-radius: 50%;
    margin-left: 1rem;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    footer {
        height: auto;
        flex-direction: column;
    }

    footer .footer__links {
        width: 90%;
        margin: 0 auto;
        justify-content: center;
    }

    footer .footer__links ul {
        flex-flow: column;
    }

    footer .footer__links li {
        padding: 0.25rem;
    }

    footer .footer__social {
        justify-content: center;
        align-items: center;
    }

    footer .footer__social li a {
        width: 85%;
        font-size: 1rem;
    }

    footer .footer__social a {
        width: 5%;
    }
}

.section__mainpage .mainpage__content {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: -webkit-box;
    height: 100%;
    flex-direction: row;
    justify-content: center;
}

.section__mainpage .mainpage__content_left {
    width: 65%;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

.section__mainpage .mainpage__content_left .left-top {
    background: linear-gradient(to bottom, #00a9eb 0, #007ec7 100%);
}

.section__mainpage .mainpage__content_left .slider_options .tns-outer {
    width: 100%;
    position: relative;
}

.section__mainpage .mainpage__content_left .slider_options .tns-outer img {
    width: 100%;
    height: 100%;
}

.section__mainpage .mainpage__content_left .slider_options .tns-outer [hidden] {
    display: none;
}

.section__mainpage
    .mainpage__content_left
    .slider_options
    .tns-outer
    [aria-controls],
.section__mainpage
    .mainpage__content_left
    .slider_options
    .tns-outer
    [data-action] {
    cursor: pointer;
}

.section__mainpage .mainpage__content_left .slider_options .tns-outer button {
    display: none;
}

.section__mainpage
    .mainpage__content_left
    .slider_options
    .tns-outer
    .tns-inner {
    width: 100%;
    height: 100%;
    display: inherit;
}

.section__mainpage
    .mainpage__content_left
    .slider_options
    .tns-outer
    .tns-inner
    #tns1 {
    display: flex;
}

.section__mainpage
    .mainpage__content_left
    .slider_options
    .tns-outer
    .icon-youtube-ads {
    position: relative;
}

.section__mainpage
    .mainpage__content_left
    .slider_options
    .tns-outer
    .icon-youtube-ads::before {
    content: "\E905";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    font-size: 48px;
    color: #ff0b00;
    text-align: center;
    margin-top: 30%;
    margin-left: 0;
}
.slide {
    display: flex;
}
.slide a {
    position: relative;
    display: inline-block;
}
.slide img {
    width: 100%;
    display: block;
}

.section__mainpage .mainpage__content_left .left-bottom {
    min-height: 8vh;
    background: linear-gradient(to bottom, #0099dd 0, #007ec7 0%);
}

.section__mainpage .mainpage__content_right {
    width: 35%;
    background: linear-gradient(to bottom, #0099dd 0, #007ec7 0%);
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.section__mainpage .mainpage__content_right .right-top .image-box {
    display: flex;
    width: 100%;
    place-self: center;
    position: relative;
}

.section__mainpage .mainpage__content_right .right-top .image-box a {
    display: flex;
    overflow: hidden;
}

.section__mainpage .mainpage__content_right .right-top .image-box a h4 {
    text-align: center;
    font-family: Gotham;
    font-size: 2vw;
    top: 10%;
    position: absolute;
    width: 100%;
    color: #fff;
    z-index: 9;
}

.section__mainpage .mainpage__content_right .right-bottom .image-box .left {
  left: 35%;
  z-index: 0;
  max-width: 21%;
  position: absolute;
  top: 100px;
  transform: translateX(-50%);
  width: 100%;
}

.section__mainpage .mainpage__content_right .right-top .image-box a img {
    -webkit-transition: all 0.3s ease-in;
    width: 100%;
}

.section__mainpage .mainpage__content_right .right-bottom {
    position: relative;
    background: linear-gradient(to bottom, #00a9eb 0, #007ec7 100%);
}

.section__mainpage .mainpage__content_right .right-bottom .image-box {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section__mainpage .mainpage__content_right .right-bottom .image-box .left-1 {
    left: 20%;
    z-index: 0;
    max-width: 21%;
    position: absolute;
    top: 100px;
    transform: translateX(-50%);
    width: 100%;
}

.section__mainpage .mainpage__content_right .right-bottom .image-box .center {
    position: absolute;
    top: 80px;
    left: 53%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    max-width: 27%;
}

.section__mainpage .mainpage__content_right .right-bottom .image-box .right {
    left: 71%;
    z-index: 0;
    max-width: 21%;
    position: absolute;
    top: 100px;
    transform: translateX(-50%);
    width: 100%;
}

.section__mainpage .mainpage__content_right .right-bottom .image-box .right-1 {
    left: 85%;
    z-index: 0;
    max-width: 20%;
    position: absolute;
    top: 100px;
    transform: translateX(-50%);
    width: 100%;
}

.section__mainpage .mainpage__content_right .right-bottom .image-box h4 {
    text-align: center;
    font-family: Gotham;
    font-size: 2vw;
    top: 20px;
    position: absolute;
    width: 100%;
    color: #fff;
}

.section__mainpage .mainpage__content_right .right-bottom .image-box a {
    -webkit-transition: all 0.3s ease-in;
}

.section__mainpage .mainpage__content_right .right-bottom .image-box a img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in;
}

.section__mainpage
    .mainpage__content_right
    .right-bottom
    .image-box
    .left:hover {
    transform: translateX(-50%) scale(1.2);
    z-index: 5;
}

.section__mainpage
    .mainpage__content_right
    .right-bottom
    .image-box
    .left-1:hover {
    transform: translateX(-50%) scale(1.2);
    z-index: 5;
}

.section__mainpage
    .mainpage__content_right
    .right-bottom
    .image-box
    .center:hover {
    transform: translateX(-50%) scale(1.2);
}

.section__mainpage
    .mainpage__content_right
    .right-bottom
    .image-box
    .right:hover {
    transform: translateX(-50%) scale(1.2);
    z-index: 5;
}

.section__mainpage
    .mainpage__content_right
    .right-bottom
    .image-box
    .right-1:hover {
    transform: translateX(-50%) scale(1.2);
    z-index: 5;
}

@media (min-width: 1500px) {
    .section__mainpage .mainpage__content_right .right-bottom .image-box .left {
        top: 130px;
    }

    .section__mainpage
        .mainpage__content_right
        .right-bottom
        .image-box
        .left-1 {
        top: 130px;
    }

    .section__mainpage
        .mainpage__content_right
        .right-bottom
        .image-box
        .center {
        top: 110px;
    }

    .section__mainpage
        .mainpage__content_right
        .right-bottom
        .image-box
        .right {
        top: 130px;
    }
    
    .section__mainpage
        .mainpage__content_right
        .right-bottom
        .image-box
        .right-1 {
        top: 130px;
    }
}

@media (max-width: 767px) {
    .section__mainpage .mainpage__content {
        display: flex;
        flex-direction: column;
    }

    .section__mainpage .mainpage__content_left {
        width: 100%;
    }

    .section__mainpage .mainpage__content_left .left-bottom {
        flex-direction: column;
    }

    .section__mainpage .mainpage__content_left .left-bottom .image-box a h4 {
        font-size: 4vw;
    }

    .section__mainpage .mainpage__content_right {
        width: 100%;
    }

    .section__mainpage .mainpage__content_right .right-top .image-box a h4 {
        font-size: 26px;
    }

    .section__mainpage .mainpage__content_right .right-bottom {
        position: relative;
        height: 42vh;
    }

    .section__mainpage .mainpage__content_right .right-bottom .image-box h4 {
        font-size: 26px;
        top: 5%;
    }
}

.tns-outer {
    padding: 0 !important;
}

.tns-outer [hidden] {
    display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer;
}

.tns-slider {
    transition: all 0s;
}

.tns-slider > .tns-item {
    box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}

.tns-no-calc {
    position: relative;
    left: 0;
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important;
}

.tns-gallery > .tns-moving {
    transition: all 0.25s;
}

.tns-autowidth {
    display: inline-block;
}

.tns-lazy-img {
    transition: opacity 0.6s;
    opacity: 0.6;
}

.tns-lazy-img.tns-complete {
    opacity: 1;
}

.tns-ah {
    transition: height 0s;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.tns-fadeIn {
    opacity: 1;
    z-index: 0;
}

.tns-fadeOut,
.tns-normal {
    opacity: 0;
    z-index: -1;
}

.tns-vpfix {
    white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
    display: inline-block;
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}

.tns-t-ct {
    width: 2333.3333333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0;
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both;
}

.tns-t-ct > div {
    width: 1.4285714%;
    width: calc(100% / 70);
    height: 10px;
    float: left;
}

.tns-nav-active {
    background: #fff !important;
}

.tns-slider {
    transition: all 0s;
}

.tns-slider > .tns-item {
    box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}

.tns-no-calc {
    position: relative;
    left: 0;
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important;
}

.tns-gallery > .tns-moving {
    transition: all 0.25s;
}

.tns-autowidth {
    display: inline-block;
}

.tns-lazy-img {
    transition: opacity 0.6s;
    opacity: 0.6;
}

.tns-lazy-img.tns-complete {
    opacity: 1;
}

.tns-ah {
    transition: height 0s;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.tns-fadeIn {
    opacity: 1;
    z-index: 0;
}

.tns-fadeOut,
.tns-normal {
    opacity: 0;
    z-index: -1;
}

.tns-vpfix {
    white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
    display: inline-block;
}

.section__product .content {
    padding: 5% 0;
    line-height: 1;
    background-color: #007ec7;
    width: 100%;
    display: inline-block;
}

.section__product .content .leftSection {
    top: 50px;
    position: relative;
    width: 35%;
    display: inline-block;
}

.section__product .content .leftSection img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.section__product .content .leftSection img:hover {
    transform: scale(1.2);
    z-index: 5;
    left: 17%;
}

.section__product .content .rightSection {
    text-align: justify;
    width: 45%;
    color: #fff;
    float: right;
    margin-right: 15%;
    margin-left: 5%;
}

.section__product .content .rightSection h1 {
    font-size: 70px;
    text-align: center;
    line-height: 1;
}

.section__product .content .rightSection p {
    color: #fff;
    letter-spacing: 1px;
    font-size: large;
    line-height: 1;
    font-family: Montserrat;
    padding: 10px 0;
}

.section__product .content .rightSection table {
    border: #fff;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    font-family: Montserrat;
}

.section__product .content .rightSection table tbody tr td {
    border: 1px solid #fff;
}

.section__product .content .rightSection table thead tr th {
    border: 1px solid #fff;
}

table tr th {
    background: transparent;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
}
table tr td {
    text-align: center;
}

/* contact us page css */
.contact-us.content .text-content {
    width: 48%;
}

.contact-us.content .iletisim {
    display: flex;
    flex-direction: row;
}

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

/* about us page css */
.about-us.content p {
    text-align: center;
    padding: 0 1vh;
}

.container:has(.about-us),
.about-us.content {
    height: calc(100vh - 155px);
}

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

#menuToggle {
    width: min-content;
    height: min-content;
    display: block;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;

    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
  * Just a quick hamburger
  */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #fff;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* 
  * Transform all the slices of hamburger
  * into a crossmark.
  */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-8px, -13px);
}

/*
  * But let's hide the middle one.
  */
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
  * Ohyeah and the last one should go the other direction
  */
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-6px, 13px);
}

/*  */

#block-ruffles-tr-theme-mainpagecontent {
    background: linear-gradient(to bottom, #0099dd 0, #007ec7 0%);
    /* min-height: calc(100vh - 75px - 80px); */
}

@media (min-width: 767px) {
    footer .footer__links ul {
        padding-left: 60px;
    }
}

@media (max-width: 1023px) {
    .section__product .content .rightSection {
        width: 60%;
        margin-right: 5%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .section__product .content .leftSection {
        width: 100%;
        top: 0;
    }

    .section__product .content .rightSection {
        text-align: left;
        float: none;
        width: 90%;
        margin: 0 5%;
        padding: 0;
    }

    .section__product .content .rightSection p {
        letter-spacing: 1px;
    }

    .section__product .content .rightSection table {
        width: 100%;
    }
}

.section__products .content {
    background: linear-gradient(to bottom, #00a9eb 0, #007ec7 100%);
    display: flex;
    flex-direction: column;
}

.section__products .content .products_family {
    height: 125px;
}

.section__products .content .productSlider .controls {
    z-index: 10;
    position: absolute;
    display: flex;
    right: 0;
    padding: 30px 30px 0 0;
    width: 25%;
}

.section__products .content .productSlider .controls li {
    padding: 10px;
    outline: none;
}

.section__products .content .productSlider .controls li img {
    height: 75px;
}

@media (max-width: 767px) {
    .section__products .content .productSlider .controls li img {
        width: 100%;
        height: auto;
    }

    .section__products .content .productSlider .controls li {
        width: 50%;
    }
}

.section__products .content .productSlider .controls li img:hover {
    -webkit-animation: shake 0.5s;
    animation: shake 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    top: 0;
}

.section__products .content .products__family img {
    width: 120px;
    height: 100px;
}

.section__products .content h1 {
    height: 10vh;
    color: #fff;
    padding: 30px;
    font-size: 70px;
    text-align: center;
}

.section__products .content .slider_options .tns-outer {
    width: 100%;
    position: relative;
}

.section__products .content .slider_options .tns-outer img {
    width: 100%;
    height: 100%;
}

.section__products .content .slider_options .tns-outer [hidden] {
    display: none;
}

.section__products .content .slider_options .tns-outer [aria-controls],
.section__products .content .slider_options .tns-outer [data-action] {
    cursor: pointer;
}

.section__products .content .slider_options .tns-outer button {
    display: none;
}

.section__products .content .slider_options .tns-outer .tns-inner {
    width: 100%;
    height: 100%;
    display: inherit;
}

.section__products .content .slider_options .tns-outer .tns-inner #tns1 {
    display: flex;
}

.section__products .content .productSlider {
    height: auto;
}

.section__products .content .productSlider .products .item .productsContainer {
    left: -8%;
    position: relative;
    max-width: 730px;
    height: 600px;
    margin: 120px auto 0;
}

.section__products
    .content
    .productSlider
    .products
    .item
    .productsContainer
    .left-1 {
    top: 40px;
    max-width: 35%;
    left: 12%;
    z-index: 1;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
}

.section__products
    .content
    .productSlider
    .products
    .item
    .productsContainer
    .left {
    top: 40px;
    max-width: 35%;
    left: 41%;
    z-index: 1;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
}

.section__products
    .content
    .productSlider
    .products
    .item
    .productsContainer
    .center {
    max-width: 42%;
    z-index: 2;
    position: absolute;
    left: 72%;
    transform: translateX(-50%);
    width: 100%;
}

.section__products
    .content
    .productSlider
    .products
    .item
    .productsContainer
    .right {
    z-index: 1;
    left: 100%;
    top: 40px;
    width: 35%;
    max-width: 42%;
    position: absolute;
    transform: translateX(-50%);
}

.section__products
    .content
    .productSlider
    .products
    .item
    .productsContainer
    .right-1 {
    z-index: 0;
    left: 129%;
    top: 40px;
    width: 35%;
    max-width: 42%;
    position: absolute;
    transform: translateX(-50%);
}

.section__products
    .content
    .productSlider
    .products
    .item
    .productsContainer
    .left-1:hover {
    transform: scale(1.1);
    left: -6%;
    z-index: 6;
    transition: 0.2s;
}

.section__products
    .content
    .productSlider
    .products
    .item
    .productsContainer
    .left:hover {
    transform: scale(1.1);
    left: 22%;
    z-index: 6;
    transition: 0.2s;
}

.section__products
    .content
    .productSlider
    .products
    .item
    .productsContainer
    .center:hover {
    transform: scale(1.1);
    left: 50%;
    transition: 0.2s;
}

.section__products
    .content
    .productSlider
    .products
    .item
    .productsContainer
    .right:hover {
    transform: scale(1.1);
    left: 87%;
    z-index: 6;
    transition: 0.2s;
}

.section__products
    .content
    .productSlider
    .products
    .item
    .productsContainer
    .right-1:hover {
    transform: scale(1.1);
    left: 112%;
    z-index: 6;
    transition: 0.2s;
}

.section__products
    .content
    .productSlider
    .products
    .item
    .productsContainer
    a {
    color: #fff;
}

.section__products
    .content
    .productSlider
    .products
    .item
    .productsContainer
    a
    img {
    width: 100%;
}

.section__products
    .content
    .productSlider
    .products
    .item
    .productsContainer
    a
    .productName {
    position: absolute;
    font-size: 36px;
    top: -60px;
    width: 100%;
    text-align: center;
}

.section__products
    .content
    .productSlider
    .products
    .item
    .productsContainer
    a
    span {
    font-size: 40px;
}

@media (max-width: 1023px) {
    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .center
        .productName,
    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .left
        .productName,
    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .right
        .productName {
        font-size: 30px;
        top: -50px;
    }
}

@media (max-width: 767px) {
    /* MOBİL ÜRÜNER DÜZELTME */
    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .left-1:hover {
        transform: scale(1);
        left: 0;
        z-index: 6;
    }

    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .left-1 {
        top: 40px;
        max-width: 35%;
        left: 0;
        z-index: 1;
        position: absolute;
        transform: translateX(0);
        width: 120px;
    }

    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .left:hover {
        transform: scale(1) translateX(-50%);
        left: 36%;
        z-index: 6;
    }

    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .left {
        max-width: 41%;
        left: 36%;
        z-index: 1;
        position: absolute;
        transform: translateX(-50%);
        width: 142px;
    }

    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .center:hover {
        transform: scale(1) translateX(-50%);
        left: 67%;
    }

    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .center {
        max-width: 42%;
        z-index: 2;
        position: absolute;
        left: 67%;
        transform: translateX(-50%);
        width: 150px;
    }

    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .right:hover {
        transform: scale(1) translateX(-100%);
        left: 100%;
        z-index: 6;
    }

    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .right {
        z-index: 1;
        left: 100%;
        top: 40px;
        width: 120px;
        max-width: 42%;
        position: absolute;
        transform: translateX(-100%);
    }

    /* --------------------------- */
    .section__products .content .productSlider {
        height: 60vh;
    }

    .section__products .content .productSlider .controls {
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        padding: 0;
    }

    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .left
        .productName {
        text-align: center !important;
    }

    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .left-1
        .productName,
    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .center
        .productName,
    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .left
        .productName,
    .section__products
        .content
        .productSlider
        .products
        .item
        .productsContainer
        .right
        .productName {
        font-size: 20px;
        top: -25px;
    }

    .section__products .content h1 {
        font-size: 40px;
    }
}

.section__campaigns .campaigns__content {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    background-color: #007ec7;
}

.section__campaigns .campaigns__content h1 {
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 52px;
    text-align: center;
    padding: 5% 0 0 0;
}

.section__campaigns .campaigns__content .content--block {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0 0 2% 0;
}

.section__campaigns .campaigns__content .content--block-video {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.section__campaigns .campaigns__content .content--block-video a {
    text-align: -webkit-center;
}

.section__campaigns .campaigns__content .content--block-video a img {
    width: 80%;
}

.section__campaigns
    .campaigns__content
    .content--block-video
    a
    .icon-youtube-ads::before {
    content: "\E905";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    width: 50px;
    height: 50px;
    font-size: 60px;
    color: #212121;
    opacity: 0.9;
    text-align: center;
    margin-left: 0;
}

.section__campaigns
    .campaigns__content
    .content--block-video
    a
    .icon-youtube-ads:hover::before {
    color: #e2061a;
    opacity: 1;
}

.section__campaigns .campaigns__content .content--block-descr {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
}

.section__campaigns .campaigns__content .content--block-descr h2 {
    font-size: 1.5rem;
    font-family: Gotham;
    color: #fff;
}

.section__campaigns .campaigns__content .content--block-descr p {
    font-size: 1rem;
    font-family: Montserrat;
    color: #fff;
}

.section__campaigns .campaigns__content .content--block-twin {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 0 0 2% 0;
}

.section__campaigns
    .campaigns__content
    .content--block-twin
    .content--block-siblings {
    width: 48%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0 0 2% 0;
}

.section__campaigns
    .campaigns__content
    .content--block-twin
    .content--block-siblings
    .content--block-video {
    position: relative;
}

.section__campaigns
    .campaigns__content
    .content--block-twin
    .content--block-siblings
    .content--block-video
    a
    .icon-youtube-ads::before {
    content: "\E905";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    font-size: 60px;
    color: #212121;
    opacity: 0.9;
    text-align: center;
    margin-left: 0;
}

.section__campaigns
    .campaigns__content
    .content--block-twin
    .content--block-siblings
    .content--block-video
    a
    .icon-youtube-ads:hover::before {
    color: #e2061a;
    opacity: 1;
}

.section__campaigns
    .campaigns__content
    .content--block-twin
    .content--block-siblings
    .content--block-video
    a
    img {
    width: 100%;
}

.section__campaigns
    .campaigns__content
    .content--block-twin
    .content--block-siblings
    .content--block-descr {
    width: 100%;
}

@media screen and (min-width: 1400px) {
    .section__campaigns
        .campaigns__content
        .content--block
        .content--block-video
        a
        img {
        width: 100%;
    }

    .section__campaigns
        .campaigns__content
        .content--block
        .content--block-descr {
        width: 1280px;
    }

    .section__campaigns
        .campaigns__content
        .content--block-twin
        .content--block-siblings
        .content--block-descr {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .section__campaigns .campaigns__content h1 {
        width: 100%;
    }

    .section__campaigns .campaigns__content .content--block {
        width: 100%;
    }

    .section__campaigns
        .campaigns__content
        .content--block
        .content--block-video
        a {
        text-align: -webkit-center;
    }

    .section__campaigns
        .campaigns__content
        .content--block
        .content--block-video
        a
        img {
        width: 90%;
    }

    .section__campaigns
        .campaigns__content
        .content--block
        .content--block-descr {
        padding-top: 10px;
        width: 90%;
    }

    .section__campaigns
        .campaigns__content
        .content--block
        .content--block-descr
        h2 {
        font-size: 1rem;
    }

    .section__campaigns
        .campaigns__content
        .content--block
        .content--block-descr
        p {
        font-size: 0.8rem;
    }

    .section__campaigns .campaigns__content .content--block-twin {
        width: 90%;
        display: block;
    }

    .section__campaigns
        .campaigns__content
        .content--block-twin
        .content--block-siblings {
        width: 100%;
    }

    .section__campaigns
        .campaigns__content
        .content--block-twin
        .content--block-siblings
        .content--block-descr
        h2 {
        font-size: 1rem;
    }

    .section__campaigns
        .campaigns__content
        .content--block-twin
        .content--block-siblings
        .content--block-descr
        p {
        font-size: 0.8rem;
    }
}

/*! Lity - v2.4.1 - 2020-04-26 * http://sorgalla.com/lity/ * Copyright (c) 2015-2020 Jan Sorgalla;
Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: 0 !important;
}

.lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: 0 !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.lity-closed .lity-content,
.lity-loading .lity-content {
    transform: scale(0.8);
}

.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: -15%;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 70px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: 0 0;
    outline: 0;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 70px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: 0 0;
    outline: 0;
    box-shadow: none;
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}

.section__draftpage .content {
    background: linear-gradient(to bottom, #00a9eb 0, #007ec7 100%);
    display: flex;
    flex-direction: column;
    padding: 4vh 0;
}

.section__draftpage .content h1,
.section__draftpage .content h2,
.section__draftpage .content h3,
.section__draftpage .content h4,
.section__draftpage .content h5,
.section__draftpage .content h6 {
    height: auto;
    color: #fff;
    padding: 30px;
    text-align: center;
}

.section__draftpage .content h1 {
    font-size: 6vh;
    line-height: 6vh;
}

.section__draftpage .content h2 {
    font-size: 5vh;
    line-height: 5vh;
}

.section__draftpage .content h3 {
    font-size: 4vh;
    line-height: 4vh;
}

.section__draftpage .content h4 {
    font-size: 4vh;
    line-height: 4vh;
}

.section__draftpage .content h5 {
    font-size: 3vh;
    line-height: 3vh;
}

.section__draftpage .content h6 {
    font-size: 3vh;
    line-height: 3vh;
}

.section__draftpage .content .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    text-align: justify;
}

.section__draftpage .content .text-content p {
    font-family: Montserrat;
    padding: 1vh;
    color: #fff;
}

* {
    -webkit-box-sizing: border-box;
}

body {
    font-family: Conundrum;
    font-size: 16px;
}
