@import url('template/css/normalize.css');
body {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.2;
    color: black;
    min-width: 1000px;
    background: white;
}
/*===hfooter===*/
html, body {height: 100%; margin: 0; padding: 0;}
.main {min-height: 100%;}
.hfooter{clear:both;height: 0px;}
a{color:black;}
.wrapper {min-height: 100%;}
.wrapper-footer {
    clear: both;
    height: 320px;
}
.center{
    margin:0 auto;
    width:1000px;
}
/*header*/
.header{
    background: url();
}
.line{
    height: 15px;
    background: url(template/img/topline.jpg) 0px 0px repeat-x;
}
.header__title{
    background: #5AA222;
    text-align: center;
    color: white;
    padding: 7px 0px;
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: bold;
    word-spacing: 1.3px;
}
.header__title a {
    display: inline-block;
    color: white;
    font-size: 16px;
    text-decoration: none;
}
.header__title span{
    display: block;
    text-align: center;
    color: white;    
    font-size: 16px;
    margin: 4px 0 3px;
    font-weight: normal;
}
.header__logo{
    float: left;
    margin-top: -7px;
    margin-left: -5px;
    width: 63px;
}

.header__nav{
    float: right;
   /* width: 839px;*/
   width: 887px;
}
.header-mainmenu{
    display: block;
    margin-bottom: 29px;
    padding: 0px;
	text-align:center;
}
.header-mainmenu__item{
    display: inline-block;
    margin-left: 99px;
    /*float: left;*/
}
.header-mainmenu__item:first-child{margin-left: 0px;}
.header-menu__item:first-child{/*margin-left: 0px;*/}
.header-mainmenu__link{
    display: block;
    color: #b8b8b8;
    font-size: 12px;
    text-decoration: none;
}
.header-menu{
   clear: both;
    padding: 0px;
    margin: 0px;
    margin-bottom: 34px;
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
}
.header-menu__item{
   display: inline-block;
    margin-left: 0px;
    padding: 5px 0px;
    border-radius: 10px;
    position: relative;
}
.header-menu__item.-isMenu::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '  ';
  display: block;
  position: absolute;
  z-index: 1;
}
.header-menu__item.-isMenu:hover .header-submenu {
  display: none;
}
.header-menu__item.-isMenu.-isSubMenu::before {
  display: none;
}
.header-menu__item.-isMenu.-isSubMenu .header-submenu {
  display: block;
}
.header-menu__item._shop {
	background: #4a76a8;
    margin-top: -10px;
        text-align: center;
}
.header-menu__item._shop a{
	color:#fff;
}
.header-menu__link{
	font-size: 16px;
    text-decoration: none;
   /* font-weight: bold;*/
    text-transform: uppercase;
}
.header-menu__link:hover, .header-mainmenu__item-active a {
    color: #005E00;
    text-decoration: underline;
}

.header-menu__item._shop .header-menu__link:hover,  .header-mainmenu__item-active._shop a {
    color: #FFF;
    text-decoration: underline;
}

/*banner*/
.banner{
    clear: both;
    height: 500px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.banner-item{
    position: absolute;
    left: 100%;
    height: 500px;
    width: 100%;    
}
.banner-item:first-child{
    left: 0px;
}

.banner-item picture img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.banner-item_1{
    background-image: url(template/img/banner-1.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-arrow{
    position: absolute;
    top: 205px;
    width: 28px;
    height: 46px;
    cursor: pointer;
    background-image: url(template/img/arrow.png);
    background-repeat: no-repeat;
}
.banner-arrow_left{
    left: 42px;
    margin-left: 0;
    background-position: 0px 0px;
}
.banner-arrow_right{
    right: 42px;
    margin-right: 0;
    background-position: -32px 0px;
}
/*service*/
.h2{
    text-transform: uppercase;
    color: white;
    font-size: 39px;
    font-weight: normal;
    margin-bottom: 0px;
}
.h2_black{color: black;}
.more{
    color: white;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 30px;
}
.all-service:after{
    display: block;
    clear: both;
    content: '';
}
.all-service:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 20px;
    right: 20px;
    display: none;
    height: 300px;
    border: 4px solid #549620;
}
.service{
    height: 500px;
    /* background: #549620; */
    padding: 60px 0px;
}
.service-item{
    display: block;
    text-decoration: none;
    width: 240px;
    float: left;
    margin-left: 13px;
    text-align: center;
    position: relative;
}
.service-item:first-child{margin-left: 0px;}
.service-item__img{
    display: block;
    width: 240px;
    height: 340px;
    margin-bottom: 30px;
    overflow: hidden;
}
.service-item__title{
    /* color: white; */
    text-transform: uppercase;
    font-size: 17px;
}


.history_video {
    width: 100%;
    text-align: center;
}

/*partners*/
.partners{
    background: url(template/img/) 0px 0px repeat;
    height: 250px;
    padding: 45px 0px;
}
.partners:after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 139px;
    height: 171px;
    background: url(template/img/partners-1.png) 0px 0px no-repeat;
}
.partners:before{
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 324px;
    height: 341px;
    background: url(template/img/partners-2.png) 0px 25px no-repeat;
}

.partners-logo {
    position: absolute;
    height: 150px;
    padding: 50px 0px;
    left: 30px;
    width: 9999px;
}
.partners-logo__item {
    margin-left: 35px;
}
.partners-logo__item:first-child{margin-left: 0px;}
/*news*/
.news:after{
    content: '';
    clear: both;
    height: 50px;
    display: block;
}
.more_news{
    color: #46750e;
}
.news-item{
    float: left;
    width: 500px;
    height: 240px;
    background: #F0F0F0;
}
.news-item__image{
    width: 246px;
    height: 240px;
    overflow: hidden;
    display: inline-block;
}
.news-item__info{
    vertical-align: top;
    padding: 15px 25px;
    display: inline-block;
    width: 200px;
    color: #969696;
}
.news-item__date{
    display: block;
    font-style: italic;
    margin-bottom: 15px;
}
.news-item__title{
    color: #005E00;
    font-size: 15px;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
    font-weight: bold;
}
.news-item.big{
-webkit-box-shadow:inset 0px 0px 0px 3px #68943E;
    -moz-box-shadow:inset 0px 0px 0px 3px #68943E;
    box-shadow:inset 0px 0px 0px 3px #68943E;
}
.news-item.big .news-item__image{
margin: 3px 3px 3px;
    width: 243px;
    height: 234px;   
}
.big .news-item__title{
   font-size: 38px;
    color: black;
    font-weight: normal;
    margin: 31px 0 24px 8px;
    line-height: 41px;
}
.news-item__more{
    font-style: italic;
    color: #005E00;
}
.big .news-item__more{
   margin-left:  8px;
}
.news-item:nth-child(4n+1) .news-item__image,
.news-item:nth-child(4n+2) .news-item__image,
.news-item:nth-child(4n+5) .news-item__image,
.news-item:nth-child(4n+6) .news-item__image{
    float: right;
}
.news-item__info:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 105px;
    right: 253px;
    margin-left: -30px;
    z-index: 1;
    border-width: 20px 25px 20px 0px;
    border-style: solid;
    border-color: transparent #F0F0F0 transparent transparent;
}
.news-item:nth-child(4n+1) .news-item__info:after,
.news-item:nth-child(4n+2) .news-item__info:after,
.news-item:nth-child(4n+5) .news-item__info:after,
.news-item:nth-child(4n+6) .news-item__info:after
{
    right: -29px;
    border-width: 20px 0px 20px 25px;
    border-color: transparent transparent transparent #F0F0F0;
}
.news-item:nth-child(1) .news-item__info:after
{display:none;}
.news-item__info:hover .news-item__title,
.news-item__info:hover .news-item__more{color: #FF744B;}
/*big-banner*/
.big-banner{
    height: 848px;
    background: url(/local/templates/index/images/IMG_0096.jpg);
    background-size: cover;
    background-attachment: fixed;
}
/*history*/
.history{
    padding-top: 60px;
    text-align: justify;
}
.history-photo{
    height: 240px;
    margin-bottom: 30px;
    overflow: hidden;
}
.history__partners {
    position: absolute;
    right: 0px;
    top: 0px;
}
.history__longblock{
    position: absolute;
    left: 0px;
    height: 200px;
}
.history__scroll-wrapper{
    margin: 200px auto 0px;
    padding: 0 135px;
    width: 730px;
    height: 10px;
    background: #D1D1D1;
}
.history__scroll{
    height: 10px;
    cursor: pointer;
}
.history__scroll .ui-slider-handle{
    position: absolute;
    top: 0px;
    margin-left: -135px;
    width: 270px;
    height: 10px;
    background: #005E00;
}
.history-item{
    display: block;
    float: left;
    width: 195px;
    height: 170px;
    margin-right: 10px;
    overflow: hidden;
    background: #005E00 url(template/img/zoom.png) center 75px no-repeat;
}
.history-item:hover img{opacity: 0.3;}
.history-slogan{
    margin-top: 20px;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}
/*footer*/
.footer{
    clear: both;
    padding-top: 50px;
    height: 270px;
    margin-top: -320px;
    color: white;
    background: url(template/img/footer.jpg) center 0px no-repeat;
    background-size: cover;
}
.footer [href^="tel:"] {
  color: #fff;
  cursor: default;
  text-decoration: none;
}
.footer [href^="tel:"]:visited {
  color: #ff0;
}
.footer-menu{
    display: block;
    float: left;
    padding: 0px;
    margin-right: 60px;
}
.footer-menu__item{
    display: block;
    margin-bottom: 13px;
}
.footer-menu__link{
    display: block;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}
.footer-menu__link:hover{
    text-decoration: underline;
    color: #005E00;
}
.footer-contact{
    float: left;
    margin-right: 50px; 
}
.footer-contact__big{
    text-transform: uppercase;
}
.footer__logo{
    position: absolute;
    top: 0px;
    right: 0px;
}
.dial{
    position: absolute;
    right: 0px;
    top: 215px;
    display: block;
    color: white;
    text-decoration: none;
}
.dial__span{
    text-decoration: underline;
    color: #005E00;
}
.footer__copi{
    position: absolute;
    left: 0px;
    top: 215px;
}
.footer__partners {
    position: absolute;
    left: 300px;
    top: 180px;
}
.partners-imgs {
    height: 250px;
    overflow: hidden;
}
.partners__arrow {
    display: block;
    position: absolute;
    width: 26px;
    height: 51px;
    background: red;
    top: 70px;
    cursor: pointer;
    transition: 0.4s;
}
.partners__arrow_left {
    left: 0;
    z-index: 1;
    background: url(template/img/arrow-left.png);
}
.partners__arrow_right {
    right: 0;
    background: url(template/img/arrow-right.png);
}
.partners__arrow_right:hover {
    background: url(template/img/arrow-right_hover.png);
}
.partners__arrow_left:hover {
    background: url(template/img/arrow-left_hover.png);
}
.all-news__img-fix {
    float: left;
    height: 480px;
    width: 500px;
}
.news-item:nth-child(2) .news-item__image {
    float: right;
}
/*------inner-page-----*/
.banner_inner {height: 120px;display: none;}
.banner-item_2 {
    background: url(template/img/kuznecov_v_ban_2_1.jpg);
}
.banner-item.banner-item_2.banner-item_active.banner-item._inner {}
.banner-item_inner {
    height: 120px;
}
.breadcrumbs {
    display: block;
    margin: 28px 0px 12px 0px;
    font-size: 13px;
}
.breadcrumbs__item_active {
    color: #5AA222;
}
.breadcrumbs__item {
    text-decoration: none;
}
.h1 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 39px;
    margin-bottom: 47px;
}
.service-item__title_inner {
    color: #000;
}
hr {
    border: none;
    border-top: 1px solid #D3D3D3;
}
.content {
    padding-bottom: 50px;
    clear: both;
    padding-top: 1px;
}
.content__text {
    padding-top: 50px;
}
.command__image {
    width: 226px;
    height: 246px;
    overflow: hidden;
    float: left;
}
.command__image img {
    width: 100%;
}
.command__item {
    width: 485px;
    border: 1px solid #D6D6D6;
    display: block;
    margin: 0px 20px 30px 0px;
    height: 244px;
    text-decoration: none;
    transition: 0.3s;
    float: left;
}
.command {
    overflow: hidden;
}
.command__item:nth-child(even) {
    margin: 0px 0px 30px 0px;
}
.command__desc {
    float: right;
    width: 225px;
    padding-top: 73px;
}
.command__name {
    text-transform: uppercase;
    line-height: 1.5;
}
.command__item:hover {
    color: #5AA222;
}
.product-gallery__main {
    border: 1px solid #CACACA;
    width: 289px;
    height: 278px;
    float: left;
}
.product-gallery__fb {
    display: block;
    width: 289px;
    height: 278px;
    overflow: hidden;
}
.product-gallery__fb img {
    width: 100%;
}
.product-gallery__thumbs {
    float: right;
    width: 90px;
}
.product-gallery__thumb {
    border: 1px solid #CACACA;
    width: 91px;
    height: 85px;
    margin-bottom: 9px;
    transition: 0.3s;
    overflow: hidden;
    cursor: pointer;
}
.product-gallery {
    width: 390px;
    height: 280px;
    float: left;
}
.product-desc {
    float: right;
    width: 538px;
}
.product-gallery__thumb img {
    width: 100%;
}
.product-detail {
    overflow: hidden;
    margin-bottom: 60px;
}
.product-desc__buy {
    cursor: pointer;
    background: #005E00;
    border: 1px solid #045D04;
    color: #fff;
    padding: 11px;
    transition: 0.3s;
    display: block;
    width: 78px;
    text-align: center;
}
.product-desc__title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 22px;
}
.product-gallery__thumb:hover {
    border: 1px solid #005E00;
}
.product-desc__text {
    margin-bottom: 25px;
    padding-bottom: 4px;
    line-height: 1.3;
    border-bottom: 1px solid #CECECE;
}
.product-desc__text p {
    margin-bottom: 18px;
}
.product-desc__price b {
    font-size: 18px;
    text-transform: uppercase;
}
.product-desc__price {
    margin-bottom: 21px;
}
.product-desc__buy:hover {
    background: none;
    color: #005E00;
}
.service-menu__link {
    text-decoration: none;
    position: relative;
    padding: 17px 30px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    transition: 0.3s;
    text-align: center;
    height: 72px;
    box-sizing: border-box;
    width: 238px;
    border: 1px solid #C8C8C8;
    cursor: pointer;
}
.service-menu__item {
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    vertical-align: top;
}
.service-menu {
    width: 100%;
    padding: 0;
    font-size: 0;
    margin-bottom: 6px;
}
.menu__link_active, .menu__link_active:hover {
    color: #fff;
    background: #004900;
    border: 1px solid #004900;
}
.service-menu__item:last-child {
    margin-right: 0px;
}
.menu__link_active:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #004900;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}
.service-menu__link:hover  {
    color: #004900;
}
.service-menu__link.menu__link_active {color: #fff;}
.table__price {
    width: 100%;
    margin-bottom: 20px;
}
.table__price tr td {
    border-left: 1px solid #fff;
    padding: 18px 10px;
    text-align: center;
}
.table__price tr:nth-child(even) td {
    background: #DFDFDF;
}
.table__price tr:nth-child(odd) td {
    background: #EBEBEB;
}
.table__price tr td:first-child {
    font-weight: bold;
}
.table__price tr:last-child td {
    font-weight: bold;
}
.table__price td:first-child {
    width: 150px;
    text-align: left;
}
table.table_kontakt {
    width: 100%;
}
hr.hr_kontack {
    margin-top: 40px;
}
a.kontakti_pisimo {
    color: #5aa222;
    font-weight: bold;
}
.table_novosti td {
    padding: 10px;
    text-align: center;
    border: 1px ridge;
}

#toTop {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 99px;
    height: 98px;
    margin: 0px;
    cursor: pointer;
    display: none;
    color: #9C9C9C;
    text-align: center;
    font-family: Tahoma;
    font-size: 17px;
    text-transform: uppercase;
    background: url('/local/templates/index/template/img/top.png');
}

.gallery-section__item:hover {
    box-shadow: 0 0 20px grey;
}

.footer-contact i {
    font-style: normal;
}

.download:hover {
    color: #5aa222;
}

.service_inner {
    background: none;
    padding: 0;
}

.all-service_inner {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
}

.service-item:after {
    content: '';
    display: block;
    width: 240px;
    height: 300px;
    position: absolute;
    top: 15px;
    left: 0px;
    border: 4px solid #6c9531;
    border-left: none;
    border-right: none;
}

.service-item:nth-child(3):after {
    left: -13px;
    width:255px;
}

.service-item:first-child:after {
    border-left: 4px solid #6c9531;
    left: 15px;
}

.service-item:last-child:after {
    border-right: 4px solid #6c9531;
    left: -15px;
}

.service h2 {
    color: black;
}

.service .more {
    color: black;
}

.-isTouch .fotoblock {
    background-size: auto;
    background-attachment: scroll;
    background-position: 50% 0;
}
.-isTouch .big-banner {
    background-size: auto;
    background-attachment: scroll;
    background-position: 50% 0;
}
.fotoblock {
    /*background: url(/local/templates/index/images/kuznetcov.jpg);*/
    background: url(/local/templates/index/images/fotoblock_news.jpg);
    width: 100%;
    height: 600px;
    background-attachment: fixed;
    background-size: cover;
    background-position-y: top;
    background-position: 50% 0;
}

.fotoblock_news {
    background-image: url(/local/templates/index/images/fotoblock_news2.jpg);
    height: 600px;
    margin-bottom: 40px;
}

.download {
    position: relative;
    display: block;
    padding-left: 68px;
}

.download {
    display: table-cell;
    width: 260px;
    vertical-align: middle;
    border: 1px solid #efefef;
    height: 110px;
    text-decoration: none;
    transition: 0.4s;
}

.download__item {
    display: inline-block;
    vertical-align: top;
}

.download:after {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url(/images/pdf.png);
    position: absolute;
    top: 30px;
    left: 10px;
}

.download:hover {
    box-shadow: 0 0 20px grey;
}

.green-link:hover {
    color: #5aa222;
}

.visitirs-menu__link {
    display: inline-block;
    text-decoration: none;
    background: #ff0c0f;
    color: white;
    width: 200px;
    text-align: center;
    padding: 5px 20px;
    transition: 0.4s;
    border: 1px solid #ff0c0f;
}

.visitirs-menu__link-wrap {
    display: table-cell;
    height: 32px;
    vertical-align: middle;
}

.visitirs-menu__link:hover {
    color: #ff0c0f;
    background: white;
}

.visitirs-menu {
    text-align: center;
    margin-top: 20px;
}

.kamanda-element__image a {
    display: block;
    width: 250px;
    text-align: center;
}

.kamanda-element__image {
    float: left;
    margin-bottom: 40px;
}

.kamanda-element__image img {
    max-width: 100%;
    max-height: 100%;
}

.kamanda__descr {
    float: right;
    width: 735px;
    margin-bottom: 40px;
}

.kamanda-element + hr {
    width: 735px;
    float: right;
}
.leftbar {
    float: left;
    margin-right: 15px;
}

.catalog-section {
    float: right;
    width: 780px;
}

.catalog .h2 {
    color: black;
}

.catalog .more {
    color: black;
}

.catalog {
    padding: 60px 0px;
}

.cont_social {
    background: url(/local/templates/index/images/social.png);
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 10px;
}

.cont_social__vk {
    background-position: -97px 0px;
}

.cont_social__twitter {
    background-position: -32px 0;
}

.cont_social__youtube {
    background-position: 28px 0;
}

.cont {
    width: 170px;
    margin: 0 auto;
    margin-top: 40px;
}

.footer__soc {
    position: absolute;
    top: 100px;
    right: 310px;
}

.reviews__submit {
    background: #5aa222;
    color: white;
    border: #5aa222;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 30px;
}

.reviews textarea {
    resize: none;
    width: 97%;
    padding: 10px;
    height: 90px;
}


.reviews input[type=text] {
    padding: 10px;
    margin-bottom: 10px;
}

.reviews .data-table {
    float: right;
    margin-bottom: 60px;
}

.reviews-list__divider {
    height: 1px;
    background: #d6d6d6;
    margin: 20px 0;
}
.reviews-list__item {
    position:relative;
}
.reviews-list__item:before {
    position:absolute;
    width:28px;
    height:28px;
    background-image: url(/local/templates/index/images/i-chat.png);
    background-repeat: no-repeat;
    background-position: center;
    content:'';
    left: -45px;
    top: -2px;
}
.reviews-list__name {
    color: #51941d;
    text-transform: uppercase;
    float: left;
    margin-right: 20px;
    font-size: 17px;
    margin-bottom: 10px;
}

.reviews-list__date {
    color: #51941d;
    float: left;
    font-size: 12px;
    margin-top: 3px;
}

.reviews-list__text {
    clear: both;
    font-size: 16px;
}

.reviews-list__img {
    clear: both;    
    margin: 33px 0 35px 0;
    height: 168px;
}
.reviews-list__img img {
    margin: 0 8px 0 0;
}

.tournament-item {
    display: block;
    text-decoration: none;
    margin-bottom: 35px;
}

.tournament-item__name {
    text-decoration: underline;
    font-size: 18px;
}

.tournament-item__date {
    color: grey;
    margin: 5px 0;
}

.tournament-list {
    display: none;
}

.tournament {
    margin-top: 30px;
}

.politic-check {
    margin-bottom: 10px;
}


.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    cursor: pointer;
    z-index: 1000;
}

.popup {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -239px;
    padding: 25px 30px;
    width: 418px;
    color: #282828;
    background: #fff;
    z-index: 1001;
}

.popup__close {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    color: #6b6b6b;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.popup__title {
    color: #005E00;
    font-size: 29px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.popup__button {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #005E00;
    cursor: pointer;
    border: 1px solid #005E00;
    transition: 0.3s;
}

.popup__button:hover {background: white;color: #005E00;border: 1px solid #005E00;}

.popup__button_right {
    float: right;
}

.header-middle_cart-title b {
    font-weight: normal;
}

td.price {
    display: none;
}

.header__cart {
    position:absolute;
    right: 0px;
    top: 57px;
    float: right;
    width: 61px;
    height: 61px;
    background-color: #e8e8e8;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 74px;
    text-align: center;
    background-image: url(/local/templates/index/images/header-basket.png);
    background-repeat: no-repeat;
    background-position: center 9px;
}

.header__link-cart {
    text-decoration: none;
}

.policy input {
    display: inline;
    vertical-align: bottom;
}

.policy label {
    display: inline;
    vertical-align: top;
}
.sale_order_full_table td {
	line-height: 20px;
}
.ps_logo img {
	margin: 20px 0px;
}
.sale_order_full_table  .tablebodytext b {
	font-size: 18px;
}
.sale_order_full_table input[type=submit] {
	background: #005E00;
	border: none;
    color: white;
    width: 100%;
    padding: 10px 0px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 28px;
	margin-top: 20px;
}

/* detskaya-shkola-tennisa */

.services-content {
    font-size: 16px;
    color: #000;
}

.services-content h2 {
    font-size: 30px;
    font-family: Arial;
    font-weight: normal;
}

.list-u {
    margin-bottom: 40px;
}

.list-u li {
    list-style: none;
    line-height: 1.6;
}

.list-u li:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: green;
    border-radius: 50%;
    margin-left: -20px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.services-content .history-photo-services {
    height: 265px;
}

.services-content .history-photo-services .history__longblock {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: auto !important;
}

.services-content .history-photo-services .history__longblock .history-item {
   display: inline-block;
   width: 323px;
   height: 215px;
   margin-right: 20px;
}

.services-content .history-photo-services .history__longblock .history-item img {
    width: 100%;
    height: auto;
}

.services-content .history__scroll-wrapper {
    margin-top: 250px;
}

.services-content .form-block {
    background-color: #f0f0f0;
    padding: 25px 25px 100px 25px
}

.services-content .form-block .form-services {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.services-content .form-block .form-services .left-f {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 300px;
    height: 259px;
}

.services-content .form-block .form-services .left-f input {
    margin-bottom: 25px;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
}

.services-content .form-block .form-services .right-f {
    width: 632px;
    text-align: right;
    height: 259px;
}

.services-content .form-block .form-services .right-f textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 12px;
    resize: none;
    border: 1px solid #d3d3d3;
}

.services-content .form-block .form-services .right-f input {
    background-color: #005e00;
    color: #fff;
    border: none;
    padding: 15px 60px;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    box-sizing: border-box;
}

.services-content .form-block .form-services .success,.services-content .form-block .form-services .error {
    display: block;
    position: absolute;
    bottom: 21px;
    font-size: 16px;
   color: #005e00;
}
.services-content .form-block .form-services .error {   
   color: #c61817;
}
.services-content .form-block .form-services .success {   
  bottom: auto;
}

.services-content .text-bold {
    margin: 40px 0;
}

.history-gallery {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.history-gallery a {
    width: 24%;
    margin: 15px 0;
    overflow: hidden;
}

.history-gallery a img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.wrapper_news_video_include_social {
	clear: both;
	padding-top: 20px;
}

.element_row_item_video_social {
	display: flex;
    margin-bottom: 40px;
}

.element_row_item_video_social > div {
	width: 34%;
	margin-right: 5%;
}

.table_kontakt iframe {
    width: 100%;

}

.viewport-mob {
    display: none;
}

.posetitelyam-mob {
    display: none;
}

.contact-wrap-adress-mob {
    display: none;
}

@media (max-width: 768px) {

    .banner-arrow {top: 210px;}

    .banner {
        height: 500px;
    }

    .banner-item picture img {
        height: 500px;
    }

    .banner-item {height: 500px;}

    body {
        min-width: 768px;
        
    }

    .header__logo img{   
        width: 70%;
    }

    .table_kontakt iframe {
        width: 100%;
    }

    strong {
        font-size: 20px;
    }

    .header {
        width: 100%;
    }

    .header__title {
        width: 100%;
        margin-bottom: 0;
    }

    .header__title p {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .header__title span {
        width: 100%;
    }

    .header-menu {
        justify-content: start;
        flex-wrap: wrap;
        margin-bottom: 13px;
    }

    .services-content .form-block .form-services .right-f {
        width: 489px;
        text-align: right;
        height: 259px;
    }
    
    .center {
        max-width: 95%;
       
    }
    
    .wrap__nav {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .header__nav {
        width: 100%;
    }

    .header-menu__item {
        width: 118px;
    }

    .service {
        height: 100%;
    }

    .all-service {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-item {
        margin-left: 0;
        width: 260px;
    }

    .service-item__title {
        margin-right: 15px;
    }

    .service-item:first-child:after {
        width: 241px;
    }
    
    .service-item:nth-child(2):after {
        width: 225px;
        border-right: 4px solid #6c9531;
    }

    .service-item:nth-child(3):after {
        width: 258px;
        left: 13px;
        border-left: 4px solid #6c9531;
    }

    .all-news {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .news-item {
        width: 100%;
        display: flex;
    }

    .news-item__info {
        width: 50%;
    }

    .footer .center {
        padding: 0;
    }

    .footer {
        padding: 50px 15px 0 15px;
    }

    .services-content .form-block .form-services {
        gap: 20px;
    }

    .news-item__info:after {
        display: none;
    }

    .footer__soc {
        top: 212px;
        right: 219px;
    }

    .footer {
        width: 738px;
    }

    .-isTouch .fotoblock {
        background-size: cover;
    }

    .fotoblock {
        height: 400px;
    }

    .-isTouch .big-banner {
        background-size: cover;
    }

    .big-banner {
        height: 400px;
    }
}

@media (max-width: 500px) {
    .banner-arrow {top: 120px;}

    .banner {
        height: 300px;
    }

    .banner-item picture img {
        height: 300px;
        object-fit: contain;
    }

    .banner-item {height: 300px;}

    body {
        min-width: 400px;
    }

    .center {
        max-width: 93%;
        margin: 0;
        padding-left: 15px;
    }

    .header__title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .header__title p {
        font-size: 18px;
    }

    .header__title span {
        font-size: 15px;
        width: 80%;
    }

    .header__title a {
        font-size: 15px;
    }

    .header-menu__link {
        font-size: 15px;
    }

    .header-menu__item {
        width: 128px;
    }

    .header-menu {
        justify-content: space-around;
    }

    .header__logo {
        width: 140px;
        height: 140px;
    }

    .wrap__nav {
        gap: 0;
        align-items: end;
    }

    .header-submenu .header-menu__link {
        font-size: 26px;
    }
    
    .service-item:after {
        display: none;
    }

    .service-item {
        width: 49%;
    }

    .service-item__img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .service-item__img img {
        width: 100%;
    }

    .all-service {
        justify-content: space-between;
    }

    .h2 {
        font-size: 29px;
    }

    .more {
        font-size: 15px;
    }

    .service-item__title {
        font-size: 15px;
    }

    .all-service:after {
        display: none;
    }

    .service {
        padding: 20px 0;
    }

    div {
        font-size: 15px;
    }

    .big .news-item__title {
        font-size: 15px;
    }

    .news-item__info {
        width: 50%;
        padding: 15px 15px;
    }

    .news-item__title {
        font-size: 15px;
    }

    .news-item {
        height: 275px;
    }

    .news-item__image {
        height: 100%;
    }

    .news-item__image img {
        height: 100%;
    }

    .big .news-item__image img {
        height: 98%;
        
    }

    .news-item.big .news-item__image {
        height: 100%;
    }

    .services-content .form-block .form-services {
        gap: 70px;
        flex-direction: column;
    }

    .services-content .form-block .form-services .left-f {
        width: 100%;
    }

    .services-content .form-block .form-services .right-f {
        width: 100%;
    }

    .footer {
        height: 515px;
        width: 100%;
        padding: 0;
    }

    .footer-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .footer-menu:nth-child(2) {
        margin-right: 0;
    }

    .footer__soc {
        top: 356px;
        right: -15px;
        width: 100%;
    }

    .dial {
        right: 13px;
        top: 471px;
    }

    .footer__copi {
        left: 16px;
        top: 471px;
    }

    .footer-contact {
        margin-right: 0;
        width: 170px;
    }

    .footer-menu {
        width: 170px;
        margin-right: 0;
        padding-top: 40px;
    }

    .footer__logo {
        top: 307px;
        right: 0px;
    }

    .services-content .form-block .form-services .right-f input {
        font-size: 26px;
    }

    .history-slogan {
        font-size: 20px;
    }

    .services-content .form-block .form-services .right-f input {
        width: 100%;
    }

    .header__logo img {
        margin-top: 30px;
    }

    .leftbar {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .menu-catalog {
        width: 100%;
        padding-top: 30px;
    }

    .catalog-section {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .catalog-item {
        width: 201px;
        height: auto;
    }

    .catalog-item__img {
        width: 167px;
    }

    .catalog-item__img img {
        width: 100%;
    }

    .catalog-item {
        margin: 0;
        width: 48%;
    }

    .catalog-item__text {
        height: 70px;
    }

    .header__cart  {
        top: 218px;
    }

    .catalog-item:nth-child(3n+1) {
        margin: 0;
    }

    .gallery-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .video-t iframe {
        height: 222px!important;
    }

    .table__price tr td p {
        font-size: 15px;
    }
    
    blockquote {
        margin: 0;
    }

    .table_kontakt iframe {
        width: 100%;
        margin-bottom: 30px;
    }

    .table_kontakt span   {
        font-size: 9px!important;
    }

    .table_kontakt h2 {
        font-size: 9px!important;
    }

    .history__scroll-wrapper {
        display: none;
    }

    .services-content .history-photo-services .history__longblock {
        align-items: center;
        flex-direction: column;
        width: 100% !important;
        height: 100%;
    }

    .services-content .history-photo-services {
        height: 1000px;
    }
    
    .news-date-time {
        order: -1;

    }

    .news-detail a {
        order: 1;
        display: flex;
        justify-content: center;
    }

    .news-detail {
        display: flex;
        flex-direction: column;
    }

    .viewport-pc {
        display: none;}

    .viewport-mob {
        display: block;
    }

    .gallery-section-list__item:nth-child(3n+1) {
        margin: 0;
    }

    .gallery-section-list__item {
        margin: 0;
    }

    .gallery-section-list {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .catalog-list__item {
        margin-right: 0;
    }

     .header__cart {
        top: 117px;
        width: 42px;
        height: 42px;
    }

    .header__cart-calc {
        display: none;
    }

    .product-desc {
        width: auto;
    }

    .command__image {
        width: 195px;
    }

    .command__image {
        width: 180px;
        height: 195px;
        margin-right: 20px;
    }

    .command__item {
        height: auto;
        margin-right: 0;
        width: 99%;
    }

    .command__desc {
        padding-top: 70px;
        float: left;
        width: 100px;
    }

    .command__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .kamanda-element__image a {
        width: 100%;
    }

    .kamanda-element__image img{
        object-fit: cover;
    }

    .posetitelyam-pc {
        display: none;
    }
    .posetitelyam-mob {
        display: block;
    }

    .tournament {
        overflow: hidden;
    }

    .table_kontakt {
        display: none;
    }

    .contact-wrap-adress-mob {
        display: block;
    }

    .-isTouch .fotoblock {
        background-size: cover;
    }

    .fotoblock {
        height: 300px;
    }

    .-isTouch .big-banner {
        background-size: cover;
    }

    .big-banner {
        height: 300px;
    } 
    
    div.news-detail img.detail_picture {
        width: 100%;
    }

    .table-container {
        width: 100%;
        overflow: scroll;
    }

    .history-block iframe {
        width: 100%!important;
    }
}

@media (max-width: 375px) {
    body {
        min-width: 375px;
    }

    .command__image {
        width: 147px;
    }

    .center {
        max-width: 92%;
        margin: 0;
        padding-left: 15px;
    }

    .header__title p {
        font-size: 18px;
    }

    .header__title span {
        font-size: 15px;
    }

    .header__title a {
        font-size: 15px;
    }

    .header-menu__link {
        font-size: 15px;
    }

    .header-menu__item {
        width: 110px;
    }

    .header-menu {
        gap: 10px;
    }

    .header__logo {
        width: 140px;
        height: 140px;
    }

    .wrap__nav {
        gap: 0;
        align-items: end;
    }

    .header-submenu .header-menu__link {
        font-size: 26px;
    }
    
    .service-item:after {
        display: none;
    }

    .service-item {
        width: 49%;
    }

    .service-item__img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .service-item__img img {
        width: 100%;
    }

    .all-service {
        justify-content: space-between;
    }

    .h2 {
        font-size: 29px;
    }

    .more {
        font-size: 15px;
    }

    .service-item__title {
        font-size: 15px;
    }

    .all-service:after {
        display: none;
    }

    .service {
        padding: 20px 0;
    }

    div {
        font-size: 15px;
    }

    .big .news-item__title {
        font-size: 15px;
    }

    .news-item__info {
        width: 93%;
        padding: 15px 15px;
    }

    .news-item__title {
        font-size: 15px;
    }

    .news-item {
        height: 400px;
        display: flex;
        flex-direction: column;
    }

    .news-item__image {
        height: 100%;
        width: 100%;
    }

    .news-item__image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .big .news-item__image img {
        height: 98%;
        width: 98%;
        
    }

    .news-item.big .news-item__image {
        height: 100%;
        width: 100%;
    }

    .services-content .form-block .form-services {
        gap: 70px;
        flex-direction: column;
    }

    .services-content .form-block .form-services .left-f {
        width: 100%;
    }

    .services-content .form-block .form-services .right-f {
        width: 100%;
    }

    .footer {
        height: 515px;
        width: 100%;
        padding: 0;
    }

    .footer-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .footer-menu:nth-child(2) {
        margin-right: 0;
    }

    .footer__soc {
        top: 380px;
        right: -15px;
        width: 100%;
    }

    .dial {
        right: -20px;
        top: 484px;
    }

    .footer__copi {
        left: 10px;
        top: 484px;
    }

    .footer-contact {
        margin-right: 0;
        width: 150px;
    }

    .footer-menu {
        width: 150px;
        margin-right: 0;
        padding-top: 40px;
    }

    .footer__logo {
        top: 336px;
        right: 0px;
    }

    .services-content .form-block .form-services .right-f input {
        font-size: 26px;
    }

    .history-slogan {
        font-size: 20px;
        padding: 0 15px;
    }

    .services-content .form-block .form-services .right-f input {
        width: 100%;
    }

    .header__logo img {
        margin-top: 30px;
    }

    

    .table_kontakt h2 {
        font-size: 9px!important;
    }

    .-isTouch .big-banner {
        background-size: cover;
        background-position: 0 0;
    }

    .big-banner {
        height: 270px;
    }

    .-isTouch .fotoblock {
        background-size: cover;
        background-position: 0 0;
    }

    .fotoblock_news {
        height: 272px;
    }

    .fotoblock {
        height: 272px;
    }

    
    
    .catalog-item {
        width: 47%;
    }
    
    .catalog-item__text {
        height: 90px;
    }

    .table-container {
        width: 100%;
        overflow: scroll;
    }

    .header-submenu {
        padding-right: 45px!important;
    }

    .h1 {
        font-size: 30px;
    }

    .product-gallery__main {
        width: 230px;
    }
    
    .product-gallery__fb {
        width: 230px;
    }

    .product-gallery {
        width: 335px;
    }

    .product-gallery__thumb {
        width: 80px;
    }

}

@media (max-width: 360px) {
    body {
        min-width: 360px;
    }

    .center {
        max-width: 92%;
        margin: 0;
        padding-left: 15px;
    }

    
}
