html {
  box-sizing: border-box;
  scroll-behavior: smooth; /* Я сделал плавный скролл в css а не в js */
}

*,
*::before,
*::after {
  box-sizing: inherit; 
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

:root {
  --color-element1: #FFCC66;
  --color-element2: #CC9933;
}



@font-face {
  font-family: 'Muller';
  src: local('Muller-Regular'), 
  url("../fonts/MullerRegular.woff2") format("woff2"),
  url("../fonts/MullerRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: local('Muller-Light'), 
  url("../fonts/MullerLight.woff2") format("woff2"),
  url("../fonts/MullerLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: local('Muller-Bold'), 
  url("../fonts/MullerBold.woff2") format("woff2"),
  url("../fonts/MullerBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  min-width: 1200px;
  font-family: 'Muller', sans-serif;
  font-weight: 400;
  background: white;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.flex {
  display: flex;
}

.container {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.heder {
  padding: 10px 30px 36px 0;
  padding-bottom: 0;
  justify-content: space-between;

  quotes: "« " " »";
  
  color: #1d1d1f;
}

.heder-title {
  flex-grow: 4;
  padding-top: 5px;
  font-family: 'Muller', sans-serif;
  font-weight: bold;
}

.heder-title-great {
    font-size: 1.5em
}

#address_office {
    margin-bottom: 5px;
}

.blok {
  display: block;
}

.heder-title-contakts {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.heder-nav {
  padding: 0;
  float: initial;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  max-height: 44px;
  background: rgba(0,0,0,0.8);
  backdrop-filter: saturate(180%) blur(20px);
}

.heder-nav-list {
  margin: 0;
  display: inline-block;
  padding: 5px 8px;
  z-index: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.heder-nav-list-item {
  letter-spacing: inherit;
  text-align: center;
  list-style: none;
  cursor: default;
  margin-right: 24px ;
  width: auto;
  display: inline-block;
  justify-content: space-between;
  user-select: none;
  padding: 0;
}

.heder-nav-list-item-input {
  width: 500px;
}

.heder-nav-list-item-a {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  color: #f5f5f7;
  white-space: nowrap;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);

}

.heder-nav-list-item-a:hover {
  color: #ffa500;

}

#span-input-search {

    background-color: #ffa500;
    color: black;
    border: none;
    width: 50px;
    height: 20px;
    margin-bottom: 2px;
}


.breadcrumb {
  color: #333;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 7px;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 0;
}

.breadcrumb-item {
  
  font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  list-style: none;
  list-style-type: none;
  text-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  box-sizing: border-box;
  background: 0 0;
  margin: 0;
  text-decoration: none;
  color: #cdcdcd;
}

.breadcrumb>li:after {
  content: ">";
  margin: 0;
  padding: 0 11px 3px;
  vertical-align: middle;
  color: #ddd;
  display: inline-block;
  position: static;
  background: 0 0;
  width: auto;
  height: auto;
}

.breadcrumb>li:last-child:after{
  content: "";
  margin: 0;
  padding: 0 11px;
  vertical-align: middle;
  color: #ddd;
  display: inline-block;
  position: static;
  background: 0 0;
  width: auto;
  height: auto;
}

.breadcrumb-item-a:hover {
  color: rgba(0,0,0,0.8);
}

main {
  margin-bottom: 20px;
}

.main-title {
  margin: 0 auto;
  padding: 0;
  color: rgba(0,0,0,0.8);
}

.main-content-top {
  display: flex;
}

.main-content-top-richt {
  display: flex;
  padding: 50px;
  flex-direction: column;
}

.main-content-top-price,
.main-content-top-srok,
.main-content-top-garantiya {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 800;
  color: #ffa500;
}



.main-content-top-left-list-img {
  display: flex;
  flex-wrap: wrap;
}

.footer {
  padding-top: 15px;
  background-color: rgba(0,0,0,0.5);
  min-height: 500px;
  margin-top: 30px;
  padding-left: 45px;
}

.footer-title {

    font-size: 22px;

}

.footer-rules {
    display: flex;
    text-align: justify;
}

.footer-rules-p {
    margin: 0px;
    margin-right: 10px;
    font-size: 16px;
}

.main-content-top-left {
  width: 50%;
}

.main-kat1-comteiner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:space-between;
  width: 200px;
  height: 300px;
  outline: 1px solid rgba(255,140,0,0.8);
  margin-right: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 5px;


}
.main-kat1-comteiner-item:hover {
  outline: 5px solid rgba(255,140,0,0.8);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.main-kat2-comteiner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:space-between;
  width: 200px;
  height: 200px;
  outline: 1px solid rgba(255,140,0,0.8);
  margin-right: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 5px;


}
.main-kat2-comteiner-item:hover {
  outline: 5px solid rgba(255,140,0,0.8);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.main-kat1-comteiner-item-text {
  display: block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.main-kat1-comteiner-span{
  font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  list-style: none;
  list-style-type: none;
  text-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  box-sizing: border-box;
  background: 0 0;
  margin: 0;
  text-decoration: none;
  color: #cdcdcd;
}

.main-kat1-comteiner {
  display: flex;
  flex-wrap: wrap;
  min-height: 500px;
}

.container-footer {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;

}

.container-footer-list {
  column-count: 2;
  font-size: 19px;
}


.all-cat-ul-ur4,
.all-cat-ul-ur3,
.all-cat-ul-ur2,
.all-cat-ul-ur1 {
  padding-left: 15px;
  font-size: 19px;
  transition: all .3s ease;
}

.all-cat-li-ur2:hover,
.all-cat-li-ur3:hover,
.all-cat-li-ur4:hover,
.all-cat-li-ur1:hover {
  color: #fff62e; /* Сделал ссылки другого цвета (жёлтый) */
  font-size: 19px;
  transition: all .3s ease;
}

.main-kat1-comteiner-item-img {
  width: 100;
  height: 100px;
  margin: 0 auto;
}

.kat-page {
  display: flex;
  align-items: center;
  list-style-type: none;
  flex-wrap: wrap;

}

.kat-page-item {
  margin-bottom: 20px;
  margin-left: 15px;
}

.kat-page-item-a {
  padding: 7px 9px;
  outline: 1px solid silver ;
  background-color: silver;
}

.kat-page-item-span {
  padding: 7px 9px;
  outline: 1px solid rgba(255,140,0,0.8);
  background-color: rgba(255,140,0,0.8);
}

.kat-page-item-a:hover {
  outline: 1px solid rgba(255,140,0,0.8);
  background-color: rgba(255,140,0,0.8);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadov-button-up {
  position: fixed;
  top: 80%;
  left: 20px;
  border-radius: 50%;
  background-color: silver;
  width: 70px;
  height: 70px;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

.shadov-button-up-span {
  margin: 0;
  font-size: 46px;
  padding: 0;
  margin-top: 5px;

}

.shadov-button-up:hover {
  outline: 1px solid rgba(255,140,0,0.8);
  background-color: rgba(255,140,0,0.8);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  opacity: 1;
  cursor: pointer
}

.tovar-prilojrnie:link {
  color: #497DDD; 
}
.tovar-prilojrnie:visited {
  color: #EF7D55;
}
.tovar-prilojrnie:hover {
  color: #154088; 
}
.tovar-prilojrnie:active {
  color: #497DDD; 
}

.tovar-prilojrnie:hover {
  text-decoration: underline;
}

.tovar-img-item {
  margin-right: 7px;
  padding: 0;
}


.tovar-img-item-img {
  outline: 1px solid rgba(0,0,0,0.25);
  cursor: pointer

}

.tovar-img-item:first-child > .tovar-img-item-img {
  outline: 2px solid green;

}

.button_search {
  position: relative;
  left: -70px;
  cursor: pointer;
  opacity: 0,8;
  background-color: #ffa500;
  font-weight: 600;
  padding-top: 2px;
  font-size: 12px;
  border-radius: 4px;
}

.button_search:hover {
  background-color: rgb(255, 136, 0);
}



.nav-result-search {
  width: 0;
  background-color: white;
  position: static;
  opacity: 1;
  z-index: 10;
  border: 1px solid rgba(0,0,0,0.8);
}

.shadov {
  position: relative;
}

.max-bar {
  max-height: 35px;
  position: relative;
  align-self: flex-start;
  padding: 5px;
}

.vir {
  align-items: center;
}

.nav-result-search-item {
  padding: 1px;
  
}

.nav-result-search-item:hover {
  background-color: #497DDD;
}

.nav-search-clear {
  position: relative;
  left: -70px;
  top: 2px;
  cursor: pointer;
  color: rgba(0,0,0,0.5);
  padding-top: 2px;
  font-size: 19px;
  font-weight: 700;
  transition: ease, .1s;

}
.nav-search-clear:hover {
  color: rgba(0,0,0,0.22);
}
.main-content-top-richt-botton {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    transition: background 0.5s ease;
    background: lightskyblue;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    text-align: center;
    padding-top: 18px;
    font-family: 'Muller', sans-serif;
    font-weight: 600;
}


.main-content-top-richt-botton:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    text-align: center;
    opacity: 1;
}

.main-content-top-richt-botton:active {
    color: black;

}

.main-content-top-richt-botton:hover:after {
    background-color: #04008a;
    color: black;
    transition: background 0.3s ease;

}

.main-content-top-richt-botton:active:after {
    background-color: transparent;
}


.main-content-top-richt-botton:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #4561ff;
    left: 0;
    top: 0;
    border-radius: 10px;
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}


.nav-count-prod-basket {
  display: none;
  color: white;
  width: 14px;
  height: 14px;
  font-size: 10px;
  background-color: red;
  padding: 2px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: -7px;
}
.nav-count-prod-basket:hover {
  color: white;
}

.shadov-menu-vibor-kol-prod {
  width: 500px;
  background-color: white;
  border: 1px solid #1d1d1f;
  padding: 10px;
  font-size: 20px;
  margin: 0 auto;
  z-index: 10;
}

.vkp-button-main-go,
.vkp-button-main-prod,
.vkp-button-main-otm {
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
	padding: 0 20px;
	margin: 0 15px 15px 0;
	outline: none;
	border: none;  
	border-radius: 4px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	background-color: #3775dd;
	box-shadow: 0 2px #21487f;
	cursor: pointer;
	user-select: none;
	appearance: none;
	touch-action: manipulation;  
	vertical-align: top;
}
.vkp-button-main-prod,
.vkp-button-main-go {
  background-color: #0766d8;
  color: white;

}

.vkp-button-main-otm {
  background-color: silver;
  color: black;
}

.vkp-button-main-go:hover ,
.vkp-button-main-prod:hover ,
.vkp-button-main-otm:hover {
	background-color: #002fed;
}
.vkp-button-main-go:active,
.vkp-button-main-prod:active ,
.vkp-button-main-otm:active {
	background-color: #2f599e !important;
}
.vkp-button-main-go:focus-visible,
.vkp-button-main-prod:focus-visible ,
.vkp-button-main-otm:focus-visible {
	box-shadow: 0 0 0 3px lightskyblue;
}

.shadov-menu-vibor-kol-prod {
  padding: 30px;
}

.vkp-input-inpur {
  width: 100%;
  font-size: 24px;
  color: rgba(0,0,0,0.8);
  margin-bottom: 25px;
}

.vkp-but-span {
  display: block;
  margin: 0 auto;
}
  
.shadov-ekran {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 9;
  display: none;

}

.shadov-ekran2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 12;
  display: none;

}

.shadov-ekran-menu-vibor-kol-prod {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  display: none;
  z-index: 11;
}

.basket-table {
  margin: 0 auto;
}

.basket-table-it-stolb6,
.basket-table-item,
.basket-table-schapka {
  display: flex;
  align-items: center;
  height: 100%;

}

.basket-table-it-stolb1,
.basket-table-schapka-stolb1 {
  width: 45%;

}
.basket-table-it-stolb2,
.basket-table-schapka-stolb2 {
  width: 11%;
  justify-content: space-between;
}

.basket-table-it-stolb3,
.basket-table-schapka-stolb3 {
  width: 5%;
  display: flex;
  justify-content: space-between;
  
}

.basket-table-it-stolb4,
.basket-table-schapka-stolb4 {
  width: 14%;
}


.basket-table-it-stolb5,
.basket-table-schapka-stolb5 {
  width: 14%;
}

.basket-table-it-stolb6,
.basket-table-schapka-stolb6 {
  width: 11%;
}

.basket-table-it-stolb6,
.basket-table-it-stolb1,
.basket-table-it-stolb2,
.basket-table-it-stolb3,
.basket-table-it-stolb4,
.basket-table-it-stolb5,
.basket-table-schapka-stolb1,
.basket-table-schapka-stolb2, 
.basket-table-schapka-stolb3, 
.basket-table-schapka-stolb4, 
.basket-table-schapka-stolb5,
.basket-table-schapka-stolb6 {
  display: flex;
  align-items: center;
  margin-left: 3px;
  margin-bottom: 3px;
  padding: 5px;
}

.basket-table-it-stolb1,
.basket-table-it-stolb2,
.basket-table-it-stolb3,
.basket-table-it-stolb4,
.basket-table-it-stolb5 {
  background-color:rgba(58,160,253,0.2);

}

.basket-table-it-stolb3,
.basket-table-it-stolb4,
.basket-table-it-stolb5 {
  display: flex;
  align-items: center;
}

.basket-table-schapka-stolb1,
.basket-table-schapka-stolb2,
.basket-table-schapka-stolb3,
.basket-table-schapka-stolb4,
.basket-table-schapka-stolb5  {
  background-color: darkgray;
}

.basket-table-it-stolb6-a,
.basket-table-it-stolb2-span,
.basket-table-schapka-stolb1-span,
.basket-table-schapka-stolb2-span,
.basket-table-schapka-stolb3-span,
.basket-table-schapka-stolb4-span,
.basket-table-schapka-stolb5-span,
.basket-table-span {
  display: block;
  margin: 0 auto;
  text-align: center;
}



.basket-table-it-stolb6-a {
  cursor: pointer;
  font-style: italic;
  color: #EF7D55;
}

.basket-table-it-stolb6-a:hover {
  color: red;
}

/* стили для блоа для итоговой суммы */
.basket-blok-itog-summa {
  
}

.basket-itogo{
  display: flex;
  justify-content: flex-end;

}

.basket-blok-itogo,
.basket-blok-nds,
.basket-blok-k-oplate {
  display: flex;
  justify-content: flex-end;

}

.basket-k-oplate-value-span,
.basket-k-oplate-discrip-span,
.basket-nds-value-span,
.basket-nds-discrip-span,
.basket-itogo-value-span,
.basket-itogo-discrip-span {
  display: block;
  margin: 0 auto;
}

.basket-nds-value ,
.basket-itogo-value ,
.basket-k-oplate-value {
  width: 15%;
}

.basket-k-oplate-value,
.basket-k-oplate-discrip,
.basket-nds-value,
.basket-nds-discrip,
.basket-itogo-value,
.basket-itogo-discrip {
  display: inline-block;
  text-align: right;

  margin-left: 3px;
  margin-bottom: 3px;
  padding: 5px;
}

.basket-k-oplate-value
{
  align-items:flex-end;
  
}

.shadov-ekran-menu-soglasie {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  display: none;
  z-index: 12;
}

.shadov-menu-soglasie {
  width: 85%;
  height: 85%;
  background-color: white;
  border: 1px solid #1d1d1f;
  padding: 30px;
  font-size: 20px;
  margin: 0 auto;
  z-index: 13;
  overflow: auto;
}

.basket_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 77%;
}

.basket-form-kontakt,
.basket-form-tel,
.basket-form-mail,
.basket-form-mes,
.basket-form-mes {
  display: inline-block;
  width: 70%;
}


.basket-form-mes-zag,
.basket-form-mail-zag,
.basket-form-tel-zag,
.basket-form-kontakt-zag {
  display: flex;
  padding: 5px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: flex-start;
}

.basket-form-mes-zag-span,
.basket-form-mail-zag-span,
.basket-form-tel-zag-span,
.basket-form-kontakt-zag-span {
  display: inline-block;
  width: 25%;
  text-align: end;
  margin-right: 10px;
}

.basket-form-sogl {
  display: block;
  padding-left: 15%;
  padding-top: 5px;
  color: #EF7D55;
  cursor: pointer;
  margin-bottom: 10px;

}

.basket-form-sogl:hover {
  color: #002fed;
  cursor: pointer;

}

.basket-form-otpr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.basket-form-otpr-span {
  display: inline-block;
  width: 40%;
  padding: 10px;
  cursor: pointer;
  background-color: #002fed;
  color: white;
  text-align: center;
  margin-bottom: 15px;
}

.shadov-ekran-menu-basket {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  display: none;
  z-index: 11;
  padding-top: 30px;
  top: -5px;
}

.basken {
  width: 1200px;
  height: 90%;
  background-color: white;
  overflow: auto;
  z-index: 12;

}

.basket-table-but {
  width: 30px;
  height: 30px;
}

.basket-form-tel-not-aval {
  animation: background 3s infinite alternate;
  
}

@keyframes background {
  10% {
    background: skyblue;
    box-shadow: 0 -100px 100px -100px red inset;
  }
}

.basket-form-mes-inrput {
  padding: 1px;
  width: 70%;
}

.basket-form-mes-file-div {
  padding-left: 26.3%;
}
.shema-ul {
  list-style-type:none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}

.shema-li {
  display: flex;
  width: 20%;
  height: 77px;
  outline: 1px solid Navyb;
  background-color: Navy;
  align-items: center;
  border-radius: 10px;
  margin: 0 auto;
}

.shema-li-span {
  display: inline-block;
  padding: 5px;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  color: white;
}

.shema-li-img {
  width: 42px;
  opacity: 0.5;
}

.nav-result-search-item-a {
  display: block;
  width: 100%;
  height: 25px;
  padding: 4px;

}

.main-title-nexst {
  margin-bottom: 500px;
}

.basket-select input {
  position: absolute;
  opacity: 0;
  сursor: pointer;
}

.basket-select label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  user-select: none;
}

.basket-select span {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #c9c9c9;
  border-radius: 50%;
}

.basket-select label input:checked ~ span {
  background-color: #fec901;
}


.basket-select span:after {
  content: "";
  position: absolute;
  display: none;
}

.basket-select label input:checked ~ span:after {
  display: block;
}


.basket-select label span:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* стили для формы оплаты картой от тинкова */
.payform-tbank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
}
.payform-tbank-row {
    margin: 2px;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #DFE3F3;
    padding: 15px;
    outline: none;
    background-color: #DFE3F3;
    font-size: 15px;
}
.payform-tbank-row:focus {
    background-color: #FFFFFF;
    border: 1px solid #616871;
    border-radius: 4px;
}
.payform-tbank-btn {
    background-color: #FBC520;
    border: 1px solid #FBC520;
    color: #3C2C0B;
}
.payform-tbank-btn:hover {
    background-color: #FAB619;
    border: 1px solid #FAB619;
}