@font-face {
  font-family: 'Helveticaneuecyr-Light';
  src: url('../fonts/helveticaneuecyr_light.eot');
  src: url('../fonts/helveticaneuecyr_light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_light.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_light.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr-Roman';
  src: url('../fonts/helveticaneuecyr_roman.eot');
  src: url('../fonts/helveticaneuecyr_roman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_roman.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_roman.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr-Medium';
  src: url('../fonts/helveticaneuecyr_medium.eot');
  src: url('../fonts/helveticaneuecyr_medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_medium.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_medium.woff') format('woff');
        font-display: swap;
}


@font-face {
  font-family: 'Helveticaneuecyr-Bold';
  src: url('../fonts/helveticaneuecyr_bold.eot');
  src: url('../fonts/helveticaneuecyr_bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_bold.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_bold.woff') format('woff');
        font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

ul {
  list-style: none;
}

body {
  min-width: 330px;
  font-family: 'Helveticaneuecyr-Roman';
  font-weight: 100;
  -webkit-font-smoothing: antialised;
}

.ov-hid {
  overflow: hidden;
}

a {
  font-family: 'Helveticaneuecyr-Bold';
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: .3s;
}

a:hover {
  transition: .3s;
}

strong {
  font-family: 'Helveticaneuecyr-Bold';
}

img {
  display: block;
  max-width: 100%;
}

.container {
  position: relative;
  max-width: 1920px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media(max-width: 991px) {
  .container {
    max-width: 760px;
    padding: 0 15px;
  }
}

/*headings - begin*/
h1,h2,h3,h4,h5,h6 {
  font-family: 'Helveticaneuecyr-Bold';
  font-weight: 100;
  -webkit-font-smoothing: antialised;
}

@media(max-width: 991px) {
  h1,h2,h3,h4,h5,h6 {
    text-align: center;
  }
}

.fs-90 {
  font-family: 'Helveticaneuecyr-Bold';
  font-size: 90px;
  line-height: 0.9;
  text-transform: uppercase;
}

h1 {
  font-size: 70px;
  line-height: 0.95;
}

h2 {
  font-size: 50px;
  line-height: 1.1;
  text-transform: capitalize;
}

h3 {
  font-size: 40px;
  line-height: 1.2;
  text-transform: capitalize;
  margin-top: 35px;
}

h4 {
  font-size: 35px;
  line-height: 1.2;
  margin-top: 35px;
}

.fs-32 {
  font-size: 32px;
}

h5 {
  font-family: 'Helveticaneuecyr-Roman';
  font-size: 30px;
  line-height: 1.3;
  margin-top: 35px;
}

h6 {
  font-size: 25px;
  line-height: 1.3;
  text-transform: uppercase;
}

.sub-20 {
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 8px;
}

.d-block {
  display: block;
}

.orangec, .text-white .orangec {
  color: #f17c49;
}

.ff-roman {
  font-family: 'Helveticaneuecyr-Roman';
}

.ff-medium {
  font-family: 'Helveticaneuecyr-Medium';
}

.ff-bold {
  font-family: 'Helveticaneuecyr-Bold';
}

.text-sh {
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

.fs-150 {
  font-family: 'Helveticaneuecyr-Bold';
  font-size: 150px;
  line-height: 0.9;
}

.fs-110 {
  font-family: 'Helveticaneuecyr-Bold';
  font-size: 110px;
  line-height: 0.9;
}

h1:first-child, h2:first-child, h3:first-child,
h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

.text-cap {
  text-transform: capitalize;
}

@media(max-width: 1800px) {
  .fs-90 {
    font-size: 80px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 37px;
  }
  h4 {
    font-size: 31px;
  }
  .fs-32 {
    font-size: 29px;
  }
  h5 {
    font-size: 27px;
  }
  h6 {
    font-size: 21px;
  }
  br {
    display: none;
  }
}

@media(max-width: 1710px) {
  .fs-150 {
    font-size: 130px;
  }
  .fs-110 {
    font-size: 85px;
  }
  .fs-90 {
    font-size: 77px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 47px;
  }
}

@media(max-width: 1520px) {
  .fs-110 {
    font-size: 80px;
  }
  .fs-90 {
    font-size: 70px;
  }
  h1 {
    font-size: 57px;
  }
  h2 {
    font-size: 45px;
  }
}

@media(max-width: 1260px) {
  .fs-150 {
    font-size: 10vw;
  }
  .fs-110 {
    font-size: 70px;
  }
  .fs-90 {
    font-size: 60px;
  }
  h1 {
    font-size: 50px;
    line-height: 1;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 34px;
  }
  h4 {
    font-size: 28px;
  }
  .fs-32 {
    font-size: 27px;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 20px;
  }
}

@media(max-width: 991px) {
  .fs-110 {
    font-size: 55px;
    line-height: 1;
  }
  .fs-150 {
    font-size: 60px;
  }
  .fs-90 {
    font-size: 45px;
    line-height: 1;
  }
  h1 {
    font-size: 44px;
    line-height: 1.1;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 25px;
  }
  .fs-32 {
    font-size: 23px;
  }
  h6 {
    font-size: 19px;
  }
}

@media(max-width: 767px) {
  .fs-150 {
    font-size: 10vw;
  }
  .fs-110 {
    font-size: 43px;
  }
  .fs-90 {
    font-size: 42px;
    line-height: 1.1;
  }
  .slider .fs-90 {
    font-size: 34px;
  }
  h1 {
    font-size: 40px;
  }
  .slider h1 {
    font-size: 37px;
    line-height: 1.1;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 23px;
  }
  .fs-32 {
    font-size: 21px;
  }
  h3 {
    font-size: 27px;
  }
}

@media(max-width: 500px) {
  h1 {
    font-size: 38px;
  }
  .slider h1 {
    font-size: 25px;
  }
  .fs-110.long-word {
    font-size: 9vw;
  }
}
/*headings - end*/

/*text - begin*/
p, section li {
  font-size: 16px;
  color: #000;
  line-height: 1.85;
}

.whitec, .text-white p, section .text-white li, .text-white h1,
.text-white h2, .text-white h3, .text-white h4, .text-white h5,
.text-white h6 {
  color: #fff;
}

p {
  margin-top: 30px;
}

@media(max-width: 1500px) {
  p {
    margin-top: 25px;
  }
}

@media(min-width: 992px) and (max-width: 1260px) {
  p {
    font-size: 15px;
    line-height: 1.8;
  }
}

p:first-child {
  margin-top: 0;
}

section li {
  position: relative;
  min-height: 85px;
  line-height: 1.55;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  margin-top: 15px;
  padding: 27px;
  padding-left: 80px;
}

@media(max-width: 1700px) {
  section li {
    min-height: auto;
    padding: 23px;
    padding-left: 64px;
  }
}
/*1260*/
@media(max-width: 1600px) {
  section li {
    padding: 20px;
    padding-left: 50px;
  }
}

section li:first-child {
  margin-top: 0;
}

section li:before {
  content: url(../img/list.svg);
  width: 27px;
  position: absolute;
  left: 30px;
  top: 29px;
}

@media(max-width: 1700px) {
  section li:before {
    content: url(../img/list2.svg);
    left: 23px;
    top: 25px;
  }
}
/*1260*/
@media(max-width: 1600px) {
  section li:before {
    content: url(../img/list3.svg);
    width: 20px;
    left: 17px;
    top: 23px;
  }
}

.text-bold p, .text-bold li {
  font-family: 'Helveticaneuecyr-Bold';
}

.text-20 p, .text-20 li {
  font-size: 20px;
}

@media(max-width: 1700px) {
  .text-20 p, .text-20 li {
    font-size: 19px;
  }
}
/*1260*/
@media(max-width: 1600px) {
  .text-20 p, .text-20 li {
    font-size: 18px;
  }
}

@media(max-width: 767px) {
  .text-20 p, .text-20 li {
    font-size: 17px;
  }
}
/*text - end*/

.fl {
  display: flex;
  flex-wrap: wrap;
}

.va, .spb, .cent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.spb {
  justify-content: space-between;
}

.jc, .cent {
  justify-content: center;
}

.va-end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
/*header - begin*/
header {
  padding-top: 30px;
  padding-bottom: 20px;
}

@media(max-width: 1600px) {
  .header-logo img {
    max-height: 37px;
  }
}

@media(max-width: 991px) {
  header {
    padding-top: 20px;
  }
  .header-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-logo img {
    max-height: 35px;
  }
}

@media(max-width: 767px) {
  .logo-cont {
    width: 10%;
    flex: 1 1;
  }
  .header-logo img {
    max-height: 31px;
  }
}

.header-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.header-top p {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
}

@media(max-width: 1600px) {
  .header-top p {
    font-size: 18px;
  }
}

@media(max-width: 1260px) {
  .header-top p {
    font-size: 16px;
  }
}

.header-top p:after {
  content: '';
  width: 1px;
  height: 15px;
  border-right: 2px solid #000;
  margin: 0 12px 0 14px;
}

.header-top p:last-child:after {
  display: none;
}

.header-top a {
  color: #000;
}

.header-top a:hover {
  color: #f37239;
}

.call-us {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 10%;
  flex: 1 1;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  margin-left: 20px;
  margin-top: -4px;
  padding-bottom: 20px;
}

@media(max-width: 1600px) {
  .call-us {
    padding-bottom: 17px;
  }
}

@media(max-width: 991px) {
  .call-us {
    width: 100%;
    flex: none;
    justify-content: center;
    padding-top: 20px;
    margin-left: 0;
  }
}

.call-us p {
  margin-top: 4px;
}

@media(max-width: 767px) {
  .call-us p {
    width: 100%;
    text-align: center;
  }
  .call-us p:after {
    display: none;
  }
}

@media(max-width: 500px) {
  .call-us p {
     font-size: 15px;
  }
}

/*header - middle*/
.header-middle {
  padding: 25px 0;
}

@media(max-width: 1650px) {
  .header-middle {
    padding: 20px 0;
  }
}

@media(max-width: 1520px) {
  .header-middle {
    padding-bottom: 0;
  }
}

.accounts svg {
  height: 30px;
  fill: #000;
  transition: .3s;
}

.cart-icon-block {
  position: relative;
}

.accounts .cart-icon svg {
  height: 32px;
}

@media(max-width: 1650px) {
	.accounts svg {
    height: 27px;
  }
  .accounts .cart-icon svg {
    height: 29px;
  }
}

@media(max-width: 767px) {
	.accounts svg {
    height: 24px;
  }
  .accounts .cart-icon svg {
    height: 26px;
  }
}

.accounts a:hover svg {
  fill: #d23939;
  transition: .3s;
}

.cart-icon {
  position: relative;
}

.cart-count {
  position: absolute;
  right: -7px;
  top: -11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #f37239;
  border-radius: 50%;
  overflow: hidden;
}

.cart-count p {
  font-family: 'Helveticaneuecyr-Bold';
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

@media(max-width: 767px) {
  .cart-count {
    width: 20px;
    height: 20px;
  }
  .cart-count p {
    font-size: 11px;
  }
}

.accounts {
  padding-left: 25px;
}

@media(max-width: 767px) {
  .accounts {
    padding-left: 15px;
  }
}

.accounts a {
  margin-right: 26px;
}

@media(max-width: 1650px) {
  .accounts a {
    margin-right: 17px;
  }
}

@media(max-width: 767px) {
  .accounts a {
    margin-right: 10px;
  }
}

.accounts a:last-child {
  margin-right: 0;
}

.cart-chevron {
  width: 15px;
  fill: #000;
  margin-left: 10px;
}

@media(max-width: 767px) {
  .cart-chevron {
    width: 12px;
    margin-left: 5px;
  }
}

.accounts a:hover .cart-chevron {
  fill: #d23939;
}

/*header menus*/
.header-menus {
  position: relative;
  z-index: 8;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 12px;
}

@media(max-width: 1520px) {
  .header-menus {
    display: none;
  }
}

.main-menu {
  position: relative;
  width: 10%;
  flex: 1 1;
  background-color: #343434;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-left: 40px;
}

.main-menu:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0; 
  height: 65px;
  border-top: 65px solid #343434;
  border-right: 20px solid transparent;
}

.right-menu {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-right: 40px;
}

@media(max-width: 1800px) {
  .main-menu {
    padding-left: 30px;
  }
  .right-menu {
    padding-right: 30px;
  }
}

.header-menus a {
  display: flex;
  align-items: center;
  height: 65px;
  font-size: 20px;
  line-height: 1.3;
}

@media(max-width: 1800px) {
  .header-menus a {
    font-size: 17px;
  }
}

.header-menus .sub-menu a {
  transition: 0s;
}

.header-menus .sub-menu a:hover {
  transition: 0s;
}

.main-menu li {
  margin-right: 45px;
}

@media(max-width: 1800px) {
  .main-menu li {
    margin-right: 27px;
  }
}

.main-menu a {
  font-family: 'Helveticaneuecyr-Light';
  color: #fff;
  transition: 0s;
}

.main-menu a:hover {
  color: #f8b598;
  transition: 0s;
}

.main-menu a:hover:after {
  content: url(../img/chevron_lorange.svg);
  transition: 0s;
}

.has-children {
  position: relative;
}

.has-children a:after, .sidenav .has-children a:after {
  content: url(../img/chevron_white.svg);
  width: 10px;
  position: relative;
  top: -2px;
  margin-left: 8px;
}

.sidenav .has-children a:after {
  content: url(../img/chevron_black.svg);
  position: absolute;
  right: 15px;
  top: 8px;
}

li:not(.has-children) a:after {
  display: none;
}

.sub-menu {
  display: none;
  width: 330px;
  background-color: #343434;
  padding: 10px 0;
}

header .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
}

@media(max-width: 1800px) {
  .sub-menu {
    width: 270px;
  }
}

header .has-children:hover > .sub-menu {
  display: block;
}

.sub-menu li {
  margin-right: 0;
}

.sub-menu a {
  height: auto;
  padding: 10px 20px;
}

@media(max-width: 1800px) {
  .sub-menu a {
    padding: 8px 15px;
  }
}

.sub-menu a:hover {
  color: #000;
  background-color: #fff;
  transition: 0s !important;
}

.sub-menu .has-children a:after {
  content: url(../img/chevron_right_white.svg);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.sub-menu .has-children a:hover:after {
  content: url(../img/chevron_right_gray.svg);
}

.sub-menu .has-children a {
  padding-right: 35px;
}

.sub-menu .sub-menu {
  top: -10px;
  left: 100%;
  border-left: 1px solid rgba(255,255,255,0.2);
}

.right-menu {
  padding-left: 70px;
}

@media(max-width: 1800px) {
  .right-menu {
    padding-left: 50px;
  }
}

.right-menu a {
  font-family: 'Helveticaneuecyr-Medium';
  color: #000;
  transition: .3s;
}

.right-menu a:hover {
  color: #f37239;
  transition: .3s;
}

.right-menu li {
  position: relative;
  display: flex;
  align-items: center;
}

.right-menu li:after {
  content: '';
  height: 19px;
  width: 1px;
  border-right: 2px solid #000;
  margin: 0 16px 0 18px;
}

.right-menu li:last-child:after {
  display: none;
}

/*mobile menu*/
.menu-burger {
  display: none;
  align-items: center;
  margin-left: 20px;
}

@media(max-width: 1520px) {
  .menu-burger {
    display: flex;
  }
}

.menu-burger svg {
  width: 35px;
  height: 35px;
  fill: #000;
  transition: .3s;
}

.menu-burger svg:hover {
  fill: #f37239;
  transition: .3s;
}

/*sidenav*/
.sidenav {
  min-width: 330px;
  position: fixed;
  top: 0;
  left: -430px;
  z-index: 100000;
  width: 100%;
  max-width: 420px;
  background: #fff;
  overflow: auto;
  transition: 0.3s;
}

.sidenav-block {
  height: 100vh;
  width: 100%;
}

.sidenav-border {
  width: 100%;
  border-right: 1px solid rgba(0,0,0,0.2);
  padding-bottom: 30px;
}

@media(min-width: 1521px) {
  .sidenav {
    display: none;
  }
}

.sidenav a {
  font-family: 'Helveticaneuecyr-Light';
  font-size: 16px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.sidenav-tab {
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding-right: 55px;
}

.sidenav-tab .sidenav-menu svg {
  width: 22px;
  height: 22px;
  fill: #000;
  margin-right: 8px;
  transition: .3s;
}

.sidenav-tab a:hover svg, .sidenav-tab a.active svg {
  fill: #fff;
  transition: .3s;
}

.sidenav-tab a {
  height: 60px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Helveticaneuecyr-Medium';
  color: #000;
  border-right: 1px solid rgba(255,255,255,0.7);
}

.tab-item:nth-child(2) {
  border-right: 0;
}

.sidenav-tab a:hover, .sidenav-tab a.active {
  color: #fff;
  background-color: #000;
}

.sidenav-content {
  padding-top: 20px;
}

.sidenav .closebtn {
  width: 55px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0,0,0,0.1);
  border: 0;
  border-left: 1px solid rgba(0,0,0,0.1);
}

.sidenav .closebtn:hover {
  color: #fff;
  background-color: #f37239;
}

.tab-content {
  padding: 0 12px;
}

.tab-content ul {
  width: 100%;
}

.tab-content li {
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.2);
}

.tab-content .sub-menu:first-child {
  border-top: 0;
}

.tab-content li:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.tab-content .has-children li:last-child {
  border: 0;
}

.tab-content a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  padding: 8px 0;
}

.tab-content .sub-menu .has-children > a {
  font-family: 'Helveticaneuecyr-Bold';
}

.sidenav .sub-menu {
  display: none;
  background-color: #eeeeee;
  padding: 0;
}

.sidenav .has-children.show .sub-menu {
  display: block;
}

.sidenav .sub-menu a {
  padding-left: 15px;
  padding-right: 15px;
}

.sidenav .sub-menu .sub-menu {
  padding: 0 15px;
}

.sidenav .social-media {
  display: flex;
  padding: 20px 15px 0 15px;
}
/*header - end*/

/*social media - begin*/
.social-media {
    margin-top: -12px;
}

@media(max-width: 767px) {
  .social-media {
    display: none;
  }
}

.social-media a {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 7px rgba(0,0,0,0.12);
    border-radius: 50%;
    margin-top: 12px;
    margin-right: 15px;
}

header .social-media a:last-child {
  margin-right: 0;
}

@media(max-width: 1700px) {
  .social-media a {
    width: 46px;
    height: 46px;
  }
}

.social-media a, .social-media a svg {
    transition: .2s;
}

.social-media a:hover, 
.social-media a:hover svg {
    transition: .2s;
}

.social-media svg {
    height: 20px;
    fill: #f37239;
}

@media(max-width: 1700px) {
  .social-media svg {
    height: 19px;
  }
}

.social-media a:hover {
  background-color: #f37239;
}

.social-media a:hover svg {
  fill: #fff;
}
/*social media - end*/






