html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

main {
    display: block;
    overflow: hidden
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

* {
    font-family: Geometria, Arial, sans-serif;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none !important
}

h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    font-family: ProximaNova, Arial, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .7px
}

.title {
    color: #fff;
    letter-spacing: .7px;
    font-size: 33px;
    line-height: 1.8;
    padding: 0 10px;
}

a,
a:active,
a:hover {
    font-size: #fff
}

td,
textarea,
th {
    vertical-align: inherit
}

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

body {
    background: #000;
}

div, a, span, p, h1, h2, h3, h4, h5, h6, h7 {
    color: #fff;
    font-family: customFont, orig_pt_sans;
}

a {
    color: #fff;
    transition: color 0.4s ease 0s;
}

a:hover {
    color: #0A95BF;
}

.soft-hide {
    height: 0 !important;
    padding: 0 !important;
}

.block-scroll {
    overflow: hidden;
}

.z-navbar-wrapper {
    position: fixed;
    height: 88px;
    width: 100%;
    padding: 0 90px;
    background: #000;
    top: 0;
    left: 0;
    z-index: 99;
}

.z-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.z-navbar-logo {
    width: 140px;
    height: 88px;
    transition: all 0.5s;
    background: url(/wp-content/themes/t1prod/assets/img/logo_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.z-navbar-logo:hover {
    background: url(/wp-content/themes/t1prod/assets/img/logo_dark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.z-navbar-items li {
    display: inline-block;
    color: #fff;
    height: 30px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.4s ease 0s;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 30px;
    padding: 0 10px;
}

.z-navbar-items li.active {
    background-color: rgba(10, 149, 191, 1);
}

.z-navbar-items li.active a:hover {
    color: #fff;
}

.navbar-placeholder {
    height: 88px;
}

.info {
    max-width: 980px;
    margin: 0 auto;
}

.info--title {
    margin-top: 74px;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 1.5em;
    font-weight: 400;
}

.info--subtitle {
    font-size: 25px;
    line-height: 1.5em;
    color: #0A95BF;
    margin-bottom: 41px;
    font-weight: 400;
}

.info--text {
    max-width: 606px;
    font-size: 22px;
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 65px;
}

.info--link {
    display: block;
    font: italic normal normal 22px/1.4em customFont, orig_pt_sans;
    margin-bottom: 20px;
}

.products {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 65px 40px;
    background: #fff;
}

.products div,
.products a,
.products span {
    color: #000;
}

.products-item {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 25px;
    margin-bottom: 20px;
}

.products-item--img {
    width: 97px;
    height: 123px;
}

.products-item--img {
    transition: all 0.4s ease 0s;
}

.products-item:nth-of-type(1) .products-item--img {
    background: url('/wp-content/themes/t1prod/assets/img/tv.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.products-item:nth-of-type(1) .products-item--img:hover {
    background: url('/wp-content/themes/t1prod/assets/img/tv_blue.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.products-item:nth-of-type(2) .products-item--img {
    background: url('/wp-content/themes/t1prod/assets/img/things.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.products-item:nth-of-type(2) .products-item--img:hover {
    background: url('/wp-content/themes/t1prod/assets/img/things_blue.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.products-item:nth-of-type(3) .products-item--img {
    background: url('/wp-content/themes/t1prod/assets/img/motor.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.products-item:nth-of-type(3) .products-item--img:hover {
    background: url('/wp-content/themes/t1prod/assets/img/motor_blue.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.products-item--title {
    margin: 20px 0;
    font-weight: bold;
    font-size: 20px;
}

.products-item--text {
    font-size: 16px;
    line-height: 24px;
}

/* SWIPER */

.swiper-container {
    width: 100%;
    height: 491px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 410px;
    min-height: 320px;
    width: 100%;
}

.gallery-thumbs {
    height: auto;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-top .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 107px;
    cursor: pointer;
}

.gallery-top .swiper-slide:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: stretch;
    color: #fff;
}

.swiper-slide--subtitle,
.swiper-slide--name,
.swiper-slide--look,
.swiper-slide--all {
    z-index: 9;
}

.swiper-slide--subtitle {
    margin-bottom: 30px;
}

.swiper-slide--name {
    font-size: 58px;
    font-weight: bold;
    margin-bottom: 25px;
}

.swiper-slide--see {
    font-size: 18px;
    border-bottom: 2px solid #fff;
}

.swiper-slide--all {
    position: absolute;
    bottom: 56px;
    height: 51px;
    font-size: 14px;
    padding: 0 24px;
    border: 1px solid #fff;
    background: transparent !important;
    transition: opacity .2s;
    display: flex;
    align-items: center;
    border-radius: 999px;
    left: calc(50% - 145px / 2);
    cursor: pointer;

}

.swiper-slide--all.opened .swiper-slide--plus {
    transform: rotate(45deg);
}

.swiper-slide--plus {
    margin-left: 10px;
    margin-top: 3px;
    font-size: 32px;
    transition: all 0.3s;
}

.swiper-slide--play {
    font-family: icons;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    padding-left: 2px;
    border-color: #fff;
    border-width: 2px;
    font-size: 14px;
    margin-right: 11px;
}

.swiper-slide--play:before {
    content: "\e823";
}

.swiper-slide--img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-thumb {
    width: 100%;
}

.swiper-button-next {
    right: 30px;
}

.swiper-button-prev {
    left: 30px;
}

.swiper-button-next,
.swiper-button-prev {
    transform: scale(0.7);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 0.6;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    display: none;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    display: block;
}

.swiper-pagination {
    display: none;
}

/* SWIPER */

.contacts {
    display: flex;
    padding: 70px 10px;
    max-width: 980px;
    margin: 0 auto;
}

.contacts-info,
.contacts-form {
    width: 50%;
}

.contacts-info h2 {
    font-size: 35px;
    margin: 0;
}

.contacts-info h5 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 53px;
}

.contacts-mail {
    font-size: 20px;
}

.contacts-social {
    display: flex;
    justify-content: space-between;
    margin: 41px 0;
    width: 175px;

}

.contacts-social .vimeo,
.contacts-social .fb,
.contacts-social .insta {
    display: block;
    height: 25px;
    width: 25px;
}

.contacts-social .vimeo {
    background: url('/wp-content/themes/t1prod/assets/img/vimeo.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.contacts-social .fb {
    background: url('/wp-content/themes/t1prod/assets/img/fb.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.contacts-social .insta {
    background: url('/wp-content/themes/t1prod/assets/img/insta.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.contacts-copyright {
    color: #0A95BF;
}

.contacts-form form {
    display: flex;
    flex-direction: column;
}

.contacts-form h6 {
    font-size: 22px;
    margin-bottom: 22px;
    font-weight: 400;
}

.contacts-form {
    max-width: 325px;
}

.input-cont {
    height: 40px;
    margin-bottom: 32px;
}

.contacts-form .input {
    height: 100%;
    width: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    font: normal normal normal 14px/1.4em customFont;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-width: 1px;
    background-color: rgba(0, 0, 0, 1);
    box-sizing: border-box !important;
    color: #FFF;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    padding: 3px;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
}

.contacts-form .input-cont:last-of-type {
    margin-bottom: 10px;
}

.submit {
    height: 42px;
    color: #fff;
    background-color: rgba(10, 149, 191, 1);
    border: solid rgba(219, 217, 215, 1) 0px;
    cursor: pointer !important;
}


#menuToggle
{
    display: none;
    position: relative;
    top: 0;
    left: 60px;
    z-index: 999;
    -webkit-user-select: none;
    user-select: none;
}

#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: 9999; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}


#menuToggle span
{
    display: block;
    width: 29px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: rgba(10, 149, 191, 1);
    z-index: 999;
    transform-origin: 4px 0px;

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

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

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


#menuToggle input:checked ~ span
{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: rgba(10, 149, 191, 1);
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}


#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, -1px);
}


@media (max-width: 1060px) {

    .z-navbar-wrapper {
        position: absolute;
        padding-left: 15px;
    }

    #menuToggle {
        display: block;
    }

    .z-navbar-items.hide {
        display: none;
    }

    .z-navbar-items {
        position: absolute;
        display: flex;
        background: #000;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
    }

    .z-navbar-items ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-top: 100px;
    }

    .z-navbar-items li {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .z-navbar-items li.active {
        background: none;
    }

    .z-navbar-items li.active a {
        color: #0A95BF;
    }

    .z-navbar-items li.active a:hover {
        color: #0A95BF;
    }

}

@media (max-width: 600px) {

    .info {
        text-align: center;
    }

    .info--title {
        font-size: 29px;
        letter-spacing: 1.3px;
    }

    .info--subtitle {
        margin-bottom: 13px;
    }

    .info--text {
        max-width: 290px;
        margin: 0 auto;
        margin-bottom: 17px;
        text-align: center;
    }

    .swiper-slide--all {
        display: none;
    }

    .contacts {
        flex-direction: column;
    }

    .contacts-info,
    .contacts-form {
        width: 100%;
    }

    .contacts-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .contacts-info h5 {
        margin-bottom: 20px;
    }

    .contacts-social {
        margin: 20px 0;
    }

    .swiper-pagination {
        display: block;
    }

    .gallery-top .swiper-slide {
        padding: 0;
    }

    .swiper-slide--subtitle {
        display: none;
    }

    .swiper-slide--name {
        font-size: 22px;
        margin-bottom: 30px;
    }
}
