@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

@font-face {
  font-family: 'Proxima Nova Condensed';
  src:
    url('/fileservice/file/download/h/a539244f5f660b74c8c16d7e4c40df65.woff2/a/11546/sc/155') format('woff2'),
    url('/fileservice/file/download/h/5f0a204e64e236635dc14c6ba78ec68c.woff/a/11546/sc/191') format('woff'),
    url('/fileservice/file/download/h/37e6750b7de6c1e613ed0b86c1ba1a0a.ttf/a/11546/sc/271') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Condensed';
  src:
    url('/fileservice/file/download/h/57c7d9f805a1d7668cf4995d9b073f80.woff2/a/11546/sc/130') format('woff2'),
    url('/fileservice/file/download/h/3719fc9857fb51c3cec3988ceb11514f.woff/a/11546/sc/209') format('woff'),
    url('/fileservice/file/download/h/92421540414d78708d4b6dbe0bdd1924.ttf/a/11546/sc/43') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
    --title-color: #3C3C3C;
 	--text-color: #3B3B3B;
    --btn-color: var(--title-color);
    --btn-light-bg-color: #F5F5F5;
    --theme-color: #009BEC;
    --secondary-color: #FFE500;
    --grey-color: #636363;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

body.gc-user-logined .header-lt-block:not(.lt-editing) .btn-secondary {
 	  display: none;
}

b, strong {
 	font-weight: 600;   
}

img, video, iframe {
 	max-width: 100%;   
}

.flex-container .col-md-7 {
    flex: 0 1 58.33333333%;
}

.lt-block {
 	transition: background-color .3s, color .3s;   
}

.header-lt-block.fixed {
 	background-color: white;
}

/* Классы цветов */

.grey, .grey .f-text {
	color: var(--grey-color) !important;   
}

.large-w-block .lt-block-wrapper {
 	padding-left: 20px;
    padding-right: 20px;
}

.large-w-block .container,
.large-w-block .flex-container {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}

/* Заголовки */

.f-header- {
    color: var(--title-color);
	font-weight: 700;
	font-size: 42px;
	line-height: 120%;	
}

/* Текст */

.block-set,
.f-text {
 	font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}

.block-set {
    color: var(--text-color);     
}

.medium .f-text {
 	font-weight: 500;   
}

/* Кнопки */

/* Для MD кнопок */
.btn.f-btn.button-md {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 22px;
    padding: 20px 30px !important;
}

.f-btn {
 	transition: background-color .3s, border-color .3s, color .3s;   
}

/* Список с кастомными галочками*/

.check-list {
	list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.check-list > li {
    line-height: 22px;
 	position: relative;
    padding-left: 38px;
}

.check-list > li + li {
 	margin-top: 17px;    
}

.check-list > li::before {
 	background: url('https://fs.getcourse.ru/fileservice/file/download/a/11546/sc/469/h/8c5702834466d92226f748507db0a1a6.svg') no-repeat scroll 0 0 transparent;
    background-size: contain;
    border-radius: 100%;
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

/* Бешущая строка */

.marquee-block {
    background-color: var(--secondary-color);
 	height: 41px;

}

.marquee-block .marquee-line {
	background: url('https://fs.getcourse.ru/fileservice/file/download/a/11546/sc/167/h/b7089e473fae5c3b534e70699e4c8e17.svg') repeat-x scroll left center transparent;   
    height: 100%;
    animation: marquee 40s infinite linear;
}

/* Видео-обертка */

.videoWrapper {
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 4%;
    height: 0;
}

.videoWrapper iframe,
.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: !important;
}

.videoWrapper video {
    vertical-align: top;
    object-fit: cover;
}

.videoWrapper video:focus {
    outline: none !important;
}

/* Анимации */

@keyframes marquee {
    0% {
        background-position: 0;
        animation-timing-function: linear;
    }
    100% {
        background-position: -3523px;
    }
}

@media (max-width: 1279px) {
 	.block-set, .f-text {
     	font-size: 16px;
    }
}

@media (max-width: 1199px) {
 	.f-header- {
     	font-size: 28px;   
    }
}

@media (max-width: 767px) {
	.f-header- {
     	font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }
    
    .block-set,
	.f-text {
     	font-size: 14px;   
    }
    
    .check-list > li {
     	line-height: 1.2;   
    }
    
    .dropdown-menu>li>a {
     	white-space: normal;
        font-size: 14px !important;
    }
}

@media (max-width: 575px) {
    .flex-container,
    .container,
    .container-fluid {
		max-width: 350px !important;
		width: 100% !important;
	}   
}