@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

:root{
    --white: #f9f9f9;
    --black: #36383F;
    --grey: #85888C;
}

/* Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: var(--white);
    font-family: "Poppins", sans-serif;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

/* Header */
.header{
    background-color: var(--black);
    box-shadow: 1px 1px 5px 0px var(--grey);
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
}

/* Logo */
.logo{
    display: inline-block;
    color: var(--white);
    font-size: 55px;
    margin-left: 10px;

}

/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--black);
    overflow: hidden;

}

.menu a{
    display: block;
    padding: 30px;
    color: var(--white);

}

.menu a:hover{
    background-color: var(--grey);
}



.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* Menu Icon */

.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}

.checkboxes{
  margin-bottom: 120px;
}

.scales{
	margin-bottom: 120px;
}


.hamb-line {
    background: var(--white);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

}

.hamb-line::before,
.hamb-line::after{
    background: var(--white);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before{
    top: 5px;
}

.hamb-line::after{
    top: -5px;
}


.side-menu {
    display: none;
}

/* Toggle menu icon */

.side-menu:checked ~ nav{
    max-height: 100%;
    
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;

}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;


}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;

}


/* Responsiveness */

@media (min-width: 1150px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;

    }

    .menu li{
        float: left;
    }

    .menu a:hover{
        background-color: transparent;
        color: var(--grey);

    }

    .hamb{
        display: none;
    }

}

input[type='password'],input[type='email']{
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin-top: 1px;
	margin-bottom: 20px;
}

input[type='password']:focus,input[type='email']:focus{
	border: 1px solid #5db6db;
	box-shadow: 0 0 1px #b9eaff;
	outline: none !important;
}
input[type='submit']{
	background: rgb(96,99,107);
	color: #fff;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
}
.main-login-form{
	max-width: 95%;
    margin: 0 auto;
    background: #f5f5f5c7;
    padding: 20px 45px 20px 25px;
    border-radius: 5px;
    border: 1px solid #ccc;
	margin-top: 10px;
}

.contenttext {
	max-width: 95%;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 20px 25px 10px 25px;
    border-radius: 5px;
    border: 1px solid #ccc;
	margin-top: 10px;
}

.select-css {
display: inline-block;
font-size: 16px;
font-family: sans-serif;
font-weight: 700;
color: #444;
line-height: 1.3;
padding: .6em 1.4em .5em .8em; width: 100%;
max-width: 55%;
box-sizing: border-box;
margin-bottom: 10px;
border: 1px solid #aaa;


 box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
border-radius: .5em;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color: #fff;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%;

}
 .select-css::-ms-expand { display: none; }
 .select-css:hover { border-color: #888; }
 .select-css:focus { border-color: #aaa;
 box-shadow: 0 0 1px 2px rgba(97, 108, 120, .7);
 box-shadow: 0 0 0 2px -moz-mac-focusring;
color: #222;
 outline: none;
}
 .select-css option { font-weight:normal; }
 *[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
background-position: left .7em top 50%, 0 0;
padding: .6em .8em .5em 1.4em;
}
.parent {
    padding: 10px;
}
.indent {	
margin-top: 10px; 
}

	

.title {
  overflow: hidden;
  font-size: 23px;
}
.title--center {
  text-align: center;
}
.title:before,
.title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 2px;
  background: #36383f;
  border: solid #36383f;
  border-width: 0 10px;
}
.title:before {
  margin-left: -100%;
}
.title:after {
  margin-right: -100%;
}








ul.breadcrumb-3 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 0;
}
ul.breadcrumb-3 li {
  margin: 2px 0;
}
ul.breadcrumb-3 li a {
  color: #FFF;
  display: block;
  background: #60636b;
  text-decoration: none;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
  font-size: 13px;
  font-family: Verdana, sans-serif;   
  transition: all 0.3s;
}
ul.breadcrumb-3 li:nth-child(even) a {
  background-color: #e1b13d;
}
ul.breadcrumb-3 li:nth-child(even) a:before {
  border-color: #e1b13d;
  border-left-color: transparent;
}
ul.breadcrumb-3 li:nth-child(even) a:after {
  border-left-color: #60636b;
}
ul.breadcrumb-3 li:first-child a {
  padding-left: 15px;
  border-radius: 4px 0 0 4px;
    margin-left: -20px;
}
ul.breadcrumb-3 li:first-child a:before {
  border: none;
}
ul.breadcrumb-3 li:last-child a {
  padding-right: 15px;
  border-radius: 0 4px 4px 0;
}
ul.breadcrumb-3 li:last-child a:after {
  border: none;
}
ul.breadcrumb-3 li a:before, 
ul.breadcrumb-3 li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #60636b;
  border-width: 15px 10px;
  width: 0;
  height: 0;
  transition: all 0.3s;    
}
ul.breadcrumb-3 li a:before {
  left: -20px;
  border-left-color: transparent;
}
ul.breadcrumb-3 li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #60636b;
}
ul.breadcrumb-3 li a:hover {
  background-color: #cecfd0;
  color: #000;
}
ul.breadcrumb-3 li a:hover:before {
  border-color: #cecfd0;
  border-left-color: transparent;
}
ul.breadcrumb-3 li a:hover:after {
  border-left-color: #cecfd0;
}

input[type=text]::placeholder, input[type=number]::placeholder {
    font-size: 13px;
    color: #dfdfdf;
}

textarea::placeholder {
    font-size: 13px;
    color: #dfdfdf;
}








.row .col.s12{width:100%;margin-left:auto;left:auto;right:auto;}


/*.row .col.m3{width:20%;margin-left:auto;left:auto;right:auto}*/


.row .col.offset-m3{margin-left:25%}
.row .col.pull-m3{right:25%}
.row .col.push-m3{left:25%}
.card,.btn,.btn-large,.btn-floating{-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2)}

.card{position:relative;margin-top:15px;background-color:#fff;-webkit-transition:-webkit-box-shadow .25s;transition:-webkit-box-shadow .25s;transition:box-shadow .25s;transition:box-shadow .25s, -webkit-box-shadow .25s;border-radius:2px}
.card .card-title{font-size:24px;font-weight:300}
.card .card-title.activator{cursor:pointer}

.card .card-image{position:relative; }
.card .card-image img{display:block;border-radius:2px 2px 0 0;position:relative;left:0%;right:0%;top:0;bottom:0;height:80px;height:80px;background-color:#000;}
.card .card-image .card-title{color:#fff;position:absolute;bottom:0;left:0;max-width:100%;padding:24px}
.card .card-content{padding:24px;border-radius:0 0 2px 2px}
.card .card-content p{margin:0}
.card .card-content .card-title{display:block;line-height:32px;margin-bottom:8px}
.card .card-content .card-title i{line-height:32px}
.card .card-action{background-color:inherit;border-top:1px solid rgba(160,160,160,0.2);position:relative;padding:16px 24px}
.card .card-action:last-child{border-radius:0 0 2px 2px}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating){color:#f70017;margin-right:24px;-webkit-transition:color .3s ease;transition:color .3s ease;text-transform:uppercase}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover{color:#bf0a06}

.row{margin-left:auto;margin-right:auto;max-width:95%;}
.row:after{content:"";display:table;clear:both}
.row .col{float:left;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:1px}
.row .col[class*="push-"],.row .col[class*="pull-"]{position:relative}
a{text-decoration:none}
html{line-height:1.5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:normal;color:rgba(0,0,0,0.87)}
@media only screen and (min-width:100%){html{font-size:15px}}


.btn,.btn-large,.btn-small{text-decoration:none;color:#fff;background-color:#60636b;text-align:center;letter-spacing:.5px;-webkit-transition:background-color .2s ease-out;transition:background-color .2s ease-out;cursor:pointer}
.btn-floating{display:inline-block;color:#fff;position:relative;overflow:hidden;z-index:1;width:40px;height:40px;line-height:40px;padding:0;background-color:#60636b;border-radius:50%;-webkit-transition:background-color .3s;transition:background-color .3s;cursor:pointer;vertical-align:middle}
.btn-floating:hover{background-color:#60636b}
.btn-floating:before{border-radius:0}
.btn-floating.btn-large{width:36px;height:36px;padding:0}
.btn-floating.btn-large.halfway-fab{bottom:-17px}
.btn-floating.btn-large i{line-height:56px}
.btn-floating.btn-small{width:32.4px;height:32.4px}
.btn-floating.btn-small.halfway-fab{bottom:-16.2px}
.btn-floating.btn-small i{line-height:32.4px}
.btn-floating.halfway-fab{position:absolute;right:24px;bottom:-20px;z-index: 0;}
.btn-floating.halfway-fab.left{right:auto;left:24px}
.btn-floating i{width:inherit;display:inline-block;text-align:center;color:#fff;font-size:1.6rem;line-height:40px}
.btn-large{height:60px;line-height:40px;font-size:15px;padding:0 28px}
.btn-large i{font-size:1.6rem}

.btn-bank{position:absolute;left:95px;bottom:18px;z-index: 0;font-size:1.6rem;color:#03201f;}

.markers {
    margin: 0 0 0px 24px;
    padding: 0;
    list-style-type: square;

}
.markers li {
    margin: 7px 0;
}

.markers li span {
    color: #000;
}






.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;

}

.closebtn {
  margin-left: 15px;
  color: grey;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: white;
}

.alert-box {
  color:#555;
  border-radius:10px;
  font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    max-width: 95%;
    margin: 0 auto;
    background: #f5f5f5c7;
    padding: 10px 25px 10px 25px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 10px;
}
.alert-box span {

  font-weight:bold;
  text-transform:uppercase;
}
.errormsg {
  background:#ffecec url('/pluscashback/images/notification/error.png') no-repeat 10px 50%;
  border:1px solid #f5aca6;
}
.success {
  background:#e9ffd9 url('/pluscashback/images/notification/success.png') no-repeat 10px 50%;
  border:1px solid #a6ca8a;
}
.warning {
  background:#f5f2dd url('/pluscashback/images/notification/warning.png') no-repeat 10px 50%;
  border:1px solid #b9b280;
  vertical-align: top;
  font-size: 12px;
}
.notice {
  background:#e3f7fc url('/pluscashback/images/notification/notice.png') no-repeat 10px 50%;
  border:1px solid #8ed9f6;
}

.dashboard {
  background:#f4f2eb url('/pluscashback/images/notification/dashboard.png') no-repeat 10px 50%;
  border:1px solid #b3ae86;
}



  
form {
  position: relative;
  width: 95%;
  margin: 0 auto;
    margin-top: 5px;


}
.d1 input {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  background: #f6f6f6;
  color: #36383f;
}
.d1 button {
  position: absolute; 
  top: 0;
  right: 0px;
  width: 42px;
  height: 42px;
  border: none;
  background: #60636b;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.d1 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #f5f2dd;
}




.tbl-color { border-collapse: collapse; width: 100%; }

.tbl-color td, .tbl-color th {
  border-top: 1px solid #ddd;
  padding: 5px;
  text-align: left;
  font-size: 13px;
}

.tbl-color th {
  background-color: #60636b;
  color: white;  
}

.tbl-color tr:hover {
  background-color: #e5e3ff;

}



.form_toggle {
    display: inline-block;
    overflow: hidden;
}
.form_toggle-item {
    float: left;
    display: inline-block;
}
.form_toggle-item input[type=radio] {
    display: none;
}
.form_toggle-item label {
    display: inline-block;
    padding: 0px 15px;   
    line-height: 34px;    
    border: 1px solid #999;
    border-right: none;
    cursor: pointer;
    user-select: none;   
}
 
.form_toggle .item-1 label {
    border-radius: 6px 0 0 6px;
}
.form_toggle .item-2 label {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #999;
}
 
/* Checked */
.form_toggle .item-1 input[type=radio]:checked + label {
    background: #cecfd0;
}
.form_toggle .item-2 input[type=radio]:checked + label {
    background: #cecfd0;
}



.tab {
  display: none;
}


.header-users {
  background-color: #36383f;
  color: white;
  font-size: 1.2em;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.table-users img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.table-users {
  border: 1px solid #36383f;
  border-radius: 10px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  max-width: calc(100%);
  overflow: hidden;
  width: 100%;
}

table {
  width: 100%;

}



.table-users table td, table th {
  color: #042124;
  padding: 5px;

}
.table-users table td {
  text-align: left;
  vertical-align: middle;
}
.table-users table td:last-child {
  font-size: 1.95em;
  line-height: 1.4;
  text-align: center;
}
.table-users table th {
  background-color: #e3f7fc;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
font-weight: bold;
}
.table-users table tr:nth-child(2n) {
  background-color: white;
}
.table-users table tr:nth-child(2n+1) {
  background-color: #e3f7fc;

}



[data-ml-modal] {
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  z-index:999;
  width:0;
  height:0;
  opacity:0;
}
[data-ml-modal]:target {
  width:auto;
  height:auto;
  opacity:1;
  -webkit-transition:  opacity 1s ease;
  transition: opacity 1s ease;
}
[data-ml-modal]:target .modal-overlay {
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  cursor:pointer;
  background-color:#000;
  background-color:rgba(0, 0, 0, 0.7);
  z-index:1;
}
[data-ml-modal] .modal-dialog {
  border-radius:6px;
  box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  position:relative;
  width: 90%;
  max-width:660px;
  max-height:90%;
  margin:10% auto;
  overflow-x:hidden;
  overflow-y:auto;
  z-index:2;
}
.modal-dialog-lg {max-width:820px !important;}

[data-ml-modal] .modal-dialog > h3 {
  background-color:#eee;
  border-bottom:1px solid #b3b3b3;
  font-size:24px;
  font-weight: 400;
  margin:0;
  padding:0.4em 56px .4em 27px; 
}
[data-ml-modal] .modal-content {background:#fff; padding:15px 27px;}
[data-ml-modal] .modal-close {
    position:absolute;
  top:13px;
  right:13px;
  color:#0085a6;
  background-color:#fff;
  border-radius:50%;
  height:30px;
  width:30px;
  font-size:25px;
  line-height:32px;
  text-align:center;
  -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
[data-ml-modal] .modal-close:hover {background-color:#0085a6; color:#fff; cursor:pointer;}
[data-ml-modal] p:first-child, [data-ml-modal] p:last-child {margin:0;}
@media (max-width:767px) {
  [data-ml-modal] .modal-dialog {margin:20% auto;}
}
/* End Modals ------------------------------*/

/* General*/


.center {text-align:center !important;}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    white-space: normal;
    padding: 3px 14px;
    font-size: 16px;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a.btn-default:hover {background-color:#0085a6; color:#fff;}
pre {overflow:auto;font-size:1em;}






.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.article-wrapper {
      width: 638px;
      padding: 20px;
      outline: 1px solid #ccc;
      margin: 0 auto;
    }


    #feedback-form input[type="text"], #feedback-form textarea
    {
      padding: 7px 10px;
      width: 100%;
      outline: none;
      border: 1px solid #ddd;
      border-radius: 3px;
    }

    #feedback-form textarea{
      resize: none;
     width: 100%;
      overflow-y: auto;
    }

    #feedback-form input[type="text"]:focus,
    #feedback-form textarea:focus{
      border: 1px solid #ccc;
    }

    #feedback-form #send{
      text-align: center;
    }

    #feedback-form .input-bloc{
      margin-bottom: 12px
    }

    #feedback-form .w1 label{
      display: inline-block;
      width: 40px;
    }

    #feedback-form .msg label{
      display: inline-block;
      margin-bottom: 6px;
    }

    .error-box{ font-size: 11px; margin-top: 5px; }

        details summary {
            display: inline-block; /* Ограничивает подчеркивание шириной текста */
            border-bottom: 1px dashed; /* Подчеркивание пунктиром */
            cursor: pointer; /* Изменение курсора при наведении */
        }



/* Начало слайдера*/

/******* Fonts Import Start **********/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/********* Fonts Face CSS End **********/

/******* Common Element CSS Start ******/


.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.clear {
  clear: both;
}
img {
  max-width: 100%;
  border: 0px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
a:focus,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #565964;
}
h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 36px;
}
button {
  outline: none !important;
}
/******* Common Element CSS End *********/

/* -------- title style ------- */
.line-title {
  position: relative;
  width: 400px;
}
.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}
.line-title::before {
  width: 100%;
  background: #f2f2f2;
}
.line-title::after {
  width: 32px;
  background: #e7a800;
}


.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.game-section .item {
  margin: 0 10px 30px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item.active {
  width: 500px;
  box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.25);
}
.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 30px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 32px;
  }
  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
     margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h2 {
    margin-bottom: 20px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 24px;
  }
  .line-title {
    width: 250px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 5px 15px 20px;
  }
  .game-section .item {
    margin: 0 10px 20px;
    width: 280px;
    height: 280px;
  }
  .game-section .item.active {
    width: 270px;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.25);
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

/* Конец слайдера*/




    .custom-select {

  
  padding-right: 35px;
  width: 100%;
  font-weight: bold; /* стандартное жирное начертание */
  font-size: 12px; /* стандартное жирное начертание */
  height: 32px;
  padding-left: 10px;
  padding-right: 30px; /* Место для стрелки */
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  background: #60636b;
  color: #f2f2f2;
  appearance: none; /* Убираем стандартную стрелку */
  -webkit-appearance: none; /* Для Safari */
  -moz-appearance: none; /* Для Firefox */
  
  /* Новая стрелка (один треугольник) */
  background-image: 
    linear-gradient(45deg, transparent 45%, #f2f2f2 45%),
    linear-gradient(-45deg, transparent 45%, #f2f2f2 45%);
  background-position: 
    calc(100% - 21px) 50%,
    calc(100% - 17px) 50%;
  background-size: 5px 5px;
  background-repeat: no-repeat;

}

/* Для IE */
.custom-select::-ms-expand {
  display: none;
}






/*
.post-wrap {
   max-width: 1120px;
   margin: 0 auto;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
.post-item {
   padding: 15px;
   cursor: pointer;
}
.post-item * {
   transition: .3s linear;
}
.item-content {
   background: #36383f;
   padding: 40px;
}
.item-icon {
   margin-bottom: 20px;
}
.item-icon:before {
   content: "";
   font-family: FontAwesome;
   color: #F09EA3;
   font-size: 50px;
   line-height: 1;
}
.item-icon.photo:before {
      display:block;
   width:64px;  width of image 
   height:64px;  height of image 
   background:url(/pluscashback/images/main/6.png) top left no-repeat;  sets image as background of span 
   text-indent:-999999px;  this hides the text so the image is not obstructed 
}
.item-icon.video:before {
      display:block;
   width:64px;  width of image 
   height:64px;  height of image 
   background:url(/pluscashback/images/main/2.png) top left no-repeat;  sets image as background of span 
   text-indent:-999999px;  this hides the text so the image is not obstructed 
}
.item-icon.gift:before {
      display:block;
   width:64px;  width of image 
   height:64px;  height of image 
   background:url(/pluscashback/images/main/3.png) top left no-repeat;  sets image as background of span 
   text-indent:-999999px;  this hides the text so the image is not obstructed 
}
.item-icon.group:before {
      display:block;
   width:64px;  width of image 
   height:64px;  height of image 
   background:url(/pluscashback/images/main/1.png) top left no-repeat;  sets image as background of span 
   text-indent:-999999px;  this hides the text so the image is not obstructed 
}
.item-icon.tree:before {
      display:block;
   width:64px;  width of image 
   height:64px;  height of image 
   background:url(/pluscashback/images/main/4.png) top left no-repeat;  sets image as background of span 
   text-indent:-999999px;  this hides the text so the image is not obstructed 
}
.item-icon.anchor:before {
      display:block;
   width:64px;  width of image 
   height:64px;  height of image 
   background:url(/pluscashback/images/main/5.png) top left no-repeat;  sets image as background of span 
   text-indent:-999999px;  this hides the text so the image is not obstructed 
}
.post-item:hover .item-icon, .post-item:hover .item-body h3, .post-item:hover .item-body p {
   transform: translateY(-8px);
}
.item-body {
   color: #ffffff;
   font-size: 14px;
}
.item-body h3 {
   font-weight: 500;
   margin-bottom: 15px;
   transition-delay: .05s;
}
.item-body p {
   transition-delay: .1s;
}
.item-footer {
   padding-top: 15px;
}
.link {
   text-decoration: none;
   display: inline-block;
   overflow: hidden;
   position: relative;
   padding-right: 30px;
   font-size: 12px;
   text-transform: uppercase;
   font-weight: 600;
   color: #d2aa3c;
}
.link:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   bottom: 0;
   height: .125rem;
   margin: auto;
   background: #d2aa3c;
   transform: scaleX(.2);
   transform-origin: left center;
   z-index: 0;
   transition: .6s cubic-bezier(.6, .01, 0, 1);
}
.link span {
   display: inline-block;
   position: relative;
   transform: translateX(-200%);
   transition: .6s cubic-bezier(.6, .01, 0, 1);
}
.post-item:hover .link span {
   transform: translateX(0%);
}
.post-item:hover .link:before {
   transform-origin: right center;
}
@media (min-width: 768px) {
   .post-item {
      flex-basis: 50%;
      flex-shrink: 0;
   }
}
@media (min-width: 960px) {
   .post-item {
      flex-basis: 33.333333333%;
   }
}*/



.card-container h3 {
  padding: 10px;
  font-size: 24px;
  color: #dedede; /* белый цвет текста */  
  background-color: #4e5058; /* синий фон */ 
  margin: 5; /* убираем внешние отступы */
  line-height: 1; /* уменьшаем межстрочный интервал */
}

.card-container .small-text {
    font-size: 8px;
    display: block; /* делает текст на новой строке */
    margin-top: 5px; /* убираем отступ сверху */
}

.card-container h6 {
  font-weight: bold;
  text-decoration: overline solid #c5f4ff;
  color: #c5f4ff;

  font-size: 12px;
  margin: 5px 0;
  text-transform: uppercase;
}

.skills ul
{
  color: black; /* белый цвет текста */
}

.cards-wrapper p {
  font-size: 12px;
  line-height: 21px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
    color: #ffffff; /* белый цвет текста */  

}

.cards-wrapper {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start; /* Это исправление */
}

.card-container {
  border-radius: 15px 15px 15px 15px; /* верх-лево, верх-право, низ-право, низ-лево */
  box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75);
  color: #d6d9e4;
  padding-top: 10px;
  position: relative;
  width: 350px;
  max-width: 95%;
  text-align: center;
  
  background-color: #60636b;
}

.card-container .pro {
  color: #36383f;
  background-color: #67ec0d;
  border-radius: 3px;
  font-size: 28px;
  font-weight: bold;
  padding: 2px 10px;
  position: absolute;
  top: 30px;
  right: 20px;  

}

.card-container .img {
  color: #36383f;
  padding: 2px 10px;
  position: absolute;
  top: 20px;
  left: 20px;  

}


.card-container .round {
  border: 1px solid #000000;
  border-radius: 50%;
  padding: 0px;
}

button.primary {
  background-color: #c1f2fe;
  border: 1px solid #c1f2fe;
  border-radius: 3px;
  color: #36383f;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  padding: 10px 25px;

}

button.primary.ghost {
  background-color: transparent;
  color: #c1f2fe;

}

.skills {
  text-align: left;
  padding: 5px 15px 5px 15px;
  margin-top: 10px;

    border-radius: 0 0 15px 15px; /* совпадает с скруглением card-container */


}

.skills ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.skills ul li {
  border: 1px solid #2D2747;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0 7px 7px 0;
  padding: 7px;
}

footer {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

footer p {
    margin: 10px 0;
}

footer i {
    color: red;
}

footer a {
    color: #3c97bf;
    text-decoration: none;
}

.button-link {
  text-decoration: none;
  display: inline-block;
}

.button-link button {
  cursor: pointer;
}

@media (max-width: 768px) {
  .card-container {
    width: 100%;
  }
}
