@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

html body {
 	font-family: "Montserrat", "proxima-nova", "Lato", Helvetica, Arial, sans-serif !important;
}

/* Кнопки */

.btn, .f-btn {
 	transition: color .3s, background-color .3s;   
}

.btn:focus, .f-btn:focus {
 	outline: none !important;   
}

.btn.custom-btn,
.custom-btn .f-btn {
    border: none;
 	font-weight: 600;
    font-size: 20px !important;
    line-height: 24px;
	padding: 28px 20px!important;
    max-width: 435px;
    width: 100%;
}

.btn.custom-btn.btn-secondary,
.custom-btn.btn-secondary .f-btn {
	background-color: #FFC100 !important;
    color: #3F3F3F !important;
}

.btn.custom-btn.btn-secondary:hover,
.custom-btn.btn-secondary .f-btn:hover {
	background-color: #FFDD29 !important;
    color: #3F3F3F !important;
}

.btn.custom-btn.btn-default,
.custom-btn.btn-default .f-btn {
 	background-color: #00A7FF !important;
    color: white !important;
}

.btn.custom-btn.btn-default:hover,
.custom-btn.btn-default .f-btn:hover {
 	background-color: #50C3FF !important;
    color: white !important;
}

.bg-header {
 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='901' height='85' viewBox='0 0 901 85' fill='none'%3E%3Cg clip-path='url(%23clip0_18_73)'%3E%3Crect width='901' height='85' fill='url(%23paint0_linear_18_73)'/%3E%3Ccircle cx='831' cy='260' r='306' fill='white' fill-opacity='0.15'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_18_73' x1='0' y1='0' x2='177.245' y2='405.714' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232488FB'/%3E%3Cstop offset='0.391472' stop-color='%2300A7FF'/%3E%3Cstop offset='0.697917' stop-color='%2310ADFF'/%3E%3Cstop offset='1' stop-color='%232488FB'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_18_73'%3E%3Crect width='901' height='85' rx='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    color: white;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    padding: 25px 40px;
    margin: 30px 0 20px;
    text-transform: uppercase;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
}

.hidden.setting-editable {
 	display: block!important;
    opacity: .5;
}

.answers-list .main {
    font-weight: 300;
    font-size: 16px;
}

.custom-marquee-box {
	background-color: #fe9900;
	height: 55px;
	position: relative;
    overflow: hidden;
}

.custom-marquee-box a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.custom-marquee {
	border-top: 1px dashed #18712f;
	border-bottom: 1px dashed #18712f;
	background: url('https://fs.getcourse.ru/fileservice/file/download/a/11546/sc/425/h/e9ae76cc8bb3b103a02f4fdb5a6ee27e.png') repeat-x scroll 0 center rgb(255 255 0 / 45%);
	height: 55px;
	animation: custom-marquee 2000s linear infinite;
	width: 99999px;
	position: absolute;
	left: 0;
}

/* нижняя бегущая строка */
.custom-marquee-box.v2 .custom-marquee {
    background: url('https://fs.getcourse.ru/fileservice/file/download/a/11546/sc/275/h/453c171ae02d8f1fb60ef3625cfacc25.png') repeat-x scroll 0 center rgb(255 255 0 / 45%);
}

@keyframes custom-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@media (max-width: 575px) {
	.bg-header {
        font-size: 17px;
        line-height: 120%;
		padding: 20px 15px;
    }
    
    .btn.custom-btn, .custom-btn .f-btn {
     	padding: 15px !important;
        font-size: 16px !important;
    }
}