:root {
  /*--color-primary: #0a9cd7;*/
  --color-primary: #2dc0f6;
  --color-second: #f1801a;
  --color-dark: #444444;
  --color-gray: #717171;
  --color-light-gray: #cdced0;
  --color-white: #fff;
  --color-almost-white: #f8f8f8;
  --color-primary-dark: #222c3e;
  --background-color-light-blue: #f7f9fe;
  --background-color-blue: #87abfb;
  --font-primary: 18px;
  --input-bg: #e4ebf6;
}
html {
  font-family: 'Segoe UI';
  font-size: var(--font-primary);
}
body {
  color: #666;
  cursor: default;
  overflow-x: hidden;
  background-color: #fff;
  min-width: 320px;
}
a {
  color: var(--color-dark);
  transition: color 0.2s ease-in-out;
  outline: none !important;
}
a:hover, a:focus, a.active {
  color: var(--color-primary);
  text-decoration: none !important;
}
.frontpage #content {
  margin-top: 0px;
}
.frontpage > .uk-container-xlarge {
/*  max-width: 100%;*/
}
#topmenu {
  position: relative;
  z-index: 1;
  margin: 0;
}
.wpcf7-response-output::before {
  content: "Спасибо!";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  font-size: 40px;
  font-family: "Century Gothic";
}
.wpcf7-response-output {
  position: relative;
  font-family: "Century Gothic";
  font-size: 26px;
  border: none !important;
}
header {
  padding: 30px 0;
}
footer {
  margin: 140px 0 10px;
}
.menu_prod {
  position: relative;
}
.menu_prod::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  box-shadow: 0px 1px 0px 0px #444;
  left: 50%;
  transform: translate(-50%,20px);
  animation: flyupdown 2s ease-in-out infinite;
}
.menu_prod:hover::after {
  box-shadow: 0px 1px 0px 0px var(--color-primary);
  animation: flyupdown 2s ease-in-out infinite;
}

@keyframes flyupdown {
0% {
  transform: translate(-50%,20px);
}
100% {
  transform: translate(-50%,30px);
  opacity: 0;
}
}
.font-weight-600 {
  font-weight: 600;
}
.mod-menu > li {
  display: block;
  padding: 0 20px;
  text-transform: uppercase;
  transform: scale(1, 1.2);
}
.mod-menu > li:last-child {
  padding: 0 0 0 20px;
}
.mod-menu > li > a, .mod-menu__heading {
  font-size: 14px;
  font-weight: bold;
}
.mod-menu__sub > li {
  transform: scale(1, 0.8);
}
.nav-item.parent {
  color: #252525;
  transition: color 0.2s ease-in-out;
  position: relative;
}
.nav-item.parent:hover {
  cursor: pointer;
  color: #0a9cd7;
  text-decoration: underline;
}
.mod-menu__sub {
  transition: opacity 0.2s cubic-bezier(.79,.14,.15,.86), visibility 0.2s cubic-bezier(.79,.14,.15,.86);
  position: absolute;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  padding: 20px 40px;
  background-color: #f2f2f2;
  border-radius: 3px;
  color: #fff;
  text-transform: none;
  box-shadow: 0px 4px 4px -3px rgba(0,0,0,0.2);
  text-align: right;
  right: 0;
  white-space: nowrap;
}
.mod-menu > .nav-item.parent:hover > .mod-menu__sub {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
.main-card * {
  transition: all 0.2s ease-in-out;
}
.main-card a {
  background-color: #f9f9f9;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  height: 100%;
}
.main-card a > div {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.main-card a > div > img {
  transform: scale(0.9);
  transition: all 0.4s ease-in-out;
}
.main-card div[class^="main-card-"] {
  width: 100%;
  height: 100%;
  background-size: 80%;
  transition: all 0.4s ease-in-out;
}
.main-card div[class^="main-card-"]:hover {
  background-size: 85%;
}
.main-card-8 {
  background: transparent url("/wp-content/themes/otick/images/card-8.png") top right no-repeat;
}
.partner-list li img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.2s ease;
}
.partner-list li:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.title-line::after {
    content: "";
    width: 60px;
    height: 1px;
    right: -80px;
    top: 50%;
    position: absolute;
    background-color: #999;
}
.title-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #2dc0f6;
    border-radius: 10px;
    margin-top: -6px;
}
.title-line {
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}
.play-video {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/otick/images/play-video.png") no-repeat scroll 0 0;
    height: 68px;
    position: relative;
    width: 68px;
    display: block;
}
.play-video:hover {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/otick/images/play-video.png") no-repeat scroll -80px 0;
}
.play-video:not(:focus)::after {
	border: 2px solid #2dc0f6;
	border-radius: 50%;
	content: "";
	height: 68px;
	position: absolute;
	transform: scale(1);
	opacity: 1;
	width: 68px;
  top: -2px;
  left: -2px;
	animation: borderanimate 2s ease-in-out infinite;
}
@keyframes borderanimate {
 0% {
	 opacity: 0;
	 transform: scale(1);
 }
 25% {
	 opacity: 1;
}
 55% {
	 opacity: 0;
	 transform: scale(1.3);
}
 100% {
	 opacity: 0;
	 transform: scale(1.3);
 }
}
#product_name span {
  background-image: linear-gradient(180deg, #ddd 0%, #eee 50%, transparent 54%, transparent 100%);
  background-size: 100% 15%;
  background-repeat: repeat-x;
  background-position: left 0% bottom 10%;
}
.sub_menu {
  margin-top: -110px;
}
.sub_menu .category-item-list {
  padding: 20px 0;
  margin: 0;
  background-color: #e8f2fb;
  font-weight: 600;
}
.sub_menu .category-item-list > li {
  display: block;
  padding: 0 10px;
}
.sub_menu .category-item-list > li a {
  color: #6d6d6d;
}
.sub_menu .category-item-list > li a:hover, .sub_menu .category-item-list > li a:focus{
  color: var(--color-primary);
}
.sub_menu .category-item-list .current_item {
  box-shadow: 0px 2px 0px 0px var(--color-primary);
}
.sub_menu .category-item-list .current_item a {
  color: var(--color-primary);
}
.supsystic-table tr:first-child td, .supsystic-table tr:last-child td {
  border-bottom: 1px solid #ccc !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}
.supsystic-table tr:not(:first-child) td:hover {
  /*background-color: #057abf !important;
  color: #fff;
  transition: all 0.2s ease-in-out;*/
}
.supsystic-table tr, .supsystic-table td {
/*  transition: all 0.2s ease-in-out;*/
}
.supsystic-table tr:hover {
/*  background-color: #dff1fb !important; */
}
.fast_order_form textarea {
  background-color: transparent;
  border: none;
  box-shadow: 0 1px 1px -1px #333 !important;
  width: 100%;
  height: 260px;
  resize: none;
}
.wpcf7-response-output {
  text-align: center;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="date"], .wpcf7-form input[type="time"], .wpcf7-form select, .wpcf7-form input[type="email"] {
  background-color: transparent;
  border: none;
  box-shadow: 0 1px 1px -1px #333;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  top: 1px;
  left: 0;
  border: none;
  width: auto;
  font-size: 14px;
}
.btn_fill_color {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background: -webkit-linear-gradient(left, #04a1e3, #28bdef);
  background: -o-linear-gradient(left, #04a1e3, #28bdef);
  background: linear-gradient(to right, #04a1e3, #28bdef);
  padding: 15px 30px;
  border-radius: 30px;
  box-shadow: 0 10px 25px -15px #2dc0f6;
  transition: all 0.2s ease-in-out;
}
.btn_fill_color:hover, .btn_fill_color:focus {
  box-shadow: 0 0 0 2px #2dc0f6 inset;
  background: #fff;
  color: var(--color-primary) !important;
  cursor: pointer;
}
.btn_fill_color_second {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background: -webkit-linear-gradient(left, #f1801a, #ea9a52);
  background: -o-linear-gradient(left, #f1801a, #ea9a52);
  background: linear-gradient(to right, #f1801a, #ea9a52);
  padding: 15px 30px;
  border-radius: 30px;
  box-shadow: 0 10px 25px -15px #f1801a;
  transition: all 0.2s ease-in-out;
}
.btn_fill_color_second:hover, .btn_fill_color_second:focus {
  box-shadow: 0 0 0 2px #f1801a inset;
  background: #fff;
  color: var(--color-second) !important;
  cursor: pointer;
}
.btn_fill {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background-color: #2dc0f6;
  border: none;
  background-image: linear-gradient(to right, #04a1e3, #28bdef);
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: bold;
  position: relative;
  box-shadow: 0 10px 25px -15px #2dc0f6;
  transition: all 0.3s ease-in-out;
}
.btn_fill:hover {
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 0 2px #2dc0f6 inset;
  color: #2dc0f6 !important;
  cursor: pointer;
}
.wpcf7-spinner {
  transform: translateY(-38px);
}
.shine {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.shine:after {
  content: "";
  height: 200px;
  position: absolute;
  top: 0;
  transform: rotate(-30deg);
  width: 200px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -moz-animation-name: shine;
  -webkit-animation-name: shine;
  animation-name: shine;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes shine {
  0% {
    opacity: 1;
    left: -230px;
  }
  100% {
    opacity: 0;
    left: 120%;
  }
}
@keyframes hscroll {
    0% {
      transform: translateX(0px);
      opacity: 0.5;
    }
    25% {
      transform: translateX(20px);
      opacity: 1;
    }
    50% {
      transform: translateX(-20px);
    }
    80% {
      transform: translateX(0px);
      opacity: 1;
    }
    100% {
      transform: translateX(0px);
      opacity: 0.5;
    }
}
#topmenu .sub-menu {
	list-style: none;
	list-style: none;
	position: absolute;
	padding: 15px 50px;
	background-color: #f8f8f8;
	opacity: 0;
	transform: translateY(-10px);
	visibility: hidden;
	box-shadow: 3px 3px 10px -5px #000,-3px -1px 10px -5px white;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
}
#topmenu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
#topmenu .sub-menu a {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 5px 0;
  text-transform: lowercase;
}
#topmenu .sub-menu a:before {
  content: "";
  width: 7px;
  height: 2px;
  background-color: #2dc0f6;
  left: -30px;
  top: 20px;
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#topmenu .sub-menu a:hover::before {
  opacity: 1;
  left: -20px;
  background-color: #2dc0f6;
}
#topmenu .sub-menu a:hover {
  color: #333 !important;
}
.calc-table th, .calc-table .table_caption {
  font-size: var(--font-primary);
  text-transform: none;
  font-weight: 600;
  color: var(--color-dark);
  white-space: nowrap;
}
.calc-table td {
  white-space: nowrap;
}
.cat_title {
  font-size: calc(var(--font-primary) * 3);
  font-weight: 600;
  color: var(--color-dark);
  margin-top: 18px;
}
.hscroll {
  height: auto;
  background: none;
}
figure.item-image {
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
figure.item-image img {
  margin-top: 0;
}
.menu_mobile {
  background: url("/wp-content/themes/otick/images/menu.svg") center center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.menu_mobile:hover {
  cursor: pointer;
}
.main_logo {
  width: 200px;
  height: auto;
}
.toggle-menu-wrapper {
  background-color: #f7f7f7;
}
.uk-offcanvas a {
  color: #c8d8ea;
  margin-bottom: 8px;
  font-size: calc(var(--font-primary) + 2px);
}
.uk-offcanvas .uk-nav-sub {
  background-color: var(--color-dark);
  border-radius: 5px;
}
#category_menu, #category_menu li {
  margin: 0;
}
#category_menu > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
#category_menu .sub-menu {
  padding-left: 30px;
  list-style: none;
}
.uk-list-hyphen>::before{
	content: '–\00A0\00A0';
}
#category_menu .sub-menu li:before {
  content: '–\00A0\00A0';
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right;
}
.input-wrapper {
  background-color: var(--input-bg);
  border-radius: 30px;
  padding: 3px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.input-wrapper .input_item {
  border-radius: 30px;
  padding: 7px 0;
  color: #718096;
}
.input-wrapper div:not(.selector):hover {
  cursor: pointer;
}
.selector {
  position: absolute;
  background-color: #fff;
  height: 41px;
  width: 0;
  z-index: -1;
  border-radius: 30px;
  left: 3px;
  transition: all 0.3s ease-in-out;
}
.input_item:first-letter {
  text-transform: uppercase;
}
figure.item-image {
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 30px;
  box-sizing: border-box;
}
figure.item-image img {
  /*box-shadow: -5px 5px 25px -20px rgba(0,0,0,0.8);
  border-radius: 7px;*/
  background-color: #e4ebf6;
  width: 100%;
}
.waiting {
  display: block;
  padding-top: 28px;
}
#status {
  text-align: center;
  min-height: 81px;
  margin-bottom: 40px;
}
#status.status_empty {
  min-height: 0px;
  margin-bottom: 0px;
}
#status .total_cost {
  display: inline;
  font-size: calc(var(--font-primary)*3);
  font-weight: 600;
  position: relative;
  color: #718096;
}
#status .total_cost:after {
  content: " ₽";
  font-weight: 300;
  font-size: 40px;
}
#toggle-menu, #toggle-menu-2 {
  margin-top: 0px;
  margin-bottom: 10px;
   position: fixed;
   width: 100%;
   top:  205px;
   left: 50%;
   transform: translate(-50%, 0%);
	z-index:100;
	background-color: #FFF;
}
.left-pan {
  position: relative;
}
.left-pan::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20%;
  width: 200%;
  height: 100%;
  /*box-shadow: 0px 0px 10px -3px inset;*/
  /*background: linear-gradient(136deg, #e7c95b, #e7c95b, #85b3cb, #a4bf6d, #a4bf6d, #e264a0, #e264a0);*/
  background: linear-gradient(136deg, #f66345, #f66345);
  background-size: 1400% 1400%;
}
@-webkit-keyframes AnimationName {
   0%{background-position:4% 0%}
   50%{background-position:97% 100%}
   100%{background-position:4% 0%}
}
@-moz-keyframes AnimationName {
   0%{background-position:4% 0%}
   50%{background-position:97% 100%}
   100%{background-position:4% 0%}
}
@-o-keyframes AnimationName {
   0%{background-position:4% 0%}
   50%{background-position:97% 100%}
   100%{background-position:4% 0%}
}
@keyframes AnimationName {
   0%{background-position:4% 0%}
   50%{background-position:97% 100%}
   100%{background-position:4% 0%}
}
.uk-modal-dialog {
   background: -moz-linear-gradient(-45deg, #feffff 0%, #eaf3f7 100%);
}
.additional_info {
  background-color: #f4f7fb;
  box-shadow: 5px 0px 0px #0aa6e5;
  padding: 10px;
}
.order_summary {
  background-color: var(--input-bg);
  padding: 40px;
  border-radius: 30px;
}
.get_price {
  padding-top: 18px;
  display: block;
  font-size: calc(var(--font-primary)*1.5);
}
.divider-vertical {
  height: 100%;
  width: 1px;
  background-color: #becde4;
}
.icon-pdf {
  padding-left: 40px;
  background: url("/wp-content/themes/otick/images/pdf.svg") left center no-repeat;
  background-size: auto;
  background-size: 30px;
  height: 30px;
  display: inline-block;
}
.switcher {
  padding: 0;
}
.switcher li {
  list-style: none;
  padding: 0px 20px;
}
.switcher li:first-child {
  padding-left: 0;
}
.switcher a {
  color: #837c77;
  font-size: calc(var(--font-primary)*1.3);
  font-weight: 600;
  text-transform: uppercase;
}
.switcher .uk-active a {
  color: #8fbf2d;
}
#map1,#map2,#map3 {
  height: 500px;
}
.map_wrapper {
  position: relative;
}
.map_wrapper::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 100px;
  width: 200%;
  height: 640px;
  background: linear-gradient(136deg, #f66345, #f66345);
  background-size: 1400% 1400%;
  -webkit-animation: AnimationName 220s ease infinite;
  -moz-animation: AnimationName 220s ease infinite;
  -o-animation: AnimationName 220s ease infinite;
  animation: AnimationName 220s ease infinite;
}
.switcher-title {
  text-transform: uppercase;
  font-size: calc(var(--font-primary)*0.8);
  font-weight: 600;
  color: #9b9b9b;
}
.switcher-descr {
  font-weight: 600;
}
.icon-map {
  background: url("/wp-content/themes/otick/images/icon-map.svg") center center no-repeat;
  background-size: 50px;
  width: 80px;
  height: 80px;
}
.icon-phone {
  background: url("/wp-content/themes/otick/images/icon-phone.svg") center center no-repeat;
  background-size: 50px;
  width: 80px;
  height: 80px;
}
.icon-mail {
  background: url("/wp-content/themes/otick/images/icon-mail.svg") center center no-repeat;
  background-size: 50px;
  width: 80px;
  height: 80px;
}
.icon-clock {
  background: url("/wp-content/themes/otick/images/icon-clock.svg") center center no-repeat;
  background-size: 50px;
  width: 80px;
  height: 80px;
}
.tabs li > div {
  padding: 20px;
  border-radius: 25px;
}
.tabs li.uk-active > div {
  background-color: #e4ebf6;
}
.tabs li:hover > div {
  cursor: pointer;
  box-shadow: 0px 0px 1px 2px #e4ebf6 inset;
}







@media (max-width: 1199px) {
  .map_wrapper:before {
    content: none;
  }
  .cat_title {
    font-size: calc(var(--font-primary) * 2);
    margin-top: 28px;
  }
  .sub_menu {
    margin-top: -80px;
  }
  .mod-menu > li {
    padding: 0 15px;
  }
  .mod-menu > li:last-child {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 959px) {
  .sub_menu {
    margin-top: 0px;
    padding: 0 30px;
  }
  .main_logo {
    width: 170px;
  }
  .frontpage #content {
    margin-top: -45px;
  }
  figure.item-image img {
    margin-top: -25%;
    width: 100%;
  }
  figure.item-image {
    max-height: 300px;
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .left-pan::before {
    content: none;
  }


}
@media (max-width: 639px) {
  :root {
    --font-primary: 16px;
  }
  .sub_menu, header {
    padding: 30px 15px !important;
  }
  .hscroll {
    margin-top: 30px;
    background: url("/wp-content/themes/otick/images/hscroll.svg") center center no-repeat;
    width: auto;
    height: 40px;
    background-size: 40px;
    transform: translateX(0);
    animation-duration: 3s;
    animation-name: hscroll;
    animation-iteration-count: infinite;
  }
  .item_card {
    margin-top: 0 !important;
    padding-top: 0;
  }
  .main_logo {
    width: 140px;
  }
  .main-card a {
    height: 66vw;
  }
  .main-card a > div {
    /*height: 66vw !important;*/
  }
  .main-card a > div > img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .main-card-8 {
    background-size: 50% !important;
  }
  .main-card a > div > .uk-position-bottom {
    /*background-color: rgba(255,255,255,0.5);*/
  }
  .input-wrapper .input_item {
    padding: 8px 0 9px;
  }
}
@media (max-width: 480px) {
  :root {
    --font-primary: 14px;
  }
  .main-card a {
  /*  height: 230px;*/
  border-radius: 7px;
  }
  .input-wrapper .input_item {
    padding: 10px 0;
  }
}


@media (min-width: 960px) {
  .main-card-8-wrapper {
    max-height: 650px;
  }
  .main-card-6-wrapper, .main-card-7-wrapper {
    max-height: 318px;
  }
}
@media (min-width: 640px) {
  .main-card a:hover > div > img {
    transform: scale(1);
  }
}

/* Custom styles */

.map-mobile {
  position: relative;
  @media (min-width: 1200px) {
    display: none;
  }
}

.map-desktop {
   position: relative;
  @media (max-width: 1199px) {
     display: none;
  }
}

.header-fixed{
   position: fixed;
   width: 100%;
   top: 100px;
   left: 50%;
   transform: translate(-50%, -50%);
	z-index:100;
	background-color: #FFF;
}

#content {
	margin-top: 300px;
}

.sub-header {
   padding: 20px 0;
   border-bottom: 1px solid #e63315;

    @media (max-width: 959px) {
     display: none;
  }
}

.header-contacts {
  display: flex;

   @media (max-width: 959px) {
     display: none;
  }
}

.header-contacts__mails {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}

.header-contacts__mails .fast-button {
  color: white;
  background-color: #e63315;
  border: none;
  border-radius: 10px;
  padding: 8px;
}

.header-contacts__mails a {
  color: #e63315;
}

.header-contacts__phones {
  display: flex;
  flex-direction: column;

  margin-right: 15px;
}

.header-contacts__socials {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.main-page-container {
  display: flex;

    @media (max-width: 959px) {
     flex-direction: column;
  }
}

.main-page-container__second-column {
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  @media (max-width: 959px) {
     margin: 0;
  }
}




/*
a {
  color: #c2a35c;
  text-decoration: none;
}
input {
  outline: none !important;
}
a:hover, a:focus {
  color: #baad7b;
  text-decoration: none;
  transition: all 0.2s easy-in-out;
}
#content a:not(.btn_fill_color,.btn_border_color):hover, #content a:not(.btn_fill_color,.btn_border_color):focus {
  text-decoration: underline;
}
.header_big {
  font-family: "MontserratBold";
  font-size: 48px;
  position: relative;
  line-height: 54px;
  z-index: 1;
}
.font-12 {
  font-size: 12px;
}
.font-20 {
  font-size: 20px;
}
.font-26 {
  font-size: 26px;
}
.font-36 {
  font-size: 36px;
}
.color_white {
  color: #fff !important;
}
.color_dark {
  color: #2f302f !important;
}
.color_sand {
  color: #c2a35c !important;
}
.topmenu_wrapper {
  background-color: rgba(47,48,47,0.6);
  z-index: 2;
  margin-bottom: -130px;
}
.topmenu_wrapper.uk-sticky-fixed {
  background-color: rgba(47,48,47,1);
}
.years {
  width: 200px;
  margin-left: 100px;
}
#page .topmenu_wrapper a:not(.btn_border_color), .topmenu_wrapper a:hover:not(.btn_border_color) {
  color: #c2a35c;
}
.product-quantity .input-text.qty {
  padding: 5px;
  font-size: 20px;
}
.woocommerce-privacy-policy-text {
  font-size: 14px;
}
#main_slideshow {
  background-color: #bbb;
}
#services .uk-card img {
  width: 100px;
}
#sticky_menu {
  position: fixed;
  z-index: 999;
  right: 0;
  transform: translateY(165px);
  width: 450px;
  -ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
#sticky_menu .btn_fill_color {
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  text-transform: none;
}
#sticky_menu .btn_fill_color:hover, #sticky_menu .btn_fill_color:focus {
  background-color: #2f302f;
}
#page:not(.frontpage) #sticky_menu {
  display: none;
}
.add_to_cart_button {
	background: transparent url("/wp-content/themes/ritus/images/addtocart.svg") center center no-repeat;
	background-size: 30px;
	display: block;
	width: 30px;
	height: 30px;
  border-radius: 4px;
  padding: 4px;
  transform: translateY(-2px);
  font-size: 0;
	transition: all 0.2s ease-in-out;
}
.add_to_cart_button:hover {
  background: #eff5f2 url("/wp-content/themes/ritus/images/addtocart.svg") center center no-repeat;
  background-size: 30px;
}
.added_to_cart {
  background: transparent url("/wp-content/themes/ritus/images/addedtocart.svg") center center no-repeat;
	background-size: 30px;
	display: block;
	width: 30px;
	height: 30px;
  border-radius: 4px;
  padding: 4px;
  transform: translateY(-2px);
  font-size: 0;
	transition: all 0.2s ease-in-out;
}
.added_to_cart:hover {
  background: #eff5f2 url("/wp-content/themes/ritus/images/addedtocart.svg") center center no-repeat;
  background-size: 30px;
}

#topmenu li a {
  padding: 25px 5px;
  color: #fff !important;
  margin: 0 10px;
  box-sizing: content-box;
  position: relative;
  transition: 0.2s;
  text-transform: none;
  font-size: 20px;
}
#topmenu li a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #c2a35c;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
#topmenu li:not(.menu-item-has-children) a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
#whatdo {
  background-color: #2f302f;
  color: #fff;
}
#request {
  background-color: #2f302f;
  color: #fff;
  position: relative;
}
#main_about {
  box-shadow: 0 9px 10px -10px rgb(47, 48, 47) inset;
  position: relative;
  z-index: 1;
}
#footer_contact > div > div {
  background-color: #c2a35c;
}
#testimonial {
  background: url("/wp-content/themes/ritus/images/testimonials_bg.webp") top center no-repeat;
  background-size: cover;
  width: 100%;
}
.uk-dotnav > * > * {
  width: 20px;
  border-radius: 20px;
  border: 1px solid rgb(102, 102, 102);
}
.uk-dotnav > .uk-active > * {
  background-color: rgba(255,255,255,0.5);
}
.header_bg {
  background: url("/wp-content/themes/ritus/images/slide-1.webp") top -100px center no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 100px;

}
.main_about_bg {
  background: url("/wp-content/themes/ritus/images/main-about-bg.webp") 0 0 no-repeat;
  background-size: auto;
  height: 550px;
  background-size: contain;
}
.divider_vertical {
  height: 160px;
  border: none;
  border-left: 1px solid #4d4d4c;
}
.divider {
  border: none;
  border-top: 1px solid #4d4d4c;
  margin: 0;
}
.btn_border_color {
  color: #fff;
  text-transform: uppercase;
  border: solid #c2a35c;
  padding: 15px 40px;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}
.btn_border_color:hover, .btn_border_color:focus {
  background-color: #c2a35c;
  color: #2f302f;
  cursor: pointer;
}

.wpfFilterButton, .wpfClearButton {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border: solid #c2a35c;
  background: #c2a35c;
  padding: 10px 20px;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}
.wpfDisplay {
  font-size: 18px;
}
.wpfFilterContent ul input[type="checkbox"] {
  transform: translateY(-3px);
}
.wpfFilterButton:hover, .wpfFilterButton:focus, .wpfClearButton:hover, .wpfClearButton:focus {
  background-color: #fff;
  color: #c2a35c !important;
  cursor: pointer;
}
#filter_box {
  height: 35px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
#filter_box.full_height {
  height: auto;
}
.filter_toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 40px;
  padding: 2px 50px;
}
.filter_toggle:hover {
  cursor: pointer;
}
.contact_form textarea, .testimonial_form textarea,
.woocommerce-input-wrapper textarea {
  background-color: transparent;
  border: none;
  box-shadow: 0 1px 1px -1px #333 !important;
  width: 100%;
  height: 100px;
  resize: none;
}
.consult_form input[type="text"], .consult_form input[type="tel"], .consult_form input[type="date"], .consult_form input[type="time"],
.consult_form select, .contact_form input[type="text"], .contact_form input[type="email"], .testimonial_form input[type="text"],
.quickorder_form input[type="text"], .quickorder_form input[type="tel"], .quickorder_form select,
.woocommerce-input-wrapper .input-text {
  background-color: transparent;
  border: none;
  box-shadow: 0 1px 1px -1px #333;
}
.h3 {
  margin: 30px 0 70px;
}
.h3 div {
  text-transform: uppercase;
  font-size: 30px;
  font-family: MontserratBold;
  padding-left: 40px;
  position: relative;
}
.h3 div::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #cea457;
  top: 10px;
  left: 0;
}
.h3.elementor-widget-heading {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.h3.elementor-widget-heading div h1, .h3.elementor-widget-heading div h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: MontserratBold;
  position: relative;
}
.h3.elementor-widget-heading div::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #cea457;
  top: 4px;
  left: 0;
}
.h1-color-style {
  font-family: Arkona;
  color: #c2a35c;
  font-size: 70px;
}
.h2-color-style {
  font-family: Arkona;
  color: #c2a35c;
  font-size: 50px;
}
.breadcrumbs {
  color: #c3c3c3;
}
#goods {
  position: relative;
  z-index: 0;
}
.goods_card {
  position: relative;
}
.goods_card a {
	position: absolute;
	background-color: #cea457;
	color: #fff;
	padding: 40px 40px;
	transform: translateX(-50%);
	left: 50%;
	bottom: -60px;
	width: 70%;
	box-sizing: border-box;
	text-align: center;
	font-family: Arkona;
	font-size: 36px;
  transition: all 0.2s ease-in-out;
}
.goods_card:hover a, .goods_card:focus a {
  background-color: #2f302f;
}
.goods_img {
  overflow: hidden;
}
.goods_card .goods_img img {
  transition: all 0.2s ease-in;
  transform: scale(1);
}
.goods_card:hover .goods_img img, .goods_card:focus .goods_img img {
  transform: scale(1.05);
}
#plans {
  background-color: #f4f5f5;
  position: relative;
  z-index: 1;
}
#plans_wide {
  background-color: #2f302f;
  margin: 100px 0 0;
  color: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.icon-phone {
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url("/wp-content/themes/ritus/images/icon-phone-color.svg") 0 0 no-repeat;
  background-size: 25px;
}
#services {
  background-color: #f4f5f5;
}
#activity {
  background-color: #f4f5f5;
}
#footer {
  background-color: #2f302f;
  color: #fff;
}
.paragraph-set{
  line-height: 1;
}

#footer_contact > div {
  transform: translateY(-70px);
  margin-bottom: -70px;
}
.product_image {
  background-color: #eee;
  text-align: center;
}
.product_image img {
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.product_wrapper:hover .product_image img {
  transform: scale(0.96);
}
.ymaps-2-1-79-ground-pane {
  filter: grayscale(0.6);
  -ms-filter: grayscale(0.6);
  -webkit-filter: grayscale(0.6);
  -moz-filter: grayscale(0.6);
  -o-filter: grayscale(0.6);
}
#content ul:not(.no-check,.wpfButtonsFilter,.wpfFilterVerScroll,.uk-slider-items,.uk-dotnav,.woocommerce-error,.woocommerce-thankyou-order-details,.page-numbers,.wc-tabs) li:not(.elementor-editor-element-setting,.wc_payment_method) {
  padding-left: 30px;
  background: url("/wp-content/themes/ritus/images/checkmark.svg") 0px 6px no-repeat;
  background-size: 14px;
  list-style-type: none;
  margin: 0;
}
.wpfTitleToggle {
  display: none !important;
}
.wfpTitle {
  font-weight: bold;
}
ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
}
.woocommerce-pagination ul li {
  margin-right: 3px;
  margin-bottom: 3px;
}
.woocommerce-pagination ul li a.prev, .woocommerce-pagination ul li a.next {
  font-size: 20px;
  border: 0;
}
.woocommerce-pagination ul li > * {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	width: 2.125rem;
	height: 2.125rem;
	border: 1px solid #c2a35c;
	border-radius: 3px;
}
.woocommerce-pagination ul li > .current {
  background-color: #c2a35c;
  border-color: transparent;
  color: #fff;
}
.woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: transparent;
}
.woocommerce-cart #payment ul, .woocommerce-checkout #payment ul {
  padding: 0 !important;
}
.product_wrapper {
  padding: 20px;
  box-shadow: 0 0 5px -2px white;
  transition: all 0.2s ease-in;
}
.product_wrapper:hover {
  box-shadow: 0 0 5px -2px #777;
}
.single_product_wrapper {
  background-color: #f4f5f5;
}
.cart > .quantity {
  padding-top: 10px;
}
.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 10px;
	left: 50px;
	width: 50px;
	height: 50px;
	background: url("/wp-content/themes/ritus/images/zoomlens.svg") 0 0 no-repeat;
	z-index: 12;
	display: block;
	background-size: 30px;
}
.woocommerce-product-gallery__trigger img {
	display: none !important;
}
.woocommerce-product-gallery .flex-viewport {
  width: 600px;
  min-height: 600px;
  margin-left: 180px;
}
.flex-control-thumbs {
  width: 150px;
  position: absolute;
  top: 0;
  list-style-type: none;
}
.flex-control-thumbs > li {
	margin-bottom: 30px;
}
.woocommerce-tabs ul {
  list-style-type: none;
}
.woocommerce-tabs ul li a {
  color: #bbb;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.woocommerce-tabs ul li.active a {
  color: #333;
  border-bottom: 1px solid #bbb;
}
.price del {
  display: block;
  font-size: 14px;
  color: #777;
}
.price ins, .dgwt-wcas-sp ins {
  background-color: transparent;
  color: #df2424;
}
.bg_urn {
  position: relative;
}
.bg_urn::before {
  content: "";
  background: url("/wp-content/themes/ritus/images/icon-urn.svg") 0 0 no-repeat;
  background-size: 350px;
  width: 350px;
  height: 350px;
  position: absolute;
  z-index: -1;
  right: -300px;
}
.plans_price {
  text-align: center;
  font-size: 60px;
  font-family: MontserratBold;
  color: #cea457 !important;
  white-space: nowrap;
}
.plans_price::after {
  content: " ₽";
  font-size: 36px;
  font-family: MontserratRegular;
}
.plans_title, .plans_title h1, .plans_title h2 {
  font-family: Arkona !important;
  font-size: 36px !important;
  color: #2f302f;
  line-height: 38px !important;
}
.plans_title.light {
  color: #fff;
}
#plans .uk-card .uk-card-secondary {
  color: #fff !important;
  background-color: #2f302f !important;
}
.quote-img {
	background: rgba(0,0,0,0.04) url("/wp-content/themes/ritus/images/quote.svg") center center no-repeat;
	background-size: 40px;
	padding: 10px;
	width: 50px;
	height: 50px;
	border-radius: 40px;
}
.icon_about {
  width: 80px;
  height: 80px;
}
.about_car_bg {
  background: url("/wp-content/themes/ritus/images/car-bg.webp") 0 0 no-repeat;
  height: 300px;
  bottom: -60%;
  position: relative;
  background-size: contain;
  left: 30px;
}
.wpf-loader-decorator {
  width: auto !important;
  padding-top: 200px;
  margin: 0 !important;
}
.hamburger {
	font: inherit;
	display: none;
	overflow: visible;
	margin: 0;
  margin-left: 20px;
	padding: 15px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity,filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger-inner::after, .hamburger-inner::before {
  display: block;
  content: "";
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}
.hamburger--slider .hamburger-inner {
  top: 6px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  position: absolute;
  width: 40px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0,-20px,0) rotate(-90deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0,10px,0) rotate(45deg);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
  background-color: #404252;
}
#offcanvas-flip .uk-offcanvas-close {
  color: #777;
}
#menu_offset li {
  margin: 0;
}
#page #menu_offset li a {
	display: block;
	color: #ddd;
	padding: 10px;
  position: relative;
}
#menu_offset > li > a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #404040;
	left: 0;
	bottom: 0;
	transition: all 0.2s ease-in-out;
}
#page #menu_offset li a:hover {
  color: #c2a35c;
}
#menu_offset .sub-menu {
  margin: 0;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
  color: #fff;
  font-size: 18px;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 15px 15px 15px 40px;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: auto;
  font-size: 16px;
  color: rgba(255,255,255,0.6) !important;
  margin: 5px 0 0 0;
  background: transparent;
  border: 1px solid #918b7e;
  border-radius: 30px;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  max-width: 24px;
  max-height: 24px;
  top: 5px;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
  background: transparent;
}
#topmenu > li {
  position: relative;
}
.woocommerce-cart-form th.product-remove {
  width: 20px;
}
.woocommerce-cart-form th.product-thumbnail {
  width: 100px;
}
.woocommerce-cart-form th.product-price {
  width: 200px;
  text-align: center;
}
.woocommerce-cart-form th.product-quantity {
  width: 150px;
  text-align: center;
}
.woocommerce-cart-form th.product-subtotal {
  width: 200px;
  text-align: center;
}
.woocommerce-cart-form td.product-price, .woocommerce-cart-form td.product-quantity, .woocommerce-cart-form td.product-subtotal {
  text-align: center;
}
.shopping_cart {
  background: url("/wp-content/themes/ritus/images/cart.svg") 0 0 no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: relative;
  top: 4px;
}
#topmenu_cart .basket-btn__counter {
  background-color: rgb(97, 117, 130);
  color: #fff;
  border-radius: 50px;
  padding: 4px;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  top: -16px;
  position: relative;
  right: -20px;
}
.topmenu_wrapper .uk-logo {
  transition: all 0.2s ease-in-out;
}
.plans_list ul {
  padding: 0;
}
.plans_list ul :nth-child(n+2){
  margin-top: 10px;
}
#modal-search.uk-modal {
  background: rgba(0,0,0,.9);
}
.list_digit {
  font-family: 'Arkona';
}


@keyframes  leaf {
    0% {
      top:0px;
      left: 0px;
      transform: rotate(-10deg);
    }
    25% {
      top:15px;
      left:30px;
      transform: rotate(10deg);
    }
    50% {
      top:20px;
      left:10px;
      transform: rotate(20deg);
    }
    75% {
      top:10px;
      left:15px;
      transform: rotate(15deg);
    }
    100% {
      top:0px;
      left: 0px;
      transform: rotate(-10deg);
    }
}
@-moz-keyframes leaf {
  0% {
    top:0px;
    left: 0px;
    transform: rotate(-10deg);
  }
  25% {
    top:15px;
    left:30px;
    transform: rotate(10deg);
  }
  50% {
    top:20px;
    left:10px;
    transform: rotate(20deg);
  }
  75% {
    top:10px;
    left:15px;
    transform: rotate(15deg);
  }
  100% {
    top:0px;
    left: 0px;
    transform: rotate(-10deg);
  }
}
@-webkit-keyframes leaf {
  0% {
    top:0px;
    left: 0px;
    transform: rotate(-10deg);
  }
  25% {
    top:15px;
    left:30px;
    transform: rotate(10deg);
  }
  50% {
    top:20px;
    left:10px;
    transform: rotate(20deg);
  }
  75% {
    top:10px;
    left:15px;
    transform: rotate(15deg);
  }
  100% {
    top:0px;
    left: 0px;
    transform: rotate(-10deg);
  }
}
@-o-keyframes leaf {
  0% {
    top:0px;
    left: 0px;
    transform: rotate(-10deg);
  }
  25% {
    top:15px;
    left:30px;
    transform: rotate(10deg);
  }
  50% {
    top:20px;
    left:10px;
    transform: rotate(20deg);
  }
  75% {
    top:10px;
    left:15px;
    transform: rotate(15deg);
  }
  100% {
    top:0px;
    left: 0px;
    transform: rotate(-10deg);
  }
}

@font-face {
  font-family: "MontserratRegular";
  src: url("/wp-content/themes/ritus/font/Montserrat-Regular.eot");
  src: url("/wp-content/themes/ritus/font/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
  url("/wp-content/themes/ritus/font/Montserrat-Regular.woff2") format("woff2"),
  url("/wp-content/themes/ritus/font/Montserrat-Regular.woff") format("woff"),
  url("/wp-content/themes/ritus/font/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MontserratBold";
  src: url("/wp-content/themes/ritus/font/Montserrat-Bold.eot");
  src: url("/wp-content/themes/ritus/font/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
  url("/wp-content/themes/ritus/font/Montserrat-Bold.woff2") format("woff2"),
  url("/wp-content/themes/ritus/font/Montserrat-Bold.woff") format("woff"),
  url("/wp-content/themes/ritus/font/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Arkona";
  src: url("/wp-content/themes/ritus/font/Arkona.eot");
  src: url("/wp-content/themes/ritus/font/Arkona.eot?#iefix") format("embedded-opentype"),
  url("/wp-content/themes/ritus/font/Arkona.woff2") format("woff2"),
  url("/wp-content/themes/ritus/font/Arkona.woff") format("woff"),
  url("/wp-content/themes/ritus/font/Arkona.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

*/
