/* Theme Name:   Kazakh
 * Theme URI:	   http://www.ivandobychin.com
 * Description:  Tatoil Adaptive Theme
 * Author:       ivandobychin
 * Author URI:   http://www.ivandobychin.com
 * Version:      1.0.0
 * Tags:         adaptive, css3 */


body {
    padding: 0;
    font-family: "Roboto", sans-serif;
    min-width: 320px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a[href^=tel], a[href^=mailto] {
    color: inherit;
    text-decoration: none;
}
/* table_list*/
.blocklist
{
    display: flex;
    vertical-align: top;
    margin: 10px;
    list-style: none;
}
.blist_item
{
    margin-right: 15px;
	max-width: 278px;
}
/**/
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.clear:after {
    display: table;
    content: "";
    clear: both;
}

b, strong {
    font-weight: bold;
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

blockquote.alignleft {
    margin: 0.31579em 1.47368em 1.47368em 0;
}

blockquote.alignright {
    margin: 0.31579em 0 1.47368em 1.47368em;
}

blockquote.aligncenter {
    margin-bottom: 1.47368em;
}

div.wpcf7 img.ajax-loader {
    position: absolute;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

div.wpcf7-response-output {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 20px 0;
}

h1 {
    font-size: 48px;
    color: #2a2a2f;
    line-height: 52px;
    text-align: center;
}

h2 {
    font-size: 26px;
    color: #2a2a2f;
    font-weight: bold;
    line-height: 28px;
}

h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #1E919F;
    margin-top: 15px;
}

h3 {
    font-size: 16px;
    color: #2a2a2f;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

h3:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #1E919F;
    margin: 15px auto 0;
}

.container {
    max-width: 1170px;
    padding: 0 10px;
    margin: 0 auto;
}

.top-block {
    overflow: hidden;
}

.header {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 28px 0 34px;
    z-index: 9;
}

.header--footer {
    background: none;
    padding-bottom: 0;
}

.header__logo {
    float: left;
    width: 277px;
    margin-top: 12px;
}

.header__lang {
    float: left;
    width: 180px;
    font-size: 0;
    text-align: center;
    padding: 0 5px;
    margin-top: 33px;
    box-sizing: border-box;
}

.header__lang a, .header__lang span {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    border: 1px solid transparent;
}

.header__lang a:hover {
    border-color: #ff181f;
}

.header__lang a img, .header__lang span img {
    width: 34px;
    height: 20px;
}

.header__address {
    float: left;
    width: 30%;
    font: 300 16px/20px "HKGrotesk";
    color: #2a2a2f;
    text-align: center;
    letter-spacing: 1px;
    margin: 21px 0 0 1.3%;
}

.header__contact {
    float: right;
    width: 285px;
    max-height: 40px;
	
    background: url("images/number.png") no-repeat 0 50%;
    text-align: right;
    padding-left: 70px;
    box-sizing: border-box;
}

.header__number {
    font-size: 30px;
    color: #141313;
    font-weight: 500;
    line-height: 34px;
}

.header__number span {
    font-size: 24px;
}

.call-btn {
    display: block;
    border: 1px solid #1E919F;
    border-radius: 3px;
    transition: all 0.1s linear;
    font: 300 16px/20px "HKGrotesk";
    color: #2a2a2f;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    padding: 7px 10px;
    margin-top: 7px;
}

.call-btn:hover {
    background: #1E919F;
    color: #fff;
}

.nav-mobile {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}

.nav {
    position: relative;
    background: #1E919F;
    z-index: 9;
}

.nav--footer .nav__list-item-link span:after {
    bottom: auto;
    top: 0;
}

.nav__list {
    list-style: none;
    text-align: center;
}

.nav__list-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.nav__list-item.current-menu-item .nav__list-item-link span:after, .nav__list-item.current-post-parent .nav__list-item-link span:after {
    opacity: 1;
}

.nav__list-item-link {
    position: relative;
    display: table;
    border-collapse: separate;
    border-spacing: 0 0;
    table-layout: fixed;
    height: 60px;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.nav__list-item-link:hover span:after {
    opacity: 1;
}

.nav__list-item-link span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #fff;
    transition: opacity 0.1s linear;
    opacity: 0;
}

.nav__list-item-link span {
    display: table-cell;
    vertical-align: middle;
}

.main-slider__wrapper {
    position: relative;
    padding-bottom: 47px;
}

.main-slider__wrapper .owl-pagination {
    position: relative;
    max-width: 1170px;
    font-size: 0;
    padding: 0 10px;
    margin: -58px auto 0;
}

.main-slider__wrapper .owl-pagination .owl-page {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.1s linear;
    background: #d9d9d9;
    width: 25px;
    height: 3px;
    margin: 4px;
}

.main-slider__wrapper .owl-pagination .owl-page.active, .main-slider__wrapper .owl-pagination .owl-page:hover {
    background: #d61f45;
}

.main-slider__item {
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.main-slider__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("images/overlay-slider-main.png") repeat-y 0 0;
}

.main-slider__vert-wrap {
    position: relative;
    display: table;
    border-collapse: separate;
    border-spacing: 0 0;
    width: 540px;
    height: 700px;
    min-height: 700px;
    box-sizing: border-box;
}

.main-slider__vert-center {
    display: table-cell;
    vertical-align: middle;
    padding: 60px 0;
}

.main-slider__title-mini {
    font: 300 14px/16px "HKGrotesk";
    color: #4a4749;
    letter-spacing: 4px;
    max-height: 16px;
    overflow: hidden;
}

.main-slider__title {
    font-size: 52px;
    color: #4a4749;
    line-height: 56px;
    font-weight: 300;
    margin-top: 9px;
    max-height: 168px;
    overflow: hidden;
}

.main-slider__title-sredn {
    font: 300 15px/20px "HKGrotesk";
    color: #1E919F;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 27px;
    max-height: 20px;
    overflow: hidden;
}

.main-slider__btn {
    margin-top: 26px;
}

.btn {
    display: inline-block;
    vertical-align: top;
    transition: all 0.2s linear;
    background: #4a4749;
    font: 300 16px/20px "HKGrotesk";
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 3px;
    min-width: 200px;
    padding: 12px 10px;
    box-sizing: border-box;
}

.btn:hover {
    background: #1E919F;
}

.info-widget {
    padding: 56px 0 80px;
}

.info-widget__left {
    float: left;
    width: 30%;
    padding-top: 15px;
}

.info-widget__right {
    float: right;
    width: 66%;
}

.info-widget__title {
    font-size: 48px;
    color: #2a2a2f;
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 31px;
}

.info-widget__title:after {
    content: "";
    display: block;
    background: #1E919F;
    width: 100px;
    height: 4px;
    margin-top: 11px;
}

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

.info-widget__nagrad {
    font-size: 0;
    margin-top: 20px;
}

.info-widget__nagrad a {
    display: inline-block;
    vertical-align: middle;
    width: 36%;
    margin: 0 7.3%;
}

.info-widget__nagrad a:nth-child(2n) {
    margin-right: 0;
}

.info-widget__certificate {
    font-size: 0;
    text-align: right;
}

.info-widget__certificate a {
    display: inline-block;
    vertical-align: middle;
    width: 178px;
    height: 254px;
    margin: 23px 4.5% 0;
}

.info-widget__certificate a:nth-child(3n) {
    margin-right: 0;
}

.text {
    font: 300 16px/20px "HKGrotesk";
    color: #2a2a2f;
    letter-spacing: 1px;
}

.text p {
    margin: 20px 0;
}

.text ul {
    list-style: none;
    padding-left: 30px;
    margin: 20px 0;
}

.text ul li {
    position: relative;
    padding-left: 16px;
}

.text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #1E919F;
    border-radius: 50%;
}

.text ol {
    padding-left: 25px;
}

.text ol li {
    margin: 20px 0;
}

.text blockquote {
    text-align: center;
    margin: 6px 0;
}

.text blockquote p {
    display: inline-block;
    vertical-align: top;
    background: #eef4f2;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.14);
    font-size: 18px;
    color: #25262b;
    font-weight: bold;
    line-height: 20px;
    padding: 6px 10px;
    margin: 0;
}

h4 {
    display: table;
    border-collapse: separate;
    border-spacing: 0 0;
    width: 100%;
    height: 80px;
    font: bold 16px/19px "HKGrotesk";
    color: #25252b;
    background: #eef4f2;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.14);
    padding: 9px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
}

h4 span {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.catalog {
    background: url("images/catalog-bg.jpg") no-repeat center top;
    padding: 73px 0 80px;
}

.catalog--custom {
    padding-bottom: 0;
}

.catalog--custom .catalog__list {
    margin-top: 7px;
}

.catalog__list {
    font-size: 0;
    text-align: center;
    margin: 48px -10px 0 -10px;
}

.catalog__list-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 376px;
    height: 256px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    text-decoration: none;
    text-align: left;
    margin: 10px;
}

.catalog__list-title {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 277px;
    background: #1E919F;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 20px;
    box-sizing: border-box;
}

.catalog__btn {
    text-align: center;
    margin-top: 50px;
}

.title-standart {
    font-size: 48px;
    color: #2a2a2f;
    line-height: 52px;
    text-align: center;
}

.title-standart-mini {
    font: 300 16px/20px "HKGrotesk";
    color: #2a2a2f;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 18px;
}

.partner {
    background: url("images/partner-bg.jpg") no-repeat center center;
    padding: 73px 0 80px;
}

.partner__list {
    font-size: 0;
    text-align: center;
    margin-top: 50px;
}

.partner__list--page {
    padding-bottom: 80px;
}

.partner__list-item {
    display: inline-block;
    vertical-align: middle;
    margin: 1%;
}

.partner__btn {
    text-align: center;
    margin-top: 47px;
}

.news-wrapper {
    padding: 73px 0 70px;
}

.news-wrapper .news-list {
    margin-top: 15px;
}

.news-widget {
    padding: 70px 0;
}

.news-widget__left {
    float: left;
    width: 24%;
}

.news-widget__right {
    float: right;
    width: 74.5%;
}

.news-list {
    font-size: 0;
    text-align: center;
    margin: 0 -10px;
}

.news-list__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 277px;
    height: 326px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    text-align: left;
    text-decoration: none;
    margin: 10px;
}

.news-list__item:hover .news-list__item-date {
    text-decoration: none;
}

.news-list__item:hover .news-list__item-text {
    text-decoration: underline;
}

.news-list__item-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1E919F;
    padding: 16px 20px 20px;
}

.news-list__item-date {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    text-decoration: underline;
    letter-spacing: 1px;
}

.news-list__item-text {
    font: 300 16px/18px "HKGrotesk";
    color: #fff;
    margin-top: 11px;
    letter-spacing: 1px;
}

.breadcrumbs {
    font: 300 16px/20px "HKGrotesk";
    color: #2a2a2f;
    list-style: none;
    margin-top: 20px;
}

.breadcrumbs li {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    padding-left: 17px;
}

.breadcrumbs li:first-child {
    padding-left: 0;
}

.breadcrumbs li:first-child:before {
    display: none;
}

.breadcrumbs li:before {
    content: "/";
    position: absolute;
    left: 0;
    margin: 0 5px;
}

.breadcrumbs li a {
    transition: all 0.2s linear;
    color: inherit;
}

.breadcrumbs li a:hover {
    color: #1E919F;
}

.breadcrumbs li a.home, .breadcrumbs li span.home {
    display: block;
    background: url("images/home_icon.png") no-repeat 0 0;
    width: 16px;
    height: 16px;
}

.text-input, .textarea-input {
    padding: 0 22px;
    margin: 0;
    border: 1px solid #b9bbba;
    border-radius: 3px;
    background: #f4f8f6;
    font: 300 16px "HKGrotesk";
    color: #2a2a2f;
    width: 100%;
    height: 39px;
    box-sizing: border-box;
}

.textarea-input {
    height: 94px;
    resize: none;
    padding: 8px 22px;
}

.text-input::-webkit-input-placeholder, .textarea-input::-webkit-input-placeholder {
    color: #2a2a2f;
    opacity: 1;
}

.text-input:focus::-webkit-input-placeholder, .textarea-input:focus::-webkit-input-placeholder {
    color: transparent;
}

.text-input::-moz-placeholder, .textarea-input::-moz-placeholder {
    color: #2a2a2f;
    opacity: 1;
}

.text-input:focus::-moz-placeholder, .textarea-input:focus::-moz-placeholder {
    color: transparent;
}

.text-input:-moz-placeholder, .textarea-input:-moz-placeholder {
    color: #2a2a2f;
    opacity: 1;
}

.text-input:focus:-moz-placeholder, .textarea-input:focus:-moz-placeholder {
    color: transparent;
}

.text-input:-ms-input-placeholder, .textarea-input:-ms-input-placeholder {
    color: #2a2a2f;
    opacity: 1;
}

.text-input:focus:-ms-input-placeholder, .textarea-input:focus:-ms-input-placeholder {
    color: transparent;
}

.btn-input {
    padding: 10px;
    margin: 0;
    border: 0;
    border-radius: 3px;
    background: #1E919F;
    transition: all 0.2s linear;
    font: 16px/20px "HKGrotesk";
    color: #eeeded;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    height: 39px;
    box-sizing: border-box;
    cursor: pointer;
}

.btn-input:hover {
    background: #4a4749;
}

.consult-form {
    background: #eff4f2;
    padding: 44px 0;
    margin-bottom: 60px;
}

.consult-form--contact {
    margin: 55px 0 0 0;
}

.consult-form__title {
    float: left;
    width: 13%;
    background: url("images/microphone.png") no-repeat left center;
    min-height: 67px;
    padding-left: 80px;
    font: 300 18px/22px "HKGrotesk";
    color: #2a2a2f;
}

.consult-form__title-vert {
    display: table;
    border-collapse: separate;
    border-spacing: 0 0;
    width: 100%;
    height: 67px;
}

.consult-form__title-vert-cell {
    display: table-cell;
    vertical-align: middle;
}

.consult-form__inputs {
    float: right;
    width: 77%;
    font-size: 0;
    text-align: right;
    padding-top: 5px;
}

.consult-form__inputs-item {
    display: inline-block;
    vertical-align: top;
    width: 19.7%;
    margin: 10px 1.1%;
}

.consult-form__inputs-item--btn {
    width: 30.8%;
    margin-right: 0;
}

.info-page {
    padding-top: 73px;
}

.tovar-top {
    font-size: 0;
    margin-top: 17px;
}

.tovar-top__left {
    display: inline-block;
    vertical-align: middle;
    font-size: medium;
    width: 48%;
    padding-right: 3%;
}

.tovar-top__right {
    display: inline-block;
    vertical-align: middle;
    font-size: medium;
    width: 49%;
}

.tovar-top__title {
    font-size: 26px;
    color: #2a2a2f;
    font-weight: bold;
    line-height: 28px;
}

.tovar-top__title--advantages {
    text-align: center;
}

.tovar-top__title--advantages:after {
    margin-left: auto;
    margin-right: auto;
}

.tovar-top__title:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #1E919F;
    margin-top: 15px;
}

.equipment__info {
    font-size: 0;
    margin: 58px 0 54px;
}

.equipment__info-left {
    display: inline-block;
    vertical-align: middle;
    width: 47%;
    font-size: medium;
    padding-right: 6.5%;
}

.equipment__info-right {
    display: inline-block;
    vertical-align: middle;
    font-size: medium;
    width: 44.5%;
}

.equipment__list {
    font-size: 0;
    margin-top: 6px;
}

.equipment__list ul {
    list-style: none;
}

.equipment__list ul li {
    font-size: 0;
    margin: 8px 0;
}
.kompl_li
{
	display: flex;
}
.kompl_li:before
{
	width: 0px !important;
}
.equipment__list ul li .quipment__list-numb {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    font-size: 24px;
    color: #1E919F;
    font-weight: bold;
    line-height: 26px;
}

.equipment__list ul li .quipment__list-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 20px);
    font: 300 16px/20px "HKGrotesk";
    padding-left: 5px;
}

.equipment__list-left, .equipment__list-right {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}

.equipment__list-right {
    margin-left: 10%;
}

.shadow-img {
    box-shadow: 8px 0 21px rgba(0, 1, 1, 0.2);
}

.advantages {
    margin-top: 55px;
    padding-bottom: 24px;
}

.advantages__zag {
    font-size: 48px;
    color: #2a2a2f;
    line-height: 63px;
    text-align: center;
    margin-bottom: 54px;
}

.advantages__zag span {
    display: inline;
    background: #eff4f2;
    box-shadow: 5px 0 16px rgba(0, 1, 1, 0.14);
}

.advantages__list {
	max-width: 1182px;
    list-style: none;
    font-size: 0;
    counter-reset: advantages;
    margin: 10px 0 0 -1%;
}

.advantages__list-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 21%;
    text-align: center;
    margin: 1%;
}
.list_reset
{
	list-style: none;
}
.advantages__list-item::before {
	
    position: absolute;
    left: 25% !important;
    counter-increment: advantages;
    content: counter(advantages) !important;
    font-size: 228px;
    color: rgba(227, 30, 36, 0.2);
    font-weight: bold;
    line-height: 193px;
	top:20px !important;
	background: transparent !important;
}

.advantages__list-item:nth-child(4n) {
    margin-right: 0;
}

.advantages__list-item .text {
    position: relative;
}

.tovar-option {
    padding-bottom: 80px;
    margin-top: 60px;
}

.tovar-option__left {
    float: left;
    width: 41%;
}

.tovar-option__right {
    float: right;
    width: 58%;
}

.tovar-option__select {
    list-style: none !important;
}

.tovar-option__select-item {
    position: relative;
    background: #eff4f2;
    font: 300 16px/20px "HKGrotesk";
    color: #2a2a2f;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
	
}

.tovar-option__select-item:first-child {
    margin-top: 0;
}

.tovar-option__select-item:last-child {
    margin-bottom: 0;
}

.tovar-option__select-item--active, .tovar-option__select-item:hover {
    box-shadow: 3px 0 13px rgba(0, 1, 1, 0.2);
}

.tovar-option__select-item--active:before, .tovar-option__select-item--active:after, .tovar-option__select-item:hover:before, .tovar-option__select-item:hover:after {
    content: "";
    position: absolute;
    top: 0 !important;
	height: 100% !important;
    bottom: 0;
    width: 5px !important;
    background: #1E919F;
	border-radius: 0px !important;
}
.tovar-option__select-item::before {
    width:0px !important;
	
}
.tovar-option__select-item--active:before
{
	width:5px !important;
}
.tovar-option__select-item--active:before, .tovar-option__select-item:hover:before {
    left: 0;
}

.tovar-option__select-item--active:after, .tovar-option__select-item:hover:after {
    right: 0;
}

.tovar-option__selected-bl {
    display: none;
}

.tovar-option__selected-bl--active {
    display: block;
}

.tovar-option__selected-bl p {
    margin: 0 0 20px 0;
}

.tovar-option__table, .features-table {
    border-collapse: separate;
    border-spacing: 0 0;
    table-layout: fixed;
    width: 675px;
    border-top: 1px solid #b9bbba;
    border-bottom: 1px solid #b9bbba;
    margin: 0 auto;
    box-sizing: border-box;
}

.features-table {
    width: 100%;
    border-top: 0;
}

.tovar-option__table th, .tovar-option__table td, .features-table th, .features-table td {
    vertical-align: middle;
    font: 300 12px/12px "HKGrotesk";
    color: #2a2a2f;
    text-align: center;
    letter-spacing: 0;
    border-left: 1px solid #b9bbba;
    box-sizing: border-box;
}

.tovar-option__table th:last-child, .tovar-option__table td:last-child, .features-table th:last-child, .features-table td:last-child {
    border-right: 1px solid #b9bbba;
}

.tovar-option__table th.naim, .tovar-option__table th.gab, .tovar-option__table th.nomin-nap, .tovar-option__table th.nomin-proizv, .tovar-option__table th.kpd, .tovar-option__table th.rab-zon {
    height: 59px;
}

.tovar-option__table th.naim {
    width: 118px;
}

.tovar-option__table th.gab {
    width: 88px;
}

.tovar-option__table th.nomin-nap {
    width: 98px;
}

.tovar-option__table th.nomin-proizv {
    width: 98px;
}

.tovar-option__table th.kpd {
    width: 78px;
}

.tovar-option__table th.rab-zon {
    width: 186px;
    border-bottom: 1px solid #b9bbba;
}

.tovar-option__table th.proizv, .tovar-option__table th .napor, .tovar-option__table th.moshnost {
    height: 39px;
}

.tovar-option__table td, .features-table td {
    height: 39px;
    border-top: 1px solid #b9bbba;
}

.features-table td {
    width: 100px;
}

.tovar-option__characteristics {
    margin-top: 25px;
}

.tovar-option__characteristics-title {
    font-size: 16px;
    color: #2a2a2f;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

.tovar-option__characteristics-title:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #1E919F;
    margin: 15px auto 0;
}

.tovar-option__characteristics-img {
    margin-top: 10px;
}

.tovar-option__characteristics-img img {
    box-shadow: 8px 0 21px rgba(0, 1, 1, 0.2);
}

.tovar-option__table-two {
    border-collapse: separate;
    border-spacing: 0 0;
    table-layout: fixed;
    width: 675px;
    border-bottom: 1px solid #b9bbba;
    margin: 0 auto;
    box-sizing: border-box;
}

.tovar-option__table-two th, .tovar-option__table-two td {
    vertical-align: middle;
    font: 300 12px/12px "HKGrotesk";
    color: #2a2a2f;
    text-align: center;
    border-left: 1px solid #b9bbba;
    border-top: 1px solid #b9bbba;
    padding: 10px;
    box-sizing: border-box;
}

.tovar-option__table-two th {
    width: 132px;
}

.tovar-option__table-two td {
    width: 179px;
    height: 43px;
}

.tovar-option__table-two td:last-child {
    border-right: 1px solid #b9bbba;
}

.tovar-option-mobile {
    display: none;
    margin: 15px 0;
}

.accordion-tov-opt {
    list-style: none;
}

.accordion-tov-opt li .acc-open {
    display: none;
    padding-bottom: 15px;
}

.accordion-tov-opt-name {
    position: relative;
    display: block;
    background: #eff4f2;
    font: 300 16px/20px "HKGrotesk";
    color: #2a2a2f;
    text-decoration: none;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
}

.accordion-tov-opt-name:first-child {
    margin-top: 0;
}

.accordion-tov-opt-name:last-child {
    margin-bottom: 0;
}

.accordion-tov-opt-name.active, .accordion-tov-opt-name:hover {
    box-shadow: 3px 0 13px rgba(0, 1, 1, 0.2);
}

.accordion-tov-opt-name.active:before, .accordion-tov-opt-name.active:after, .accordion-tov-opt-name:hover:before, .accordion-tov-opt-name:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #1E919F;
}

.accordion-tov-opt-name.active:before, .accordion-tov-opt-name:hover:before {
    left: 0;
}

.accordion-tov-opt-name.active:after, .accordion-tov-opt-name:hover:after {
    right: 0;
}

.form-row {
    max-width: 275px;
    margin: 0 auto;
}

.form-row .item {
    margin: 10px 0;
}

.documents-list {
    font-size: 0;
    text-align: center;
    padding-bottom: 80px;
}

.documents-list-2 {
    font-size: 0;
    text-align: center;
    padding-bottom: 80px;
}

.documents-list__item {
    display: inline-block;
    vertical-align: top;
    width: 178px;
    height: 254px;
    border: 1px solid #666;
    margin: 23px 25px 0;
}

.documents-list__item:hover {
    border-color: #1E919F;
}

.documents-list__item img {
    min-width: 100%;
    min-height: 100%;
}

/*.honors-list {*/
    /*font-size: 0;*/
    /*text-align: center;*/
    /*padding-bottom: 80px;*/
/*}*/

/*.honors-list__item {*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*width: 280px;*/
    /*margin: 23px 4px 0;*/
/*}*/

/*.honors-list__item:hover {*/
    /*opacity: 0.6;*/
/*}*/

.honors-page {

}

.honors-page__left {
    float: left;
    width: 67%;
}

.honors-page__left h4 {
    padding: 9px 23% 9px 20%;
}

.honors-page__right {
    float: right;
    width: 32%;
}

.honors-page__right blockquote {
    padding-left: 20px;
    padding-right: 20px;
}

.two-img {
    margin: 20px 0;
}

.two-img__left {
    float: left;
}

.two-img__right {
    float: right;
}

.news-article {
    padding: 30px 0 55px;
}

.news-article__date {
    color: #1E919F;
    font-weight: bold;
}

.page-content {
    padding-bottom: 55px;
}

.page-content__thumbnail {
    text-align: center;
    padding-top: 25px;
}

.contact-page {
    background: url("images/contact-bg.jpg") no-repeat center top;
    padding-bottom: 25px;
}

.contact-page .advantages__zag {
    margin-top: 57px;
}

.map {
    height: 530px;
    margin-top: 17px;
}

.map img {
    max-width: inherit;
    max-height: inherit;
}

.top-contact {
    margin-top: 56px;
}

.top-contact__left {
    float: left;
    width: 49%;
}

.top-contact__right {
    float: right;
    width: 49%;
}

.contact-form__input {
    margin-top: 15px
}

.contact-form__input-left {
    float: left;
    width: 31%;
}

.contact-form__input-right {
    float: right;
    width: 66%;
}

.contact-form__input-item {
    margin: 16px 0;
}

.contact-form__input-item .text-input, .contact-form__input-item .textarea-input {
    background: #fff;
}

.contact-form__title {
    font: bold 16px/20px "HKGrotesk";
    color: #2a2a2f;
    text-transform: uppercase;
    text-align: center;
}

.contact-list {
    margin-top: 30px;
}

.contact-list__item {
    font: 300 16px/20px "HKGrotesk";
    color: #2a2a2f;
    margin: 10px 0;
}

.contact-list__item a {
    margin: 0 2px;
}

.contact-list__item--address, .contact-list__item--mail, .contact-list__item--number, .contact-list__item--site {
    padding: 9px 0 0 55px;
    box-sizing: border-box;
}

.contact-list__item--address {
    background: url("images/cont-list-address.png") no-repeat 0 0;
    min-height: 30px;
}

.contact-list__item--mail {
    background: url("images/cont-list-mail.png") no-repeat 0 0;
    min-height: 31px;
}

.contact-list__item--number {
    background: url("images/cont-list-number.png") no-repeat 0 0;
    min-height: 25px;
}

.contact-list__item--site {
    background: url("images/cont-list-site.png") no-repeat 0 0;
    min-height: 23px;
    padding-top: 2px;
}

.contact-list__item--site a {
    color: inherit;
    text-decoration: none;
}

.specialist-contact {
    font-size: 0;
    margin-top: 23px;
}

.specialist-contact__item {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    min-height: 285px;
    background: #eff4f2;
    cursor: pointer;
    margin: 2% 2% 0 0;
}

.specialist-contact__item:nth-child(3n) {
    margin-right: -2%;
}

.specialist-contact__item:hover {
    box-shadow: 5px 0 16px rgba(0, 1, 1, 0.14);
}

.specialist-contact__title {
    background: #e4383d;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    height: 70px;
    max-width: 74%;
    padding: 14px 20px;
    margin-top: 30px;
    box-sizing: border-box;
}

.specialist-contact__title span {
    display: block;
    height: 42px;
    overflow: hidden;
}

.specialist-contact__list {
    padding: 10px 20px;
}

.specialist-contact__list-item {
    font: 300 16px/20px "HKGrotesk";
    color: #2a2a2f;
    margin: 10px 0;
}

.specialist-contact__list-item--name, .specialist-contact__list-item--number, .specialist-contact__list-item--mail {
    padding-left: 45px;
}

.specialist-contact__list-item--name {
    background: url("images/cont-spec-name.png") no-repeat 0 0;
    min-height: 29px;
    padding-top: 4px;
}

.specialist-contact__list-item--number {
    background: url("images/cont-spec-number.png") no-repeat 0 0;
    min-height: 20px;
    padding-top: 1px;
}

.specialist-contact__list-item--mail {
    background: url("images/cont-spec-mail.png") no-repeat 0 0;
    min-height: 25px;
    padding-top: 5px;
}

.text-tovar {
    overflow: hidden;
}

.list-setting {
    font-size: 0;
    padding-bottom: 35px;
    margin: 0 -10px;
}

.list-setting__item {
    display: inline-block;
    vertical-align: top;
    width: 277px;
    margin: 10px;
}

.list-setting__img {

}


.articles-list {
    font-size: 0;
    padding-bottom: 25px;
}

.articles-list .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s linear;
    width: 31%;
    min-width: 230px;
    min-height: 63px;
    font: 16px/20px "HKGrotesk";
    color: #2a2a2f;
    padding-left: 75px;
    margin: 32px 1% 0;
    box-sizing: border-box;
}

.articles-list .item:hover {
    color: #1E919F;
}

.articles-list .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: url("images/pdf.png") no-repeat 0 0;
    width: 59px;
    height: 60px;
}

.articles-list .item:hover:before {
    background-position: right top;
}

/*-------- Horizontal Scroll ----------------------------------------------------------------------------------------- */
.tovar-option__table-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .tovar-option__table-two-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background: #0ABFDA;
    border-radius: 0;
    margin: 0;
    height: 20px;
}

.tovar-option__table-wrap .mCSB_horizontal.mCSB_inside > .mCSB_container, .tovar-option__table-two-wrap .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 12px;
}

.tovar-option__table-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail, .tovar-option__table-two-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background: #EAEAEA;
    border-radius: 0;
    margin: 0;
    height: 20px;
}

.tovar-option__table-wrap .mCSB_scrollTools .mCSB_draggerContainer, .tovar-option__table-two-wrap .mCSB_scrollTools .mCSB_draggerContainer {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.tovar-option__table-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal, .tovar-option__table-two-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background: #fff;
    height: 20px;
    box-sizing: border-box;
    margin: 15px 0 0;
}

.tovar-option__table-wrap .mCSB_scrollTools, .tovar-option__table-two-wrap .mCSB_scrollTools {
    opacity: 1;
}

/*-------- end Horizontal Scroll ------------------------------------------------------------------------------------- */
.footer {
    background: url("images/footer-bg.jpg") no-repeat center center;
    background-size: cover;
}

.bottom-footer {
    font: 300 16px/20px "HKGrotesk";
    color: #2a2a2f;
    border-top: 1px solid #1E919F;
    padding: 18px 0;
    margin-top: 34px;
}

.bottom-footer a {
    transition: all 0.2s linear;
    color: inherit;
    text-decoration: none;
}

.bottom-footer a:hover {
    color: #1E919F;
}

.bottom-footer__left {
    float: left;
    width: 49%;
}

.bottom-footer__right {
    float: right;
    width: 49%;
    text-align: right;
}

@media screen and (max-width: 1200px) {
    .header {
        padding: 18px 0 24px;
    }

    .header--footer {
        padding-bottom: 0;
    }

    .header__logo {
        width: 160px;
    }

    .header__lang {
        margin-top: 15px;
    }

    .header__address {
        margin-top: 8px;
    }

    .nav__list-item-link {
        font-size: 12px;
        height: 45px;
    }

    .main-slider__wrapper {
        padding-bottom: 9px;
    }

    .main-slider__wrapper .owl-pagination {
        margin-top: -20px;
    }

    .main-slider__vert-center {
        padding: 40px 0;
    }

    .info-widget {
        padding: 11px 0 35px;
    }

    .info-widget__title {
        font-size: 38px;
        line-height: 42px;
    }

    .catalog {
        padding: 26px 0 35px;
    }

    .catalog__list {
        margin-top: 15px;
    }

    .catalog__list-item {
        width: 290px;
        height: 197px;
    }

    .catalog__btn {
        margin-top: 25px;
    }

    .title-standart {
        font-size: 38px;
        line-height: 43px;
    }

    .partner {
        padding: 27px 0 35px;
    }

    .partner__list {
        margin-top: 13px;
    }

    .partner__btn {
        margin-top: 26px;
    }

    .news-widget {
        padding: 25px 0;
    }

    .news-list__item {
        width: 215px;
        height: 253px;
    }

    .info-widget__certificate a {
        width: 148px;
        height: 211px;
    }

    .info-page {
        padding-top: 27px;
    }

    .equipment__info {
        margin: 33px 0 29px;
    }

    .advantages {
        padding-bottom: 0;
    }

    .tovar-option {
        margin-top: 35px;
        padding-bottom: 35px;
    }

    .two-img__left, .two-img__right {
        width: 49%;
    }
}

@media screen and (max-width: 980px) {
    .header__lang {а
        width: 150px;
    }

    .header__lang a, .header__lang span {
        margin: 10px 5px;
    }

    .header__address {
        width: 34%;
        font-size: 14px;
        line-height: 18px;
    }

    .header__contact {
        background: none;
        padding-left: 0;
        width: 160px;
    }

    .header__number {
        font-size: 20px;
        line-height: 34px;
    }

    .header__number span {
        font-size: 16px;
    }

    .call-btn {
        font-size: 13px;
        line-height: 17px;
    }

    .nav__list-item {
        margin: 0;
    }

    .info-widget__certificate {
        text-align: center;
    }

    .consult-form {
        padding: 25px 0;
    }

    .consult-form__title, .consult-form__inputs {
        float: none;
        width: auto;
    }

    .consult-form__inputs {
        text-align: center;
    }

    .contact-page {
        background: none;
    }

    .specialist-contact__item {
        width: 49%;
    }

    .specialist-contact__item:nth-child(3n) {
        margin-right: 2%;
    }

    .specialist-contact__item:nth-child(2n) {
        margin-right: -2%;
    }

    .map {
        height: 320px;
    }

    .top-contact {
        margin-top: 30px;
    }

    .top-contact__left {
        width: 45%;
    }

    .top-contact__right {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .fancybox-skin {
        padding: 10px !important;
    }

    .fancybox-outer {
        max-width: 260px;
    }

    .fancybox-inner {
        overflow: hidden !important;
    }

    .fancybox-close {
        top: -26px;
        right: -2px;
    }

    .header {
        padding: 3px 0 15px;
    }

    .header__logo, .header__lang, .header__address, .header__contact {
        float: none;
        width: auto;
    }

    .header__logo {
        text-align: center;
    }

    .header__lang {
        margin-top: 5px;
    }

    .header__address {
        margin: 8px 0 0 0;
    }

    .header__contact {
        text-align: center;
    }

    .nav-mobile {
        display: block;
    }

    .nav {
        display: none;
    }

    .main-slider__wrapper {
        margin-top: auto !important;
    }

    .main-slider__item {
        background: none !important;
    }

    .main-slider__vert-wrap {
        width: 300px;
        height: auto !important;
        min-height: inherit;
        padding-top: 54px !important;
    }

    .main-slider__vert-center {
        padding: 28px 0;
    }

    .main-slider__title {
        font-size: 24px;
        line-height: 28px;
        margin-top: 1px;
    }

    .main-slider__title-sredn {
        font-size: 12px;
        line-height: 17px;
        margin-top: 6px;
    }

    .main-slider__btn {
        margin-top: 7px;
    }

    .info-widget {
        padding: 15px 0;
    }

    .info-widget__left, .info-widget__right {
        float: none;
        width: auto;
    }

    .info-widget__left {
        padding-top: 0;
    }

    .info-widget__title {
        margin-bottom: 0;
    }

    .info-widget__btn {
        margin-top: 0;
    }

    .title-standart {
        font-size: 28px;
        line-height: 33px;
    }

    .title-standart-mini {
        margin-top: 0;
    }

    .catalog {
        padding: 9px 0 15px;
    }

    .catalog--custom {
        padding-top: 63px;
    }

    .catalog__list {
        margin-top: 0;
    }

    .catalog__btn {
        margin-top: 5px;
    }

    .info-page {
        padding-top: 63px;
    }

    .partner {
        padding: 8px 0 14px;
    }

    .partner__btn {
        margin-top: 15px;
    }

    .news-widget {
        padding: 7px 0;
    }

    .news-widget__left, .news-widget__right {
        float: none;
        width: auto;
    }

    .news-widget .info-widget__btn {
        text-align: center;
    }

    .news-list {
        margin-top: 5px;
    }

    .news-list__item {
        width: 300px;
        height: 353px;
    }

    .info-widget {
        padding: 8px 0;
    }

    .info-widget__title {
        text-align: center;
    }

    .info-widget__title:after {
        margin-left: auto;
        margin-right: auto;
    }

    .info-widget__certificate {
        margin-top: 8px;
    }

    .info-widget__certificate a {
        width: 178px;
        height: 254px;
        margin: 6px 0;
    }

    .consult-form {
        padding: 15px 0;
    }

    .consult-form__inputs-item {
        display: block;
        width: auto;
        margin: 10px 0;
    }

    .tovar-top__left, .tovar-top__right {
        float: none;
        width: auto;
        padding: 0;
    }

    .equipment__info {
        margin: 15px 0;
    }

    .equipment__info-left, .equipment__info-right {
        display: block;
        width: auto;
        padding: 0;
    }

    .equipment__info-right {
        margin-top: 15px;
    }

    .equipment__list-left, .equipment__list-right {
        display: block;
        width: auto;
        margin: 0;
    }

    .advantages {
        margin-top: 0;
    }

    .advantages__zag {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 9px;
    }

    .advantages__list {
        margin-top: 35px;
    }

    .advantages__list-item {
        display: block;
        background: #eff4f2;
        width: auto;
        padding: 4px 15px 2px;
        margin: 20px 0;
    }

    .advantages__list-item:before {
        display: block;
        position: static;
        left: auto;
        font-size: 48px;
        color: #1E919F;
        line-height: 52px;
        margin-bottom: -12px;
    }

    .tovar-option {
        display: none;
    }

    .tovar-option-mobile {
        display: block;
    }

    .top-contact {
        margin-top: 10px;
    }

    .top-contact__left, .top-contact__right {
        float: none;
        width: auto;
    }

    .top-contact__right {
        margin-top: 25px;
    }

    .contact-form__input-left {
        width: 44%;
    }

    .contact-form__input-right {
        width: 51%;
    }

    .contact-form .btn-input {
       font-size: 12px;
        text-transform: none;
    }

    .contact-list {
        margin-top: 15px;
    }

    .map {
        height: 200px;
    }

    .specialist-contact__item {
        display: block;
        width: auto;
        margin: 15px 0 !important;
        border-top: 1px solid transparent;
    }

    .two-img__left, .two-img__right {
        float: none;
        width: auto;
        text-align: center;
    }

    .honors-page__left, .honors-page__right {
        float: none;
        width: auto;
    }

    .honors-page__left h4 {
        padding: 9px;
    }
}
.container table {
    width: 100%;
    border-top: 0;
    border-collapse: separate;
    border-spacing: 0 0;
    table-layout: fixed;
    border-top: 1px solid #b9bbba;
    border-bottom: 1px solid #b9bbba;
    border-right: 1px solid #b9bbba;
    margin: 0 auto;
    box-sizing: border-box;
}
.container table td {
    width: 100px;
    height: 39px;
    border-top: 1px solid #b9bbba;
    vertical-align: middle;
    font: 300 12px/12px "HKGrotesk";
    color: #2a2a2f;
    text-align: center;
    letter-spacing: 0;
    border-left: 1px solid #b9bbba;
    box-sizing: border-box;
	/*2023*/
		overflow-wrap: break-word;
}
/*2023*/
.wrapper {
    display: flex;
    justify-items: center;
   /* align-items: center;*/
}
.left_wrapper1 {
    max-width: 60%;
    
}
.right_wrapper1 {
    max-width: 40%;
}

.left_wrapper2 {
    width: 33%;
}
.center_wrapper2 {
    width: 33%;
}
.right_wrapper2 {
    width: 33%;
}
.left_wrapper3 {
    max-width: 90%;
    
}
.right_wrapper3 {
    max-width: 10%;
}
.cell {
    border: 1px solid #b9bbba;
    border-collapse: collapse;
}
.table_header {
    font-size: 0.7em;
}

/*IMG*/
.ushvn1 {
    height: 258px;
    width: 203px;
}
.ushvn2 {
    height: 498px;
    width: 262px;
}
.ushvn3 {
    height: 123px; 
    width: 149px;
}
.ushvn4 {
    height: 243px; 
    width: 339px;
}
.ushvn5 {
    height: 164px; 
    width: 158px;
}
.ushvn6 {
    height: 98px; 
    width: 780px;
}
.ushvn7 {
    height: 252px; 
    width: 959px;
}
.ushvn8 {
    height: 135px; 
    width: 774px;
}
.ushvn9 {
    height: 135px; 
    width: 1018px;
}
.ushvn10 {
    height: 636px; 
    width: 1160px;
}
.ushvn11 {
    height: 321px;
    width: 264px;
}
.ushvn12 {
    height: 321px;
    width: 264px;
}
.ushvn13 {
    height: 298px;
    width: 353px;
}
.ushvn14 {
    height: 631px;
    width: 828px;
}
.uecn1 {
    width: 281px;
    height: 728px;
}
.uecn2 {
    width: 281px;
    height: 728px;
}
.uecn3 {
    width: 281px;
    height: 728px;
}
.uecn4 {
    width: 330px;
    height: 132px;
}
.uecn5 {
	width: 661px;
    height: 453px;
}
.uecn6 {
    width: 104px;
    height: 253px;
}
.uecn7 {
    width: 147px;
    height: 706px;
}
.uecn8 {
    width: 147px;
    height: 745px;
}
.uecn9 {
    width: 82px;
    height: 750px;
}
.uecn10 {
    width: 82px;
    height: 736px;
}
.uecn11 {
    width: 219px;
    height: 694px;
}
.span90 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
	 font-size: 0.7em;
}
@media (max-width: 1024px)
{
    .ushvn1 {
        height: 193px;
        width: 152px;
    }
    .ushvn2 {
        height: 373px;
        width: 196px;
    }
    .ushvn3 {
        height: 92px; 
        width: 111px;
    }
    .ushvn4 {
        height: 182px; 
        width: 254px;
    }
    .ushvn5 {
        height: 123px; 
        width: 118px;
    }
    .ushvn6 {
        height: 73px; 
        width: 585px;
    }
    .ushvn7 {
        height: 189px; 
        width: 720px;
    }
    .ushvn8 {
        height: 101px; 
        width: 580px;
    }
    .ushvn9 {
        height: 101px; 
        width: 763px;
    }
    .ushvn10 {
        height: 477px; 
        width: 870px;
    }
    .ushvn11 {
        height: 240px;
        width: 198px;
    }
    .ushvn12 {
        height: 240px;
        width: 198px;
    }
    .ushvn13 {
        height: 223px;
        width: 264px;
    }
    .ushvn14 {
        height: 473px;
        width: 621px;
    }
	.uecn1 {
        width: 185px;
        height: 480px;
    }
    .uecn2 {
        width: 185px;
        height: 480px;
    }
    .uecn3 {
        width: 185px;
        height: 480px;
    }
    .uecn4 {
        width: 218px;
        height: 87px;
    }
    .uecn5 {
         width: 330px;
        height: 226px;
    }
    .uecn6 {
        width: 69px;
        height: 167px;
    }
    .uecn7 {
        width: 97px;
        height: 466px;
    }
    .uecn8 {
        width: 97px;
        height: 492px;
    }
    .uecn9 {
        width: 54px;
        height: 495px;
    }
    .uecn10 {
        width: 54px;
        height: 486px;
    }
    .uecn11 {
        width: 144px;
        height: 458px;
    }
}
@media (max-width: 768px) {
	.table {
		width: auto;
		font-size:xx-small;
		white-space: normal;
		overflow-wrap: break-word;
	}
	.td {
		width: auto;
		font-size:xx-small;
		white-space: normal;
		overflow-wrap: break-word;
	}
	.cell {
		font-size: small;
		
		overflow-wrap: break-word;
	
	}
	.wrapper {
        flex-direction: column;
        
    }
    .left_wrapper1 {
        width: auto;
        max-width: fit-content;
    }
    .left_wrapper2 {
        width: auto;
        max-width: fit-content;
    }
	.left_wrapper3 {
        width: auto;
        max-width: fit-content;
    }
    .center_wrapper2 {
        width: auto;
        max-width: fit-content;
    }
    .right_wrapper1 {
        width: auto;
        max-width: fit-content;
    }
    .right_wrapper2 {
        width: auto;
        max-width: fit-content;
    }
	.right_wrapper3 {
        width: auto;
        max-width: fit-content;
    }
    .ushvn1 {
        height: 144px;
        width: 114px;
    }
    .ushvn2 {
        height: 279px;
        width: 147px;
    }
    .ushvn3 {
        height: 69px; 
        width: 83px;
    }
    .ushvn4 {
        height: 136px; 
        width: 190px;
    }
    .ushvn5 {
        height: 92px; 
        width: 88px;
    }
    .ushvn6 {
        height: 55px; 
        width: 438px;
    }
    .ushvn7 {
        height: 141px; 
        width: 540px;
    }
    .ushvn8 {
        height: 76px; 
        width: 435px;
    }
    .ushvn9 {
        height: 76px; 
        width: 572px;
    }
    .ushvn10 {
        height: 357px; 
        width: 870px;
    }
    .ushvn11 {
        height: 180px;
        width: 148px;
    }
    .ushvn12 {
        height: 180px;
        width: 148px;
    }
    .ushvn13 {
        height: 167px;
        width: 198px;
    }
    .ushvn14 {
        height: 354px;
        width: 466px;
    }
	 .uecn1 {
        width: 122px;
        height: 316px;
    }
    .uecn2 {
        width: 122px;
        height: 316px;
    }
    .uecn3 {
        width: 122px;
        height: 316px;
    }
    .uecn4 {
        width: 143px;
        height: 57px;
    }
    .uecn5 {
         width: 220px;
        height: 126px;
    }
    .uecn6 {
        width: 45px;
        height: 110px;
    }
    .uecn7 {
        width: 64px;
        height: 307px;
    }
    .uecn8 {
        width: 64px;
        height: 324px;
    }
    .uecn9 {
        width: 36px;
        height: 327px;
    }
    .uecn10 {
        width: 36px;
        height: 321px;
    }
    .uecn11 {
        width: 95px;
        height: 302px;
    }
}
@media (max-width: 320px) {
	.table {
		width: auto;
	}
    .ushvn1 {
        height: 144px;
        width: 114px;
    }
    .ushvn2 {
        height: 279px;
        width: 147px;
    }
    .ushvn3 {
        height: 69px; 
        width: 83px;
    }
    .ushvn4 {
        height: 136px; 
        width: 190px;
    }
    .ushvn5 {
        height: 92px; 
        width: 88px;
    }
    .ushvn6 {
        height: 28px; 
        width: 219px;
    }
    .ushvn7 {
        height: 70px; 
        width: 270px;
    }
    .ushvn8 {
        height: 38px; 
        width: 217px;
    }
    .ushvn9 {
        height: 38px; 
        width: 286px;
    }
    .ushvn10 {
        height: 117px; 
        width: 287px;
    }
    .ushvn11 {
        height: 135px;
        width: 111px;
    }
    .ushvn12 {
        height: 135px;
        width: 111px;
    }
    .ushvn13 {
        height: 167px;
        width: 198px;
    }
    .ushvn14 {
        height: 199px;
        width: 262px;
    }
	.uecn1 {
        width: 81px;
        height: 208px;
    }
    .uecn2 {
        width: 80px;
        height: 208px;
    }
    .uecn3 {
        width: 80px;
        height: 208px;
    }
    .uecn4 {
        width: 94px;
        height: 37px;
    }
    .uecn5 {
        width: 277px;
        height: 405px;
    }
    .uecn6 {
        width: 28px;
        height: 73px;
    }
    .uecn7 {
        width: 42px;
        height: 203px;
    }
    .uecn8 {
        width: 42px;
        height: 214px;
    }
    .uecn9 {
        width: 24px;
        height: 216px;
    }
    .uecn10 {
        width: 24px;
        height: 212px;
    }
    .uecn11 {
        width: 68px;
        height: 199px;
    }
    .wrapper {
        flex-direction: column;
        
    }
    .left_wrapper1 {
        width: auto;
        max-width: fit-content;
    }
    .left_wrapper2 {
        width: auto;
        max-width: fit-content;
    }
	.left_wrapper3 {
        width: auto;
        max-width: fit-content;
    }
    .center_wrapper2 {
        width: auto;
        max-width: fit-content;
    }
    .right_wrapper1 {
        width: auto;
        max-width: fit-content;
    }
    .right_wrapper2 {
        width: auto;
        max-width: fit-content;
    }
	.right_wrapper3 {
        width: auto;
        max-width: fit-content;
    }
	
}
.img_221 {
	height: 221px !important;
}
/***/