/*
Theme Name: Gvardiya
Theme URI: https://gvardiya.com/
Description: Theme for Gvardiya
Author: Khomrach
Author URI: http://factory-sites.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Gvardiya
*/
@font-face {
  font-family: "ANC-D";
  font-display: swap;
  src: local("ANC-D"), local("AvenirNextCyr-Demi"), url("fonts/AvenirNextCyr-Demi.woff") format("woff");
  font-weight: "500";
}
@font-face {
  font-family: "ANC-H";
  font-display: swap;
  src: local("ANC-H"), local("AvenirNextCyr-Heavy"), url("fonts/AvenirNextCyr-Heavy.woff") format("woff");
  font-weight: "900";
}
@font-face {
  font-family: "ANC-B";
  font-display: swap;
  src: local("ANC-B"), local("AvenirNextCyr-Bold"), url("fonts/AvenirNextCyr-Bold.woff") format("woff");
  font-weight: "700";
}
@font-face {
  font-family: "ANC-L";
  font-display: swap;
  src: local("ANC-L"), local("AvenirNextCyr-Light"), url("fonts/AvenirNextCyr-Light.woff") format("woff");
  font-weight: "300";
}
@font-face {
  font-family: "ANC-R";
  font-display: swap;
  src: local("ANC-R"), local("AvenirNextCyr-Regular"), url("fonts/AvenirNextCyr-Regular.woff") format("woff");
  font-weight: "400";
}
:root {
  --white: #ffffff;
  --text: #0d0e0f;
  --blue: #0b3be2;
  --border: #9F9F9F;
  --text-brand-bg: #f4f4f4;
  --text-brand: #5f5f5f;
  --text-brand-hover: #9b9b9b;
  --availability: #b5b5b5;
  --old-price: #a4a4a4;
  --sale: #ffbd7d;
  --discount: #fff43e;
  --comment-border: #ebebeb;
  --max-width: 1600px;
  --header-height: 170px;
  --footer-height: 60px;
  --pd-35: 35px;
  --pd-25: 25px;
  --m80: 80px;
  --m40: 40px;
  --m20: 20px;
  --m15: 15px;
}

@media only screen and (max-width: 1440px) {
  :root {
    --pd-35: 30px;
    --pd-25: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  :root {
    --single-product-right-side: 330px;
    --pd-35: 25px;
    --pd-25: 18px;
  }
}
@media only screen and (max-width: 992px) {
  :root {
    --single-product-right-side: 100%;
    --pd-35: 20px;
    --pd-25: 14px;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --header-height: 250px;
    --pd-35: 16px;
    --pd-25: 8px;
    --m80: 50px;
    --m40: 25px;
    --m20: 12px;
    --m15: 8px;
  }
}
@media only screen and (max-width: 479px) {
  :root {
    --pd-35: 12px;
    --pd-25: 6px;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-appearance: none !important;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

div, span, section, ul, li, a {
  width: auto;
  height: auto;
  box-sizing: border-box;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

body {
  font-size: 100%;
  font-family: "ANC-R";
  color: var(--white);
  background-color: var(--text);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

input,
textarea,
button {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

/***************************************************************************************************/
header {
  width: 100%;
  height: var(--header-height);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px var(--pd-35) 0px var(--pd-35);
}
@media only screen and (max-width: 768px) {
  header {
    padding: var(--pd-35) var(--pd-35) var(--pd-35) var(--pd-35);
  }
}
header .header {
  width: 100%;
  max-width: var(--max-width);
  height: auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  header .header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.logo {
  width: 86px;
  height: 130px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .logo {
    width: 86px;
    height: 130px;
    margin-bottom: calc( var(--pd-35)*2 );
  }
}
.logo svg {
  width: 86px;
  height: 130px;
}

.email {
  display: flex;
  align-items: center;
}
.email a {
  font-family: "ANC-D";
  font-size: 17px;
  line-height: 100%;
  text-decoration: none;
  transition: 0.5s;
  color: var(--white);
}
.email a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--white);
  position: absolute;
  bottom: -3px;
  z-index: 1;
}
.email a:hover {
  color: var(--text-brand);
}

.container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0px var(--pd-35) 0px var(--pd-35);
}
@media only screen and (max-width: 768px) {
  .container {
    margin-bottom: 40px;
  }
}

.container__video-block {
  width: 100%;
  max-width: var(--max-width);
  height: auto;
  display: flex;
  flex-direction: column;
}
.container__video-block .container__video-iframe {
  width: 100%;
  height: calc( var(--max-width)/2 );
  display: block;
  z-index: 5;
}
@media only screen and (max-width: 1200px) {
  .container__video-block .container__video-iframe {
    height: calc( 50vw - var(--pd-35) );
  }
}
.container__video-block .container__video-iframe video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container__video-block .container__video-img {
  top: 0px;
  position: absolute;
  width: 100%;
  height: calc( var(--max-width)/2 );
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--text);
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .container__video-block .container__video-img {
    height: calc( 50vw - var(--pd-35) );
  }
}
.container__video-block .container__video-img .container__video-img-play-botton {
  width: 80px;
  height: 56px;
  display: block;
}
@media only screen and (max-width: 479px) {
  .container__video-block .container__video-img .container__video-img-play-botton {
    width: 60px;
    height: 42px;
  }
}
.container__video-block .container__video-img .container__video-img-play-botton .play-0 {
  transition: 0.5s;
  fill: var(--white);
}
.container__video-block .container__video-img .container__video-img-play-botton .play-1 {
  transition: 0.5s;
  fill: var(--text);
}
.container__video-block .container__video-img .container__video-img-play-botton:hover .play-0 {
  transition: 0.5s;
  fill: var(--text-brand-hover);
}
.container__video-block .container__video-img .container__video-img-play-botton:hover .play-1 {
  transition: 0.5s;
  fill: var(--white);
}

.title-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0px var(--pd-35) 0px var(--pd-35);
}
.title-wrap .title {
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  font-family: "ANC-D";
  font-size: 70px;
  line-height: 100%;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .title-wrap .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .title-wrap .title {
    margin-top: 0px;
    font-size: 30px;
  }
}

footer {
  width: 100%;
  height: var(--footer-height);
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "ANC-L";
  font-size: 15px;
  line-height: 100%;
  color: var(--white);
}