@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(/assets/fonts/kelson/kelson.css); /* forked please fu */

* {
    margin: 0;
    padding: 0;
}

.nofloat, .clearboth, .clear {
    clear: both;
    height: 0px; /* remove space symbol */
}

html {
    height: 100%;
    font-family: Arial;
}

body {
    /*background: #f1f1f1;*/
    font-size: 16px;
}
.displaynone{
  display: none;
}

.wrapper {
    width: 1247px;
    margin: 0 auto;
    /*background: white;*/
}
.thewrapper{
  min-height: 897px;
}

/*header*/
header {
    height: 143px;
    border-bottom: 1px solid #cccccc;
    background: white;
}

header .line1 {
    height: 122px;
    padding: 0 48px;

}

header .line1 ul {
    list-style-type: none;
}

header .line1 ul li {
    float: left;
}

header .logo, header .menu {
    float: left;
}

header .logo {
    height: 61px;
    width: 260px;
    margin-top: 32px;
    background-image: url(/assets/img/logo-left.png);
    background-repeat: no-repeat;
    background-size: 260px 61px;
}

header .logo.en-logo {
  background-image: url(/assets/img/logo-en.png);
}

header .menu {
    padding-top: 57px;
    padding-left: 69px;
    font-size: 13px;
}

header .menu ul li {
    padding-right: 28px;
}

header .menu a {
    text-decoration: none;
    color: black;
}

header .menu ul li.callback {
    margin-left: -8px;
    padding-right: 0;
    background-color: #419873;
    color: white;
    margin-top: -10px;
    border-radius: 1px;
    cursor: pointer;
}

header .menu ul li.callback > * {
    color: white;
    padding: 10px 12px;
    display: inline-block;
}

header .crumbs {
    padding-left: 50px;
    font-size: 13px;
}

header .crumbs, header .crumbs a {
    color: gray;
}

header .crumbs ul {
    list-style-type: none;
}

header .crumbs ul li {
    float: left;
    padding-right: 8px;
}

header .crumbs ul li:after {
    content: "»";
    display: inline-block;
    padding-left: 8px;
}

header .crumbs ul li:last-child:after {
    display: none;
}

header .crumbs a {
    text-decoration: none;
}

/*end header*/

/*content*/
#content {

    /*background: rgba(255, 0, 0, 0.19);*/
    /*height: 1586px;*/
}

h1, h2, .h1, .h2 {
    font-family: 'Kelson Sans';
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #419873;
}

/* shop */
.shopmenu {
    float: left;
    /* background: red; */
    width: 307px;
    /* height: 10px; */
    margin-top: 6px;
    margin-left: 4px;
}

.shopmenu a {
    text-decoration: none;
    color: black;
}

.shopmenu .one {
    background: rgb(227, 226, 226);
    height: 49px;
    border-bottom: 1px solid #f2d9d1;
    font-family: 'Kelson Sans';
    font-style: normal;
    font-size: 21px;
    text-transform: uppercase;
}

.shopmenu .one::before {
    font-family: FontAwesome;
    content: "\f0da";
    padding: 16px 13px 0 20px;
    display: inline-block;
    font-size: 21px;
    color: #e94e1b;
}

.shopmenu .one.active::before {
    /*content: '\f0d7';*/
}

.shopmenu .two {
    background: #e5e5e5;
    border-bottom: 1px solid #fbfbfb;
    height: 26px;
    font-family: 'Kelson Sans';
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 4px;
}

.shopmenu .two::before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    font-size: 15px;
    color: #383838;
    padding: 5px 10px 0 33px;
}

.shopmenu .three {
    background: #f7f7f7;
    padding: 4px 0 4px 48px;
}

.shopmenu .active, .shopmenu .active a {
    color: #e94e1b;
}

.shopcontent {
    float: left;
    /*height: 300px;
    background: blue;*/
    width: 884px;
    padding-top: 25px;
    padding-left: 50px;
}

.shopcategory {
    /*margin-top: 36px;*/
}

.shopcategory .item {
    float: left;
    font-family: 'Kelson Sans';
    font-size: 22px;
    font-weight: 300;
    color: black;
    width: 125px;
    text-align: center;
    text-transform: uppercase;
    line-height: 120%;
    height: 205px;
}

.shopcategory .item.longtext {
    font-size: 12px;
}

.shopcategory .item:nth-child(3n+1) {
    margin-right: 231px;
}

.shopcategory .item:nth-child(3n+3) {
    margin-left: 231px;
}

.shopcategory .item:nth-child(1), .shopcategory .item:nth-child(2), .shopcategory .item:nth-child(3) {
    margin-top: 36px;
}

.shopcategory .item a .image {
    position: relative;
    height: 125px;
    background-size: 125px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-bottom: 10px;
}

.shopcategory .item a .image:before{
    content:'';
    position: absolute;
    background-image: inherit;
    height:100%;
    width: 100%;
    background-size: 125px;
    background-position: 0 -125px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    opacity: 0;
    transition-duration: .3s;
}

.shopcategory .item a .image:hover:before{
    opacity:1;
}

.shopcategory .item a {
    color: black;
    text-decoration: none;
}

.shop-desc {
    margin-top: 55px;
}

.shop-desc h2 {
    text-align: center;
    font-weight: 400;
    font-size: 29px;
    margin-left: 16px;
}

.shop-desc .h-desc {
    font-size: 16px;
    text-align: center;
    color: #787878;
    margin-top: 2px;
}

.shop-desc .shop-desc-content {
    margin-top: 30px;
    padding: 0 10px;
}

.shop-desc .shop-desc-content .column {
    float: left;
    width: 50%;
}

.shop-desc .shop-desc-content .item {
    margin-bottom: 62px;
}

.shop-desc .shop-desc-content .num {
    font-family: "KELSON SANS";
    color: #eb5d2c;
    font-size: 35px;
    float: left;
}

.shop-desc .shop-desc-content .text {
    margin-left: 53px;
    font-size: 17.6px;
    line-height: 125%;
    margin-right: 29px;
}

.shop-desc .shop-desc-content h3 {
    font-size: 20px;
    font-family: "KELSON SANS";
    padding-top: 12px;
    color: #eb5d2c;
}

.homepage {
    margin-top: -27px;
    position: relative;
    /*height: 2053px;*/
}

.homepage .bigimg {
    background-image: url(/assets/img/home_bigimg.jpg);
    background-size: 1248px 471px;
    width: 1248px;
    height: 471px;
}

.homepage .bigimg .text {
    font-family: "KELSON SANS";
    font-size: 55px;
    padding-top: 178px;
    padding-left: 110px;
}

.homepage .sports {
    margin-top: 26px;
}

.homepage .sports h2 {
    text-align: center;
}

.homepage .sports .h-desc {
    font-size: 16px;
    text-align: center;
    color: #787878;
    margin-top: 6px;
    text-transform: uppercase;
    line-height: 140%;
}

.homepage .sports .items {
    margin-top: 50px;
    background: white;
    padding-bottom: 10px;
}

.homepage .sports .items .item {
  width: 274px;
  float: left;
  font-family: "KELSON SANS";
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  height: 316px;
  margin: 0px 18px;
}

.homepage .sports .items .item img {
  width: 240px;
  height: 240px;
}

.homepage .sports .items .item span {
  height: 240px;
  overflow: hidden;
  display: block;
  margin-bottom: 21px;
}


.homepage .sports .items a {
    text-decoration: none;
    color: black;
}

/* next souvenirs, sorry, no makety pizdos raznie*/
.homepage .souvenirs {
    margin-top: 46px;
    padding-bottom: 24px;
}

.homepage .souvenirs h2 {
    text-align: center;
}

.homepage .souvenirs .h-desc {
    font-size: 16px;
    text-align: center;
    color: #787878;
    margin-top: 6px;
    text-transform: uppercase;
    line-height: 140%;
}

.homepage .souvenirs .items {
    margin-top: 50px;
    background: white;
    padding-bottom: 10px;
}

.homepage .souvenirs .items .item {
    width: 94px;
    float: left;
    margin-left: 49px;
    margin-right: 64px;
    font-family: "KELSON SANS";
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    height: 210px;
}

.homepage .souvenirs .items .item img {
    width: 74px;
    margin-bottom: 15px;
    height: 117px;
}

.homepage .souvenirs .items a {
    text-decoration: none;
    color: black;
}

/***/

.show-more-box {
    text-align: center;
}

.show-more-button {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #419873;
    border-radius: 4px;
}

.show-more-box a {
    text-decoration: none;
    color: #419873;
}

.show-more-box a:hover, .show-more-box span:hover {
    background-color: #419873;
    color: white;
}

.homepage .about {
    margin-top: 38px;
    margin-left: 53px;
    margin-right: 53px;
    margin-bottom: 20px;
}

.homepage .about h2 {
    text-align: center;
    margin-bottom: 46px;
}

.homepage .about .column {
    float: left;
    width: 545px;
}

.homepage .about .column:first-of-type {
    margin-right: 50px;
}

.homepage .about .column p {
    font-size: 18px;
    text-align: justify;
    color: #1e1e1e;
}

.clients {
    margin-left: 53px;
    margin-right: 53px;
    padding-bottom: 50px;
}

.clients h2 {
    text-align: center;
    margin-bottom: 58px;
}

.clients .items {

}

.clients .items .item {
    float: left;
    width: 190px;
    height: 120px;
    text-align: center;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

.clients .items .item img {
    max-width: 169px;
    max-height: 104px;
}

.partners.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.contacts {
    margin-top: 21px;
}

.contacts h1 {
    text-align: center;

}

.contacts .contacts-info {
    margin-top: 33px;
}

.contacts .contacts-info .column {
    width: 33%;
    text-align: center;
    float: left;
    margin-bottom: 38px;
}

.contacts .contacts-info .column h2 {
    font-size: 20px;
}

.contacts .contacts-info .column h2 img {
    max-width: 16px;
    margin-right: 5px;
    max-height: 16px;
}

.contacts .maps img {
    width: 1247px;
}

.vacancy {
    margin-top: 30px;
}

.vacancy h1 {
    text-align: center;
}

.vacancy .column {
    float: left;
    width: 560px;
    margin-left: 46px;
    background: rgb(255, 255, 255);
    text-align: justify;
    margin-top: 27px;
    font-size: 18px;
    margin-bottom: 30px
}

.vacancy .links {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 10px;
}

.vacancy .links .link {
    float: left;
    width: 33%;
}

.vacancy .links .link:nth-child(1) {
    text-align: left;
}

.vacancy .links .link:nth-child(2) {
    text-align: center;
}

.vacancy .links .link:nth-child(3) {
    text-align: right;
}

.vacancy .links .num {
    font-family: "KELSON SANS";
    color: #eb5d2c;
    font-size: 35px;
}

.vacancy .links a {
    color: black;
}

.vacancy .more-contacts-box {
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 50px;
}

.delivery {
    margin-top: 30px;
}

.delivery h1 {
    text-align: center;
    margin-bottom: 89px;
}

.delivery .column {
    float: left;
    margin-left: 52px;
    width: 545px;
    line-height: 160%;
    margin-bottom: 50px;
}

.delivery .column h2 {
    color: gray;
    font-size: 23px;
    margin-bottom: 21px;
}

.delivery .column h2 img {
    max-width: 29px;
    margin-right: 46px;
    max-height: 24px;
}

.delivery .column ul {
    margin-left: 26px;
}

.news-box {
    margin-top: 28px;
}

.news-box h1 {
    text-align: center;
    margin-bottom: 43px;

}

.news-box .news-item {
    margin-bottom: 15px;
}

.news-box .news-item .img {
    float: left;
    height: 405px;
    width: 405px;
}

.news-box .news-item .img img {
    height: 405px;
    width: 405px;
}

.news-box .news-item .info {
    float: left;
    width: 437px;
    height: 405px;
    text-align: center;
}

.news-box .news-item .info h2 {
    padding-top: 120px;
    text-align: center;
    font-size: 22px;
    padding-bottom: 21px;
}

.news-box .news-item .info .text {
    padding: 0px 33px;
    text-align: center;
}

.news-box .news-item .info a {
    display: inline-block;
    border: 1px solid #419873;
    padding: 9px 15px;
    margin-top: 20px;
    text-decoration: none;
    color: #419873;
    border-radius: 3px;
}

.news-box .news-item .info a:hover {
    background-color: #419873;
    color: white;
}

.news-box .news-item .date {
    float: left;
    height: 221px;
    width: 405px;
    background-color: whitesmoke;
    color: #419873;
    font-family: 'Kelson Sans';
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 300;
    text-align: center;
    padding-top: 184px;
    position: relative;
}

.news-box .news-item .date:before, .news-box .news-item .date:after {
    content: ' ';
    position: absolute;
    width: 1px;
    background-color: #419873;
    height: 39px;
    display: block;
    top: 129px;
    left: 204px;
}

.news-box .news-item .date:after {
    top: 235px;
}

/* cheredovanie dlya makara <3 */
.news-box .news-item:nth-child(2n+1) .info {
    float: right;
}

.news-box .news-item:nth-child(2n+1) .img {
    float: right;
}

.news-box .news-item:nth-child(2n+1) .date {

}

/*end content*/

/*footer*/

footer {
    background: #f4f4f4;
}

footer .line {
  min-width: 1260px;
}

footer .line .gray, footer .line .orange {
    float: left;
    width: 12.5%;
    height: 4px;
}

footer .line .gray {
    background-color: #bababa;
}

footer .line .orange {
    background-color: #419873;
}

footer .wrapper {
    height: 108px;
    color: gray;
    min-width: 1260px;
    background-color: #f4f4f4;
}

footer a {
    text-decoration: none;
    color: gray;
}

footer .copyright, footer .place, footer .phone {
    float: left;
}

footer .copyright {
    margin-top: 48px;
    margin-left: 52px;
}

footer .copyright a:hover {
    text-decoration: underline;
}

footer .place {
    margin-top: 38px;
    font-size: 16px;
    margin-left: 40px;
}

footer .place img {
    float: left;
    width: 23px;
    margin-right: 9px;
}

footer .phone {
    margin-left: 74px;
    margin-top: 35px;
    font-size: 26px;
    color: #419873;
}

footer .phone img {
    width: 29px;
    float: left;
    margin-right: 15px;
}

footer .social {
    float: right;
    margin-right: 47px;
    margin-top: 35px;
}

footer .social i {
    background-color: #419873;
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: white;
    border-radius: 5px;
}


footer .social i a {
    text-decoration: none;
    color: white;
}

/* end footer*/

.main-rotator {
    text-align: center;
    background-color: #fff;
    padding-top: 27px;
}

.main-rotator .item {
    display: inline-block;
    width: 1247px;
    height: 473px;
    position: relative;
}

.main-rotator .item .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.main-rotator .item img {
    width: 100%;
    height: 100%;
}

.nav-wrapp {
    position: absolute;
    z-index: 1;
    top: 195px;
    width: 1247px;
    overflow: hidden;
    height: 90px;
}

.nav-wrapp .owl-prev {
    left: -36px;
    padding-left: 24px;
}

.nav-wrapp .owl-next {
    right: -36px;
    padding-right: 24px;
}

.nav-wrapp .owl-prev:hover,
.nav-wrapp .owl-next:hover {
    color: #419873;
}

.nav-wrapp > div {
    background: #fff;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 80px;
    border-radius: 100px;
    position: absolute;
    box-sizing: border-box;
    transition-duration: .3s;
    font-family: 'Kelson Sans';
    font-size: 67px;
    font-weight: 100;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    line-height: 68px;
    height: 70px;
}

.owl-main-nav {
    text-align: center;
    height: 456px;
    margin-top: -456px;
    position: relative;
}

.dots-wrapp {
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    height: 42px;
    text-align: center;
    padding-bottom: 0px;
}

.dots-wrapp .owl-dot {
    width: 10px;
    height: 10px;
    background-color: black;
    opacity: .5;
    border-radius: 50px;
    display: inline-block;
    margin: 0 5px;
    transition-duration: .4s;
    transition-property: opacity, background-color;
}

.dots-wrapp .owl-dot.active {
    border: 2px solid white;
    background-color: #419873;
    opacity: 1;
    margin-bottom: -2px;
    margin: 0 3px -2px;
}

.owl-partners-nav {
    z-index: 1;
    top: 185px;
    width: 100%;
    margin-top: -100px;
    margin-bottom: 100px;
}

.owl-partners-nav .owl-prev {
    left: -13px;
    padding-left: 24px;
}

.owl-partners-nav .owl-next {
    right: -14px;
    padding-right: 24px;
}

.owl-partners-nav .owl-prev:hover,
.owl-partners-nav .owl-next:hover {
    color: #419873;
}

.owl-partners-nav > div {
    background: #fff;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 80px;
    border-radius: 100px;
    position: absolute;
    box-sizing: border-box;
    transition-duration: .3s;
    font-family: 'Kelson Sans';
    font-size: 67px;
    font-weight: 100;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.shop-items-list {
    margin-top: 14px;
    font-family: 'Kelson Sans';
}

.shop-items-list h3 .num {
    font-size: 35px;
    font-weight: 500;
    margin-right: 20px;
}

.shop-items-list h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #419873;
}

.shop-items-list .item-img {
    width: 340px;
    height: 360px;
}

.shop-items-list .pics {
    float: left;
    width: 340px;
    text-align: center;
}

.shop-items-list .info {
  float: left;
  margin: 16px 0 0 36px;
  line-height: 110%;
  width: 505px;
  font-size: 20px;
  font-weight: 400;
  color: #727272;


}

.shop-items-list .pics .more {
    margin-top: 18px;
    color: #419873;
    border: 1px solid #419873;
    border-radius: 5px;
    display: inline-block;
    padding: 9px 13px;
    text-transform: none;
}

.shop-items-list .info h5 {
    color: #419873;
    font-size: 23px;
}

.shop-items-list .info div {
    min-height: 305px;
}

.shop-items-list .group {
    padding-bottom: 31px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.hidden {
    display: none !important;
}

.hpassword{
    position: absolute;
    left: -9999px;
}

.connect-form input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
    border: 1px solid #e94e1b;
}

.connect-form h3 {
    font-family:'Kelson Sans';
    font-size: 23px;
    font-weight: 500;
}

.connect-form .send-button {
    background-color: #e94e1b;
    border: none;
    padding: 10px 15px;
    width: 100%;
    color: white;
    font-size: 16px;
}


/*page production index*/
.page-production .shopcategory .item {
    margin: 0px 41px;
}
.page-production h1{
  text-align: center;
  margin-top: 30px;
}
.page-production h2{
  font-size: 25px;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.page-production .h-desc{
  font-size: 16px;
  text-align: center;
  color: #787878;
  margin-top: 2px;
}

.ajax-base .item-content img {
  width: 100%;
  margin-top: 20px;

}

.connect-form textarea{
  border: 1px solid #046fa0;
  padding: 10px;
  margin-bottom: 6px;
}

.ajax-base{
  width: 960px;
}

#tovarname {
  text-align: center;
}

.logo{
  color: #046fa0;
}

.ajax-base .item-content img{
  width: 100%;
  margin-top: 20px;
}

.news-box > .item-content{
  width: 1024px;
  margin: 0 auto;
  line-height: 180%;
}

.news-box > .item-content img{
  margin-top: 20px;
}

.big-rotator-text{
	font-size:48px;
	color: white;
	text-shadow: 0 0 1em black;
}


.home-news-title{
  margin-top:40px;
  text-align: center;
}
.home-news{
  text-align: center;
  margin-top:20px;
}
.home-news > div{
  width: 33%;
  float: left;
}
.home-news > div a{
  text-decoration: none;
  color: black;
}
.home-news > div img{
  width: 300px;
  padding: 10px;
  height: 300px;
}
.home-news > div span{
  display: block;
  font-family: "KELSON SANS";
  text-transform: uppercase;
  font-size: 20px;
  color: #525151;
}
.home-news:after {
    content: '';
    display: block;
    clear: both;
}

.lang-select a{
  background: #e6e6e6;
  color: black !important;
}

.publ{
  margin: 20px 280px;
  line-height: 200%;
}


/**/

.clients1 img {/* display:block; */display:flex;margin:30 auto;margin-left: 20px;margin-right: 20px;max-width: 169px;max-height: 104px;}




/*for fych magic img*/
.news-box > .item-content img {

}
.ajax-base .item-content img{

}
.news-box > .item-content{

}
.ajax-base .item-content{
   	width: 880px;
    margin: 0 auto;
}


/* ?????????? ?? ???????*/
.tehnonews-item{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #419873;
}
.tehnonews-item .img{
    height: 230px;
    width: 408px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.tehnonews-item img{
  width: 408px;
}
.tehnonews-item .info a{
  display: inline-block;
  border: 1px solid #419873;
  padding: 9px 15px;
  margin-top: 20px;
  text-decoration: none;
  color: #419873;
  border-radius: 3px;
}
.tehnonews-item .info a:hover{
  background-color: #419873;
  color: white;
}


.news-box ul {
    margin-left: 20px;
}


.coworker:after, .coworkers:after {
    content: '';
    clear: both;
    display: block;
}

.coworkers .photo {
    float: left;
    margin-right: 10px;
}

.coworkers .photo img {
    width: 110px;
}

.coworker {
float: left;
    width: 50%;
    padding-bottom: 10px;
    min-width: 320px;
}
/*stati 2.0*/

h3#tovarname {
    font-family: 'Kelson Sans';
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #419873;
    /*width: 1024px;
    margin: 0 auto;
    padding-right: 274px;
    box-sizing: border-box;*/
    margin-bottom: 20px;
}
.articles2-0:after {
    content: "";
    display: block;
    clear: both;
}
.articles2-0 .for-text {
    float: left;
    width: 750px;
}

.articles2-0 .for-images{
  float: left;
  width: 220px;
  padding-left: 50px;
  line-height: 120%;
}
.articles2-0 .for-images img{
  max-width: 220px;
  margin: 0;
  padding: 0;
}

.for-images {
    float: left;
}

.articles2-0 .for-images:after {
    content: "";
    display: block;
    clear: both;
}
