@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext");
*{
  outline: none;
}
input[type="submit"] {
  cursor: pointer;
}
ul {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
.catalog__title,
.title--size_h1 {
  text-align: center;
  color: #303646;
  font-size: 44px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.title--size_h2,h2{
	font-size: 33px;
    color: rgb(48, 54, 70) !important;
    text-transform: uppercase;
    line-height: 1.2 !important;
    text-align: center;
    margin-bottom: 22px;
    font-weight: 400;
}
.title--size_h3,h3{
	font-size: 26px;
    color: rgb(48, 54, 70) !important;
    text-transform: uppercase;
    line-height: 1.2 !important;
    text-align: center;
    margin-bottom: 22px;
    font-weight: 400;
}
.page {
  background: #fff;
  position: relative;
}
.page__body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  height: 100%;
  position: relative;
}
.header__info,
.page__holder {
  max-width: 1832px;
  width: 100%;
  margin: 0 auto;
}
.header__info {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.search {
  position: relative;
  width: 15%;
  margin-right: 4%;
}
.search__submit {
  position: absolute;
  border: none;
  font-size: 0;
  background: url("../img/sprite.png") -20px 0px no-repeat;
  top: 0;
  width: 17px;
  height: 17px;
  top: 11px;
  left: 5%;
}
.search__input {
  background-color: #efefef;
  border-radius: 19px;
  border: none;
  padding: 10px 45px;
  width: 100%;
}
img.logo {
    width: 200px;
    padding-right: 10px;
}
.address__item {
  color: #3e444f;
  font-size: 18px;
  font-weight: 400;
  line-height: 37px;
  position: relative;
  padding-left: 20px;
}
.header__address {
  margin-left: 33px;
}
.adress:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 15px;
  background: url("../img/sprite.png") 0px -20px no-repeat;
  left: 0;
  top: 11px;
}
.time:before {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background: url("../img/sprite.png") -12px -20px no-repeat;
  left: 0;
  top: calc(50% - 6.5px);
}
.address__item-time {
  color: #9b9da3;
}
.header__contact {
  margin-left: 3%;
}
.header__contact a {
  display: block;
  line-height: 35px;
}
.contact__phone {
  color: #3e444f;
  font-size: 20px;
  font-weight: 800;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}
.contact__phone:before {
  content: '+';
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}
.contact__mail {
  color: #8e99ad;
  font-size: 19px;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.contact__mail:before {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 10px;
  background: url("../img/sprite.png") -25px -20px no-repeat;
  left: 0;
  top: 14px;
}
.header__callback {
  color: #303646;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 33px;
}
.menu-left .header__callback {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
}
.yellow-btn {
  text-decoration: none;
  background: linear-gradient(to right, #ffe001, #ffdb00, #ffd600, #ffd100, #fc0);
  border: 4px solid #f5f5f5;
  border-radius: 25px;
  cursor: pointer;
}
.yellow-btn:hover {
  color: #fff;
  background: #34383c;
  cursor: pointer;
}
.nav__list {
  display: flex;
  justify-content: space-around;
  list-style: none;
}
.nav__item {
  width: 16.6%;
  text-align: center;
  padding: 7px 0;
}
.nav__item:hover {
  background: #f8f8f8;
}
.nav__link {
  color: #303646;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
}
/*header scroll*/
.header-fixed {
  position: fixed;
  z-index: 1000;
  background: #fff;
  width: 100%;
  top: 0;
  border: 1px solid #e0e0e0;
}

/*.header-fixed .search {
  width: 13%;
}
.header-fixed .nav__list {
  margin-bottom: 20px;
}
.header-fixed .header__address {
  width: 26%;
}
.header-fixed .address__item {
  font-size: 16px;
  margin-left: 2%;
}
.header-fixed .header__address :nth-child(2) {
  margin-right: 1%;
}
.header-fixed .header__address :nth-child(3) {
  margin-right: 3%;
  margin-left: 0;
}

.header-fixed .header__contact {
 	display: flex;
	width: 20%;
	flex-direction: column;
}
.header-fixed .header__contact :nth-child(2) {
  order: -1;
  margin-right: 12px;
  font-size: 16px;
}
.header-fixed .header__callback {
  font-size: 13px;
}*/
/*header scroll*/
#modalFormGoods .yellow-btn {
    padding: .35rem .75rem;
	text-transform: uppercase;
}
.general-slide {
  margin: 20px 0 80px 0;
}
.general-slide .slick-prev,
.general-slide .slick-next {
  position: absolute;
  z-index: 2;
  right: 5%;
  top: 36%;
  font-size: 0;
  width: 46px;
  height: 102px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.general-slide .slick-prev {
  left: 3%;
}
.general-slide .slick-prev:after,
.general-slide .slick-prev:before,
.general-slide .slick-next:after,
.general-slide .slick-next:before {
  content: " ";
  background: #efefef;
  display: block;
  height: 14px;
  width: 57px;
  position: absolute;
}
.general-slide .slick-prev:hover,
.general-slide .slick-next:hover {
  opacity: 0.2;
}
.general-slide .slick-next:after {
  transform: rotate(50deg);
}
.general-slide .slick-next:before {
  transform: rotate(-50deg);
  top: 85%;
}
.general-slide .slick-prev:after {
  transform: rotate(-50deg);
}
.general-slide .slick-prev:before {
  transform: rotate(50deg);
  top: 85%;
}
.general-slide .slick-dots {
  display: flex;
  list-style: none;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  top: -54px;
}
.general-slide .slick-dots li {
  margin-right: 4%;
  width: 23px;
  height: 23px;
}
.general-slide .slick-dots .slick-active {
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
}
.general-slide .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 3px;
  line-height: 7px;
  background-color: #000;
  border-radius: 50%;
  font-size: 0;
  border: none;
  text-align: center;
  cursor: pointer;
}
.general-slide:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 64px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 0 64px rgba(0,0,0,0.8);
  box-shadow: 0 0 64px rgba(0,0,0,0.8);
  bottom: 26px;
  width: 100%;
  height: 120px;
  border-radius: 50%;
}

.pagingInfo {
  position: absolute;
  right: 24%;
  top: 60px;
  z-index: 10;
  color: #4e4e4e;
  font-size: 26px;
  font-weight: 700;
}
.pagingInfo span {
  color: #969aa0;
  font-size: 16px;
  font-weight: 400;
  vertical-align: top;
}
.category__title {
  color: #303646;
  font-size: 27px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 23%;
  margin-bottom: 47px;
  position: relative;
}
.category__title:before,
.category__title:after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  background-color: #e6e6e6;
  border-radius: 2px;
  z-index: 20;
  top: 14px;
}
.category__title:before {
  left: -35px;
  width: 23%;
}
.category__title:after {
  right: 0px;
  width: 61%;
}
.category__metalworking {
  background: url("../img/bg/schemebg.jpg") no-repeat;
  background-position-y: 17px;
  width: 100%;
  padding: 0 0 150px 0;
}
.category__item {
  width: 13%;
  margin: 0 1%;
  text-align: center;
}
.metalproduct__item {
  width: 12%;
  margin: 0 1%;
  text-align: center;
  background: #fff;
  padding: 43px 18px;
}
.metalproduct__item:hover .category__item-title {
  color: #0d76ec;
  text-decoration: underline;
}
.category {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

/* a.see-all-index {
 width: 100%;
 text-align: right;
 font-size: 24px;
 color: #2d3344;
}  */

a.see-all-index.metall {
  margin-top: 1rem;
}
.footer__menu {
  width: 33%;
}
.category__item-title {
  color: #4f5460;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
}
.category__metalproduct {
  background: url("../img/bg/metallbg.jpg") no-repeat;
  background-position-y: 53px;
  width: 100%;
  padding-bottom: 74px;
}
.category__item-link {
  margin-bottom: 43px;
  display: block;
}
.pattern-none {
  display: none;
}
.category__item svg {
  padding: 46px 20px 29px 20px;
}
.category__item:hover svg {
  background: url("../img/bg/pereiti_yslugi.png");
}
.category__item:hover .category__item-title {
  color: #0d76ec;
  font-size: 19px;
  font-weight: 400;
  text-decoration: underline;
}
.about__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px;
}
.about {
  background: url("../img/bg/about-bg.jpg") no-repeat right top;
  padding-top: 90px;
  padding-bottom: 15px;
}
.about__company {
  padding: 0 3%;
  border-right: 1px solid #000;
  width: 75%;
  color: #636772;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.about-us {
  padding: 0 7%;
}
.about-us__title {
  text-align: left;
}
.about__title {
  margin-bottom: 100px;
}
.about-us__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -61px;
}
.about__us-item {
  width: 24.1%;
  text-align: center;
  margin-right: 2%;
  border: 1px solid transparent;
  padding: 20px;
}
.about__us-item:hover {
  background-color: #fff;
  border: 1px solid #303646;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
.us-item__view-wrapp {
  min-height: 99px;
}
.us-item__view {
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
}
.us-item__link {
  color: #303646;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.works__inner {
  display: flex;
  justify-content: space-between;
}
.works_item-link {
  display: block;
}
.works__item svg {
  padding: 26px 20px 39px 17px;
  float: right;
}
.works__item:hover svg {
  background: url("../img/bg/work-hover.png") no-repeat;
  background-size: 100%;
}
.works__item{
  padding-right: 10px;
}
.works__carusel {
  max-width: 1520px;
  overflow: hidden;
  padding-top: 50px
}
.works__carusel .slick-arrow,.works__inner .slick-arrow{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  border: none;
  border-radius: 2px;
  width: 31px;
  height: 31px;
  background-color: rgb(48, 54, 70);
  cursor: pointer;
}
.works__carusel .slick-next:before, .works__carusel .slick-next:after,.works__inner .slick-next:before, .works__inner .slick-next:after{
    content: '';
    background: #fff;
    display: block;
    transform: rotate(-43deg);
    top: 17%;
    z-index: 200;
    width: 2px;
    height: 8px;
    right: 46%;
    top: 9px;
    position: absolute;
}

.works__inner .slick-arrow {
  top: -50px;
}

.works__carusel .slick-next:after,.works__inner .slick-next:after{
    transform: rotate(-132deg);
    top: 14px;
}
.works__carusel .slick-next:hover, .works__carusel .slick-prev:hover,.works__inner .slick-next:hover, .works__inner .slick-prev:hover{
 background: #7d8496;
}
.works__carusel .slick-prev, .works__inner .slick-prev{
  right: 38px;
}
.works__carusel .slick-prev:before, .works__carusel .slick-prev:after,.works__inner .slick-prev:before, .works__inner .slick-prev:after{
    content: '';
    background: #fff;
    display: block;
    transform: rotate(43deg);
    top: 17%;
    z-index: 200;
    width: 2px;
    height: 8px;
    right: 46%;
    top: 9px;
    position: absolute;
}
.works__carusel .slick-prev:after,.works__inner .slick-prev:after{
    transform: rotate(132deg);
    top: 14px;
}
.client__inner {
  display: flex;
  justify-content: space-between;
}
.partnery {
  padding: 63px 0;
}

.form__input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #303646;
  padding: 6px 0px;
  margin-left: 30px;
  width: 60%;
}
.form__input:focus {
  border-bottom: 2px solid #ffd101;
}
.consultation__body {
  background: url("../img/bg/callback-bg.png");
  background-size: cover;
  padding: 25px;
}
.footer__catalog-title {
  color: #303646;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 23px;
}
.footer__catalog-list {
  list-style: none;
}
.footer__catalog-link {
  color: #56607d;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.footer__main {
  display: flex;
  justify-content: flex-start;
}
.footer__catalog {
  display: inline-block;
  margin-right: 7%;
  width: 40%;
}
.consultation {
  width: 34%;
  position: relative;
}
.consultation:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 64px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 0 64px rgba(0,0,0,0.8);
  box-shadow: 0 0 64px rgba(0,0,0,0.8);
  bottom: 26px;
  width: 57%;
  left: 19%;
  height: 59px;
  border-radius: 50%;
}
.consultation__title {
  margin-left: 10%;
  color: #303646;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.consultation__title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 365px;
  height: 2px;
  opacity: 0.1;
  background-color: #4562af;
  margin-left: 7%;
}
.consultation__field {
  display: inline-block;
  width: 64%;
  vertical-align: middle;
}
.form__textarea {
  width: 88.2%;
  line-height: 32px;
  border: 0 none;
  background-color: transparent;
  background-repeat: no-repeat;
  background: url("../img/bg/textarebg.jpg") 3px repeat-x, url("../img/bg/textarebg.jpg") 3px 62px repeat-x;
  resize: none;
  overflow: hidden;
  margin-top: 15px;
  margin-left: 8%;
}
.form__input::-webkit-input-placeholder,
.form__input::-moz-placeholder,
.form__input:-moz-placeholder,
.form__input:-ms-input-placeholder,
.form__textarea::-webkit-input-placeholder,
.form__textarea::-moz-placeholder,
.form__textarea:-moz-placeholder,
.form__textarea:-ms-input-placeholder {
  color: #63593f;
  font-size: 14px;
}
.callback-btn {
  box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  display: inline-block;
  vertical-align: middle;
  padding: 10px 69px 10px 21px;
  margin-left: 17px;
  position: relative;
  cursor: pointer;
}
.callback-btn:after {
  content: '';
  display: block;
  position: absolute;
  right: 5px;
  top: 10px;
  vertical-align: middle;
  width: 11px;
  height: 18px;
  background: url("../img/sprite.png") -37px 0px no-repeat;
  margin-bottom: 4px;
  margin-right: 7px;
}
.page-footer {
  border-top: 7px solid #e5e3e3;
  min-height: 320px;
  padding: 25px 10px 9px 10px;
  width: 100%;
  background: url("../img/bg/footer-bg.png") no-repeat right 10px top 10px;
  box-sizing: border-box;
}
.page-footer a:hover {
  color: #0d76ec;
  text-decoration: underline;
}
.footer__contact {
  margin-top: 26px;
}
.footer__contact .footer__catalog-link {
  color: #303646;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 23px;
}
.footer__contact-list {
  list-style: none;
  column-count: 2;
  width: 93%;
}
.copy {
  margin-top: 50px;
  color: #363636;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 21px;
  display: inline-block;
  vertical-align: top;
  padding-left: 2%;
}
.copy a {
  color: #363636;
  line-height: 18px;
  display: block;
  margin-top: 9px;
}
.seo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
  float: right;
  padding-right: 3%;
  font-size: 15px;
  max-width: 212px;
}
.seo:before {
  content: '';
  display: block;
  position: absolute;
  left: -27px;
  top: 5px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("../img/sprite.png") 0px 0px no-repeat;
  margin-bottom: 4px;
  margin-right: 7px;
}
.seo a {
  color: #5e5e5e;
  font-style: italic;
}

.client__item-wrapp{
    background-color: #fff;
    border: 1px solid #ced4e4;
    margin-right: 1%;
    padding: 20px ;
    min-height:  115px;
}
.client__item{
  margin:  0 auto;
}
.aside__title{
	background-color: #3a3a3a;
	text-transform: uppercase;
	font-size: 22px;
  padding: 12px 9.8%;
	display: inline-block;
}
.aside__title a{
	color: #fff;
	text-decoration: none;
}
.menu-left{
	width: 17.3%;
}
.page-inner{
	display: flex;
	max-width: 1900px;
	margin: 23px auto 0;
	position: relative;
}
.left-menu__list{
	list-style: none;
  width: 92.3%;
}
.left-menu__item {
width: 99%;
}
.left-menu__item a{
  font-size: 22px;
  color: rgb(26, 26, 26);
  line-height: 1.2;
  text-decoration: none;
  font-weight: 500;
}
.left-menu__item ul li{
  font-size: 13.222px;
  color: rgb(47, 47, 47);
  line-height: 1.444;
  text-align: left;

  list-style-position: outside;
  padding-left: 11px;
}
.left-menu__item ul{
	list-style: none;

}
/*
.left-menu__item  .left-menu__link{
	margin:25px 0;
	display: block;
  padding-left: 45px;
}*/
.left-menu__list >.left-menu__item a{
    padding: 5px 0 5px 10px;
    display: block;
    width: 86%;
}

.left-menu__item:hover>a{
  background-color: rgb(48, 54, 70);
  color:#fff;
  box-shadow: 0px 8px 20px -9px #000000;
}
.left-menu__list ul a:hover {
  background-color: transparent;
  color:#000;
  box-shadow: none;
}
.left-menu__item ul li a{
	margin: 0;
	font-size: 18px;
}
.left-menu--active>a{
    background: linear-gradient(to right, #ffe001, #ffdb00, #ffd600, #ffd100, #fc0);
}
.left-menu--active>a:hover{
  color: #000;
}
.main__content{
  width: 78%;
  padding: 9pt 1% 0 3%;
}
.cat-gallery{
	margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.main__content p{
    font-size: 18px;
    line-height: 1.35;
    font-weight: 300;
}
.main__content ul {
    padding-left: 22px;
    margin-bottom: 15px;
}
.main__content ol {
    padding-left: 40px;
}

.main__content ul li, .main__content ol li {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 300;
    margin-bottom: .5em;
}
.form-request{
	padding: 42px 162px;
	background-color: #efefef;
	background-image: url(../img/bg/form-bg.png);
	background-repeat: no-repeat;
  background-position: bottom right;
  margin: 58px 0;
}
.form__label{
	display: block;
	font-size: 18px;
	color: rgb(132, 132, 132);
	line-height: 2;
}
.form__label span{
	color: #ff0a42;
    font-weight: 900;
    padding-left: 2px;
    margin-top: -2px;
}
.form__field {
	border-width: 1px;
	border-color: rgb(217, 217, 217);
	border-style: solid;
	border-radius: 3px;
	background-color: rgb(249, 249, 249);
	font-size: 15px;
	color: rgb(132, 132, 132);
	line-height: 2;
	padding: 3px 5px;
	width: 100%;
	margin-bottom: 10px;
}
.form__area{
  border-width: 1px;
  border-color: rgb(217, 217, 217);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(249, 249, 249);
  font-size: 18px;
  color: rgb(132, 132, 132);
  width: 100%;
  padding: 5px;
  resize: none;
  line-height: 55px;
  margin-bottom: 6px;
}
.form__body{
	display: flex;
}
.form__field-wrapp{
	width: 36%;
	padding-right: 5%;
}
.form__field-wrapp:last-child{
	width: 40%;
}

.file-upload {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 21px;
    background: rgb(249, 249, 249);
    border-radius: 3px;
    padding: 8px 4px;
    color: #646464;
    font-size: 13px;
    font-weight: 400;
    line-height: 2px;
    text-align: center;
    border: 1px solid rgb(217, 217, 217);
}
.file-upload input[type="file"]{
    display: none;
}
.file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: left;
    line-height: 36px;
    padding-left: 10px;
    font-size: 15px;
}
.file-upload span {
    line-height: 19px;
    text-align: center;
    padding: 2px;
}
.form__field-label:after{
    content: 'Выбрать';
    display: block;
    border-radius: 3px;
    background-color: rgb(58, 58, 58);
    position: absolute;
    width: 151px;
    line-height: 36px;
    height: 37px;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.blue-btn{
  font-size: 32px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  background: rgb(0, 182, 172);
  border:none;
}
.request__button{
    padding: 17px 12%;
    margin-top: 20px;
}
.form-request__mail,.form-request__phone{
	position: relative;
}
.form-request__phone{
    background:   url(../img/flag.png) left,  rgb(249, 249, 249) url(../img/phone.png) right;
    padding-left: 44px;

    background-repeat:  no-repeat;
    width: 90%;
}

.form-request__mail{
	background-image: url(../img/mail.png);
	background-repeat:  no-repeat;
	background-position: right;
	padding-right: 50px;
	width: 89%;
}
.about-inner{
	margin: 55px 0;

}
.about-inner__title{
  font-size: 35px;
  color: rgb(48, 54, 70);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 22px;
}
.about-inner__items{
	display: flex;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 53px 0 22px 0;
	flex-wrap: wrap;
}
.about-inner__item{
	width: 33.333%;
	display: flex;
	align-items: center;
	margin-bottom: 42px;
}
.about-inner__img-wrapp {
    border: 1px solid rgb(255, 207, 0);
    border-radius: 5px;
    height: 104px;
    text-align: center;
    line-height: 96px;
    padding: 0 14px;
    min-width: 63px;
    margin-right: 15px;
}
.about-inner__item-view{
	vertical-align: middle;
}
.about-inner__desc-title{
  font-size: 16px;
  color: rgb(26, 26, 26);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 11px;
}
.content-table{
	width: 100%;
	margin-top: 18px;
}
.content-table .yellow-btn {
    padding: .35rem .75rem;
    text-transform: uppercase;
}
.content-table a:hover {
    text-decoration: none;
}
.content-table__title{
  background: #3a3a3a;
  color: #fff;
  line-height: 1.143;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  padding: 27px 0;
}
.content-table tr td, .content-table tr th{
  padding: 28px 42px;
  text-align: center;
  font-weight: 500;
}

.content-table tr td:nth-child(2n), .content-table tr th:nth-child(2n){
  background: #f1f7f9;
}
.content-table tr td:nth-child(2n+1), .content-table tr th:nth-child(2n+1){
  background: #e4f0f4;
}
.content-table tr td:first-child, .content-table tr th:first-child, .content-table tr:nth-child(2) td{
  background: #fff;

}
.works-inner{
  margin: 50px 0;
}
.category__title--inner{
  color: #303646;
  font-size: 44px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 47px;
  position: relative;
  text-align: center;
}
.category__title--inner:before {
  content: '';
  width: 37%;
  display: block;
  position: absolute;
  height: 4px;
  background-color: #e6e6e6;
  border-radius: 2px;
  z-index: 20;
  top: 14px;
}
.category__title--inner:after {
  content: '';
  width: 37%;
  display: block;
  position: absolute;
  height: 4px;
  background-color: #e6e6e6;
  border-radius: 2px;
  z-index: 20;
  top: 14px;
  right: 0;
}
.page__holder.about__inner.cost {
    flex-wrap: wrap;
}

.about__company.cost {
    width: 100%;
    border-right: none;
}

.about-us__title.about__title.title--size_h1.cost {
    text-align: center;
    margin: 38px 0;
}

p.info_padding {
    padding-right: 30%;
}

.about-us__inner.cost {
    margin-left: 0;
}

section.about.cost {
    padding-top: 58px;
}

.kontact_info ul li {
    list-style: none;
    padding: 5px 0;
}

.kontact_info ul li a {
    text-decoration: none;
    color: #3a3a3a;
}

.kontact_main .kontact_info{
column-count: 2;
}

li.kont {
    margin-left: 25px;
    margin-bottom: 5px;
}

li.kont:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

li.kont.phone:before {
    background: url(/img/ico/phone.png)no-repeat;
    background-size: contain;
}

.kontact_info ul {
    display: block;
    position: relative;
}

li.kont.mail:before {
    background: url(/img/ico/mail.png)no-repeat;
    background-size: contain;
}

li.kont.adr:before {
    background: url(/img/ico/geo.png)no-repeat;
    background-size: contain;
}

li.kont.work:before {
    background: url(/img/ico/clock.png)no-repeat;
    background-size: contain;
}


.kontact_info {
    margin: 60px 0;
}


ul.ul_style {
    text-indent: 20px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 300;
    margin: 10px 0;
    clear: both;
    display: block;
    position: relative;
    top: 10px;
}

table.content-table tbody tr td:nth-child(odd) {
    background: #f1f7f9;
}

table.content-table tbody tr td:nth-child(even) {
    background: #e4f0f4;
}

table.content-table.slow tbody tr td:nth-child(odd) {
    background: #e4f0f4;
}

table.content-table.slow tbody tr td:nth-child(even) {
     background: #f1f7f9;
}

table.content-table.slow tbody tr td:first-child{
  background:#fff;
}

.category__title--inner:after, .category__title--inner:before{
  width: 32%;
}


.padkat {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
}

.podkat_wrapper {
    display: block;
    width: calc(100% / 3 - 20px);
    margin: 10px;
    transition: 0.7s;
}

.podkat_wrapper img {
    display: block;
    width: calc(100% - 20px);
    margin: 10px;
}

.podkat_wrapper span {
    display: block;
    text-align: center;
    margin: 10px 0;
}

.podkat_wrapper:hover {
    box-shadow: 1px 1px 8px 9px #00000082;
}

.podkat_wrapper a {
    text-decoration: none;
    font-size: 22px;
    color: #303646;
}

form#questconsult {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

span.qctitle {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    margin: 2rem 0;
}

input#questconsultName, input#questconsultPhone, button.qcsubmit {
    display: block;
    width: calc(100% / 3 - 60px);
    margin: 10px;
    min-height: 38px;
}

button.qcsubmit {
    border: none;
    background: rgb(0, 182, 172);
    color: #fff;
    font-size: 20px;
    transition: 0.7s;
}

input#questconsultName, input#questconsultPhone {
    padding-left: 20px;
    border: none;
    border-bottom: 2px solid rgb(0, 182, 172);
}

button.qcsubmit:hover {
    background: rgb(8, 115, 109);
    cursor: pointer;
}



.p_col {
    display: flex;
    flex-wrap: wrap;
    min-height: 40px;
    padding: 20px 0;
    padding-left: 20px;
    background: #cfcaca;
}

.p_col:nth-child(odd){
    background: #efefef;
}

.title {
    width: 25%;
    font-size: 28px;
}

.descr {
    width: 75%;
    display: flex;
    align-items: center;
}


table.content-table.slow tr th:first-child {
    background: #e4f0f4;
}

.main__content table.content-table.slow tr td:first-child {
    background: #e4f0f4 ;
}

/*cart template*/
.cart_wrapper {
    display: flex;
}

.cart_photo {
    width: 32%;
    min-height: 250px;
    margin-right: 15px;
}

.cart_text {
    display: block;
    width: 68%;
}

.price_order {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.price_val {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 22px;
}

button.order {
    display: block;
    margin-top: 40px;
    text-decoration: none;
    background: linear-gradient(to right, #ffe001, #ffdb00, #ffd600, #ffd100, #fc0);;
    border: 4px solid #f5f5f5;
    border-radius: 25px;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 33px;
}

button.order:hover {
    background: #34383c;
    color: #fff;
    cursor: pointer;
}

.cart_photo img {
    display: block;
    width: 100%;
    object-fit: cover;
}

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

a.cart_prev_wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% / 4 - 20px);
    margin: 15px 10px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 8px 0px #00000069;
    transition: 0.7s;
}

.cart_prev_photo {
    display: block;
    width: calc(100% - 20px);
    margin: 10px;
    overflow: hidden;
    max-height: 200px;
    transition: 0.7s;
    border-bottom: 3px solid #fff;
}



span.cart_prev_name {
    display: block;
    text-align: center;
    width: 100%;
    color: #303646;
    font-size: 20px;
    min-height: 90px;
}

a.cart_prev_wrap:hover {
    cursor: pointer;
    box-shadow: 0px 0px 8px 4px #000000b3;
}

a.cart_prev_wrap:hover .cart_prev_photo {
    border-bottom: 3px solid rgb(255, 207, 0);
}



.black_block {
    display: none;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 9999;
    background: #000000a1;
    left: 0;
    top: 0;
}

.pop_up_wrapper {
    display: none;
    position: fixed;
    left: calc(50% - 20%);
    top: 10%;
    width: 40%;
    z-index: 10000;
    background: #fff;
}

.close_form {
    position: absolute;
    z-index: 2;
    left: calc(100% - 40px);
    width: 40px;
    font-size: 35px;
    height: 40px;
    text-align: center;
    transition: 0.5s;
}

.close_form:hover {
    cursor: pointer;
    color: #ffd700;
}

.pop_title {
    display: block;
    width: 100%;
    text-align: center;
    margin: 25px 0;
    font-size: 33px;
}

.pop_name, .pop_phone {
    display: block;
    width: 80%;
    margin: 5px 10%;
    box-sizing: border-box;
    padding: 5px;
}

form#pop_up {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

form#pop_up button {
    box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    display: inline-block;
    vertical-align: middle;
    padding: 10px 40px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(to right, #ffe001, #ffdb00, #ffd600, #ffd100, #fc0);
    border: 4px solid #f5f5f5;
    border-radius: 25px;
    margin: 10px auto 20px;
    font-weight: 700;
}

form#pop_up button:hover {
    color: #fff;
    background: #34383c;
}

form#pop_up button:after {
    background: red;
}

form#pop_up button:after {
    width: 10px;
    height: 10px;
}


.left-menu__item ul {
    position: absolute;
    z-index: 9998;
    left: 16%;
    top: 0;
    display: none;
    background: #fff;
    width: auto;
    min-width: 20%;
    height: auto;
    min-height: 100%;
    box-sizing: border-box;
    box-shadow: 4px 1px 10px black;
}

.left-menu__item ul.fixed{
	position: fixed;
}

.left-menu__item {
    /*position: relative;*/
}

.left-menu__item:hover>ul {
    display: block;
}

.left-menu__item:hover>ul>li {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 5px 10px;

}

.left-menu__item>ul>li:hover {
    background: #00b6ac;
}

.left-menu__item>ul>li{
  color: #000;
}
.left-menu__item>ul>li:hover>a{
    color:#000!important;
}
.left-menu__item>ul>li:hover>a{
    color:#fff!important;
}

.cart_prev_photo img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    width: auto;
    height: 100%;
}
/*.left-menu__list >.left-menu__item > ul >  .left-menu__item a{
  padding: 5px 0 5px 45px;
}*/





.activ{
	display: block;
}
.form__popup{
  display: none;
  z-index: 10;
  position: fixed;
  width: 30%;
  font-size: 14px;
}
.fancybox-container{
 z-index: 99999!important;
}
.fancybox-content{
  padding-bottom: 21px;
}
.one-click__body, .modal-form__body {
    display: flex;
}
.form__title, .one-click__title{
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #2b2b2b;
  margin-bottom: 33px;
}

.form__checkbox{
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}
.form__manual{
  line-height: 20px;
}
.form__submit{
    min-width: 220px;
    text-align: center;
    padding: 5px;
    margin: 15px auto 0px auto;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.form__popup .form__body{
  flex-direction: column;
}
.form__popup .form__field{
  width: 80%;
  margin: 0 auto 28px auto;
}
.alert-thanks{
  display: none;
}
.form-request__title{
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.table_page_scroll{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.float_left_img {
  float: left;
  margin-right: 15px;
}

.float_right_img {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.cart_photo {
    float: left;
}

.cart_text {
    width: 100%;
}

.line_effect {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.category__title--inner:after, .category__title--inner:before {
    display: none;
}


h1.category__title--inner {
    display: inline-block;
    margin: 0 auto;
}

hr.line_style_effect {
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 4px;
    margin-top: 23px;
    border: none;
}

h1.category__title--inner {
    position: absolute;
    background: #fff;
    padding: 0 10px;
}

span#upload_file_name_render {
    position: absolute;
    width: calc(100% - 151px);
    height: 100%;
    display: inline-block;
    z-index: 10;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    left: 0;
}

.main__content {
    width: calc(100% - 17.3%);
    padding: 9pt 1% 0 3%;
    box-sizing: border-box;
}



.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    border-collapse: collapse;
    border-spacing: 0;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 25px;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

th {
    text-align: left;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}



h4,
.h4 {
    font-size: 20px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td {
	text-align: center;
}

#breadcrumb {
    padding:20px 0;
}

#breadcrumb ul {
    margin:0;
    padding:0;
    list-style:none;
}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline;}

#breadcrumb>ul>li>a>span{
  font-size: 16px;
  color: #000000;
}

#breadcrumb>ul>li:last-child {
  display: none;
}

.podkat_wrapper_work {
    height: 460px;
    display: block;
    width: calc(100% / 3 - 20px);
    margin: 10px;
    transition: 0.7s;
}
.podkat_wrapper_work img {
    display: block;
    height: 400px;
    width: calc(100% - 20px);
    margin: 10px;
    object-fit: cover;
}
.podkat_wrapper_work a {
    text-decoration: none;
    font-size: 22px;
    color: #303646;
}
.podkat_wrapper_work span {
    display: block;
    text-align: center;
    margin: 10px 0;
}
.podkat_wrapper_work:hover {
    box-shadow: 1px 1px 8px 9px #00000082;
}

a.see-all-index {
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: #2d3344;
    text-decoration: none;
    background: linear-gradient(to right, #ffe001, #ffdb00, #ffd600, #ffd100, #fc0);
    border: 4px solid #f5f5f5;
    border-radius: 25px;
    color: #303646;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0px;
    width: 190px;
}

.see-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

a.see-all-index:hover {
    color: #fff;
    background: #34383c;
}

.only__adaptiv {
    display: none;
}

.sliderblock {
    max-width: 850px;
    margin: 30px auto;
}

#slidersslickmaster {
    text-align: center;
    margin-bottom: 30px;
}

#slidersslickmaster img {
    max-width: 650px;
}

/* the slides */
#slidersslickmaster .slick-slide {
    margin: 0 10px;
}
/* the parent */
#slidersslickmaster .slick-list {
    margin: 0 -10px;
}

/* the slides */
#slidersslickslave .slick-slide {
    margin: 0 10px;
}
/* the parent */
#slidersslickslave .slick-list {
    margin: 0 -10px;
}

#slidersslickslave .slick-slide {
    border: 1px solid transparent;
    cursor: pointer;
}

#slidersslickslave .slick-track {
    margin-left: 0;
}

#slidersslickmaster img {
    margin: 0 auto;
}

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

#slidersslickmastercontainer .slick-prev,
#slidersslickmastercontainer .slick-next {
  position: absolute;
  z-index: 2;
  right: 5%;
  top: 36%;
  font-size: 0;
  width: 46px;
  height: 102px;
  background: transparent;
  border: none;
  cursor: pointer;
}
#slidersslickmastercontainer .slick-prev {
  left: 3%;
}
#slidersslickmastercontainer .slick-prev:after,
#slidersslickmastercontainer .slick-prev:before,
#slidersslickmastercontainer .slick-next:after,
#slidersslickmastercontainer .slick-next:before {
  content: " ";
  background: #afafaf;
  display: block;
  height: 14px;
  width: 57px;
  position: absolute;
}
#slidersslickmastercontainer .slick-prev:hover,
#slidersslickmastercontainer .slick-next:hover {
  opacity: 0.72;
}
#slidersslickmastercontainer .slick-next:after {
  transform: rotate(50deg);
}
#slidersslickmastercontainer .slick-next:before {
  transform: rotate(-50deg);
  top: 85%;
}
#slidersslickmastercontainer .slick-prev:after {
  transform: rotate(-50deg);
}
#slidersslickmastercontainer .slick-prev:before {
  transform: rotate(50deg);
  top: 85%;
}
#slidersslickmastercontainer {
    position: relative;
}

/* Grid */
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	max-width: 100%;
	box-sizing: border-box;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	box-sizing: border-box;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.333333%
}

.offset-2 {
	margin-left: 16.666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.333333%
}

.offset-5 {
	margin-left: 41.666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.333333%
}

.offset-8 {
	margin-left: 66.666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.333333%
}

.offset-11 {
	margin-left: 91.666667%
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.333333%
	}
	.offset-sm-2 {
		margin-left: 16.666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.333333%
	}
	.offset-sm-5 {
		margin-left: 41.666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.333333%
	}
	.offset-sm-8 {
		margin-left: 66.666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.333333%
	}
	.offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.333333%
	}
	.offset-md-2 {
		margin-left: 16.666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.333333%
	}
	.offset-md-5 {
		margin-left: 41.666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.333333%
	}
	.offset-md-8 {
		margin-left: 66.666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.333333%
	}
	.offset-md-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.333333%
	}
	.offset-lg-2 {
		margin-left: 16.666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.333333%
	}
	.offset-lg-5 {
		margin-left: 41.666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.333333%
	}
	.offset-lg-8 {
		margin-left: 66.666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.333333%
	}
	.offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.333333%
	}
	.offset-xl-2 {
		margin-left: 16.666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.333333%
	}
	.offset-xl-5 {
		margin-left: 41.666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.333333%
	}
	.offset-xl-8 {
		margin-left: 66.666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.333333%
	}
	.offset-xl-11 {
		margin-left: 91.666667%
	}
}
/* Grid */
/* New Cards */
.cart_text ul li ul {
    margin-top: 10px;
}

/* the slides */
#cardslickmaster .slick-slide {
    margin: 0 10px;
}
/* the parent */
#cardslickmaster .slick-list {
    margin: 0 -10px;
}

/* the slides */
#cardslickslave .slick-slide {
    margin: 0 10px;
}
/* the parent */
#cardslickslave .slick-list {
    margin: 0 -10px;
}

#cardslickslave .slick-slide {
    border: 1px solid transparent;
    cursor: pointer;
}

#cardslickslave .slick-track {
    margin-left: 0;
}

#cardslickmaster img {
    margin: 0 auto;
}

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

#cardslickcontainer .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    border: none;
    background: none;
    cursor: pointer;
    z-index: 2;
}

#cardslickcontainer .slick-arrow .arrow {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-top: 8px solid #FFF;
	border-right: 8px solid #FFF;
}

#cardslickcontainer .slick-prev {
    left: 5%;
}

#cardslickcontainer .slick-next {
    right: 5%;
}

#cardslickcontainer {
    position: relative;
    margin-bottom: 30px;
}

#cardslickslave .slick-slide {
    border: 2px solid transparent;
}

#cardslickslave .slick-slide.slick-current {
    border: 2px solid #ffe001;
}

.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}

.tabs__container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tabs__container .tabs__caption {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.tabs__container .tabs__caption li {
	background-color: #3a3a3a;
	text-transform: uppercase;
	font-size: 22px;
	padding: 12px 12px;
	display: inline-block;
	margin-right: 15px;
	color: #FFF;
	margin-bottom: 0;
	cursor: pointer;
}

.tabs__container .tabs__caption li:hover {
	background: linear-gradient(to right, #ffe001, #ffdb00, #ffd600, #ffd100, #fc0);
	color: #000;
}

.tabs__container .tabs__caption li.active {
	background: linear-gradient(to right, #ffe001, #ffdb00, #ffd600, #ffd100, #fc0);
	color: #000;
}

.tabs__container .tabs__content {
    padding-top: 30px;
}

@media (max-width: 992px) {
    .content-table-container {
        overflow: scroll;
    }
}

/* arrow common style */
.arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.arrow-top {
  transform: rotate(-45deg);
}
.arrow-right {
  transform: rotate(45deg);
}
.arrow-bottom {
  transform: rotate(135deg);
}
.arrow-left {
  transform: rotate(-135deg);
}
.arrow-top-narrow {
  transform: rotate(-45deg) skew(-15deg, -15deg);
}
.arrow-top-wide {
  transform: rotate(-45deg) skew(7deg, 7deg);
}
.arrow-top-left {
  transform: rotate(-90deg) skew(-10deg, -10deg);
}
.arrow-top-right {
  transform: rotate(0) skew(-10deg, -10deg);
}
.arrow-bottom-left {
  transform: rotate(180deg) skew(-10deg, -10deg);
}
.arrow-bottom-right {
  transform: rotate(90deg) skew(-10deg, -10deg);
}

.goods-btn {
	color: #303646;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px 60px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 20px;
}

.cart_related {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
}

.cart_related * {
    box-sizing: border-box;
}

.cart_related .card_related_link {
    position: absolute;
    height: calc(100% - 5px);
    width: 100%;
    left: 0;
    top: 0;
    -webkit-box-shadow: inset 200px 200px 300px 200px rgba(0,0,0,0.45);
    -moz-box-shadow: inset 200px 200px 300px 200px rgba(0,0,0,0.45);
    box-shadow: inset 200px 200px 300px 200px rgba(0,0,0,0.45);
    display: flex;
	align-items: flex-end;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.cart_related .card_related_link:hover {
    -webkit-box-shadow: inset 200px 200px 300px 200px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 200px 200px 300px 200px rgba(0,0,0,0.20);
    box-shadow: inset 200px 200px 300px 200px rgba(0,0,0,0.20);
}

.cart_related .card_related_name {
    color: #FFF;
    padding: 25px 15px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}

.cart_related .card_related_name a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
}

.cart_related img {
    max-width: 100%;
    max-height: 250px;
    width: 100%;
}
/* New Cards */

ul.sitemap, ul.sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px;
}
ul.sitemap li {
    margin: 0;
}
ul.sitemap a {
    display: inline-block;
    margin-bottom: 5px;
}