@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	color: #2a2a2a;
	background-color: #ffffff;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: circle;
	color: #33414d;
	line-height: 1.5;
	font-size: 15px;
	margin: 30px 0;
}

ul li {
	margin-left: 40px;
	margin-bottom: 20px;
}

ul li:last-child {
	margin-bottom: 0;
}

.a-link {
	color: #2395dc;
	text-decoration: none;
}

.a-link:hover {
	text-decoration: underline;
}

/* CONTAINER */
.container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 25px;
}
/* == .container */

/* HEADER */
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 3;
}

.header__flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}

.header__logo {
	flex: 0 0 135px;
	position: relative;
	z-index: 999;
}

.header__logo img {
	max-width: 100%;
	display: block;
}

.header__affbet {
	font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 8px;
    letter-spacing: .2px;
}
/* == .header */

/* NAVIGATION */
.navigation {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.navigation__link {
	margin-left: 20px;
	color: #1f1f1f;
	text-decoration: none;
	opacity: .75;
	transition: opacity .1s linear;
	position: relative;
	z-index: 999;
}

.navigation__link:hover {
	opacity: 1;
}
/* == .navigation */

/* INTRO */
.intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 700px;
	background-color: #057de8;
	margin-top: 102px;
}

.intro__inner {
	max-width: 100%;
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

.intro__title h1 {
	font-size: 62px;
	line-height: 1.2;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.intro__subtitle {
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
}
/* == .intro */

/* INTRO-FUL-PAGE */
.intro-full-page {
	height: auto;
	background-color: #057de8;
	margin-top: 102px;
	padding: 80px 0;
}

.intro-full-page__inner {
	max-width: 100%;
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

.intro-full-page__title h1 {
	font-size: 50px;
	line-height: 1.2;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}
/* == .intro-full-page */

/* SECTION */
.section {
	padding: 100px 0;
	background-color: #e9eef3;
}

.section__flex {
	display: flex;flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 25px;
	row-gap: 25px;
}

.section__item {
	display: flex;
	width: 31%;
	border: 1px solid #dce4ea;
}

.section__icon {
	flex: 0 0 80px;
	background-color: #ffffff;
	padding: 20px;
	font-size: 28px;
}

.section__icon img {
	max-width: 100%;
	display: block;
}

.section__inner {
	padding: 15px;
	background-color: #e9eef3;
}

.section__titile {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	color: #1f1f1f;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 12px;
	letter-spacing: .4px;
}

.section__subtitile {
	font-size: 14px;
	color: #374049;
	font-weight: 400;
	line-height: 1.4;
}
/* == .section */

/* BTN */
.btn {
	display: inline-block;
	vertical-align: top;
	padding: 12px 36px;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	transition: background .1s linear;
}

.btn--green {
	background-color: #00d363;
}

.btn--green:hover {
	background-color: #01c75e;
}

.btn--long {
	min-width: 240px;
}

.btn-2 {
	font-size: 13px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	padding: 8px 34px;
	border: 1px solid #ffffff;
	border-radius: 50px;
	text-decoration: none;
	margin: 0 auto;
	transition: .1s linear;
}

.btn-2:hover {
	color: #00d363;
	border: 1px solid #00d363;
}
/* == .btn */

/* MAIN - ARTICLE*/
.main {
	margin: 100px 0; 
}

.article {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #374049;
	line-height: 1.4;
}

.article h2 {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1f1f1f;
}

.article h2 span {
	color: #00D363;
}

.article h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #1f1f1f;
}

.article p {
	margin: 30px 0;
	letter-spacing: .2px;
}

.article p:last-child {
	margin-bottom: 0;
}

.article dl {
	margin: 0 0 40px 0;
}

.article dt {
	font-size: 16px;
	color: #001d38;
	font-weight: 500;
	margin-bottom: 10px;
}

.article dd {
	font-size: 15px;
	font-style: italic;
	margin-bottom: 15px;
}

.article dd:last-child {
	margin-bottom: 0;
}

.article__ul-bold {
	font-size: 16px;
	font-weight: 500;
	color: #1f1f1f;
	letter-spacing: .8px;
}

.article__karta-saita-bold {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.article__karta-saita {
	margin: 0;
}

.article__karta-saita li {
	margin-bottom: 10px;
}

.article__karta-saita li a {
	color: #1d8cd1;
	text-decoration: none;
}

.article__karta-saita li a:hover {
	text-decoration: underline;
}

.article__heading {
	font-size: 20px;
	font-weight: 300;
	color: #216e9e;
	letter-spacing: .8px;
}

.article__quote-wrapper {
	margin-bottom: 30px; 
	padding-left: 30px;
}

.article__quote {
	font-family: "Roboto", sans-serif;
	padding: 25px 75px 25px 35px;
	font-size: 16px;
	color: #556473;
	font-style: italic;
	border-left: 2px solid #637486;
	letter-spacing: .4;
}
/* == .main - article*/

/* ARTICLE - SOFT */
.article__soft {
	margin: 50px 0;
}
.article__soft-b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 25px;
    row-gap: 25px;
}

/* == .article - soft*/

/* SECTION - FLEX */
.section-flex {
	margin: 100px 0;
}

.section-flex__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-flex__item {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	color: #1f1f1f;
}
/* == .section - flex */

/* SECTION - TABLE */
.section-table {
	margin-top: 40px;
}
/* == .section - table */

/* SLOTS */
.slots {
	display: flex;
	flex-wrap: wrap;
}

.slots__item {
	width: 16.66667%;
	height: 210px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	overflow: hidden;
}

.slots__item:hover .slots__content {
	opacity: .9;
}

.slots__preview {
	width: 100%;
	height: 210px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.slots__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 29, 56, 8);
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 2;
	transition: opacity .1s linear;
}

.slots__title {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: .8px;
}

.slots__text {
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 20px;
}
/* == .slots */

/* SECTION - SLOTS */
.section-slots {
	padding: 100px 0;
	background-color: #e9eef3;
	text-align: center;
}

.section-slots__titile h2 {
	font-size: 26px;
	color: #1f1f1f;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.section-slots__subtitile {
	font-size: 15px;
	color: #374049;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.4;
	margin-bottom: 35px;
}

.section-slots__subtitile span {
	color: #00D363;
}
/* == .section - slots */

/* SECTION - FAQ */
.section-faq {
	margin-top: 100px;
}

.section-faq h2 {
	font-size: 26px;
	color: #1f1f1f;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.section-faq h2 span {
	color: #00d363;
}

.section-faq__item {
	margin: 0 0 20px 0;
	padding: 10px 0;
	border: 1px solid #e2e7ed;
}

.section-faq__item:last-child {
	margin-bottom: 0;
}

.section-faq__title {
	font-size: 15px;
	color: #1f1f1f;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	padding: 0 50px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.section-faq__title:before,
.section-faq__title:after {
	content: '';
	width: 8px;
	height: 1px;
	background-color: #2f353b;
	position: absolute;
	margin-left: 18px;
	top: 6px;
	transition: all .2s ease 0s;
}

.section-faq__title:before {
	transform: rotate(40deg);
	left: 0;
}

.section-faq__title:after {
	transform: rotate(-40deg);
	left: 6px;
}

.section-faq__title:before,
.section-faq__title:after {
	background-color: #00d363;
}

.section-faq__title.active:before {
	transform: rotate(-40deg);
}

.section-faq__title.active:after {
	transform: rotate(40deg);
}

.section-faq__subtitle {
	display: none;
	font-size: 14px;
	color: #374049;
	line-height: 1.4;
	padding: 20px;
}
/* == .section - faq */

/* FOOTER */
.footer {
	margin-top: 100px;
	background-color: #001d38;
	border-top: 6px solid #183855;
}

.footer__dop-menu {
	display: flex;
	flex-wrap: wrap;
	padding: 25px 0;
	border-bottom: 1px solid #142e46;
}

.footer__dop-menu-link {
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	margin-right: 30px;
	opacity: .80;
	letter-spacing: .8px;
}

.footer__dop-menu-link:hover {
	opacity: 1;
}

.footer__dop-menu-link:last-child {
	margin-right: 0;
}


.footer__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 80px;
	padding-bottom: 80px;
}

.footer__info {
	width: 25%;
	padding-right: 25px;
}

.footer__logo {
	font-size: 34px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	opacity: .90;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.footer__logo span {
	color: #00d363;
}

.footer__sibtitle {
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
	line-height: 1.4;
	opacity: .80;
	letter-spacing: .6px;
}

.footer__sibtitle span {
	color: #00d363;
	font-weight: 500;
}

.footer__navigation {
	width: 25%;
	display: flex;
	flex-direction: column;
	padding: 0 25px;
}

.footer__navigation:last-child {
	padding-left: 0;
}

.footer__navigation__nav {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	opacity: .90;
	margin-bottom: 25px;
}

.footer__navigation a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	margin-bottom: 10px;
	opacity: .80;
	transition: opacity .1s linear;
}

.footer__navigation a:hover {
	opacity: 1;
}

.footer__navigation a:last-child {
	margin-bottom: 0;
}

.footer__copyright {
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	font-weight: 300;
	line-height: 1.4;
	padding: 25px 15px;
	background-color: #00182f;
	opacity: .80;
}
/* == .footer */


/* MEDIA 1024
==================== */
@media (max-width: 1024px) {

	/* SLOTS */
	.slots__item {
		width: 25%;
	}
	/* == .slots */
}


/* MEDIA MOBILE
==================== */
@media (max-width: 768px) {

	/* BODY */
	body.lock {
		overflow: hidden;
	}
	/* == body */

	/* HEADER */
	.header__flex {
		padding: 20px 0;
	}

	.header__logo {
		flex: 0 0 120px;
	}

	.header__affbet {
		font-size: 10px;
	}
	/* == .header */

	/* MOBILE - M */
	.mobile-m {
		display: block;
		position: relative;
		width: 30px;
		height: 20px;
		z-index: 3;
	}

	.mobile-m:before,
	.mobile-m:after {
		content: '';
		background-color: #1f1f1f;
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		transition: all .3s ease 0s;
	}

	.mobile-m:before {
		top: 0;
	}

	.mobile-m:after {
		bottom: 0;
	}

	.mobile-m.active span {
		transform: scale(0);
	}

	.mobile-m.active:before {
		transform: rotate(45deg);
		top: 9px;
	}

	.mobile-m.active:after {
		transform: rotate(-45deg);
		bottom: 9px;
	}

	.mobile-m span {
		position: absolute;
		background-color: #1f1f1f;
		left: 0;
		width: 100%;
		height: 2px;
		top: 9px;
		transition: all .3s ease 0s;
	}
	/* == .mobile - m */

	/* NAVIGATION */
	.navigation {
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: #0683f2;
		padding: 90px 0;
		transition: all .3s ease 0s;
	}

	.navigation.active {
		top: 0;
	}

	.navigation__link {
		display: block;
		margin: 20px 10px 0 20px;
		color: #ffffff;
		opacity: .99;
	}
	/* == .navigation */

	/* INTRO */
	.intro {
		height: auto;
		padding: 120px 0;
		margin-top: 79px;
	}

	.intro__title h1 {
		font-size: 40px;
	}

	.intro__subtitle {
		font-size: 16px;
	}
	/* == .intro */

	/* INTRO-FUL-PAGE */
	.intro-full-page {
		padding: 60px 0;
		margin-top: 79px;
	}

	.intro-full-page__title h1 {
		font-size: 38px;
	}
	/* == .intro-full-page */

	/* SECTION */
	.section {
		padding: 60px 0;
	}

	.section__item {
		width: 48%;
	}
	/* == .section */

	/* MAIN */
	.main {
		margin: 60px 0
	}

	.article h2, 
	.article h3, h4, h5, h6 {
		font-size: 18px;
	}
	/* == .main */

	/* SLOTS */
	.slots__item {
		width: 33.33333%;
	}

	.slots {
		margin-top: 60px;
	}
	/* == .slots */

	/* SECTION - SLOTS */
	.section-slots {
		padding: 60px 0;
		background-color: #eaf0f6;
	}

	.section-slots__titile h2 {
		font-size: 22px;
	}

	.section-slots__subtitile {
		font-size: 13px;
	}
	/* == .section-slots */

	/* SECTION - FAQ */
	.section-faq {
		margin: 60px 0;
	}

	.section-faq h2 {
		font-size: 24px;
	}
	/* == .section - faq */

	/* FOOTER */
	.footer {}

	.footer__inner {
		padding-bottom: 60px;
		row-gap: 50px;
	}

	.footer__info {
		width: 40%;
	}

	.footer__logo {
		font-size: 28px;
	}

	.footer__navigation {
		width: 25%;
	}
	/* == .footer */
}

@media (max-width: 425px) {

	/* INTRO */
	.intro {
		height: auto;
		padding: 70px 0;
	}

	.intro__title h1 {
		font-size: 26px;
	}

	.intro__subtitle {
		font-size: 16px;
	}
	/* == .intro */

	/* INTRO-FUL-PAGE */
	.intro-full-page {
		padding: 40px 0;
	}

	.intro-full-page__title h1 {
		font-size: 24px;
	}
	/* == .intro-full-page */

	/* SECTION */
	.section {
		padding: 40px 0;
	}

	.section__item {
		width: 100%;
	}
	/* == .section */

	/* MAIN */
	.main {
		margin: 40px 0
	}

	.article h3, h4, h5, h6 {
		font-size: 18px;
	}
	/* == .main */

	/* SLOTS */
	.slots__item {
		width: 75%;
		margin: 0 auto;
	}

	.slots {
		margin: 40px 0;
	}
	/* == .slots */

	/* SECTION - SLOTS */
	.section-slots {
		padding: 40px 0;
	}

	.section-slots__titile h2 {
		font-size: 20px;
	}

	.section-slots__subtitile {
		font-size: 12px;
	}
	/* == .section-slots */

	/* SECTION - FAQ */
	.section-faq {
		margin: 40px 0;
	}
	/* == .section - faq */

	/* FOOTER */
	.footer {}

	.footer__inner {
		padding-bottom: 40px;
		row-gap: 50px;
	}

	.footer__info {
		width: 100%;
	}

	.footer__navigation {
		padding-left: 0;
	}

	.footer__logo {
		font-size: 28px;
	}

	.footer__navigation {
		width: 100%;
	}
	/* == .footer */
}

@media (max-width: 375px) {

	/* INTRO-FUL-PAGE */
	.intro-full-page__title h1 {
		font-size: 18px;
	}
	/* == .intro-full-page */

	/* SLOTS */
	.slots__item {
		width: 85%;
	}
}


