body {
    color: rgba(94, 86, 76, 1);
    background-color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
img {
    max-width: 100%;
}
a {
}
a:hover {
    text-decoration: inherit;
}
header {
    margin-bottom: 10px;
	padding: 5px 0;
	background-color: #000;
}
h1,
.h1,
h2,
.h2,
h3,
.h2,
h4,
.h2,
h5,
.h2,
h6,
.h2 {
    font-weight: bold;
    color: #f9cb7c;
    text-transform: uppercase;
}
header .socials {
    margin-right: 18px;
    margin-left: 18px;
}
header .socials a {
    margin: 0 3px;
}

header .menu a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #5e564c;
    transition: all 0.2s ease-out;
    margin-right: 18px;
}
header .menu a:hover,
header .menu a.active {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 16px;
    color: #fcb602;
}
.main-block {
    background: #0f1723;
    border-radius: 8px;
    padding: 70px 40px 110px 40px;
    text-align: center;
    transition: all 0.2s ease-out;
	height: calc(100vh - 184px);
	
}

.main-block .img {
    width: 242px;
    height: 242px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	margin: 0 auto 80px auto;
}
.main-block .img svg path {
    fill: #5e564c;
    transition: all 0.2s ease-out;
}
.main-block:hover .img svg path {
    fill: #f9cb7c;
}

.main-block h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    color: #5e564c;
    margin-bottom: 30px;
    position: relative;
	transition: all 0.2s ease-out;
}
.main-block h3 > span {
    position: absolute;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;

    text-transform: uppercase;

    color: #37332e;
    width: 100%;
    left: 0px;
    bottom: -18px;
}

.main-block h1 {
    font-weight: 900;
    font-size: 48px;
    line-height: 59px;
    transition: all 0.2s ease-out;
    /* identical to box height */

    color: #5e564c;
}
.main-block p {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    transition: all 0.2s ease-out;
    color: #5e564c;
}
.main-block:hover {
    box-shadow: 0px 0px 40px rgba(252, 182, 2, 0.4);
}

.main-block:hover h1 {
    color: #f9cb7c;
}
.main-block:hover p {
    color: #facc7d;
}
.main-block.optimal:hover h3{
	color: #00FF94;
}
.main-block.only-pro:hover h3{
	color: #FF0083;
}

@media (max-width: 992px) {
    .main-block {
        margin-bottom: 60px;
        padding: 90px 10px 40px 10px;
		height: auto;
    }
    .main-block .img {
        margin: 0 auto 80px auto;
    }
    .main-block h1 {
        color: #f9cb7c;
    }
    .main-block p {
        color: #facc7d;
    }
    .main-block .img svg path {
        fill: #f9cb7c;
    }
	.main-block.optimal h3{
	color: #00FF94;
	}
	.main-block.only-pro h3{
		color: #FF0083;
	}
}

footer {
    background: #0f1723;
    margin-top: 20px;
    padding: 15px 0;
}

footer .footer-menu a {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    /* identical to box height */

    transition: all 0.2s ease-out;
    color: #5e564c;
    margin: 0 10px;
}
footer .footer-menu a:hover,
footer .footer-menu a.active {
    color: #f9cb7c;
}
footer .partners {
    text-align: right;
}
footer .partners p {
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;

    color: #5e564c;
    margin-bottom: 0;
}
footer .partners img {
    margin: 0 5px;
}

@media (max-width: 992px) {
    footer {
        text-align: center;
    }
    footer .footer-menu {
        margin-top: 18px;
    }
    footer .partners {
        text-align: center;
        margin-top: 20px;
    }
}

.page-promo {
    background: #0f1723;
    border-radius: 8px;
    padding: 3%;
    border: 1px solid #f9cb7c61;
}
@media (max-width: 768px) {
    .page-promo {
        padding: 40px 15px;
    }
}
.page-promo h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 59px;
    /* identical to box height */

    color: #f9cb7c;
}
.page-promo p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-top: 22px;
    color: #a6adba;
}
.page-promo .nav-pills .nav-link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    padding: 0;
    margin-right: 50px;
    position: relative;
    color: #5e564c;
    transition: all 0.2s ease-out;
    margin-bottom: 20px;
}
.page-promo .nav-pills {
    margin-top: 55px;
}
.page-promo .nav-pills .nav-link.active {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */

    color: #f9cb7c;
    background-color: transparent;
}
.page-promo .nav-pills .nav-link.active::before {
    content: "";
    width: 30px;
    height: 3px;
    border: 2px solid #f9cb7c;
    box-shadow: 0px 2px 5px rgba(252, 182, 2, 0.7);
    position: absolute;
    left: 0px;
    bottom: -8px;
    border-radius: 2px;
}
.content-block {
    background: #0f1723;
    border-radius: 8px;
    padding: 3%;
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px) {
    .content-block {
        padding: 40px 15px;
    }
}
.content-block h5 {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #f9cb7c;
    font-weight: bold;
    margin-bottom: 0;
}
.content-block p {
    font-size: 14px;
    line-height: 17px;
}
.content-block .buttons .btn {
    margin-bottom: 20px;
}
.warn {
    color: #f9cb7c;
    font-weight: bold;
    font-size: 120%;
}

.btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    padding: 18px 32px;
    background-color: transparent;

    box-sizing: border-box;
    border-radius: 20px;
    cursor: pointer;
    color: #f9cb7c;
    border: 1px solid #f9cb7c;
    transition: all 0.2s ease-out;
}
.btn:hover,
.btn.active {
    background: #f9cb7c;
    border: 1px solid #f9cb7c;
    box-shadow: 0px 0px 5px #fcb602;
    color: black;
}
.btn-#f7c876 {
    color: #f9cb7c;
    border: 1px solid #f9cb7c;
}
.btn-gray {
    color: #5e564c;
    border: 1px solid #5e564c;
}

.zapolnenie {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #0f1723;
    transition: all 0.2s ease-out;
    left: 0px;
}
.zapolnenie.active {
    opacity: 1;
    visibility: visible;
}

.content-block .percent {
    position: absolute;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 59px;
    /* identical to box height */

    color: #f9cb7c;
    top: 0px;
    right: 15px;
}

.content-block .link-mon {
    position: absolute;
    bottom: -20px;
    right: 15px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #facc7d;
}
.content-block .link-mon a {
    color: #fcb602;
}
.grafik {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.full-zap {
    padding: 20px 40px 30px 40px;
}
@media (max-width: 768px) {
    .full-zap {
        padding: 40px 15px;
    }
}
[data-tab-close] {
    cursor: pointer;
    transition: all 0.2s ease-out;
}
[data-tab-close] svg {
    transition: all 0.2s ease-out;
    fill: #5e563e;
}
[data-tab-close]:hover {
    color: #fcb602;
}
[data-tab-close]:hover svg {
    fill: #fcb602;
}

.form-control {
    background-color: transparent !important;
    border-style: solid;
    border-width: 0 0 1px 0px;
    border-radius: 0;
    border-color: #5e564c;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    color: #f9cb7c;
    box-shadow: none !important;
    position: relative;
}
.form-group {
    position: relative;
}
.form-control:focus {
    border-color: #fcb602;
    color: #f9cb7c;
}
input[type='text'].form-control + label,
input[type='password'].form-control + label,
input[type='date'].form-control + label,
textarea.form-control + label {
    position: absolute;
    top: 0px;
    line-height: 35px;
    left: 0.75rem;
    font-weight: 900;
    font-size: 14px;
    transition: all 0.2s ease-out;

    /* identical to box height */

    color: #432d0b;
}

input[type='text'].form-control:focus + label,
input[type='password'].form-control:focus + label,
input[type='date'].form-control + label,
textarea.form-control:focus + label,
.form-control + label.active {
    top: -5px !important;
    font-size: 10px !important;
    line-height: 10px !important;
}
[type="date"]{
	cursor: pointer;
}
[type="date"]::-webkit-calendar-picker-indicator {
  width: 100%;
  left: 0px;
  background-position: 100% 0;
  position: absolute;
  color: #fff;
} 
input[type='checkbox']{
	position: absolute;
	opacity: 0;
	z-index: -1;
}
input[type='checkbox']+label{
	padding-left: 30px;
    margin-bottom: 10px;
	display: block;
	cursor: pointer;
}
input[type='checkbox']+label::before{
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    border: 1px solid #f9cb7c;
    left: 0px;
    border-radius: 3px;
	 transition: all 0.2s ease-out;
}
input[type='checkbox']:checked+label::before{
	background-color: #fff8eb;cursor: pointer;
}


input[type='radio']{
	position: absolute;
	opacity: 0;
	z-index: -1;
}
input[type='radio']+label{
	padding-left: 30px;
    margin-bottom: 10px;
	display: block;
	cursor: pointer;
}
input[type='radio']+label::before{
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    border: 1px solid #f9cb7c;
    left: 0px;
    border-radius: 50%;
	 transition: all 0.2s ease-out;
}
input[type='radio']:checked+label::before{
	background-color: #fff8eb;cursor: pointer;
}
.nice-select {
    float: none;
	padding: 0px 12px;
	    line-height: 35px;
		height: 35px;
}
.content-block h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    position: relative;
    color: #f9cb7c;
    margin-bottom: 70px;
}
.content-block h3 > span {
    position: absolute;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #5e564c;
    width: 100%;
    left: 0px;
    top: 130%;
}

.card {
    background-color: transparent;
}
.card-header {
    padding: 0.75rem 0;
    border-bottom: 2px solid #5e564c;
    cursor: pointer;
    position: relative;
}
.cart-title {
    position: relative;
}
.cart-title::after {
    content: url(../img/arrow-#f7c876.png);
    position: absolute;
    right: 0px;
    bottom: -3px;
    transition: all 0.2s ease-out;
}
.cart-title[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
.card-body {
    padding: 0.75rem 0;
}

td {
    color: #facc7d;
    padding: 10px 15px;
}
th {
    padding: 10px 15px;
    background-color: rgb(242 168 49 / 10%);
    color: #f9cb7c;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(249 203 124);
}
header .menu-btn {
    margin-left: 25px;
    font-weight: bold;
    color: #f9cb7c;
}
.mobile-menu{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30px);
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 1030;
    background-color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 26px;
	transition: all 0.2s ease-out;
}

.mobile-menu.active{
	
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
.mobile-menu .links a{
	display: block;
	color: #f9cb7c;
	font-size: 26px;
	
}
.mobile-menu .close{
	    position: absolute;
    float: none;
	opacity: 1;
    right: 20px;
    top: 20px;
}
.mobile-menu .close svg{
	width: 32px;
	height: 32px;
	fill: silver;
}
