body, html {
  padding: 0;
  margin: 0;
  height: 100%;
  cursor: default;
}

html {
  overflow-y: scroll;
}

body {
  font-family: 'DINPro';
  font-size: 16px;
  line-height: 1;
}

.fluid_video, .stn_video .cont_news_video, .stn_videos_page .cont_news_video, .stn_all_products_page .product_info_wrapper .video_about_product {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.fluid_video iframe, .stn_video .cont_news_video iframe, .stn_videos_page .cont_news_video iframe, .stn_all_products_page .product_info_wrapper .video_about_product iframe, .fluid_video object, .stn_video .cont_news_video object, .stn_videos_page .cont_news_video object, .stn_all_products_page .product_info_wrapper .video_about_product object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text_page p,
.text_page ul {
  line-height: 24px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.text_page p strong {
  font-size: 16px;
  font-weight: 600;
}

#callback_form,
#modal_form {
  display: none;
  width: 260px;
  background: url(../img/blue-bg.png);
  padding-top: 50px;
}

#callback_form .fancybox-close-small,
#modal_form .fancybox-close-small {
  background: url(../img/close.png) no-repeat center;
  color: transparent;
}

#callback_form .fancybox-close-small:hover,
#modal_form .fancybox-close-small:hover {
  background: rgba(255, 255, 255, 0.3) url(../img/close.png) no-repeat center;
}

#callback_form {
  padding: 25px 15px;
  display: none;
  text-align: center;
}

#callback_form .icon_mistake i,
#callback_form .icon_success i {
  font-size: 48px;
  color: #fff;
}

#callback_form .icon_mistake i {
  color: #fdd600;
}

#callback_form .message {
  padding-top: 15px;
  color: #fff;
}

.feedback_form .title_form {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.feedback_form .subtitle_form {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #ccc;
  text-align: center;
}

.feedback_form .input_wrapper,
.feedback_form .button_wrapper {
  width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}

.feedback_form .input_wrapper input,
.feedback_form .button_wrapper input {
  height: 30px;
  width: 100%;
  border: none;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 2px solid #ccc;
  color: #ccc;
  text-align: center;
}

.feedback_form .input_wrapper input:focus {
  border-bottom-color: #999;
}

.feedback_form .button_wrapper {
  width: 165px;
  padding-bottom: 18px;
}

.feedback_form .button_wrapper input {
  font-weight: 700;
  color: #0072bc;
  text-transform: uppercase;
  background: #fff;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.feedback_form .button_wrapper input:hover {
  color: #fff;
  background: transparent;
  border-bottom-color: #fff;
}

section .section_title {
  text-align: center;
}

section .section_title span {
  display: inline-block;
  text-transform: uppercase;
  color: #666;
  font-size: 30px;
  font-weight: 700;
}

section .button_show_more,
section .button_read_more {
  padding-top: 50px;
  text-align: center;
}

section .button_show_more a,
section .button_read_more a {
  display: inline-block;
  background: #0072bc;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 11px 6px;
  border-bottom: 2px solid #ccc;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

section .button_show_more a i,
section .button_read_more a i {
  margin-left: 9px;
}

section .button_show_more a:hover,
section .button_read_more a:hover {
  color: #0072bc;
  background: #fff;
  border-bottom-color: #0072bc;
}

section .pagination {
  padding: 20px 0 0;
}
section .pagination ul{
  width: 100%;
  text-align: center;
}
section .pagination ul li{
  display: inline-block;
}

section .pagination a {
  display: inline-block;
  background: #f2f2f2;
  border-bottom: 2px solid #ccc;
  color: #666;
  font-size: 14px;
  height: 30px;
  line-height: 29px;
  font-weight: 300;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

section .pagination a[href]:hover {
  color: #0072bc;
  border-color: #0072bc;
}

section .pagination a {
  height: 30px;
  text-align: center;
  margin: 0 5px;
  padding: 0 12px;
}
section .pagination li span {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  padding: 0 12px;
  color: #fff;
  background: #0072bc;
}
section .pagination li span.dots {
  background: #f2f2f2;
  border-bottom: 2px solid #ccc;
  color: #666;
}

section .pagination a.next i {
  margin-left: 9px;
}

section .pagination a.prev i {
  margin-right: 9px;
}

/*---------------------------------------*/
/*	[	START Header	] 	*/
/*---------------------------------------*/
.page_header {
  position: relative;
}

.page_header .main_header {
  background: url(../img/header-bg.jpg) no-repeat center;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(4, 4, 4, 0.3);
  box-shadow: 0px 3px 10px 0px rgba(4, 4, 4, 0.3);
}

.page_header .logo_wrapper {
  padding-top: 11px;
}

.page_header .logo_wrapper a {
  display: inline-block;
}

.page_header .logo_wrapper a img {
  max-width: 100%;
  margin-left: -8px;
}

.page_header .title_below_logo {
  color: #fff;
  font-size: 14px;
  letter-spacing: -1px;
  padding: 4px 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 340px;
  text-align: center;
}

.page_header .contact_info_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page_header .header_info_column {
  text-align: center;
  padding-top: 18px;
}

.page_header .header_info_column:last-child {
  margin-left: 30px;
}

.page_header .header_info_column .title_column {
  font-size: 14px;
  color: #ccc;
  font-weight: 300;
  padding-bottom: 6px;
  letter-spacing: -1px;
}

.page_header .header_info_column .info_wrapper {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
}

.page_header .header_info_column .info_wrapper i {
  font-size: 14px;
  margin-right: 5px;
}

.page_header .header_info_column .info_wrapper a {
  color: #fff;
}

.page_header .header_info_column .btn_call_back {
  padding-top: 12px;
}

.page_header .header_info_column .btn_call_back a {
  display: block;
  text-align: center;
  background: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0072bc;
  border-bottom: 2px solid #ccc;
  outline: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_header .header_info_column .btn_call_back a:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.page_header .header_nav_wrapper {
  height: 65px;
  border-bottom: 2px solid #ccc;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(4, 4, 4, 0.3);
  box-shadow: 0px 3px 10px 0px rgba(4, 4, 4, 0.3);
}

.page_header .header_nav_wrapper .bottom_part {
  display: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_header .header_nav_wrapper .button_wrapper {
  display: none;
  text-align: center;
}

.page_header .header_nav_wrapper .button_wrapper button {
  display: none;
  margin: 18px auto 0;
  font-size: 32px;
  width: 263px;
  border: none;
  background: transparent;
  color: #999;
  outline: none;
  cursor: pointer;
  background: #f2f2f2;
  border-bottom: 2px solid #ccc;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_header .header_nav_wrapper .button_wrapper button.is_active {
  color: #0072bc;
  border-color: #0072bc;
}

.page_header .header_nav_wrapper .main_menu {
  margin-right: 35px;
}

.page_header .header_nav_wrapper .main_menu > ul > li {
  display: inline-block;
  line-height: 65px;
  padding-left: 20px;
  position: relative;
  z-index: 15;
}

.page_header .header_nav_wrapper .main_menu > ul > li:first-child {
  padding-left: 0;
}

.page_header .header_nav_wrapper .main_menu > ul > li.menu-item-has-children:after {
  display: none;
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 114, 188, 0);
  border-bottom-color: #0072bc;
  border-width: 8px;
  margin-left: -8px;
}

.page_header .header_nav_wrapper .main_menu > ul > li:hover:after,
.page_header .header_nav_wrapper .main_menu > ul > li:hover > ul {
  display: block;
}

.page_header .header_nav_wrapper .main_menu > ul > li > a {
  display: block;
/*  font-size: 14px;*/
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_header .header_nav_wrapper .main_menu > ul > li > a:hover {
  color: #0072bc;
}

.page_header .header_nav_wrapper .main_menu > ul > li > ul {
  display: none;
  position: absolute;
  background: url(../img/menu-bg.png) repeat;
  width: 278px;
  border-top: 2px solid #0072bc;
  top: 100%;
  left: -15px;
  margin-top: -2px;
  padding-bottom: 5px;
  z-index: 10;
}

.page_header .header_nav_wrapper .main_menu > ul > li > ul > li {
  font-size: 14px;
  font-weight: 300;
  padding: 0 10px;
  line-height: 34px;
  position: relative;
}

.page_header .header_nav_wrapper .main_menu > ul > li > ul > li.menu-item-has-children:after {
  right: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-left-color: #333;
  border-width: 5px;
  margin-top: -2px;
  margin-right: 10px;
}

.page_header .header_nav_wrapper .main_menu > ul > li > ul > li.border-bottom:after {
  margin-top: -10px;
}

.page_header .header_nav_wrapper .main_menu > ul > li > ul > li.border-bottom > a {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.page_header .header_nav_wrapper .main_menu > ul > li > ul > li a {
  display: block;
  color: #333;
  padding: 0 5px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_header .header_nav_wrapper .main_menu > ul > li > ul > li a:hover {
  color: #0072bc;
}

.page_header .header_nav_wrapper .main_menu > ul > li > ul > li:hover > ul {
  display: block;
}

.page_header .header_nav_wrapper .main_menu > ul > li > ul > li:hover:after {
  border-left-color: #0072bc;
}

.page_header .header_nav_wrapper .main_menu > ul > li > ul > li > ul {
  display: none;
  width: 100%;
  background: url(../img/menu-bg.png) repeat;
  position: absolute;
  right: -100%;
  margin-right: 2px;
  top: 0;
  border-left: 2px solid #0072bc;
  padding-bottom: 5px;
}

.page_header .header_nav_wrapper .main_menu > ul > li > ul > li > ul > li a {
  line-height: 18px;
  padding: 8px 5px;
}

.page_header .header_nav_wrapper .column_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page_header .header_nav_wrapper .search_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 263px;
  -ms-flex: 0 0 263px;
  flex: 0 0 263px;
  width: 263px;
  height: 30px;
  position: relative;
}

.page_header .header_nav_wrapper .search_wrapper input {
  height: 30px;
  background: #f2f2f2;
  border: none;
  border-bottom: 2px solid #ccc;
  float: left;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_header .header_nav_wrapper .search_wrapper input[type='text'] {
  width: 100%;
  padding: 0 30px 0 15px;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}

.page_header .header_nav_wrapper .search_wrapper input[type='text']:focus {
  border-color: #0072bc;
}

.page_header .header_nav_wrapper .search_wrapper input[type='submit'] {
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  background: transparent url(../img/search.png) no-repeat left center;
}

.page_header .header_nav_wrapper .search_wrapper input[type='submit']:hover {
  background-image: url(../img/search-hov.png);
}



/***************************************************************************/
#ajaxsearchlite1 .probox, div[id*="ajaxsearchlite"] .probox{
  height: 30px !important;
  background-color: #f2f2f2 !important;
}

div[id*='ajaxsearchlite'] .probox .proinput{
  padding: 0 !important;
  margin: 0 !important;
}

#ajaxsearchlite1 .probox .proinput input,
div[id*="ajaxsearchlite"] .probox .proinput input{
  height: 28px !important;
  background: #f2f2f2 !important;
  -webkit-transition: all .3s ease-out !important;
  -o-transition: all .3s ease-out !important;
  transition: all .3s ease-out !important;
}

#ajaxsearchlite1 .probox .proinput input[type='search'], div[id*="ajaxsearchlite"] .probox .proinput input[type='search']{
  padding: 0 30px 0 15px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #999 !important;
  border: none !important;
  border-bottom: 2px solid #ccc !important;
}

div[id*='ajaxsearchlite'] .probox .proloading{
  width: 28px !important;
  height: 28px !important;
}
div[id*='ajaxsearchlite'] .probox div.asl_simple-circle{
  border-color: #0072bc !important;
}
div[id*='ajaxsearchlite'] .probox .proclose svg{
  background: #0072bc !important;
}
div[id*="ajaxsearchlite"] .probox .promagnifier{
  width: 25px !important;
  height: 28px !important;
  background: #f2f2f2 url(../img/search.png) no-repeat center !important;
  border-bottom: 2px solid #ccc !important;
}
div[id*='ajaxsearchlite'] .probox .promagnifier .innericon{
  display: none !important;
}
div[id*='ajaxsearchlite'] .probox .proclose svg{
  margin-top: -12px !important;
}
div[id*="ajaxsearchlite"] .probox .promagnifier:hover{
  background-image: url(../img/search-hov.png) !important; 
}
#ajaxsearchlite1 .probox .proinput input[type='search']::-webkit-input-placeholder,
div[id*="ajaxsearchlite"] .probox .proinput input[type='search']::-webkit-input-placeholder       {color: #999 !important;}
#ajaxsearchlite1 .probox .proinput input[type='search']::-moz-placeholder,
div[id*="ajaxsearchlite"] .probox .proinput input[type='search']::-moz-placeholder                {color: #999 !important;}
#ajaxsearchlite1 .probox .proinput input[type='search']:-moz-placeholder,
div[id*="ajaxsearchlite"] .probox .proinput input[type='search']:-moz-placeholder                 {color: #999 !important;}
#ajaxsearchlite1 .probox .proinput input[type='search']:-ms-input-placeholder,
div[id*="ajaxsearchlite"] .probox .proinput input[type='search']:-ms-input-placeholder            {color: #999 !important;}
/***************************************************************************/





.page_header .header_nav_wrapper .language_wrapper {
  width: 82px;
  height: 30px;
  margin-left: 15px;
  position: relative;
  z-index: 9;
}

.page_header .header_nav_wrapper .language_wrapper .language_container {
  padding: 27px 9px 0 9px;
  background: #f2f2f2;
  height: 30px;
  border: 1px solid transparent;
  border-bottom: 2px solid #ccc;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_header .header_nav_wrapper .language_wrapper .language_container:hover {
  border-bottom-color: #0072bc;
}

.page_header .header_nav_wrapper .language_wrapper .language_container:hover #arrow_language_dropdown {
  color: #0072bc;
}

.page_header .header_nav_wrapper .language_wrapper .language_container:hover a.active {
  color: #0072bc;
}

.page_header .header_nav_wrapper .language_wrapper .language_container #arrow_language_dropdown {
  position: absolute;
  color: #999;
  font-size: 14px;
  top: 9px;
  right: 9px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_header .header_nav_wrapper .language_wrapper .language_container.is_opened {
  height: auto;
  background: #fff;
  border-color: #ccc;
  border-bottom-color: #0072bc;
}

.page_header .header_nav_wrapper .language_wrapper .language_container.is_opened #arrow_language_dropdown {
  color: #0072bc;
}

.page_header .header_nav_wrapper .language_wrapper .language_container.is_opened a.active {
  color: #0072bc;
  border-color: #0072bc;
}

.page_header .header_nav_wrapper .language_wrapper a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #999;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_header .header_nav_wrapper .language_wrapper a:hover {
  color: #0072bc;
}

.page_header .header_nav_wrapper .language_wrapper a.active {
  position: absolute;
  top: 0;
  width: 64px;
}

.page_header .header_nav_wrapper .language_wrapper a img {
  margin-right: 8px;
}

/*---------------------------------------*/
/*	[	END Header	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START Footer	] 	*/
/*---------------------------------------*/
.page_footer .button_scroll_up {
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: none;
  z-index: 1000;
}

.page_footer .button_scroll_up .scrollToTop {
  display: block;
  width: 47px;
  height: 47px;
  background: #ccc;
  border-bottom: 4px solid #999;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_footer .button_scroll_up .scrollToTop i {
  font-size: 40px;
  color: #999;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_footer .button_scroll_up .scrollToTop:hover {
  border-color: #0072bc;
}

.page_footer .button_scroll_up .scrollToTop:hover i {
  color: #0072bc;
}

.page_footer .wrap_footer_nav {
  background: rgba(204, 204, 204, 0.25);
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.page_footer .footer_menu {
  text-align: center;
}

.page_footer .footer_menu ul li {
  display: inline-block;
}

.page_footer .footer_menu ul li.active a {
  color: #0072bc;
}

.page_footer .footer_menu ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
  margin: 18px 13px;
  font-weight: 700;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_footer .footer_menu ul li a:hover {
  color: #0072bc;
}

.page_footer .wrap_footer_copyrig {
  background: #3e4a5c;
}

.page_footer .wrap_footer_copyrig .copyright_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_footer .wrap_footer_copyrig .copyright_text .text {
  font-size: 14px;
  color: #fff;
  font-family: 'HelveticaNeueCyr';
}

.page_footer .wrap_footer_copyrig .studio_link {
  padding: 20px 0;
}

.page_footer .main_footer_content {
  background: url(../img/footer_bg.jpg) 50% 50% / cover;
  padding: 18px 0 0;
}

.page_footer .logo_wrapper a {
  display: inline-block;
  outline: 0;
}

.page_footer .logo_wrapper img {
  max-width: 100%;
  margin: -10px 0 0 -10px;
}

.page_footer .search_lang_blok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}

.page_footer .search_lang_blok .search_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 243px;
  -ms-flex: 0 0 243px;
  flex: 0 0 243px;
  width: 243px;
  height: 30px;
  position: relative;
}

.page_footer .search_lang_blok .search_wrapper input {
  height: 30px;
  background: #f2f2f2;
  border: none;
  border-bottom: 2px solid #ccc;
  float: left;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_footer .search_lang_blok .search_wrapper input[type='text'] {
  width: 100%;
  padding: 0 30px 0 15px;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}

.page_footer .search_lang_blok .search_wrapper input[type='text']:focus {
  border-color: #999;
  color: #ccc;
}

.page_footer .search_lang_blok .search_wrapper input[type='submit'] {
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  background: transparent url(../img/search.png) no-repeat left center;
}

.page_footer .search_lang_blok .search_wrapper input[type='submit']:hover {
  background-image: url(../img/search-hov.png);
}

.page_footer .search_lang_blok .language_wrapper {
  width: 82px;
  height: 30px;
  margin-left: 15px;
  position: relative;
  z-index: 10;
}

.page_footer .search_lang_blok .language_wrapper .language_container {
  padding: 27px 9px 0 9px;
  background: #f2f2f2;
  height: 30px;
  border: 1px solid transparent;
  border-bottom: 2px solid #ccc;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_footer .search_lang_blok .language_wrapper .language_container:hover {
  border-bottom-color: #0072bc;
}

.page_footer .search_lang_blok .language_wrapper .language_container:hover #arrow_language_dropdown {
  color: #0072bc;
}

.page_footer .search_lang_blok .language_wrapper .language_container:hover a.active {
  color: #0072bc;
}

.page_footer .search_lang_blok .language_wrapper .language_container #arrow_language_dropdown {
  position: absolute;
  color: #999;
  font-size: 14px;
  top: 9px;
  right: 9px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_footer .search_lang_blok .language_wrapper .language_container.is_opened {
  height: auto;
  background: #fff;
  border-color: #ccc;
  border-bottom-color: #0072bc;
}

.page_footer .search_lang_blok .language_wrapper .language_container.is_opened #arrow_language_dropdown {
  color: #0072bc;
}

.page_footer .search_lang_blok .language_wrapper .language_container.is_opened a.active {
  color: #0072bc;
  border-color: #0072bc;
}

.page_footer .search_lang_blok .language_wrapper a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #999;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_footer .search_lang_blok .language_wrapper a:hover {
  color: #0072bc;
}

.page_footer .search_lang_blok .language_wrapper a.active {
  position: absolute;
  top: 0;
  width: 64px;
}

.page_footer .search_lang_blok .language_wrapper a img {
  margin-right: 8px;
}

.page_footer .footer_contact_info {
  text-align: center;
}

.page_footer .footer_contact_info .title_column {
  color: #ccc;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 5px;
}

.page_footer .footer_contact_info .info_wrapper {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}

.page_footer .footer_contact_info .info_wrapper i {
  font-size: 14px;
  margin-right: 10px;
}

.page_footer .footer_contact_info .info_wrapper a {
  color: #fff;
}

/*---------------------------------------*/
/*	[	END Footer	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START Page Title | Breadcrumbs	] 	*/
/*---------------------------------------*/
.stn_page_title {
  background-image: url(../img/blue-bg.png);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 35px 0;
}

.stn_page_breadcrumbs .wr_breadcrumbs {
  padding: 27px 0 0;
}

.stn_page_breadcrumbs .wr_breadcrumbs a {
  color: #999;
  font-size: 14px;
  font-weight: 300;
}

.stn_page_breadcrumbs .wr_breadcrumbs a[href] {
  color: #0072bc;
  text-decoration: underline;
}

.stn_page_breadcrumbs .wr_breadcrumbs a[href]:hover {
  text-decoration: none;
}

.stn_page_breadcrumbs .wr_breadcrumbs span {
  color: #999;
  font-size: 14px;
  font-weight: 300;
  padding: 0 5px;
}

/*---------------------------------------*/
/*	[	END Page Title | Breadcrumbs	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START Home Slider	] 	*/
/*---------------------------------------*/
.stn_home_slider {
  position: relative;
}

.stn_home_slider .slides_wrapper {
  position: relative;
}

.stn_home_slider .slide_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stn_home_slider .slide {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.stn_home_slider .slide img {
  width: 100%;
}

.stn_home_slider .owl-controls {
  position: relative;
}

.stn_home_slider .owl-pagination {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
  bottom: 65px;
}

.stn_home_slider .owl-pagination .owl-page {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  margin: 0 7px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_home_slider .owl-pagination .owl-page.active {
  background: #fff !important;
}

.stn_home_slider .owl-pagination .owl-page:hover {
  background: rgba(0, 0, 0, 0.3);
}

.stn_home_slider .slider_nav a {
  position: absolute;
  display: block;
  width: 67px;
  height: 67px;
  font-size: 60px;
  color: #fff;
  top: 50%;
  margin-top: -33px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-align: center;
  line-height: 60px;
  z-index: 5;
}

.stn_home_slider .slider_nav a.next_slide {
  right: 0;
}

.stn_home_slider .slider_nav a:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*---------------------------------------*/
/*	[	END Home Slider	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START Animals Category	] 	*/
/*---------------------------------------*/
.stn_animals_category {
  padding: 65px 0 15px;
}

.stn_animals_category .categories_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 40px;
}

.stn_animals_category .category {
  display: block;
  width: 190px;
  height: 190px;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_animals_category .category:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 114, 188, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 114, 188, 0.5);
  border-color: #0072bc;
}

.stn_animals_category .category:hover .bg_img {
  opacity: 1;
}

.stn_animals_category .category:hover .category_img img {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.stn_animals_category .category:hover .category_img img.icon_hov {
  opacity: 1;
}

.stn_animals_category .category a {
  display: block;
  position: relative;
  z-index: 10;
}

.stn_animals_category .category .bg_img {
  width: 164px;
  height: 184px;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_animals_category .category .category_name {
  text-align: center;
  color: #0072bc;
  font-size: 16px;
  font-weight: 700;
  padding-top: 24px;
}

.stn_animals_category .category .category_img {
  position: relative;
  height: 118px;
}

.stn_animals_category .category .category_img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_animals_category .category .category_img img.icon_hov {
  opacity: 0;
}

/*---------------------------------------*/
/*	[	END Animals Category	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START Popular Goods	] 	*/
/*---------------------------------------*/
.stn_popular_goods {
  padding: 50px 0;
}

.stn_popular_goods .popular_goods_list {
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stn_popular_goods .popular_goods_list .list_item {
  margin: 30px 30px 0 0;
  padding: 15px;
  width: 262px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 262px;
  -ms-flex: 0 0 262px;
  flex: 0 0 262px;
  border: 1px solid #ccc;
  background: url(../img/menu-bg.png);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_popular_goods .popular_goods_list .list_item:nth-child(4n) {
  margin: 30px 0 0 0;
}

.stn_popular_goods .popular_goods_list .list_item:hover {
  border-color: #0072bc;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 114, 188, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 114, 188, 0.5);
}

.stn_popular_goods .popular_goods_list .goods_logo {
  background: #fff;
  border: 1px solid #ccc;
  height: 232px;
  position: relative;
}

.stn_popular_goods .popular_goods_list .goods_logo a {
  display: block;
  height: 100%;
  position: relative;
}

.stn_popular_goods .popular_goods_list .goods_logo a img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.stn_popular_goods .popular_goods_list .goods_name {
  padding-top: 14px;
}

.stn_popular_goods .popular_goods_list .goods_name a {
  display: block;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_popular_goods .popular_goods_list .goods_name a:hover {
  color: #0072bc;
  text-decoration: underline;
}

.stn_popular_goods .popular_goods_list .goods_type {
  padding-top: 10px;
}

.stn_popular_goods .popular_goods_list .goods_type a {
  text-align: center;
  display: block;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_popular_goods .popular_goods_list .goods_type a i {
  margin-right: 5px;
}

.stn_popular_goods .popular_goods_list .goods_type a span {
  text-decoration: underline;
}

.stn_popular_goods .popular_goods_list .goods_type a:hover {
  color: #0072bc;
}

.stn_popular_goods .popular_goods_list .animal_category_list {
  padding-top: 11px;
  text-align: center;
}

.stn_popular_goods .popular_goods_list .animal_category_list a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid #999;
  margin: 0 7px 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_popular_goods .popular_goods_list .animal_category_list a:hover {
  border-color: #0072bc;
}

.stn_popular_goods .popular_goods_list .animal_category_list a:hover img.hover {
  opacity: 1;
}

.stn_popular_goods .popular_goods_list .animal_category_list a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 1;
  max-height: 24px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_popular_goods .popular_goods_list .animal_category_list a img.hover {
  opacity: 0;
}

/*---------------------------------------*/
/*	[	END Popular Goods	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START Distributors] 	*/
/*---------------------------------------*/
.stn_distributors {
  padding: 50px 0 40px;
  background: url(../img/section_bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(4, 4, 4, 0.3);
  box-shadow: 0px 3px 10px 0px rgba(4, 4, 4, 0.3);
}

.stn_distributors .section_title {
  background: none;
}

.stn_distributors .section_title span {
  background: none;
  color: #fff;
}

.stn_distributors .distributors_slider {
 /* margin-top: 47px;*/
}

.stn_distributors .slider_item {
  text-align: center;
}

.stn_distributors .slider_item img {
  max-width: 100%;
}

.stn_distributors .owl-pagination {
  text-align: center;
  margin-top: 40px;
}

.stn_distributors .owl-pagination .owl-page {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  margin: 0 7px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_distributors .owl-pagination .owl-page.active {
  background: #fff !important;
}

.stn_distributors .owl-pagination .owl-page:hover {
  background: rgba(0, 0, 0, 0.3);
}

.stn_distributors .slider_nav {
  position: relative;
}

.stn_distributors .slider_nav a {
  display: block;
  width: 67px;
  height: 67px;
  font-size: 60px;
  color: #fff;
  top: -333px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-align: center;
  line-height: 60px;
 /* margin-top: 48px;*/
}

.stn_distributors .slider_nav a:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*---------------------------------------*/
/*	[	END Distributors	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START Home News	] 	*/
/*---------------------------------------*/
.stn_last_news {
  padding: 35px 0 50px;
}

.stn_last_news .news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
}

.stn_last_news .list_item {
  width: 555px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 555px;
  -ms-flex: 0 0 555px;
  flex: 0 0 555px;
  margin: 30px 30px 0 0;
  padding: 15px;
  border: 1px solid #ccc;
  background: url(../img/menu-bg.png);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_last_news .list_item:nth-child(2n) {
  margin: 30px 0 0;
}

.stn_last_news .list_item:hover {
  border-color: #0072bc;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 114, 188, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 114, 188, 0.5);
}

.stn_last_news .image {
  float: left;
  margin-right: 17px;
}

.stn_last_news .image a {
  display: inline-block;
}

.stn_last_news .image a img {
  width: 195px;
  border: 1px solid #ccc;
}

.stn_last_news .info_container .name {
  padding-bottom: 15px;
}

.stn_last_news .info_container .name a {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.stn_last_news .info_container .name a:hover {
  color: #0072bc;
  text-decoration: underline;
}

.stn_last_news .info_container .text,
.stn_last_news .info_container .date {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 18px;
}

.stn_last_news .info_container .date {
  color: #999;
  padding-top: 15px;
}

.stn_last_news .info_container .date i {
  margin-right: 5px;
}

/*---------------------------------------*/
/*	[	END Home News	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START Home Video	] 	*/
/*---------------------------------------*/
.stn_video {
  padding-top: 70px;
}

.stn_video.produsct_page {
  padding-bottom: 45px;
}

.stn_video.produsct_page .section_title {
  padding-bottom: 25px;
}

.stn_video .videos_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 50px;
  background: url(../img/menu-bg.png) repeat;
}

.stn_video .full_width_news, .stn_video .short_list_news {
  padding: 0;
  width: 750px;
}

.stn_video .short_list_news {
  width: 380px;
  height: 423px;
  padding: 0 10px;
  overflow-y: auto;
}

.stn_video .short_list_news::-webkit-scrollbar {
  width: 12px;
}

.stn_video .short_list_news::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.stn_video .short_list_news::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: #ccc;
}

.stn_video .row_video_news {
  display: none;
}

.stn_video .row_video_news:first-child {
  display: block;
}

.stn_video .item_news {
  padding: 13px;
  position: relative;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_video .item_news .wr_img_news {
  width: 130px;
  margin-right: 18px;
  float: left;
  overflow: hidden;
}

.stn_video .item_news .wr_img_news img {
  width: 100%;
}

.stn_video .item_news .name_news {
  color: #333;
  font-size: 14px;
  padding-right: 10px;
}

.stn_video .item_news.active_news {
  background-color: #0072bc !important;
}

.stn_video .item_news.active_news .name_news {
  color: #fff;
}

.stn_video .item_news:hover {
  background-color: #ccc;
}

.stn_video .text_about_company {
  padding: 0 98px;
  color: #333;
}

.text_about_company img {
  max-width: 100%;
  height: auto;
}

.stn_video .text_about_company p + ul {
  margin-top: 15px !important;
}

/*---------------------------------------*/
/*	[	END Home Video	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START Contact Page	] 	*/
/*---------------------------------------*/
.stn_contact_page {
  padding-top: 50px;
}

.stn_contact_page .tr_contact {
  padding-bottom: 27px;
}

.stn_contact_page .tr_contact:last-child {
  padding-bottom: 0;
}

.stn_contact_page .tr_contact .title {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  padding-bottom: 8px;
}

.stn_contact_page .tr_contact .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}

.stn_contact_page .tr_contact .icon {
  margin-right: 13px;
  padding-top: 3px;
}

.stn_contact_page .tr_contact .icon i {
  font-size: 14px;
  color: #666;
}

.stn_contact_page .tr_contact .text {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #666;
}

.stn_contact_page .contact_from .title {
  font-size: 24px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 23px;
}

.stn_contact_page .contact_from .subtitle {
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
}

.stn_contact_page .contact_from .tr_inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
}

.stn_contact_page .contact_from .td_input,
.stn_contact_page .contact_from .tr_textarea {
  width: 200px;
}

.stn_contact_page .contact_from .td_input input,
.stn_contact_page .contact_from .td_input textarea,
.stn_contact_page .contact_from .tr_textarea input,
.stn_contact_page .contact_from .tr_textarea textarea {
  width: 100%;
  height: 30px;
  border: none;
  background: rgba(204, 204, 204, 0.25);
  border-bottom: 2px solid #ccc;
  text-align: center;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_contact_page .contact_from .td_input input:focus,
.stn_contact_page .contact_from .td_input textarea:focus,
.stn_contact_page .contact_from .tr_textarea input:focus,
.stn_contact_page .contact_from .tr_textarea textarea:focus {
  border-bottom-color: #0072bc;
  color: #666;
}

.stn_contact_page .contact_from .tr_textarea {
  padding-top: 15px;
  width: 100%;
}

.stn_contact_page .contact_from .tr_textarea textarea {
  height: 100px;
  padding: 15px 20px 5px;
  text-align: left;
  resize: none;
}

.stn_contact_page .contact_from .tr_button {
  padding-top: 20px;
  text-align: center;
}

.stn_contact_page .contact_from .tr_button input {
  width: 165px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background: #0072bc;
  border-bottom: 2px solid #ccc;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_contact_page .contact_from .tr_button input:hover {
  background: transparent;
  color: #0072bc;
  border-bottom: 2px solid #0072bc;
}

.stn_contact_page .map_wrapper {
  padding: 50px 0 45px;
}

.stn_contact_page .map_wrapper iframe {
  width: 100%;
  height: 385px;
}

/*---------------------------------------*/
/*	[	END Contact Page	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START Vacancy	] 	*/
/*---------------------------------------*/
.stn_vacancies_page {
  padding-top: 30px;
}

.stn_vacancies_page .vacancies_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stn_vacancies_page .vacancies_list .vacancy {
  width: 360px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 360px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  border: 1px solid #ccc;
  background: url(../img/menu-bg.png) repeat;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 20px;
}

.stn_vacancies_page .vacancies_list .vacancy:nth-child(3n) {
  margin-right: 0;
}

.stn_vacancies_page .vacancies_list .vacancy .vacancy_title {
  text-align: center;
  padding-bottom: 15px;
}

.stn_vacancies_page .vacancies_list .vacancy .vacancy_title a {
  font-weight: 700;
  font-size: 24px;
  color: #0072bc;
}

.stn_vacancies_page .vacancies_list .vacancy .vacancy_title a:hover {
  text-decoration: underline;
}

.stn_vacancies_page .vacancies_list .vacancy .vacancy_description {
  padding-bottom: 10px;
}

.stn_vacancies_page .vacancies_list .vacancy .vacancy_description .title {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  padding-bottom: 5px;
}

.stn_vacancies_page .vacancies_list .vacancy .vacancy_description .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}

.stn_vacancies_page .vacancies_list .vacancy .vacancy_description .icon {
  margin-right: 13px;
  padding-top: 3px;
}

.stn_vacancies_page .vacancies_list .vacancy .vacancy_description .icon i {
  font-size: 14px;
  color: #666;
}

.stn_vacancies_page .vacancies_list .vacancy .vacancy_description .text {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #666;
}

.stn_vacancies_page .button_read_more {
  padding-top: 0;
}

.stn_vacancies_page .button_read_more a {
  width: 165px;
}

.stn_vacancies_page .button_read_more a:hover {
  background: transparent;
}

/*---------------------------------------*/
/*	[	END Vacancy	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START Videos	] 	*/
/*---------------------------------------*/
.stn_videos_page {
  padding-top: 58px;
}

.stn_videos_page .playlist .title {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.stn_videos_page .videos_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 50px;
  background: url(../img/menu-bg.png) repeat;
}

.stn_videos_page .full_width_news, .stn_videos_page .short_list_news {
  padding: 0;
  width: 750px;
}

.stn_videos_page .short_list_news {
  width: 380px;
  height: 423px;
  padding: 0 10px;
  overflow-y: auto;
}

.stn_videos_page .short_list_news::-webkit-scrollbar {
  width: 12px;
}

.stn_videos_page .short_list_news::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.stn_videos_page .short_list_news::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: #ccc;
}

.stn_videos_page .row_video_news {
  display: none;
}

.stn_videos_page .row_video_news:first-child {
  display: block;
}

.stn_videos_page .item_news {
  padding: 13px;
  position: relative;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_videos_page .item_news .wr_img_news {
  width: 130px;
  margin-right: 18px;
  float: left;
  overflow: hidden;
}

.stn_videos_page .item_news .wr_img_news img {
  width: 100%;
}

.stn_videos_page .item_news .name_news {
  color: #333;
  font-size: 14px;
  padding-right: 10px;
}

.stn_videos_page .item_news.active_news {
  background-color: #0072bc !important;
}

.stn_videos_page .item_news.active_news .name_news {
  color: #fff;
}

.stn_videos_page .item_news:hover {
  background-color: #ccc;
}

/*---------------------------------------*/
/*	[	END Videos	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START Distributors	] 	*/
/*---------------------------------------*/
.stn_distributors_page {
  padding-top: 30px;
}

.stn_distributors_page .distributors_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 20px;
}

.stn_distributors_page .distributors_list .distributor_info {
  width: 360px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 360px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  border: 1px solid #ccc;
  background: url(../img/menu-bg.png) repeat;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 20px 15px;
}

.stn_distributors_page .distributors_list .distributor_info:nth-child(3n) {
  margin-right: 0;
}

.stn_distributors_page .distributors_list .distributor_info .distributor_country {
  text-align: center;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #0072bc;
}

.stn_distributors_page .distributors_list .distributor_info .distributor_name {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  text-align: center;
  padding-bottom: 10px;
}

.stn_distributors_page .distributors_list .distributor_info .distributor_description {
  padding-bottom: 12px;
}

.stn_distributors_page .distributors_list .distributor_info .distributor_description:last-child {
  padding-bottom: 0;
}

.stn_distributors_page .distributors_list .distributor_info .distributor_description:last-child .value {
  padding-bottom: 0;
}

.stn_distributors_page .distributors_list .distributor_info .distributor_description .title {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  padding-bottom: 4px;
}

.stn_distributors_page .distributors_list .distributor_info .distributor_description .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.stn_distributors_page .distributors_list .distributor_info .distributor_description .icon {
  margin-right: 13px;
  padding-top: 3px;
}

.stn_distributors_page .distributors_list .distributor_info .distributor_description .icon i {
  font-size: 14px;
  color: #666;
}

.stn_distributors_page .distributors_list .distributor_info .distributor_description .text {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #666;
}

/*---------------------------------------*/
/*	[	END Distributors	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START Excursions	] 	*/
/*---------------------------------------*/
.stn_excursions_page {
  padding-bottom: 50px;
}

.stn_excursions_page .excursions_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 30px;
}

.stn_excursions_page .excursions_list .list_item {
  width: 360px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 360px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  border: 1px solid #ccc;
  background: url(../img/menu-bg.png) repeat;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 15px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_excursions_page .excursions_list .list_item:hover {
  border-color: #0072bc;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 114, 188, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 114, 188, 0.5);
}

.stn_excursions_page .excursions_list .list_item:nth-child(3n) {
  margin-right: 0;
}

.stn_excursions_page .excursions_list .excursion_photo {
  padding-bottom: 20px;
}

.stn_excursions_page .excursions_list .excursion_photo a {
  display: block;
}

.stn_excursions_page .excursions_list .excursion_photo a img {
  width: 100%;
  border: 1px solid #ccc;
}

.stn_excursions_page .excursions_list .excursion_name {
  text-align: center;
}

.stn_excursions_page .excursions_list .excursion_name a {
  color: #0072bc;
  font-size: 18px;
  font-weight: 700;
}

.stn_excursions_page .excursions_list .excursion_name a:hover {
  text-decoration: underline;
}

/*---------------------------------------*/
/*	[	END Excursions	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START Excursions	] 	*/
/*---------------------------------------*/
.stn_text_page {
  padding: 55px 0 45px;
}

.stn_text_page a {
  outline: 0;
  overflow: hidden;
  display: inline-block;
}

.stn_text_page a:hover img {
  border-color: #0072bc;
}

.stn_text_page a img {
  max-width: 100%;
  border: 1px solid #ccc;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_text_page table td a {
  margin: 0 15px;
}

/*---------------------------------------*/
/*	[	END Excursions	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START About Us Page	] 	*/
/*---------------------------------------*/
.about_us_page {
  padding: 25px 0 50px;
}

.about_us_page .videos_container {
  margin-bottom: 0;
}

.about_us_page .company_name {
  color: #666;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding: 25px 0;
  text-transform: uppercase;
}

/*---------------------------------------*/
/*	[	END About Us Page	] 	*/
/*---------------------------------------*/
/*---------------------------------------*/
/*	[	START All productions	] 	*/
/*---------------------------------------*/
.stn_all_products_page {
  padding: 30px 0 0;
}

.stn_all_products_page .products_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.stn_all_products_page .left_column {
  width: 263px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 263px;
  -ms-flex: 0 0 263px;
  flex: 0 0 263px;
}

.stn_all_products_page .center_column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 30px;
}

.stn_all_products_page .categories_wrapper {
  border: 1px solid #ccc;
  background: url(../img/menu-bg.png) repeat;
  padding: 30px 15px 20px;
}

.stn_all_products_page .categories_wrapper .title_side {
  color: #999;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.stn_all_products_page .categories_wrapper .categories_list {
  padding-top: 25px;
}

.stn_all_products_page .categories_wrapper .categories_list > ul > li {
  padding-bottom: 17px;
}

.stn_all_products_page .categories_wrapper .categories_list > ul > li:last-child {
  padding: 0;
}

.stn_all_products_page .categories_wrapper .categories_list > ul > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  position: relative;
  padding-left: 15px;
}

.stn_all_products_page .categories_wrapper .categories_list > ul > li > a.is_opened {
  color: #0072bc;
}

.stn_all_products_page .categories_wrapper .categories_list > ul > li > a.is_opened:before {
  display: none;
}

.stn_all_products_page .categories_wrapper .categories_list > ul > li > a.is_opened:after {
  top: 50%;
  left: 0%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #0072bc !important;
  border-width: 4px;
  margin-top: -6px;
}

.stn_all_products_page .categories_wrapper .categories_list > ul > li > a:before {
  top: 50%;
  left: 0%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #333;
  border-width: 4px;
  margin-top: -2px;
}

.stn_all_products_page .categories_wrapper .categories_list > ul > li > a:hover {
  color: #0072bc;
}

.stn_all_products_page .categories_wrapper .categories_list > ul > li > a:hover:before {
  border-top-color: #0072bc;
}

.stn_all_products_page .categories_wrapper .categories_list > ul > li > ul {
  padding: 17px 0 0 15px;
  display: none;
}

.stn_all_products_page .categories_wrapper .categories_list > ul > li > ul > li {
  padding-bottom: 15px;
}

.stn_all_products_page .categories_wrapper .categories_list > ul > li > ul > li:last-child {
  padding: 0;
}

.stn_all_products_page .categories_wrapper .categories_list > ul > li > ul > li > a {
  font-size: 14px;
  font-weight: 300;
  color: #333;
  text-transform: uppercase;
}

.stn_all_products_page .categories_wrapper .categories_list > ul > li > ul > li > a:hover {
  color: #0072bc;
}

.stn_all_products_page .products_list {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stn_all_products_page .products_list .list_item {
  margin: 0 30px 30px 0;
  padding: 15px;
  width: 262px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 262px;
  -ms-flex: 0 0 262px;
  flex: 0 0 262px;
  border: 1px solid #ccc;
  background: url(../img/menu-bg.png);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_all_products_page .products_list .list_item:nth-child(3n) {
  margin: 0 0 30px;
}

.stn_all_products_page .products_list .list_item:hover {
  border-color: #0072bc;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 114, 188, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 114, 188, 0.5);
}

.stn_all_products_page .products_list .goods_logo {
  background: #fff;
  border: 1px solid #ccc;
  height: 232px;
  position: relative;
}

.stn_all_products_page .products_list .goods_logo a {
  display: block;
  height: 100%;
  position: relative;
}

.stn_all_products_page .products_list .goods_logo a img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.stn_all_products_page .products_list .goods_name {
  padding-top: 14px;
}

.stn_all_products_page .products_list .goods_name a {
  display: block;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_all_products_page .products_list .goods_name a:hover {
  color: #0072bc;
  text-decoration: underline;
}

.stn_all_products_page .products_list .goods_type {
  padding-top: 10px;
}

.stn_all_products_page .products_list .goods_type a {
  text-align: center;
  display: block;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_all_products_page .products_list .goods_type a i {
  margin-right: 5px;
}

.stn_all_products_page .products_list .goods_type a span {
  text-decoration: underline;
}

.stn_all_products_page .products_list .goods_type a:hover {
  color: #0072bc;
}

.stn_all_products_page .products_list .animal_category_list {
  padding-top: 11px;
  text-align: center;
}

.stn_all_products_page .products_list .animal_category_list a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid #999;
  margin: 0 7px 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_all_products_page .products_list .animal_category_list a:hover {
  border-color: #0072bc;
}

.stn_all_products_page .products_list .animal_category_list a:hover img.hover {
  opacity: 1;
}

.stn_all_products_page .products_list .animal_category_list a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 1;
  max-height: 24px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_all_products_page .products_list .animal_category_list a img.hover {
  opacity: 0;
}

.stn_all_products_page .filter_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stn_all_products_page .filter_wrapper .filter_item {
  width: 263px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 263px;
  -ms-flex: 0 0 263px;
  flex: 0 0 263px;
}

.stn_all_products_page .filter_wrapper .search_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 263px;
  -ms-flex: 0 0 263px;
  flex: 0 0 263px;
  width: 263px;
  height: 30px;
  position: relative;
  z-index: 1;
}

.stn_all_products_page .filter_wrapper .search_wrapper input {
  height: 30px;
  background: #f2f2f2;
  border: none;
  border-bottom: 2px solid #ccc;
  float: left;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_all_products_page .filter_wrapper .search_wrapper input[type='text'] {
  width: 100%;
  padding: 0 30px 0 15px;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}

.stn_all_products_page .filter_wrapper .search_wrapper input[type='text']:focus {
  border-color: #0072bc;
}

.stn_all_products_page .filter_wrapper .search_wrapper input[type='submit'] {
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  background: transparent url(../img/search.png) no-repeat left center;
}

.stn_all_products_page .filter_wrapper .search_wrapper input[type='submit']:hover {
  background-image: url(../img/search-hov.png);
}

.stn_all_products_page .filter_wrapper .count_products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stn_all_products_page .filter_wrapper .count_products .title_section {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  margin-right: 8px;
}

.stn_all_products_page .filter_wrapper .count_products .button_number_of {
  margin: 0 5px;
}

.stn_all_products_page .filter_wrapper .count_products .button_number_of a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: 300;
  background: #f2f2f2;
  border-bottom: 2px solid #ccc;
  text-align: center;
  line-height: 29px;
  color: #666;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_all_products_page .filter_wrapper .count_products .button_number_of a:hover, .stn_all_products_page .filter_wrapper .count_products .button_number_of a.active {
  color: #0072bc;
  border-color: #0072bc;
}

.stn_all_products_page .filter_wrapper .sorting_wrapper select {
  border: 1px solid #f2f2f2;
  border-bottom: 2px solid #ccc;
  height: 30px;
  font-size: 14px;
  font-weight: 300;
  color: #666;
  padding: 0 25px 0 15px;
  outline: 0;
  background: #f2f2f2 url(../img/select_arrow_default.png) no-repeat right 10px center;
}

.stn_all_products_page .filter_wrapper .sorting_wrapper select:focus {
  color: #0072bc;
  border: 1px solid #ccc;
  border-bottom: 2px solid #0072bc;
  background: #fff url(../img/select_arrow.png) no-repeat right 10px center !important;
}

.stn_all_products_page .filter_wrapper .sorting_wrapper select:hover {
  color: #0072bc;
  border-bottom: 2px solid #0072bc;
  background: #f2f2f2 url(../img/select_arrow.png) no-repeat right 10px center;
}

.stn_all_products_page .filter_wrapper .sorting_wrapper select option {
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  color: #666;
}

.stn_all_products_page .product_info_wrapper {
  border: 1px solid #ccc;
  background: url(../img/menu-bg.png);
  padding: 20px;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .logo {
  width: 232px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 232px;
  -ms-flex: 0 0 232px;
  flex: 0 0 232px;

}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  outline: 0;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .logo a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 114, 188, 0.25);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .logo a:hover {
  border-color: #0072bc;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .logo a:hover:after {
  opacity: 1;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .logo a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .description {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 548px;
  -ms-flex: 0 0 548px;
  flex: 0 0 548px;
  width: 548px;
  margin-left: 25px;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .description .product_title {
  font-size: 24px;
  font-weight: 700;
  color: #0072bc;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .description .subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  padding: 20px 0 15px;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .description .parameter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .description .parameter .title,
.stn_all_products_page .product_info_wrapper .main_info_wrapper .description .parameter .value {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .description .parameter .title {
  color: #999;
  width: 115px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 115px;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .description .animal_category_list {
  text-align: left;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .description .animal_category_list a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid #999;
  margin: 4px 10px 4px 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .description .animal_category_list a:hover {
  border-color: #0072bc;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .description .animal_category_list a:hover img.hover {
  opacity: 1;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .description .animal_category_list a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 1;
  max-height: 24px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stn_all_products_page .product_info_wrapper .main_info_wrapper .description .animal_category_list a img.hover {
  opacity: 0;
}

.stn_all_products_page .product_info_wrapper .video_about_product {
  margin-top: 25px;
  height: 480px;
}

.stn_all_products_page .product_info_wrapper .tetx_about_product {
  padding-top: 25px;
}

.stn_all_products_page .product_info_wrapper .tetx_about_product table th,
.stn_all_products_page .product_info_wrapper .tetx_about_product table td {
  font-weight: 500;
  padding: 15px 0 15px 20px;
  text-align: left;
}

.stn_all_products_page .product_info_wrapper .tetx_about_product table th,
.stn_all_products_page .product_info_wrapper .tetx_about_product table td:nth-child(2),
.stn_all_products_page .product_info_wrapper .tetx_about_product table tr {
  border-bottom: 1px solid #999;
}

.stn_all_products_page .product_info_wrapper .tetx_about_product table tr:first-child {
  border-bottom: none;
}

.stn_all_products_page .product_info_wrapper .tetx_about_product table td:nth-child(3),
.stn_all_products_page .product_info_wrapper .tetx_about_product table th:nth-child(3) {
  padding-left: 60px;
}

/*---------------------------------------*/
/*	[	END All productions	] 	*/
/*---------------------------------------*/
.page_header .header_nav_wrapper .search_wrapper {
      z-index: 1;
    position: relative;
}

.img_cons img {
  max-width: 134px;
}

.wrap_const {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.img_cons {
  float: left;
  margin-right: 20px;
}

.footer_socials_title {
  text-align: center;
  color: #ccc;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 5px;
}

.footer_socials_items {
  padding-bottom: 15px;
}
.footer_socials_items ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -8px;
}

.footer_socials_items ul li {
  padding: 0 8px;
}
.footer_socials_items ul li a {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer_socials_items ul li a :hover {
  color: #0072bc;
}

.block_online_order {
  text-align: center;
  padding-bottom: 20px;
}

.block_online_order a {
  display: inline-block;
  text-align: center;
  background: #f2f2f2;
/*  height: 30px;*/
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  width: 263px;
  font-weight: 700;
  color: #0072bc;
  border-bottom: 2px solid #ccc;
  outline: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.modal {
  display: none;
  width: 600px;
  max-width: 90%;
}

#check-available {
  min-height: 300px;
}

.city__list-loader {
  background: rgba(0, 0, 0, 0.6);
  height: 350px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.city__list {
  max-height: 350px;
  overflow: auto;
}

.modal__title {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.modal__subtitle {
  padding-bottom: 5px;
}

.city__input {
  padding-bottom: 10px;
}

.city__input input {
  display: block;
  width: 100%;
}
.city__list-item {
  padding-bottom: 5px;
}
.city__list-item button {
  display: block;
  text-align: center;
  background: #f5f5f5;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0072bc;
  border: none;
  border-bottom: 2px solid #ccc;
  outline: 0;
  transition: all .3s ease-out;
  padding: 5px 10px;
}

.city__list-item button:hover {
  background: #0072bc;
  color: #fff;
}

.city__addresses-item {
  padding: 10px 0 ;
  border-bottom: 2px solid #ccc;
}

.city__current {
  padding-bottom: 15px;
}

.city__current strong {
  font-size: 20px;
}

.city__addresses-back {

}

.city__addresses-back button {
  border: 1px solid #e4e4e4;
  background: #cecece;
  font-size: 16px;
  padding: 5px;
  transition: all .3s;
  outline: none;
}

.city__addresses-back button:hover {
  background: #3f51b5;
  color: #fff;
}

.check-available {
  padding-top: 15px;
}

.check-available button {
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  background: #0072bc;
  color: #fff;
  border: none;
  border-bottom: 2px solid #ccc;
  outline: 0;
  transition: all .3s ease-out;
  padding: 10px 15px;
}

.check-available button:hover {
  background: #fff;
  color: #0072bc;
}

#product-name {
  color: red;
}