/*---------------
    Mobile styles
---------------*/
@media (max-width: 479px)
{
	img.img_mob {
	  display: block !important;
	}

	.img_bg_mob {
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		z-index: 0;
	}
}

/*---------------
    Main styles
---------------*/
@media (min-width: 480px)
{
	img.img_desk {
	  display: block !important;
	}
}

.img_bg {
	position: relative;
	width: 100%;
	height: auto;
	object-fit: cover;
	z-index: 0;
	max-width: 940px;
	margin: 0 auto;
}

a.dashed_link {
	color: #000;
	transition: .2s linear;
	text-decoration: none;
	border-bottom: 1px dashed currentColor;
}

a.dashed_link:hover {
	border-color: transparent;
}

:root
{
    --scroll_width: 17px;
    --font_family: 'FuturaPT', sans-serif;
}



.clear
{
    clear: both;
}


.left
{
    float: left;
}


.right
{
    float: right;
}


.rub
{
    font-family: 'PTRoubleSans';
    font-weight: normal !important;
    font-style: normal;
}

@font-face
{
    font-family: 'FuturaPT';
    font-weight: 300;
    font-style: normal;

    src: url('/local/templates/tsi/fonts/FuturaPT-Light.woff') format('woff'),
    url('../fonts/FuturaPT-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face
{
    font-family: 'FuturaPT';
    font-weight: 400;
    font-style: normal;

    src: url('/local/templates/tsi/fonts/FuturaPT-Book.woff') format('woff'),
    url('../fonts/FuturaPT-Book.ttf') format('truetype');
    font-display: swap;
}

@font-face
{
    font-family: 'FuturaPT';
    font-weight: 500;
    font-style: normal;

    src: url('/local/templates/tsi/fonts/FuturaPT-Medium.woff') format('woff'),
    url('../fonts/FuturaPT-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face
{
    font-family: 'FuturaPT';
    font-weight: 600;
    font-style: normal;

    src: url('/local/templates/tsi/fonts/FuturaPT-Demi.woff') format('woff'),
    url('../fonts/FuturaPT-Demi.ttf') format('truetype');
    font-display: swap;
}

@font-face
{
    font-family: 'FuturaPT';
    font-weight: 700;
    font-style: normal;

    src: url('/local/templates/tsi/fonts/FuturaPT-Bold.woff') format('woff'),
    url('../fonts/FuturaPT-Bold.ttf') format('truetype');
    font-display: swap;
}



html
{
    height: 100%;

    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #000;
    font: 18px var(--font_family);
	margin: 0;
    height: 100%;

    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}

.cont {

	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	padding-bottom: 120px;
	background-color: #f7f7f7;
}

.p_text {
	line-height: 25px;
	color: #000;
	--scroll_width: 17px;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	padding: 22px 0;
	margin: 0 0;
}

b {
	font-weight: 500;
}

.button {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.button a {
	color: #000;
	font-family: var(--font_family);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	height: 100%;
	line-height: 17px;
	padding: 20px 50px;
	cursor: pointer;
	transition: .2s linear;
	vertical-align: top;
	letter-spacing: .115em;
	text-transform: uppercase;
	border: none;
	background: #fff200;
	width: 200px;
	text-align: center;
}

.button a:hover {
  color: #fff;
  background: #3151a1;
}

.title {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: 31px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	align-items: flex-end;
	align-content: flex-end;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}

path {
	fill:#3151A1;
	transition: .2s linear;
}

a svg:hover path {
	fill:#000;
}