/*   
Theme Name: Kriger
Theme URI: https://vadyus.com
Description: Kriger Project
Author: Vadyus
Version: v1.0
.
.
*/

/* @font-face {
        font-family: "Verdana";
        src: url(../fonts/Verdana.eot?) format("eot"), url(../fonts/Verdana.woff2) format("woff2"), url(../fonts/Verdana.woff) format("woff"), url(../fonts/Verdana.ttf) format("truetype"), url('../fonts/Verdana.svg#str-replace(Verdana, " ", "_")') format("svg")
}

@font-face {
    font-family: "Verdana-Bold";
    src: url(../fonts/Verdana-Bold.eot?) format("eot"), url(../fonts/Verdana-Bold.woff2) format("woff2"), url(../fonts/Verdana-Bold.woff) format("woff"), url(../fonts/Verdana-Bold.ttf) format("truetype"), url('../fonts/Verdana-Bold.svg#str-replace(Verdana-Bold, " ", "_")') format("svg")
} */

/*@font-face {
    font-family: "HeliosExtThin";
    src: url(../fonts/HeliosCond.eot?) format("eot"), url(../fonts/HeliosCond.woff2) format("woff2"), url(../fonts/HeliosCond.woff) format("woff"), url(../fonts/HeliosCond.ttf) format("truetype"), url('../fonts/HeliosCond.svg#str-replace(HeliosCond, " ", "_")') format("svg")
}*/

@font-face{
    font-family:futurabookc;
    src:url(fonts/futurabookc.eot),url(fonts/futurabookc.otf) format('opentype');
    font-weight:400;
    font-style:normal;
}

@font-face{
    font-family:futurademic;
    src:url(fonts/futurademic.eot),url(fonts/futurademic.otf) format('opentype');
    font-weight:400;
    font-style:normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'futurabookc', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
}

a,
a:hover {
    text-decoration: none;
    color: #fc482c;
}

a:focus {
    color: #fc482c;
    outline: none;
    text-decoration: none;
}

li,
ul {
    list-style: none
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

img{
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

iframe {
    max-width: 100%;
}

.socials a img {
    -webkit-transition: top 1s ease-out 0.5s;
    -moz-transition: top 1s ease-out 0.5s;
    -o-transition: top 1s ease-out 0.5s;
    transition: top 1s ease-out 0.5s;
    position: relative;
}

.socials a img:hover {
    top: -3px;
}

.bg_new {
    background: url('image/bg_new.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -5px;
}

.container {
    max-width: 1200px;
    margin: 0 auto
}

.main {
    /*background: url(../image/main_bg.png);
    background-size: cover;
    background-repeat: no-repeat;*/
    height: calc(100vh - 65px);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_bg_wrap {
    /*position: relative;*/
    z-index: -1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

map area {
    outline: none;
}

.img_bg_wrap img {
    margin-top: -1px;
    margin: 0 auto;
}

.single .img_bg_wrap img {
    margin-top: -1px;
    width: 100%;
}

.main__container {
    /* padding-bottom: 54px;
    padding-top: 27px */
    overflow: hidden;
}

.bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

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

.header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width:100%;
    /*margin-bottom:20px;*/
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #23261F;
    position: relative;
    z-index: 2;
}

header .new-store{
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	background: #000;
	padding: 5px 0px;
}

header .new-store a{
	color: #fff;
}
header .new-store a:hover{
	color: #fc482c;
}

.header__logo {
    display: flex;
    align-items:center;
    justify-content: space-between;
    flex-wrap: wrap;
    width:100%;
    padding-top:9px;
    padding-bottom:14px;
}


header.sticky {
    position: fixed;
    background-color:#23261F;
    top: 0;
    z-index: 10;
}

.header_div_fix{
    height: 69px;
    display: none;
}


.sticky  .logo__text, .sticky .header__logo {
    display: none;
}

/*.sticky .site_menu{*/
.site_menu{
    width:80%;
}

/* .sticky .site_menu {
    display: none;
} */

/*.sticky .header__nav {*/
.header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    

/*#nav-icon3 span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background:rgb(255, 61, 31);
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}*/

/*#nav-icon3 span:first-child
{
  transform-origin: 0% 0%;
}

#nav-icon3 span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}*/


.mobile_menu_items #nav-icon3, .mobile_menu_items .logo {
    display: none;
    outline: none;
    opacity: 1;
}

.mobile_menu_items #nav-icon3 {
    position: relative;
    top: 2px;
}

.mobile_menu_items #nav-icon3 .hamburger-inner, .mobile_menu_items #nav-icon3 .hamburger-inner:after, .mobile_menu_items #nav-icon3 .hamburger-inner:before {
    background-color: #fc482c;
}

.mobile_menu_items #nav-icon3 .hamburger-box {
    width: 30px;
}

/*.sticky .mobile_menu_items .logo{*/
.mobile_menu_items .logo{
    display: block;
    max-width: 250px;
}

.mobile_menu_items .logo img {
    margin:0;
}

.logo__text {
    font-size: 20px;
    /*font-family: 'Verdana-Bold', sans-serif;*/
    color: rgb(255, 61, 31);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center; 
}


.header__nav {
    background-color:#23261F;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}


.menu {
    list-style: none;
    /* padding-top: 10px */
}

.menu__link {
    font-size: 16px;
    /*font-family: 'Verdana-Bold', sans-serif;*/
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    /* padding-top: 10px; */
    /* margin-right: 40px; */
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom:10px;
    position: relative;
    padding-bottom: 10px; 
}

.menu__link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 50%;
    bottom: 0;
    /*background: #fc482c;*/
    background: transparent;
    height: 2px;
    transition-property: left,right;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}

.menu__link:hover:before, .menu__link:focus:before, .menu__link:active:before {
    left: 0;
    right: 0;
    background: #fc482c;
}

.menu__item:first-child {
    padding-left:85px;
}

.menu__item:last-child {
    margin-right: 15px;
}

.menu__item {
    /*margin-bottom:5px;*/
    margin-top: 20px;
    text-align: center;
}

.mobile_menu_items {
    display: flex;
    justify-content:space-between;
    align-items:center;
}


.menu__link:focus,
.menu__link:hover {
    color: #fc482c;
    text-decoration: none;
}

.menu__item.active .menu__link {
    color: #fc482c;
    text-decoration: none;
}

.menu__item.active .menu__link:before {
    left: 0;
    right: 0;
    background: #fc482c;
}

/*.menu__language, .menu__item:last-child a {*/
.menu__language {
    font-size: 17px;
    font-family: "Raleway";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    border: 1px solid rgb(255, 255, 255);
    padding: 8px;
    border-radius: 50%;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out 0.5s;
     -moz-transition: all 0.5s ease-out 0.5s;
     -o-transition: all 0.5s ease-out 0.5s;
     transition: all 0.5s ease-out 0.5s;
     cursor: pointer;
}

/*.menu__language:hover, .menu__item:last-child a:hover {
    color: #fc482c;
    border-color: #fc482c;
}*/

select#qtranxs_select_qtranslate--1-chooser, .qtranxs_sel {
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    outline: none!important;
    height: 40px;
    width: 40px;
    padding-left: 5px;
    /*margin-left: 15px;*/
    cursor: pointer;
    margin-top: 9px;
}

select#qtranxs_select_qtranslate--1-chooser {
    display: none;
}

.qtranxs_menu {
    display: inline-block;
    /*margin: 0 1em;*/
    position: relative;
}
.qtranxs_menu li { position: relative; margin: 0!important; opacity: 1!important; }
.qtranxs_menu ul {
    position: absolute;
    display: none;
    top: 50px;
}
.qtranxs_menu li:hover ul { 
    display: block;
    background: #23261F;
    padding: .2em;
    border-radius: 3px;
}
/*.qtranxs_sel {
    background: blue;
    color: white;
}*/
.qtranxs_item, .qtranxs_sel {
    display: block;
    padding: .2em .5em;
}
.qtranxs_sel {
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bold;
}
.qtranxs_item:hover {
    text-decoration: underline;
}

.language {
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.language__item {
    border: 0
}

.language__item:focus,
.language__item:hover {
    outline: 0
}

.arrow:hover,
.language__item:hover {
    cursor: pointer
}

.title {
    text-align: center;
    /*padding-top: 50px;*/
    padding-top: 0px;
    position: relative;
}

.title_sub_item {
    /*position: absolute;
    top: 30vh;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;*/
    position: absolute;
    /*top: 0;*/
    /*top: -10px;
    display: table;
    left: 0;
    right: 0;
    bottom: 0;*/
    width: 100%;
    /*margin: auto;*/
    text-align: center;
}

.title_sub_item.with_bg {
    background: rgba(0,0,0,0.4);
    width: 70%;
}

.title__caption,
.title__text {
    color: #fff;
    text-transform: uppercase
}

.title__caption {
    /*font-family: 'Verdana-Bold', sans-serif;*/
    font-size: 40px;
    letter-spacing: 1px;
    padding: 15px 0;
}

.title__text {
    /*font-family: 'Verdana', sans-serif;*/
    font-size: 24px;
    padding-top: 10px;
}

.title__btn {
    border:none;
    outline:none;
    background-color: #23261F;
    color:#fff;
    font-size: 18px;
    font-family: "Raleway";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding:19px 47px;
    margin-top:40px;
    margin-bottom:105px;
    transition: all .3s;
    border: 1px solid #23261F;
}


.title__btn:hover {
    cursor: pointer;
    background-color:transparent;
}

.arrow {
    background-color: #cfd0d0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 197px auto 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.arrow:hover {
    opacity: .8
}

.btn_down {
    position: absolute;
    top: calc(100vh - 127px);
    z-index: 2;
    left: 50%;
    margin: auto;
    font-size: 2.5vw;
    margin-left: -2.5vw;
    color: #fc482c;
    cursor: pointer;
}

.btn_down:hover {
    margin-top: -2px;
    color: #fc482c;
}

.btn_down.about {
    color: #fff;
}

.slick-dots {
    bottom: 15px!important;
}
.slick-dots li {
    width: 18px;
    height: 18px;
    /*background: #fff;*/
    
}
.slick-dots li button::before {
    font-family: 'slick';
    font-size: 16px!important;
    line-height: 16px!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px!important;
    height: 15px!important;
    content: '•';
    text-align: center;
    opacity: 1 !important;
    color: transparent!important;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid #fff;
}
.slick-dots li.slick-active button::before {
    opacity: 1!important;
    color: #fff !important;
}

#myVideo {
    position: relative;
    width: 100%;
    z-index: -1;
    height: 100%;
}

video {
    /*object-fit: fill;*/
    object-fit: cover;
}

video.fill {
    object-fit: fill;
}

.tabs {
  max-width: 100%;
  margin: 0 0 30px;
}
.tabs__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  /*margin: -1px 0 0 -1px;*/
  margin: 0;
  justify-content: center;
}
.tabs__caption li:last-child:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: -2px;
  z-index: -1;
  height: 5px;
  /*background: #FA4108;*/
}
.tabs__caption:after {
  content: '';
  display: table;
  clear: both;
}
.tabs__caption li {
    /*margin: 1px 0 0 1px;*/
    /*padding: 19px 20px;*/
    background: #DDDDDD;
    color: #000;
    position: relative;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.tabs__caption li a{
    display: inline-block;
    padding: 19px 15px;
}
.questionnaire .tabs__caption li {
  padding: 19px 40px;
  margin-right: 50px;
  min-width: 295px;
}
.tabs__caption li:not(.active) {
  cursor: pointer;
}
.tabs__caption li:not(.active):hover {
  background: #FA4108;
  color: #fff;
}
.tabs__caption li:not(.active):hover a{
	color: #FFF;
}
.tabs__caption .active {
  background: #FA4108;
  color: #fff;
}
.tabs__caption .active a{
	color: #FFF;
}
.tabs__caption .active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: #FFF;
}
.tabs__content {
  display: none;
  background: #FFF;
  padding: 7px 15px;
}
.tabs__content.active {
  display: block;
}

.product_info {
    max-width: 80%;
    margin: 0 auto;
}
.product_info__image {
    text-align: center;
}
.product_info__image img {
    margin: 0 auto;
}
.product_info__title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.product_info__descr {
    font-size: 17px;
    text-align: justify;
}
.product_info__params {
    margin-top: 30px;
}
.swiper-container {
    /*width: 600px;*/
    height: 400px;
    margin-bottom: 50px!important;
}
.swiper-container .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(image/slider_arrows.png);
    right: 10px;
    left: auto;
    background-size: auto;
    background-position: 0px -95px;
    width: 70px;
    height: 70px;
    margin-top: -35px;
}
.swiper-container .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(image/slider_arrows.png);
    left: 10px;
    right: auto;
    background-size: auto;
    background-position: 0px 0px;
    width: 70px;
    height: 70px;
    margin-top: -35px;
}
.swiper-container .swiper-slide {
    display: flex;
    align-items: center;
}
.slide_wrap {
    display: flex;
    width: 90%;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.slide_wrap__slider {
    width: 50%;
}

.slide_wrap__slider .slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide_wrap__slider .bx-wrapper {
    margin: 0 auto;
    box-shadow: none;
}

.slide_wrap__slider .bx-wrapper .bx-prev {
    left: -40px;
    background: url(image/slider_arrows.png) -117px -19px no-repeat!important;
}
.slide_wrap__slider .bx-wrapper .bx-next {
    right: -40px;
    background: url(image/slider_arrows.png) -117px -114px no-repeat!important;
}

.slide_wrap__info_title {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 25px;
}

.slide_wrap__info {
    width: 45%;
}

.slide_wrap__info_descr {
    font-size: 18px;
}

.news {
    /* background: url(../image/news_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px */
    padding-top:48px;
}


.news__container {
    /*padding-left: 7%;
    padding-right: 7%;*/
}

.news_item {
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.news__container .news_item:nth-child(even) {
    flex-direction: row-reverse;
}

.news_item.reverse {
    flex-direction: row-reverse;
}



.news_item__image, .news_item__info {
    width: 48%;
}

.news_item__image.newsss {
    width: 35%;
}

.news_item__info.newsss {
    width: 62%;
}

.news_item__image img {
    width:100%;
    height: auto;
}

.news_info__caption {
    font-size: 42px;
    /*font-family: 'Verdana-Bold', sans-serif;*/
    color: rgb(35, 35, 35);
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom:30px;
    margin: 0;
}
.news_info__caption a {
    color: #000;
}
.news_info__title {
    font-size: 22px;
    /*font-family: 'Verdana-Bold', sans-serif;*/
    color: rgb(35, 35, 35);
    line-height: 1.2;
    padding-bottom:20px;
}

p.news_info__date {
    font-size: 16px;
}

.news_info__description {
    font-size: 16px;
    /*font-family: 'Verdana-Bold', sans-serif;*/
    color: rgb(46, 46, 46);
    line-height: 1.2;
    margin-bottom:20px;
    text-align: justify;
}

.newsss .news_info__description {
    cursor: pointer;
}

.news_info__description.overflow_n {
    height: 150px;
    overflow: hidden;
}

.news_info__description.about {
    line-height: 1.5;
}


.news_info__more {
    background: none;
    outline: none;
    border: none;
    font-size: 16px;
    font-family: "HeliosLight", sans-serif;
    color: #fc482c;
    text-transform: uppercase;
    padding: 10px 15px;
    /*padding-left: 0;*/
    transition: all .3s;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
}

.news_info__more:hover {
    cursor: pointer;
    /*background-color:rgb(255, 61, 31);
    color:#fff;*/
    /*text-decoration: underline;*/
}

.news_info__more:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #fc482c;
    height: 2px;
    transition-property: left,right;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}

.news_info__more:hover:before, .news_info__more:focus:before, .news_info__more:active:before {
    left: 0;
    right: 0;
}

.news_info__more.collapse {
    display: none;
}

.reverse .news_info__description img {
    float: left;
    max-width: 300px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.reverse .news_item__image.newsss {
    display: none;
}

.reverse .news_item__info.news_info.newsss {
    width: 100%;
}

.grecaptcha-badge {
    display: none!important;
    visibility: hidden!important;
}

.modal-dialog.callback {
    top: 20vh;
    width: 400px;
    margin: 0 auto;
}

.modal-dialog.callback .modal-content {
    border-radius: 0;
}

.modal-dialog.callback button.close {
    top: 3px;
    position: absolute;
    z-index: 1;
    right: 8px;
    font-weight: normal;
    opacity: 1;
    font-size: 25px;
}

.modal-dialog.callback h4.modal-title {
    text-transform: uppercase;
    font-size: 30px;
    width: 80%;
    margin: 0 auto;
    margin-top: 11px;
    margin-bottom: -5px;
}

.modal-dialog.callback input.wpcf7-form-control {
    width: 100%;
    border: 1px solid #555;
    padding: 10px 20px;
    margin-top: 19px;
    font-size: 17px;
}

.modal-dialog.callback .modal-body {
    padding: 20px;
}

.modal-dialog.callback input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: none!important;
    background: #fc482c;
}

.modal-dialog.callback span.ajax-loader {
    display: none;
}
.modal-dialog.callback input.wpcf7-form-control[name='your-name'] {
    margin-top: 0;
}

.modal-dialog.callback span.wpcf7-not-valid-tip {
    margin-top: 2px;
}

.modal-dialog.callback .wpcf7-display-none.wpcf7-validation-errors {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}

.modal-dialog.callback .wpcf7-response-output {
    text-align: center;
    margin-bottom: 0;
}

.button.callback {
    position: fixed;
    z-index: 10;
    right: -95px;
    top: 50%;
    width: auto;
    transform: rotate(-90deg);
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    background: #fc482c;
    color: #fff;
    cursor: pointer;
    padding: 15px 40px;
    min-width: 230px;
}

.button.callback_btn {
    width: auto;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    background: #fc482c;
    color: #fff;
    cursor: pointer;
    padding: 15px 40px;
    min-width: 230px;
    display: inline-block;
    margin: 0 20px;
    margin-bottom: 20px;
}

.btn_container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.button.callback {
    background: url(image/phone.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    transform: rotate(0);
    padding: 0;
    right: 0;
    min-width: 0;
    animation: ring 2.5s .05s ease-in-out infinite;
}

/* .news__caption {
    color: #393939;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Verdana-Bold', sans-serif;
    font-size: 48px;
    letter-spacing: 1px
}

.news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 35px
    } */

/* .news_item {
    width: 322px;
    margin-bottom: 15px
}

.news_item--first {
    width: 360px
}

.news_item--last {
    width: 455px
    } */

/* .news_item__date {
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    color: #393939
}

.news_item__date--first {
    font-size: 16px
}

.news_item__description {
    font-family: 'Verdana', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #393939;
    padding-top: 17px;
    line-height: 1.3;
    padding-bottom: 16px
}

.news_item__description--first {
    padding-top: 91px;
    padding-bottom: 4px
}

.news_item__description--last {
    font-size: 20px
}

.news_item__list {
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.news_item__link {
    color: #393939;
    text-transform: uppercase;
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.news_item__link:focus,
.news_item__link:hover {
    color: #fc482c;
    text-decoration: underline
}

.news_item__title {
    font-family: 'Verdana-Bold', sans-serif;
    font-size: 30px;
    color: #393939;
    text-transform: uppercase
}

.news_item__title--first {
    padding-top: 20px
}

.news_item__info {
    margin-top: 31px
    } */

    .second_line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .advantages {
    /* background: url(../image/advantages_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 69px */
}

.advantages__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advantages_item {
    width: 19%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:48px;
    height:250px;
    justify-content: flex-start;
    transition: all .3s;
    overflow: hidden;
}

.advantages_item__name {
    font-size: 16px;
    /*font-family: 'Verdana-Bold', sans-serif;*/
    color: #23261F;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    transition: all .3s;
    margin-top: 30px;
    min-height: 45px;
    max-width: 90%;
}

.advantages_item__details {
    font-size: 12px;
    /*font-family: 'Verdana-Bold', sans-serif;*/
    color: rgb(35, 35, 35);
    line-height: 1.2;
    text-align: center;
    width:100%;
    background-color:rgba(255,255,255, .5);
    padding: 10px 0;
    transition: all .3s;
    top:100%;
    position: relative;
    transition: all .3s ease-out;
}

/*.advantages_item:hover {
    background: url('image/advantage_card_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    cursor:pointer;
}

.advantages_item:hover > .advantages_item__name {
    color:white;
}

.advantages_item:hover > .advantages_item__details{
    top: 0;
}*/

.advantages__caption {
    color: #fff;
    /*font-family: 'Verdana', sans-serif;*/
    font-size: 48px;
    text-transform: uppercase;
    text-align: center
}

.advantage_item,
.advantages_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.advantages_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px
}

.advantage_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    margin: 0 auto
}

.advantage_item__caption {
    color: #fff;
    /*font-family: 'Verdana', sans-serif;*/
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    word-break: break-all
}

.advantage_item__img {
    padding-bottom: 32px
}

.services {
    background: url(../image/services_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 12px;
    padding-bottom: 48px
}

.service_item,
.services__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.service_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    transition: all .3s;
}

.service_item__text,
.service_item__list {
    /*font-family: 'Verdana', sans-serif;*/
    font-size: 17px;
    color: #000;
    padding-top: 30px
}

.service_item__list,
.service_item__list li {
    list-style-type: disc;
    text-align: left;
    padding-left: 15px;
    text-align: justify;
}

.service_item__img--left {
    background: url('../image/kotel.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.service_item__img--right {
    background: url('../image/stuff.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.service_item:hover p,
.service_item:hover ul {
    color: #ff3d1f;
    cursor: pointer;
}

/*.service_item:hover .service_item__img--left {
    background: url('../image/kotel_orange.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.service_item:hover .service_item__img--right {
    background: url('../image/stuff_orange.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}*/

.service_item__text--orange {
    color: #ff3d1f
}

.service_item__caption {
    /*font-family: 'Verdana', sans-serif;*/
    font-size: 18px;
    text-transform: uppercase;
    color: #000
}

.service_item__caption--orange {
    color: #ff3d1f
}

.service_item__img {
    margin-bottom: 54px;
    height: 240px;
    width: 100%;
}


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

.chart_wrap__pie {
    width: 50%;
    /*height: 600px;*/
}

svg#svg2 {
    max-width: 100%;
    max-height: 100%;
}

.chart_wrap__pie tspan {
    /*font-family: Verdana;*/
}

.chart_wrap__pie path, .chart_wrap__pie tspan {
    cursor: pointer;
}

.desktop_map {
    position: relative;
}

span.fuel_span {
    position: absolute;
    top: 190px;
    left: 205px;
    font-size: 30px;
    text-transform: uppercase;
    cursor: default;
}

span.wood_span {
    position: absolute;
    top: 55px;
    color: #fff;
    left: 215px;
    font-size: 18px;
    pointer-events: none;
}

span.plants_span {
    position: absolute;
    top: 190px;
    color: #fff;
    left: 370px;
    font-size: 18px;
    word-break: break-word;
    width: 90px;
    pointer-events: none;
}

span.peat_span {
    position: absolute;
    top: 340px;
    color: #fff;
    left: 200px;
    font-size: 18px;
    pointer-events: none;
}

span.coal_span {
    position: absolute;
    top: 190px;
    color: #fff;
    left: 70px;
    font-size: 18px;
    width: 85px;
    pointer-events: none;
}

.desktop_map.lang_en span.fuel_span {
    left: 230px;
}

.desktop_map.lang_en span.coal_span {
    left: 65px;
}

.desktop_map.lang_ru span.fuel_span {
    left: 200px;
}

.desktop_map.lang_ru span.peat_span {
    left: 175px;
}

/*.chart_wrap__pie path[type] {
    opacity: 0.6;
}*/

.chart_wrap__info {
    width: 50%;
}

.table_fuel, .table_project {
    display: none;
}

.table_fuel h3, .table_project h3 {
    text-align: center;
}


.standart_block {margin-top: 30px;}

.standart_block div {
    margin-top: 20px;
}

.standart_block input[type="text"],.standart_block input[type="tel"],.standart_block input[type="email"] {
    width: 250px;
    padding: 5px 15px;
    border-color: #333;
    border-width: 1px;
    margin-top: 10px;
    font-size: 17px;
    margin-bottom: 5px;
    max-width: 100%;
}

.standart_block.wide_input input[type="text"], .standart_block.wide_input input[type="tel"], .standart_block.wide_input input[type="email"] {
    width: 100%;
}

.standart_block textarea {
    width: 100%;
    padding: 5px 15px;
    border-color: #333;
    border-width: 1px;
    margin-top: 10px;
    font-size: 17px;
    margin-bottom: 5px;
    max-width: 520px;
    resize: none;
    height: 150px;
}

.block_title {
    font-size: 20px;
    text-transform: uppercase;
    color: #fc482c;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #fc482c;
}

.block_subtitle {
    font-size: 18px;
    font-weight: bold;
    clear: both;
    margin-top: 20px;
}

.standart_block input[type="checkbox"] {
    margin-right: 10px;
}

.standart_block label {
    font-size: 16px;
}

.standart_block input[type="radio"] {
    margin-right: 10px;
}

.standart_block div > span {
    width: 35%;
    display: inline-block;
    margin-right: 10px;
}

.standart_block.wide_input div > span {
    width: 20%;
    display: inline-block;
    margin-right: 10px;
}

.standart_block div > span.wpcf7-form-control-wrap {
    width: 100%;
}

.standart_block div.width_block > span.wpcf7-form-control-wrap {
    width: 20%;
}

.standart_block.wide_input div.width_block > span.wpcf7-form-control-wrap {
    width: 17%;
}

.standart_block.wide_input div.width_block.three_elements > span.wpcf7-form-control-wrap {
    width: 30%;
}

.width_block br {
    display: none;
}

.standart_block span.wpcf7-list-item {
    display: block;
}

.float_block {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 0!important;
}

.float_none_block {
    clear: both;
    max-width: 520px
}
.float_none_block input[type="text"] {
    width: 100%;
}

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

button.submit, .submit_btn input.wpcf7-submit {
    background: #fc482c;
    color: #fff;
    padding: 20px 80px;
    text-transform: uppercase;
    font-size: 20px;
    outline: none!important;
    box-shadow: none;
    border: none;
}

.wpcf7-response-output {
    text-align: center;
    font-size: 16px;
}

.contact {
    /* background: url(../image/services_bg.png);
    background-size: cover;
    background-repeat: no-repeat; */
}

.contact__container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact__caption {
    color: #393939;
    text-transform: uppercase;
    text-align: center;
    /*font-family: 'Verdana-Bold', sans-serif;*/
    font-size: 48px;
    letter-spacing: 1px
}

.contact_list {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.contact_wrap .contact_list {
    width: 40%;
}

.contact_block {
    padding-bottom: 15px;
    margin: 0 auto;
}

.contact_wrap .contact_block {
    width: 100%;
}

.menu_footer__link, .contact_block__caption,
.contact_block__name,
.contact_block__tel,
.contact_block__email {
    font-size: 18px;
    /*font-family: 'Verdana', sans-serif;*/
    padding-top: 15px;
}

.contact_block__tel a,
.contact_block__email a {
    color: #ff3d1f;
}

.contact_block__caption, .menu_footer__link {
    font-size: 20px;
    /*font-family: 'Verdana-Bold', sans-serif;*/
}

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

.contact_map {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 60%;
}

.contact__info.info {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    /*font-family: 'Verdana', sans-serif;*/
}
.contact__info p {
    margin-bottom: 0;
}
.map, .map_info {
    width: 100%;
}
.map iframe {
    width: 100%;
}
.map_info {
    margin-top: 50px;
}

.mobile_map {
    display: none;
    position: relative;
}

.mobile_map span.fuel_span {
    left: 115px;
    top: 115px;
    font-size: 17px;
}

.mobile_map span.wood_span {
    font-size: 16px;
    top: 35px;
    left: 105px;
}

.mobile_map span.plants_span {
    font-size: 16px;
    left: 215px;
    top: 105px;
    width: 55px;
}

.mobile_map span.peat_span {
    top: 208px;
    left: 85px;
    font-size: 16px;
}

.mobile_map span.coal_span {
    font-size: 16px;
    top: 95px;
    left: 35px;
    width: 50px;
    word-break: break-word;
}

.mobile_map.lang_en span.fuel_span {
    left: 130px;
}
.mobile_map.lang_en span.peat_span {
    left: 110px;
}

.map.map_desktop {
    display: block;
}

.map.map_tablet {
    display: none;
}

.map.map_mobile390, .map.map_mobile {
    display: none;
}


.info__item span {
    background-color: #ff3d1f /*#0c4da2*/;
}

.info__item span {
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 35px;
    flex-basis: 35px;
    height: 35px;
    margin-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.footer__container, .info__item span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info__item, .info__item span, .top_menu .dropdown-content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    align-items: center;
}

.footer {
    /* background: url(../image/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 68px;
    padding-bottom: 60px */
    padding-top: 10px;
    padding-bottom: 5px;
    background: #23261F;
}

footer p.contact_block__caption, footer .menu_footer__link {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 5px;
    /*margin: 20px 0;*/
}

footer .menu_footer__link {
    margin-bottom: 10px;
}

.menu_footer__link.active .menu_footer__link {
    color: #fff;
    text-decoration: none;
}

.menu_footer__link.active .menu_footer__link:before {
    left: 0;
    right: 0;
    background: #fff;
}

.footer__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__cop {
    margin: 0 auto;
    width: 100%;
}

.footer__cop p{
    font-size: 17px;
    /*font-family: 'Verdana-Bold', sans-serif;*/
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.footer__container,
.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.socials {
    margin-top: 17px;
}

a.menu_footer__link {
    color: #fff;
    position: relative;
    padding-bottom: 5px;
}

a.menu_footer__link:hover {
    /*text-decoration: underline;*/
}

a.menu_footer__link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #fff;
    height: 2px;
    transition-property: left,right;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}

a.menu_footer__link:hover:before, a.menu_footer__link:focus:before, a.menu_footer__link:active:before {
    left: 0;
    right: 0;
}

.socials__item {
    margin-right: 20px;
    max-height: 52px;
}

@keyframes ring {
    0% { transform: rotate(0); }
    5% { transform: rotate(30deg); }
    10% { transform: rotate(-28deg); }
    15% { transform: rotate(34deg); }
    20% { transform: rotate(-32deg); }
    25% { transform: rotate(30deg); }
    30% { transform: rotate(-28deg); }
    35% { transform: rotate(26deg); }
    40% { transform: rotate(-24deg); }
    45% { transform: rotate(22deg); }
    50% { transform: rotate(-20deg); }
    55% { transform: rotate(18deg); }
    60% { transform: rotate(-16deg); }
    65% { transform: rotate(14deg); }
    70% { transform: rotate(-12deg); }
    75% { transform: rotate(10deg); }
    80% { transform: rotate(-8deg); }
    85% { transform: rotate(6deg); }
    90% { transform: rotate(-4deg); }
    95% { transform: rotate(2deg); }
    100% { transform: rotate(-1deg); }
}

@media screen and (max-width:1200px) {
    div#pie {
        text-align: center;
    }
    .chart_wrap__pie {
        width: 100%;
    }

    .chart_wrap__info {
        width: 100%;
    }
    .menu {
        justify-content: flex-end;
    }
    .menu__item {
        padding-left: 5px;
        margin-right: 10px;
    }
}

@media screen and (max-width:1080px) {
    .menu {
        justify-content: flex-end;
    }
    .menu__item {
        padding-left: 5px;
        margin-right: 10px;
    }
}

@media screen and (max-width:1025px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .header__container.container {
        /*padding: 0;*/
    }
    .header.sticky .header__container.container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 1000px) {
    .map.map_desktop {
        display: none;
    }

    .map.map_tablet {
        display: block;
    }
}

@media screen and (max-width: 960px) {
    .advantages_item {
        width:50%;
        margin-bottom:15px;
        
    }

    .advantages__container {
        justify-content: center;
    }

}

@media screen and (max-width:768px) {

    iframe {
        height: auto;
    }

    .news__container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main {
        height: auto;
    }

    .img_bg_wrap img {
        max-height: 100vw;
    }

    .contact_map {
        width: auto;
    }

    .contact_wrap .contact_list {
        width: auto;
    }


    .mobile_menu_items {
        width:100%;
    }

    .header__nav{
        flex-direction:column;
    }

    .sticky .site_menu{
        width:100%;
        /*height: 100vh;*/
    }

    .menu__item:first-child {
        padding-left:0;
    }
    
    .header__logo  img, .logo__text{
        margin: 0 auto;
    }

    .mobile_menu_items .logo{
        width:50%;
    }
    .header__logo  img {
        margin-bottom:15px;
    }

    .modal-dialog.callback h4.modal-title {
        font-size: 20px;
    }

    .modal-dialog.callback {
        top: 20vh;
        max-width: 300px;
    }

    a.button.callback {
        background: url(image/phone.png);
        width: 50px;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        color: transparent;
        transform: rotate(0);
        padding: 0;
        right: 0;
        min-width: 0;
        animation: ring 2.5s .05s ease-in-out infinite;
    }
    .advantages_item {
        width:100%;
        height: 200px;
    }
    .news_item__info, .news_item__image {
        width:100%;
    }

    .news_item__image {
        order:1;
        margin-bottom:10px;
    }

    .news_item__info {
        order:2;
    }

    .news_item {
        margin-bottom:15px;
    }

    .news_info__caption {
        font-size: 26px;
        padding-bottom: 15px;
    }

    .menu__link {
        font-size: 17px;
        margin-right: 0;
    }

    .header__nav {
        padding-left:10px;
        padding-right:10px;
    }

    .site_menu {
        display: none;
    }

    .menu {
        display: flex;
        flex-direction:column;
        align-items:center;
    }

    .mobile_menu_items #nav-icon3, .mobile_menu_items .logo{
        display: block;
        padding: 0;
    }

    .btn_down {
        top: auto;
        font-size: 4.5vw;
        bottom: 5px;
    }

    .news_item__image.newsss {
        width: 100%;
    }

    .news_item__info.newsss {
        width: 100%;
    }

    .news_item__info.newsss .news_info__caption {
        font-size: 18px!important;
    }

    /* .news_item {
        width: 100%;
        margin: 0 auto
        } */
        .news_item--first,
        .news_item--last {
            width: 100%
        }
        .news_item__date--first {
            font-size: 14px
        }
        .news_item__description--last {
            font-size: 18px
        }
        .title__caption {
            font-size: 20px
        }
        .title__text {
            font-size: 16px
        }
        .advantages__caption {
            font-size: 30px
        }
        .news__caption,
        .contact__caption {
            font-size: 24px
        }
        .news_item__title--first {
            font-size: 20px
        }
        .service_item {
            width: 100%
        }
        .title_sub_item {
            /*top: 10vh;*/
            max-width: 90%;
        }
        .logo,
        .nav,
        .socials {
            width: 100%;
            /* margin-bottom: 10px; */
        }
        .socials {
            width: 50%;
            /* margin-bottom: 10px; */
            margin-left: auto;
            margin-right: auto;
        }
        .socials__item {
            margin: 0 auto;
        }
    /* .logo img {
        margin: 0 auto
        } */
        .language {
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }
        .product_info {
            max-width: 100%;
        }

        .contact_block {
            margin-left: 40px;
            margin: 0 auto;
        }

        .footer .contact_list .contact_block:first-child, .footer .contact_list .contact_block:nth-child(2) {
            display: none;
        }

        .slide_wrap__info {
            width: 80%;
        }
        .swiper-container {
            height: auto;
        }
        .swiper-container .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
            background-position: -117px -114px;
            right: -30px;
        }
        .swiper-container .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
            background-position: -117px -19px;
            left: 0px;
        }
        .slide_wrap__info_title {
            font-size: 18px;
        }
        .slide_wrap__slider {
            width: 80%;
        }
        .widget.qtranxs_widget {
            position: absolute;
            right: 10vw;
            top: 1vw;
        }

        .desktop_map {
            display: none;
        }
        .mobile_map {
            display: block;
        }
        .map.map_desktop {
            display: none;
        }
        .map.map_tablet {
            display: none;
        }
        .map.map_mobile390 {
            display: block;
        }
    }

    @media screen and (max-width:680px) {
        .tabs__caption li {
            width: 100%;
        }
        .standart_block.wide_input div.width_block > span.wpcf7-form-control-wrap, .standart_block.wide_input div.width_block.three_elements > span.wpcf7-form-control-wrap, .standart_block.wide_input div > span {
            width: 100%;
        }
        .questionnaire .tabs__caption li {
            padding: 19px 0;
            margin-right: 0;
            min-width: 0;
        }
    }

    @media screen and (max-width:560px) {
        .title__text {
            display: none;
        }
        .float_none_block {
            max-width: 250px;
        }
    }

    @media screen and (max-width:480px) {
        .socials {
            width: 100%;
        }
        .widget.qtranxs_widget {
            right: 15vw;
            top: 0;
        }
    }

    @media screen and (max-width:420px) {
        .map.map_mobile390 {
            display: none;
        }
        .map.map_mobile {
            display: block;
        }
    }

    @media screen and (max-width:400px) {
        .advantages__caption,
        .title__caption {
            /*font-size: 16px;*/
        }
        .title_sub_item {
            /*top: 5vh;*/
            /*top: 2vh;*/
        }
        .widget.qtranxs_widget {
            top: -1vw;
        }
    }

    @media screen and (max-width:320px) {
        .widget.qtranxs_widget {
            top: -1.5vw;
        }
    }



/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #d1d1d1;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: 1300px;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
table {
  width: 100%;
  background-color: #fff;
}

th, td {
  font-weight: unset;
  padding-right: 10px;
}

.table100 {
    max-width: 100%;
    overflow: auto;
}

.column100 {
  width: 130px;
  padding-left: 25px;
}

.column100.column1 {
  width: 265px;
  padding-left: 42px;
}

.row100.head th {
    padding-top: 14px;
    padding-bottom: 10px;
}

.row100 td {
  padding-top: 9px;
  padding-bottom: 7px;
}


/*==================================================================
[ Ver1 ]*/
.table100.ver1 td {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #808080;
  line-height: 1.4;
}

.table100.ver1 th {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;

  background-color: #36304a;
}

.table100.ver1 .row100:hover {
  background-color: #f2f2f2;
}

.table100.ver1 .hov-column-ver1 {
  background-color: #f2f2f2;
}

.table100.ver1 .hov-column-head-ver1 {
  background-color: #484848 !important;
}

.table100.ver1 .row100 td:hover {
  background-color: #6c7ae0;
  color: #fff;
}

/*==================================================================
[ Ver2 ]*/
.table100.ver2 td {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #808080;
  line-height: 1.4;
}

.table100.ver2 th {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;

  background-color: #333333;
}

.table100.ver2 .row100:hover td {
  background-color: #83d160;
  color: #fff;
}

.table100.ver2 .hov-column-ver2 {
  background-color: #83d160;
  color: #fff;
}

.table100.ver2 .hov-column-head-ver2 {
  background-color: #484848 !important;
}

.table100.ver2 .row100 td:hover {
  background-color: #57b846;
  color: #fff;
}

/*==================================================================
[ Ver2 ]*/
.table100.ver2 tbody tr:nth-child(even) {
  background-color: #eaf8e6;
}

.table100.ver2 td {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #808080;
  line-height: 1.4;
}

.table100.ver2 th {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;

  background-color: #333333;
}

.table100.ver2 .row100:hover td {
  background-color: #83d160;
  color: #fff;
}

.table100.ver2 .hov-column-ver2 {
  background-color: #83d160;
  color: #fff;
}

.table100.ver2 .hov-column-head-ver2 {
  background-color: #484848 !important;
}

.table100.ver2 .row100 td:hover {
  background-color: #57b846;
  color: #fff;
}

/*==================================================================
[ Ver3 ]*/
.table100.ver3 tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.table100.ver3 td {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #808080;
  line-height: 1.4;
}

.table100.ver3 th {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;

  background-color: #6c7ae0;
}

.table100.ver3 .row100:hover td {
  background-color: #fcebf5;
}

.table100.ver3 .hov-column-ver3 {
  background-color: #fcebf5;
}

.table100.ver3 .hov-column-head-ver3 {
  background-color: #7b88e3 !important;
}

.table100.ver3 .row100 td:hover {
  background-color: #e03e9c;
  color: #fff;
}

/*==================================================================
[ Ver4 ]*/

.table100.ver4 td {
  font-size: 16px;
  color: #808080;
  line-height: 1.4;
}

.table100.ver4 th {
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;

  background-color: #FA4108;
}

.table100.ver4 .row100:hover td {
  color: #FA4108;
}

.table100.ver4 .hov-column-ver4 {
  /*background-color: #ffebed;*/
}

.table100.ver4 .hov-column-head-ver4 {
  /*background-color: #ffa083 !important;*/
}

.table100.ver4 .row100 td:hover {
  /*background-color: #ffebed;*/
  color: #FA4108;
}

.table100.ver4 tr:nth-child(even) {
    background-color: #f8f6ff;
}

/*==================================================================
[ Ver5 ]*/
.table100.ver5 tbody tr:nth-child(even) {
  background-color: #e9faff;
}

.table100.ver5 td {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #808080;
  line-height: 1.4;
  position: relative;
}

.table100.ver5 th {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;

  background-color: #002933;
}

.table100.ver5 .row100:hover td {
  color: #fe3e64;
}

.table100.ver5 .hov-column-ver5 {color: #fe3e64;}
.table100.ver5 .hov-column-ver5::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

.table100.ver5 .hov-column-head-ver5 {
  background-color: #1a3f48 !important;
  color: #fe3e64;
}

.table100.ver5 .row100 td:hover {
  color: #fe3e64;
}

.table100.ver5 .row100 td:hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 1px solid #fe3e64;
}

/*==================================================================
[ Ver6 ]*/

.table100.ver6 {
  border-radius: 16px;
  overflow: hidden;
  background: #7918f2;
  background: -webkit-linear-gradient(-68deg, #ac32e4 , #4801ff);
  background: -o-linear-gradient(-68deg, #ac32e4 , #4801ff);
  background: -moz-linear-gradient(-68deg, #ac32e4 , #4801ff);
  background: linear-gradient(-68deg, #ac32e4 , #4801ff);
}

.table100.ver6 table {
  background-color: transparent;
}

.table100.ver6 td {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}

.table100.ver6 th {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;

  background-color: rgba(255,255,255,0.32);
}

.table100.ver6 .row100:hover td {
  background-color: rgba(255,255,255,0.1);
}

.table100.ver6 .hov-column-ver6 {
  background-color: rgba(255,255,255,0.1);
}

.table100.ver6 .row100 td:hover {
  background-color: rgba(255,255,255,0.2);
}

/* ------------- */

.padding-0 {
    padding: 0;
}
.mt-0 {
    margin-top: 0;
}
.p-t-100 {
    padding-top: 100px;
}
.f-s-25{
    font-size: 25px;
}
.center {
    text-align: center;
}
.black {
    color: #000;
}
