body {
margin: 0;
 /*    overflow: hidden; */
    max-width: 100%;
	font-family: "Circe";
    color: #000;  
	font-size: 14px;
    line-height: 1.21;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
}
.window {
    overflow: hidden;
}

*, *:before, *:after {
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header {
display: block;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
background: #FFFFFF;
	box-shadow: 2px 2px 2px #c8c8c8;
}


div#menu-section:after {
/*     content: '';
    position: absolute;
    bottom: -10px;
    border: 48px solid #ffffff00;
  border-top-color: #c11616;
    border-bottom: 0;

margin-left: 43px;
    top: 80%;
    z-index: 1;
    opacity: 1; */
}
a.navbar-brand.logo {
    text-align: center;
    display: block;
    margin: auto;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    color: #a33c00;
	max-width: 150px;
  padding: 5px 0 0 0;
}

.social-icons-mod {
    margin: 5px;
    text-align: center;
    font-size: 32px;
}
.content__promo-advantages {
    margin: 20px 0 37px;
    border: 5px solid #039fe3;
}
.content__promo-advantages .fa-check {
    color: #25d366;
}

span.ofer-title {
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 5px 10px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}




span.ofer {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
}

.social-icons i {
    font-size: 31px;
    margin: 5px;
	text-shadow: 2px 2px #c4c4c4;
}
i.fab.fa-viber {
    color: #665cac;
}
i.fab.fa-telegram {
    color: #33aade;
}
i.fab.fa-whatsapp {
    color: #25d366;
}

.lang-top {
    position: fixed;
    right: 7px;
    top: 4px;
}
.m-top {
position: fixed;
    right: 0;
top: 4px;
}
.m-top a {
font-size: 17px;
    text-align: right;
   color: #039fe3;
    text-decoration: none;
    float: none;
    display: block;
    padding: 0px 3px 0;
    margin: 10px 6px 10px;
	    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.m-top a:hover {
color: #ff9900;
}
.lang-top a {
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #333;
}
a.lang.act {
    color: #c11616;
}

h1, .h2 { 
color: #1a2326;
text-align: center;
font-size: 28px;
display: block;
margin: 9px auto;
text-shadow: 1px 1px 1px #fff;
}

h3, .h3 { 
display: block;
    margin: auto;
	color: #000;
font-size: 24px;
    text-align: center;
    max-width: 600px;
    display: block;
    margin: auto;
    padding: 5px;
}

p {
    text-align: justify;
	color: #333;
    font-size: 20px;
} 

i {
   font-style: normal;
}

section {
    position: relative;
}

section#home {
	padding-top: 0px;
    margin-top: 54px;
}

section#page {
  padding-top: 72px;
}

section svg {
display: block;

}
@media (min-width: 1200px){
.hidden-lg {
    display: none !important;
}

}

@media (max-width: 1199px) and (min-width: 992px){
.hidden-md {
    display: none !important;
}
}

@media (max-width: 991px) and (min-width: 768px){
	
.hidden-sm {
    display: none !important;
}



}
@media (max-width: 767px){
.hidden-xs {
    display: none !important;
}
}
.row {
    margin-right: 0!important;
    margin-left: 0!important;
}

.brands {
    text-align: center;
}
.brands img {
    display: inline-block;
 width: auto;
    max-height: 62px;
    margin: 3px;
	border: #039fe3 1px solid;
}



img {
    max-width: 100%;
}
ol {
    margin: 0;
    padding: 0;
    font-size: 20px;
}
ol li {
   line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
}

span.inf1 {
display: block;
    font-size: 26px;
    color: #039fe3;
    text-shadow: 1px 1px 1px #fff;
    text-align: center;
}
span.inf2 {
	display: block;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}

.navbar {
  /*  padding-bottom: 10px;
 border-bottom: 3px solid #532300; */
}
ul {
margin: 0;
padding: 0;
list-style: none;
font-size: 20px;
	}
	

ul li {
  /*  line-height: 1.5em; */
    text-decoration: none;
   /*  text-transform: uppercase; */
}
ul.checkmarks_style li:before {
font-family: FontAwesome;
    content: "\f00c";
    padding: 7px;
   color: #d90000;
}
.navbar-header {
    text-align: center;
}
.nav-holder {
    position: relative;
    margin: 7px 0 0 0;
}

@media (max-width: 768px){
	
.social-icons {
    position: fixed;
    top: 1px;
    left: 1px;
}	


.brands img {

    max-width: 122px;
}

.social-icons a {
    float: none;
    display: block;
    background: #fff;
    border-radius: 50%;
    padding: 1px;
    text-align: center;
}
	
#btn-menu {
    display: block;
}
}

.icon_bar {
    width: 25px;
    height: 5px;
    margin: 2px;
    background-color: #c65c00f2;
}

#btn-menu {
    position: fixed;
    top: 52px;
    left: 10px;
    display: none;
    cursor: pointer;
}

ul.menu {
text-align: center;
    display: block;
    margin: 0;
    padding: 0;
}

.menu li {
   display: inline-block;
    margin: 0;
    padding: 0 19px 0 0;
    list-style: none;
}

ul.menu li.active a {
color: #8a1c1c;

}

ul.menu li a {
color: #68391b;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
ul.menu li a:hover {
	color: #c11616;
}

ul.menu li a:before {
    right: 50%;
}
ul.menu li a:after {
    left: 50%;
}

ul.menu li a:hover:after, ul.menu li a:hover:before {
    width: 50%;
}

ul.menu li a:after, ul.menu li a:before {
    content: '';
    position: absolute;
    height: 1px;
  background: #f00;
    width: 0;
    bottom: 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}


#btn-menu {
position: fixed;
    top: 52px;
    left: 10px;
    display: none;
    cursor: pointer;
}

@media (max-width: 768px){
.mob-hidden {
    display: none;
}
div#menu-section:after {
 display: none;
    opacity: 0;
}


#btn-menu {
    display: block;
}
a.topfdn {
    display: block;
    margin: 0px auto 3px;

}

.mob-hidden.open {
    display: block;
}
.menu li {
    display: inline-block;
    padding: 8px 0 8px;
    width: 100%;
	
}
}


 .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.transperent-bg {
    background: rgba(0, 0, 0, 0.5);
}


 .txtanim.ltr:after {
    left: 0%;
    right: 100%;
	-webkit-transition: right 0.9s ease-in-out, left 0.9s ease-in-out 0.9s;
    -o-transition: right 0.9s ease-in-out, left 0.9s ease-in-out 0.9s;
    transition: right 0.9s ease-in-out, left 0.9s ease-in-out 0.9s;
}
 .txtanim.ltr.animated:after {
    left: 100%;
    right: 0%;
}

.txtanim.rtl:after{
	left: 100%;
    right: 0%;
	-webkit-transition:left 0.9s ease-in-out, right  0.9s ease-in-out 0.9s;
    -o-transition:left 0.9s ease-in-out, right  0.9s ease-in-out 0.9s;
    transition: left 0.9s ease-in-out, right  0.9s ease-in-out 0.9s;
	
 }
.txtanim.rtl.animated:after{
	left: 0%;
    right: 100%;

 }

 .txtanim.red:after{
	background: #b13535;
 }


 .txtanim:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: #fff;
  
}
.center {
    text-align: center;
}

.caseinfo {
 display: none;
}
.caseinfo.wrapper-modal-back-ring p, .caseinfo.wrapper-modal-back-ring ul li, .caseinfo.wrapper-modal-back-ring ol li {
    font-size: 24px;
}
 .caseinfo.wrapper-modal-back-ring ul li, .caseinfo.wrapper-modal-back-ring ol li {
text-transform: unset;   font-size: 24px;
}


.caseinfo.wrapper-modal-back-ring {
  max-width: 95%;
	/* display: block; */
}

.maxhauto {
    overflow-y: auto;
	padding: 20px 10px 0px 6px;
}


a.serv {
    text-transform: uppercase;
    font-size: 27px;
    display: block;
    border-bottom: 1px solid #f2cfa2;
    color: #7dc9ce;

    text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	    width: 100%;
}

a.serv:hover {
    border-bottom: 1px solid #333333;
    color: #cbedf1;
    text-shadow: 1px 1px 0px #000000;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 80%;
}

button#submitButton {
	position: relative;
    float: none;
    max-width: 350px;
    text-align: center;
    margin: auto;
	
color: rgb(255, 255, 255);
    display: block !important;
    padding: 2px 10px;
background: #00afff;
    text-decoration: none;
    transition: all 200ms ease 0s;
}
button#submitButton:hover {
    background: #ff9900;
    transition: all 200ms ease 0s;
}


.casediv i[id*=button-] {
    border: 1px solid #983434;
}



a.logo img {
display: inline-block;
max-width: 116px;

}

.phone-top {
padding: 15px 0 2px 0;
    text-align: center;
}
a.cona {
	color: #000000;
    padding: 5px 13px;
    font-weight: bold;
    font-size: 19px;
    text-decoration: none;
}
.cona i {
    color: #ff9900;
}

span.adr {
    display: block;
    max-height: 40px;
}


.casediv {
  /*   background-image: url(/imgs/bg1.svg);
    background-position: right bottom; */
    /* min-height: 200px; */
    /* background-repeat: no-repeat; */
}

/* #start {  

padding: 0px;
   background-image: url(/imgs/marketing_digital.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: local; 
    background-size: cover;
	
} */

@media (max-width: 993px){


span.adr {
    margin-left: 0px;
    width: 100%;
}
	
.s-item {
min-height: 50px!important;
    margin: 9px;
}
	

a.logo img {
		display: inline-block; 
		max-width: 120px;
		border: 0px #9a3334 solid; 
		padding: 1px; 
		}
.phone-top {  
/*  display: inline-block; */
}
	
	
} 


.s-inf span {
    font-size: 19px;
    text-align: center;
    display: block;
    margin: auto;
    color: #fff;
}


.service-btn {
	color: #fff;
    background-color: #e44f4f;
    border: 2px solid #e44f4f;
    display: block;
    margin: auto;
    max-width: 80%;
	padding: 6px 12px;
	font-size: 24px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.service-btn:hover {
    border: 2px solid #e44f4f;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}



@media (max-width: 767px){
.phone-top {
    padding: 0px 0 2px 0;
}
	
	
	a.logo img {
		display: inline-block; 
		max-width: 120px;
		border: 0px #9a3334 solid; 
		padding: 1px; 
		}

}


.mod {
    cursor: pointer!important;
    border: 1px dashed #fec20b;
}

.getfone {
	position: fixed;
    top: 40%;
    right: -17px;
    color: #ff9900;
    cursor: pointer;
    padding: 3px 7px 0;
    z-index: 9999;
    border: 0px;
    font-size: 43px;
}


.getfone i {
    background: rgb(255 255 255 / 72%);
    padding: 3px;
    border-radius: 21%;
}
.scroll_top:before {
    content: "\f35b";
}

.scroll_top {
      opacity: 1;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 0px;
    font-size: 33px;
    line-height: 50px;
    text-align: center;
 color: #454845;
    cursor: pointer;
   z-index: 52;
    border: 0px solid #eac970;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flex {
    position: relative;
    display: flex;
    align-items: center;
}

/* -------------- */
img.top {
display: block;
    margin: auto;
    position: absolute;
    bottom: -12px;
    max-width: 100%;
    left: 0;
    right: 0;
}

body.loaded section#getinfo {
	background: #dde7e9 url(/img/bg1.jpg);
	min-height: 100vh;
background-attachment: fixed; 
background-size: cover;
background-position: center center;
  
}

section#getinfo {
background: #dde7e9;
min-height: 100vh;
background-attachment: fixed; 
background-size: cover;
background-position: center center;
}



section.point {
	background: #ffffff;
}

.promo-advantages__item {
    font-size: 16px;
    color: #fff;
	/* height: 40px; */
    padding: 16px 0;
    position: relative;
}
.content__promo-advantages svg {
	fill: #ea2b2b;
    height: 40px;
    width: 40px;
    display: inline-block;
}
span.promo-advantages__text {
    display: inline-block;
   /*  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 40px; */
}

.promo-advantages__item:not(:first-child) {
  border-top: 1px dashed #db7915;
}



a.hts {
display: block;
    width: 323px;
    max-width: 90%;
    margin: 23px auto;
    text-align: center;
    padding: 18px 9px;
    color: #fff;
    background: #263c5c;
    text-decoration: none;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.hts:hover {
background: #a42409;

}

/* ---overlook--- */
.overlook {
    width: 100%;
    position: relative;
    z-index: 52;
}
.overlook * {
box-sizing: border-box;
}
.overlook__container {
    position: relative;
}

.overlookPopup__conainer {
    width: 50vw;
border-bottom: 1px solid;
    max-width: 764px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding: 15px;
    padding-bottom: 0;
    position: relative;
}
.overlook__banner, .overlook__banner img {
    width: 100%;
    display: block;
}
.overlook__pins {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlookPins__item:hover {
    opacity: 1;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(185, 192, 194, 1);
	}

	70% {
		box-shadow: 0 0 0 12px rgba(185, 192, 194, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(185, 192, 194, 0);
	}
}


.overlookPins__item {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #d72b2b;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: pulse 2s infinite;
    animation-delay: .5s;
    cursor: pointer;
    z-index: 3;
    opacity: 0.35;
    transition: opacity 0.5s ease;
}
@media (max-width: 1100px){
.overlookPins__item {
    width: 23px;
    height: 23px;
    border: 6px solid #fff;
}
}
@media (max-width: 768px){
	.overlookPopup__navBtn span {
   /*  font-size: 12px; */
    display: none;
}
	
	
.overlookPopup__conainer {
    width: 100%;
    display: block;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 15%;
}
div#cp:before {
 display: none;
}
div#cp {
    border-top: 1px solid #be0a0a;
}

}
@media (max-width: 480px){
.overlookPins__item {
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
}
}


.overlookPopup {
	display: none;
position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    /* margin: auto; */
    /* width: 400px; */
    /* max-width: 460px; */
    /* height: 100%; */
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: 0.4s ease;
    /* background: rgba(0,0,0,0.6); */
}
.overlookPopup_open {
	display: block;
    z-index: 4;
    opacity: 1;
}
.overlookPopup__img, .overlookPopup__img img {
    width: 100%;
    display: block;
}
.overlookPopup__title {
    margin: 0;
    margin-right: -15px;
    margin-left: -15px;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 10px;
    display: block;
    margin: auto;
    color: #000;
}

.overlookPopup__title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.3em;
}
.overlookPopup__title span {
    max-width: 540px;
    display: block;
}
.overlookPopup__nav {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}
.overlookPopup__navBtn {
    background: none;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.overlookPopup__navIcon {
    height: 19px;
    margin-right: 20px;
}

.overlookPopup__navIcon svg {
    height: 100%;
  fill: #211d1d;    
  display: block;
	height: 20px;
}
.overlookPopup__navBtn_next .overlookPopup__navIcon {
    margin-right: 0;
    margin-left: 20px;
}
.overlookPopup__navBtn_prev .overlookPopup__navIcon svg {
    transform: scale(-1, 1);    

}

.overlook__overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transition: opacity 0.5s ease;
}
.overlook__overlay_active {
    opacity: 1;
}
/* ---------- */

section#video {
    margin-top: 70px; 
}


.line {
    width: 100%;
    overflow: hidden;
    height: 5px;
   background: #a5440b;
}
div#promo {
    position: relative;
   top: -44px;
    background: #fff;
    padding: 10px 50px;
}

div#promo h1.promo{
 text-align: center;
    color: #ae0e0e;
}

span.w-title {
    display: block;
    font-size: 20px;
    text-align: center;
    width: 100%;
    background: #33aade;
    color: #fff;
    margin-bottom: 5px;
}


.w-price {
    position: absolute;
    top: 49px;
    background: #61af6a;
    padding: 5px;
    color: #fff;
}
span.w-tech {
display: block;
    padding: 5px;
    font-size: 21px;
    color: #3988ab;
}

.w-desc p {
    text-align: left;
}

p.promo-text1 {
    font-weight: bold;
    font-size: 82px;
    color: #414b6f;
    text-align: center;
	padding-bottom: 15px;
}
span.promo-span1 {
	text-align: center;
    display: block;
    color: #131313;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 35px;
}
.serhold {
    display: block;
    margin: auto;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-top: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
span.serv {
    position: absolute;
    bottom: 0;
   background: rgba(0, 0, 0, 0.78);
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    height: 77px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.serhold:hover span.serv {
    height: 99px;
    background: rgba(104, 57, 27, 0.84);
}
.serhold:hover img {
    filter: grayscale(1);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

svg#icon-engine {
    fill: #414b6f;
    margin-bottom: 5px;
    width: 115px;
    display: block;
    margin: auto;
    text-align: center;
}
div#demo {
	height: 467px;
    background-size: contain;
	background-position: top center;
    background-repeat: no-repeat;
    max-width: 700px;
    overflow: hidden;
    margin: auto;
	cursor: pointer;
}
div#VCc {
    display: none;
}
div#demoinf {
    position: absolute;
    left: 47%;
    top: 16px;
}
div#demoinf span {
    color: #ae0e0e;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 19px;
}
.contact-info {
position: absolute;
    top: 6px;
    right: 0;
    width: 228px;
    max-width: 100%;
height: 70px;
    padding: 12px;
    background: rgba(10, 8, 5, 0.8);
}
.contact-info p {
    color: #fff;
    font-size: 15px;
}
.contact-info a {
    color: #f11716;
    text-align: center;
    display: block;
    padding: 6px;
    margin: 0;
    text-decoration: none;
}

.footer {
background: #c2c2c2;
}

.wrapper-footer .footer ul li a {
font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}
a.mod {
    border: 1px dashed #ffffff;
    padding: 0 19px;
}
a.ftel {
display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    margin: 6px 0 11px;
}
.wrapper-footer .footer ul li {
    float: left;
    padding: 6px 10px;
    list-style: none;
}
.wrapper-footer .footer ul span {
    float: left;
    display: block;
    width: 1px;
    height: 20px;
    margin-top: 4px;
    background-color: #aaa;
}
div#cp:before {
    display: block;
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #bb3325;
    transform: skewX(-24deg);
}


span.inf {
    text-align: center;
    display: block;
    padding: 10px;
 color: #0aaee0;
}

span.inff {
    text-align: center;
    display: block;
    padding: 10px;
color: #a74b4b;
}


.btn {
display: block!important;
    margin: auto;
    padding: 11px 12px;
    color: #ffffff;
  background: #039fe3;
    text-decoration: none;
border: #ffffff 1px solid;
    border-radius: 0;
    width: 360px;
    font-size: 19px;
    text-align: center;
    max-width: 100%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}


.btn:hover {
    color: #ffffff;
   background: #ff9900;
	border: #fff 1px solid;
}


.tabs {
  max-width: 100%;
  margin: 0 0 20px;
}
.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;
}
.tabs__caption li:last-child:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: -2px;
  z-index: -1;
  height: 5px;
  background: #7DCA86;
}
.tabs__caption:after {
  content: '';
  display: table;
  clear: both;
}
.tabs__caption li {
  padding: 5px 15px;
  margin: 1px 0 0 1px;
color: #9E9E9E;
  border: solid #cdcdcd;
  position: relative;
  border: solid #61AF6A;
  border-width: 2px 2px 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
.tabs__caption li:not(.active) {
  cursor: pointer;
}
.tabs__caption li:not(.active):hover {
  background: #7DCA86;
  border-color: #7DCA86;
}
.tabs__caption .active {
  background: #FFF;
  color: #000;
  border-color: #7DCA86;
}
.tabs__caption .active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: #FFF;
}
.tabs__content {
  display: none;
  background: #FFF;
  border: 2px solid #7DCA86;
  border-radius: 0 5px 5px 5px;
  padding: 7px 15px;
  overflow: hidden;
}
.tabs__content.active {
  display: block;
}

.tabs__content .row {
    margin-top: 5px;
    border-bottom: 1px #61af6a solid;
	overflow: hidden;
}

.vertical .tabs__caption {
  float: left;
  display: block;
}
.vertical .tabs__caption li {
  float: none;
  border-width: 2px 0 2px 2px;
  border-radius: 5px 0 0 5px;
}
.vertical .tabs__caption li:last-child:before {
  display: none;
}
.vertical .tabs__caption .active:after {
  left: auto;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 2px;
  height: auto;
}
.vertical .tabs__content {
  overflow: hidden;
}

@media screen and (max-width: 650px) {
  .tabs__caption li {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .vertical .tabs__caption {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .vertical .tabs__caption li {
    border-width: 2px 2px 0;
    border-radius: 5px 5px 0 0;
  }
  .vertical .tabs__caption li:last-child:before {
    display: block;
  }
  .vertical .tabs__caption .active:after {
    top: auto;
    bottom: -5px;
    left: 0;
    right: 0;
    width: auto;
    height: 5px;
    background: #FFF;
  }
}


