
.tabs [class^="tab"] [type="radio"]:checked, .tabs [class*=" tab"] [type="radio"]:checked {
    /* width: 100%; */
    position: relative;
    top: -60px;
    z-index: -1;
    min-width: 50%;
    flex: 1 1 25%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: flex
;
    width: 100%;
    background: #FFF;
    color: #db3434;
    font-size: 2rem;
    border: 3px solid #ff00007d;
    border-block: inherit;
    padding: 30px;
    border-radius: 10px;
    background-color: whitesmoke;
}



.infocells__item {
    width: auto;
}

ul.ul-marked li {
    font-family: Roboto;
    font-size: medium;
    list-style-image: url(/career/common/images/marker-checked.svg);
    list-style-position: outside;
    padding: 0;
    margin-left: 24px;
    margin-bottom: 24px;
    padding-left: 20px;
    text-align: left;
}


h3.features__title {
    text-align: -webkit-left;
}
ul.ul-common {
    text-align: left;
}

.tabs {
    list-style: none;
	 display: flex;
	 flex-flow: row wrap;
	 justify-content: flex-start;
}
.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type=radio] {
    display:none;
}
.tabs label {
    display: inline-block;
    min-width: 25%;
	 flex: 1 1 25%;
    color: #ccc;
    text-align: center;

    cursor: pointer;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
}

.tabs label span {
    display: none;
	 font-size: 2rem;
}

.tabs label:hover {
    color: #db3434;
	
	.icon {
      border-color: #3498db;
		background-position: 50px 0;
		background-size: 100px 50px;
	}
}

.tab__content {
    display: none;
	 text-align: center;
    width: 80%;
	 margin: 0 auto;
    box-sizing: border-box;
    background-color:#ffffff;
	 margin-top: 2rem;
}

.tab__content * {
    -webkit-animation: scale 0.2s ease-in-out;
    -moz-animation: scale 0.2s ease-in-out;
    animation: scale 0.2s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
    }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.tabs [id^="tab"]:checked + label {
    background: #FFF;
    color: #db3434;
    font-size: 2rem;
    border: 3px solid #ff00007d;
    border-block: inherit;
    padding: 10px;
    border-radius: 10px;
    background-color: whitesmoke;
}
.tabs [id^="tab"]:checked + label i {
    border-color: #3498db;
	 background-position: 50px 0;
	 background-size: 100px 50px;
}

 #tab1:checked ~ #tab__content--1,
 #tab2:checked ~ #tab__content--2,
 #tab3:checked ~ #tab__content--3,
 #tab4:checked ~ #tab__content--4{
     display: block;
 }

@media (min-width: 768px) {
    .tabs label span {
        display: block;
    }
}


.email-cal {
	background: white url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_sync.png');
	background-position: 0 0;
	background-size: 100px 50px;
}

.snapshot {
	background: white url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_snapshots.png');
	background-size: 100px 50px;
	background-position: 0 0;
}

.inbox-apps {
	background: white url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_templates.png');
	background-size: 100px 50px;
	background-position: 0 0;
}

.log-calls {
	background: white url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_log_call.png');
	background-size: 100px 50px;
	background-position: 0 0;
}

.tracking {
	background: white url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_tracking.png');
	background-size: 100px 50px;
	background-position: 0 0;
}

.book-meetigns {
	background: white url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_book_meeting.png');
	background-size: 100px 50px;
	background-position: 0 0;
}

.send-later {
	background: white url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_send_later.png');
	background-size: 100px 50px;
	background-position: 0 0;
}

.follow-up {
	background: white url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_follow_up.png');
	background-size: 100px 50px;
	background-position: 0 0;
}



i.fas.fa-chevron-right.fa-sm {
    font-family: FontAwesome;
}

i.fas.fa-chevron-left.fa-sm {
    font-family: FontAwesome;
}

input:focus {
    border: 10px solid #f1e819!important;
}

input:focus {
    border: 10px solid #FDCD00!important;
}

.slider_warticles__text {
    position: relative;
    margin: -165px 15px;
    z-index: 5;
}


.catalog-brand__descr {

    margin-bottom: 0em;
}


.catalog-brand__subdescr {

    margin: 0em 0% 0em 0;
}

.catalog-brand__subdescr {
    margin: 4em 10% 2em 0!important;
}

div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}
.bato {
    display: flex;
    padding-left: 0px;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-around;
    font-family: monospace;
    font-size: 10px;
    align-content: center;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}

img.mCS_img_loaded {
    margin: -20px;
    padding: 10px;
    height: auto;
    max-width: 700px;
    animation-delay: revert;
    text-align: center;
}

/*** Table Styles **/
<?/*

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
    color: #ffffff;
    background: #992a2a;
    border-bottom: 1px solid #dba2a2;
    border-right: 1px solid #d57c7c;
    font-size: 16px;
    font-weight: 600;
    padding: 30px;
    text-align: center;
    text-shadow: 1px 3px 5px rgb(0 0 0 / 86%);
    vertical-align: middle;
    line-height: 1;
    letter-spacing: 0.014em;
    font-family: Roboto;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}

tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}



tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#4E5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 

td {
    background: #FFFFFF;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    text-shadow: -1px -1px 1px rgb(0 0 0 / 0%);
    border-right: 1px solid #C1C3D1;
}


td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}
*/?>


td {
    margin: auto;
    padding: 5px;
    font-family: 'Open Sans';
text-align: center;
}





                                    table.hor {
    border-bottom: 0px solid #dfdfdf;
    border-radius: revert-layer;
    border-collapse: separate;
    text-align: left;
    text-wrap: nowrap;
    padding: 0px;
    display: flex;
    position: static;
    border-spacing: 5px;
    justify-content: space-around;
                                    }


                                    table.hor th tr td {
                                        color: #ffffff;
                                        font-weight: bold;
                                        background: #c83240;
                                    }
                                    table.hor thead tr {
                                        color: #ffffff;
                                        font-weight: bold;
                                        background: #c83240;
                                    }

                                    table.hor tr td {
                                        border-right: 1px solid #dfdfdf;
                                    }

                                    table.hor tr td:last-child {
                                        border-right: 0px;
                                    }

                                    table.hor tr td {
                                        border-bottom: 0px;
                                    }

                                    table.hor tbody tr:nth-child(1n) {
                                        background: #f6f6f6;
                                    }

                                    table.hor tbody tr:nth-child(2n) {
                                        background: #e6e6e6;
                                    }

                                    table.hor tbody tr:hover {
                                        background: #e2cd2d87;
                                        transition-duration: 0.6s;
                                    }

.card-gr {
    display: flex;
}

.card {
    position: relative;
    width: 370px;
    height: 370px;
    margin: 4px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transition: all 0.2s linear;
}


.card-content {
  position: absolute;
  bottom: 10rem;
  right: 100%;
  width: 100%;
  text-align: center;
  background-color: #94828194;
  transition: all 0.2s linear;
}

.card-content1 {
  position: absolute;
  bottom: 2rem;
  right: -100%;
  width: 100%;
  text-align: center;
  background-color: #94828194;
  transition: all 0.2s linear;
}



a {
  text-decoration: none;
}

.card-category {
      font-size: 25px;
    line-height: 25px;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 20px;
    color: #F7CF0A;
    font-family: fantasy;
}

i {
  margin-left: 5px;
}

.card:hover {
  box-shadow: 0 0px 28px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.22);
}

.card:hover .card-content {
  right: 0;
}

.card:hover .card-content1 {
  right: 0;
}

.card:hover img {
  transform: scale(1.1);
}

.baton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 100%;
    margin-bottom: 8%;
    margin-top: 4%;
justify-content: space-around;
}

.effect1 {
  color: #222;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 16px;
  position: relative;
  padding: 10px 50px 10px 20px;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  -webkit-transform: scale(2);

      -ms-transform: scale(2);

          transform: scale(2); /*change scale(3) to scale(1)*/
}

.effect1 .bg {
  background: #E61739;
  width: 40px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: -1;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.effect1:hover {
  padding-right: 20px;
  color: #fff;
}

.effect1:hover .bg {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.effect1 .bg:before, .effect1 .bg:after {
  content: '';
  height: 2px;
  width: 10px;
  background: #E61739;
  position: absolute;
  right: -2px;      
  -webkit-transition: all 0.3s;      
  -o-transition: all 0.3s;      
  transition: all 0.3s;
}

.effect1 .bg:before {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.effect1 .bg:after{
  top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.effect1:hover .bg:before,
.effect1:hover .bg:after{
  right: 0;
}

.effect1:hover .bg:before{
  bottom: 6px;
}

img {
  transition: all 0.2s linear;
}

.effect1:hover .bg:after{
  top: 6px;
}

.batons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    flex-direction: column;
}

.effect2 {
  color: #222;
  text-decoration: none;
    font-family: fantasy;
    font-size: 12px;
  position: relative;
  padding: 10px 50px 10px 20px;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  -webkit-transform: scale(2);

      -ms-transform: scale(2);

          transform: scale(2); /*change scale(3) to scale(1)*/
}

.effect2 .bg {
  background: #E61739;
  width: 40px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: -1;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.effect2:hover {
  padding-right: 20px;
  color: #fff;
}

.effect2:hover .bg {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.effect2 .bg:before, .effect2 .bg:after {
  content: '';
  height: 2px;
  width: 10px;
  background: #E61739;
  position: absolute;
  right: -2px;      
  -webkit-transition: all 0.3s;      
  -o-transition: all 0.3s;      
  transition: all 0.3s;
}

.effect2 .bg:before {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.effect2 .bg:after{
  top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.effect2:hover .bg:before,
.effect2:hover .bg:after{
  right: 0;
}

.effect2:hover .bg:before{
  bottom: 6px;
}

img {
  transition: all 0.2s linear;
}

.effect2:hover .bg:after{
  top: 6px;
}

@media only screen and (max-width: 1200px) {
.card-gr {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
.baton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 100%;
    margin-bottom: 10%;
    margin-top: 5%;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.effect1 {
    color: #222;
    text-decoration: ;
    padding: 16px;
    font-family: sans-serif;
    margin-top: 30px;
    font-size: 16px;
    position: relative;
    padding: 10px 50px 14px 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
}
