body {
	background: rgb(255,255,255);
	background: linear-gradient(102deg, rgba(255,255,255,1) 0%, rgba(236,236,236,1) 100%);
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
}
.wrapper {
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 100vh;
}
body > .wrapper {
	display: flex;
	flex-direction: column;
}
.videoWrapper__container {
    margin: auto;
    max-width: 750px;
    padding-top: 50px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* HEADER */
#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 99px;
/*	line-height: 99px;*/
	background: #fff;
	width: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(102deg, rgba(255,255,255,1) 0%, rgba(236,236,236,1) 100%);
	box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.12);
}
#header .logo {
	width: 25%;
	background: rgb(66,94,149);
	background: linear-gradient(102deg, rgba(66,94,149,1) 0%, rgba(3,24,58,1) 100%);
	text-align: right;
/*	float: left;*/
}
#header .logo a {
	margin-right: 30px;
}
#header .logo img {
	width: 123px;
	height: 99px;
}
#header .navigation {
    flex-grow: 2;
}
#header > .auth {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
}
#header .navigation ul {
	list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-evenly;
}
#header .navigation ul li {
	display: initial;
/*    padding: 0px 0px 0px 45px;*/
    padding: 0px;
;
}
#header .navigation ul li.auth {
	display: none;
}
#header .navigation ul li a {
	font-size: 16px;
	color: #1A2942;
	text-decoration: none;
}
#header .navigation ul li a:hover {
	color: #425E95;
}
#header .navigation ul li a.active {
	font-weight: bold;
}
/*#header .auth {*/
/*	float: left;*/
/*    width: 45%;*/
/*    height: 99px;*/
/*	text-align: center;*/
/*}*/
#header .auth .login {
    font-weight: 500;
    font-size: 16px;
    background: #425E95;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 30px;
    margin: 15px;
	cursor: pointer;
	text-decoration: none;
}
#header .auth .login:hover {
	background: #03183A;
	color: #fff;
}
#mobileMenuBtn {
	width: 63px;
    height: 66px;
    background: #ECECEC;
    position: absolute;
    right: 0px;
	cursor: pointer;
	text-align: center;
	display: none;
}
#mobileMenuBtn img {
	width: 30px;
    height: 20px;
    position: relative;
    top: 25px;
}

/* FOOTER */
#footer {
	width: 100%;
	background: #03183A;
}
#footer .wrapper {
	min-height: unset;
    margin: 0 auto;
    width: 59.2%;
    padding: 50px 0px;
}
#footer .wrapper .row {
	width: 25%;
    margin: 0 auto;
    float: left;
}
#footer .wrapper .row.left .google_play {
	padding: 30px 0px;
}
#footer .wrapper .row.left .txt {
	font-size: 14px;
	color: #707070;
}
#footer .wrapper .row .link {
	padding-bottom: 20px;
}
#footer .wrapper .row .link {
	white-space: nowrap;	
}
#footer .wrapper .row .link,
#footer .wrapper .row .link a {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
#footer .wrapper .row .link.gray,
#footer .wrapper .row .link a:hover {
	color: #707070;
}

/* BODY CONTENT */
#content_wrapper {
	padding-bottom: 50px;
	flex-grow: 1;
	background: url('../img/lined_bg.svg');
	background-size: cover;
	padding-bottom: 50px;
	width: 100%;
}
#content_wrapper .content {
	margin: 0 auto;
	/*width: 59.2%;*/
	/*width: 62%;*/
	width: 64%;
}
div.section {
	position: relative;
    width: 100%;
    margin: 0 auto;
}
div.section h1,
div.section h2 {
	font-size: 32px;
	font-weight: bold;
	color: #1A2942;
	padding: 0;
	margin: 0;
	text-align: center;
}

/* MAIN PAGE */
.content.main .first_block {
	padding-top: 105px;
    text-align: right;
}
.content.main .first_block .img_block {
	float: left;
    width: 55%;
    /*position: absolute;
    top: 70px;
    left: -100px;*/
}
.content.main .first_block .img_block img {
	width: 100%;
    /*height: 450px;*/
}
.content.main .first_block .txt_block {
    float: right;
    width: 45%;
}
.content.main .first_block .txt_block p.title {
	font-size: 32px;
	font-weight: bold;
	color: #1A2942;
	line-height: 46px;
}
.content.main .first_block .txt_block p {
	line-height: 24px;
	font-size: 16px;
    color: #161C26;
}
.content.main .second_block {
	padding-top: 130px;
}
.content.main .third_block,
.content.main .fourth_block {
	padding-top: 130px;
}
.content.main .second_block p.common,
.content.main .third_block p.common {
	padding: 35px 0px;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	margin: 0;
}
.content.main .second_block p.common {
	padding-bottom: 70px;
    padding-top: 45px;
}
.content.main .third_block p.common {
	line-height: 24px;
}
.content.main .second_block .triple_row {
	position: relative;
	width: 100%;
}
.content.main .second_block .triple_row .dotted {
	background: url('../img/line-green-dotted.png');
	width: 60%;
    height: 1px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
	top: 22px;
    left: 0;
    right: 0;
	z-index: 1;
}
.content.main .second_block .triple_row .row {
	display: inline-grid;
    width: 33%;
    text-align: center;
}
.content.main .second_block .triple_row .row .icon {
	display: inline-block;
    position: relative;
    z-index: 2;
}
.content.main .second_block .triple_row .row .icon {
	width: auto;
	height: 52px;
}
.content.main .second_block .triple_row .row .icon img {
	width: 49px;
    height: 49px;
}
.content.main .second_block .triple_row .row .title {
	color: #1A2942;
    font-size: 18px;
    padding: 40px 0px 30px 0px;
    font-weight: bold;
}
.content.main .second_block .triple_row .row .txt {
	color: #161C26;
    font-size: 14px;
    line-height: 28px;
    width: 260px;
    margin: 0 auto;
}
.content.main .second_block .button_row {
	text-align: center;
	padding: 50px 0px 0px 0px;
}
.content.main .third_block .triple_row {
	position: relative;
	padding-top: 65px;
    width: 100%;
}
.content.main .third_block .triple_row .row {
    width: 25%;
    text-align: center;
	float: left;
}
.content.main .third_block .triple_row .row .title {
	color: #1A2942;
    font-size: 18px;
    padding: 40px 0px 30px 0px;
    font-weight: bold;
}
.content.main .third_block .triple_row .row .txt {
	color: #161C26;
    font-size: 14px;
    line-height: 28px;
    width: 260px;
    margin: 0 auto;
}
.content.main .third_block .triple_row .image {
	text-align: center;
    width: 49%;
	float: left;
	position: relative;
	top: 15px;
}
.content.main .third_block .triple_row .image img {
	width: 100%;
}
.content.main .third_block .triple_row .row .link {
	padding-top: 20px;
}
.content.main .fourth_block .left_block,
.content.main .fourth_block .right_block {
	padding-top: 60px;
	float: left;
	width: 33%;
}
.content.main .fourth_block .middle_block {
	float: left;
	text-align: center;
	width: 34%;
}
.content.main .fourth_block .left_block .title {
	font-size: 32px;
	font-weight: bold;
	line-height: 46px;
	color: #1A2942;
}
.content.main .fourth_block .left_block .txt {
	padding: 30px 0px;
	font-size: 16px;
	color: #161C26;
	line-height: 24px;
}
.content.main .fourth_block .left_block .mob_app {
	padding-top: 45px;
}
.content.main .fourth_block .right_block .row {
	padding-bottom: 20px;
	position: relative;
}
.content.main .fourth_block .right_block .row i {
	display: block;
    width: 32px;
    height: 32px;
    background: url(../img/orange_circle.png);
    position: absolute;
    top: 0px;
    left: -35px;
    background-size: contain;
}
.content.main .fourth_block .right_block .row .title {
	font-size: 18px;
	font-weight: bold;
	color: #1A2942;
	line-height: 28px;
	padding-bottom: 10px;
}
.content.main .fourth_block .right_block .row .txt {
	font-size: 16px;
	color: #161C26;
	line-height: 28px;
}
.content.main .fifth_block {
	padding: 50px 0px 30px 0px;
}
.content.main .fifth_block .title {
	font-size: 32px;
	font-weight: bold;
	color: #1A2942;
	padding-bottom: 40px;
}
.content.main .fifth_block .new_items {
	width: 100%;
    text-align: center;
}
.content.main .fifth_block .new_items .row {
	float: left;
    width: 31%;
    padding: 0px 20px 0px 0px;
}
.content.main .fifth_block .new_items .row .date {
	color: #92969C;
	font-size: 14px;
	padding-bottom: 20px;
	text-align: left;
}
.content.main .fifth_block .new_items .row .image {
	padding-bottom: 20px;
}
.content.main .fifth_block .new_items .row .image,
.content.main .fifth_block .new_items .row .image img {
	width: 100%;
}
.content.main .fifth_block .new_items .row .image img {
	height: 240px;
}
.content.main .fifth_block .new_items .row .title {
	font-size: 18px;
    font-weight: bold;
    color: #1A2942;
    text-align: left;
    padding-bottom: 20px;
}
.content.main .fifth_block .new_items .row .txt {
	font-size: 16px;
	color: #1A2942;
	text-align: left;
	padding-bottom: 30px;
}
.content.main .fifth_block .new_items .row .link {
	text-align: left;
}

/* PRICE PAGE */
.content.price .first_block,
.content.price .second_block, 
.content.price .third_block{
	padding-top: 50px;
    text-align: center;
}
.content.price .third_block {
	padding-bottom: 60px;
}
.content.price .third_block p.bottom_txt {
	text-align: left;
	font-size: 14px;
	color: #92969C;
	line-height: 28px;
	padding-top: 20px;
}
.content.price .second_block {
	text-align: left;
	padding-top: 100px;
}
.content.price h1,
.content.price h2 {
	text-align: left;
	padding: 0px 0px 50px 0px;
}
.content.price .second_block h2 {
	padding: 0px 0px 20px 0px;
}
.content.price .second_block p {
	line-height: 28px;
	font-size: 16px;
	color: #161C26;
	font-weight: 400;
}
.content.price .first_block .prices {
	width: 100%;
	margin: 0 auto;
}
.content.price .first_block .prices .row {
	width: 22%;
    float: left;
    background: #fff;
    margin-right: 30px;
	border: 1px solid #DFE0E2;
	border-radius: 6px;
}
.content.price .first_block .prices .row.constructor {
	background: none;
    border: none;
	margin-right: 0px;
}
.content.price .first_block .prices .row .title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0px;
	color: #1A2942;
}
.content.price .first_block .prices .row .gray_txt {
	font-size: 14px;
	color: #92969C;
	line-height: 28px;
}
.content.price .first_block .prices .row .price {
	padding: 30px 0px;
	color: #EBBF3E;
	font-size: 42px;
	font-weight: 500;
	position: relative;
	display: inline-block;
}
.content.price .first_block .prices .row .price i.currency,
.content.price .first_block .prices .row .price i.period {
	font-size: 14px;
	font-style: normal;
}
.content.price .first_block .prices .row .price i.currency {
	position: absolute;
    left: -20px;
	top: 30px;
}
.content.price .first_block .prices .row .year_price {
	font-size: 14px;
    color: #EBBF3E;
    display: inline-block;
    padding: 5px 35px;
    border: 1px solid #DFE0E2;
    position: relative;
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative;
	font-weight: 500;
	background: #fff;
}
.content.price .first_block .prices .row .year_price_sep {
	width: 100%;
    height: 1px;
    background: #DFE0E2;
    position: relative;
    top: 16px;
}
.content.price .first_block .prices .row .year_price i.question {
	display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    border: 1px solid #DFE0E2;
    border-radius: 30px;
    text-align: center;
    color: #DFE0E2;
    font-size: 12px;
    font-style: initial;
    top: -9px;
    right: -9px;
    background: #fff;
	cursor: pointer;
}
.content.price .first_block .prices .row ul {
	list-style: none;
}
.content.price .first_block .prices .row ul li::before {
	content: "\2022";
    color: #EBBF3E;
    font-weight: bold;
    display: inline-block;
    width: 24px;
    margin-left: -1em;
    font-size: 26px;
    position: relative;
    top: 2px;
    left: 4px;
}
.content.price .first_block .prices .row ul li {
	font-size: 14px;
	font-weight: 400;
	color: #1A2942;
	text-align: left;
	margin-bottom: 15px;
	padding-right: 5px;
}
.content.price .first_block .prices .link {
	padding: 30px 0px 40px 0px;
}
.content.price .first_block .prices .row.constructor .link {
	margin-top: 60px;
}
.content.price .first_block .prices .row.constructor .link span {
	display: block;
    color: #EBBF3E;
    font-size: 46px;
}
.content.price .first_block .row .separator {
	width: 100%;
	margin: 0 auto;
	height: 1px;
	background: #DFE0E2;
}
.content.price .third_block table {
	width: 100%;
	border-radius: 6px;
	background: #fff;
}
.content.price .third_block table,
.content.price .third_block table th,
.content.price .third_block table td {
	border: 1px solid #DFE0E2;
	border-collapse: collapse;
}
.content.price .third_block table tr:not(.header) td {
	border-right: 1px solid #DFE0E2;
    border-bottom: 1px solid #fff;
}
.content.price .third_block table tr.header {
	box-shadow: 0px -1px 18px 1px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0px -1px 18px 1px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px -1px 18px 1px rgba(0,0,0,0.12)
}
.content.price .third_block table tr.header td {
	padding: 30px;
	text-align: center;
}
.content.price .third_block table tr.header td .title {
	font-size: 18px;
	font-weight: bold;
	color: #1A2942;
}
.content.price .third_block table tr.header td .price {
	font-size: 18px;
    color: #DFE0E2;
    font-weight: 500;
    padding: 20px 0px;
}
.content.price .third_block table tr.header td .price span {
	font-size: 14px;
	font-weight: 400;
}
.content.price .third_block table tr td {
	text-align: center;
	padding: 20px 0px;
}
.content.price .third_block table tr td.txt-left {
	padding-left: 25px;
	font-size: 16px;
	color: #161C26;
}
.content.price .third_block table tr td span.dash {
	display: inline-block;
    width: 18px;
    height: 2px;
    background: #DFE0E2;
}
.content.price .third_block table tr.sep_row td {
	border: 1px solid #DFE0E2
}
.content.price .third_block table tr.sep_row td.title {
	text-align: center;
	font-size: 18px;
    font-weight: bold;
    color: #1A2942;
	border-right: 1px solid #fff;
	padding: 25px 0px;
}
.content.price .third_block table tr.last td {
	border: 1px solid #DFE0E2
}

/* SOLUTIONS */
.content.solutions .first_block,
.content.solutions .second_block {
	padding-top: 105px;
}
.content.solutions .first_block {
	width: 100%;
}
.content.solutions .first_block .row {
	padding-top: 90px;
}
.content.solutions .first_block .row .txt_block {
	float: right;
    width: 35%;
}
.content.solutions .first_block .row .txt_block .title {
	color: #1A2942;
	line-height: 28px;
	font-size: 18px;
	font-weight: bold;
}
.content.solutions .first_block .row .txt_block ul {
	list-style: none;
	padding: 20px 0px 0px 0px;
}
.content.solutions .first_block .row .txt_block ul li {
	font-size: 16px;
	font-weight: 400;
	color: #161C26;
	padding-bottom: 10px;
	position: relative;
}
.content.solutions .first_block .row .txt_block ul li i {
	width: 5px;
    height: 5px;
    background: #000;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50px;
    position: relative;
    top: -3px;
}
.content.solutions .first_block .row .img_block {
	float: left;
    width: 60%;
}
.content.solutions .first_block .row .img_block img {
	width: 100%;
}
.content.solutions .second_block .switcher {
	width: 100%;
}
.content.solutions .second_block .switcher .tab {
	width: 50%;
	height: 100px;
	line-height: 100px;
    float: left;
    text-align: center;
	color: #1A2942;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	background: #fff;
	-moz-box-shadow:    inset 0 0 10px #ECECEC;
    -webkit-box-shadow: inset 0 0 10px #ECECEC;
    box-shadow:         inset 0 0 10px #ECECEC;
}
.content.solutions .second_block .switcher .tab.active {
	font-size: 32px;
	border-top: 11px solid #03183A;
	height: 89px;
	line-height: 89px;
	-moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}
.content.solutions .second_block .panes {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	background: #fff;
	padding: 48px;
}
.content.solutions .second_block .panes .pane {
	width: 100%;
	display: none;
}
.content.solutions .second_block .panes .pane.active {
	display: block;
}
.content.solutions .second_block .panes .pane .row {
	width: 100%;
	margin-bottom: 50px;
}
.content.solutions .second_block .panes .pane .row:last-child {
	margin-bottom: 0px;
}
.content.solutions .second_block .panes .pane .row .title {
	font-size: 18px;
	font-weight: bold;
	color: #1A2942;
	padding-bottom: 28px;
}
.content.solutions .second_block .panes .pane .row .title i {
	display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 20px;
    position: relative;
    top: 15px;
}
.content.solutions .second_block .panes .pane .row .title i.comp {
	background: url('../img/sol_chat.png');
	background-size: cover;
	width: 55px;
}
.content.solutions .second_block .panes .pane .row .title i.glob {
	background: url('../img/sol_glob.png');
	background-size: cover;
}
.content.solutions .second_block .panes .pane .row .title i.gadgets {
	background: url('../img/sol_gad.png');
	background-size: cover;
}
.content.solutions .second_block .panes .pane .row p {
	font-size: 16px;
	font-weight: 400;
	color: #161C26;
	line-height: 28px;
}
.content.solutions .second_block p.txt {
	padding-top: 60px;
	font-size: 16px;
	font-weight: 400;
	color: #161C26;
	line-height: 28px;
}
.content.solutions .common_block {
	padding-top: 105px;
}
.content.solutions .common_block p {
	font-size: 16px;
	font-weight: 400;
	color: #161C26;
	line-height: 28px;
}
.content.solutions .common_block .rows {
	width: 100%;
	margin-top: 75;
}
.content.solutions .common_block .rows .row {
	margin-bottom: 90px;
}
.content.solutions .common_block .rows .row.last {
	margin-bottom: 0px;
}
.content.solutions .common_block .rows .row.first .img_block,
.content.solutions .common_block .rows .row.first .txt_block {
	display: inline-flex;
	float: left;
	width: 50%;
}
.content.solutions .common_block .rows .row.second .img_block,
.content.solutions .common_block .rows .row.second .txt_block,
.content.solutions .common_block .rows .row.last .img_block,
.content.solutions .common_block .rows .row.last .txt_block {
	display: inline-flex;
	float: right;
	width: 50%;
}
.content.solutions .common_block .rows .row .img_block img {
	width: 100%;
}
.content.solutions .common_block .rows .row .txt_block ul {
	width: 90%;
    list-style: none;
}
.content.solutions .common_block .rows .row .txt_block ul li {
	margin-bottom: 40px;
}
.content.solutions .common_block .rows .row .txt_block ul li:last-child {
	margin-bottom: 0px;
}
.content.solutions .common_block .rows .row .txt_block ul li .title {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #1A2942;
}
.content.solutions .common_block .rows .row .txt_block ul li .title i {
	display: block;
    width: 32px;
    height: 32px;
    background: url(../img/orange_circle.png);
    position: absolute;
    top: -2px;
    left: -35px;
}
.content.solutions .common_block .rows .row .txt_block ul li .title p {
	font-size: 16px;
	font-weight: 400;
	color: #161C26;
	padding-top: 30px;
}
.content.solutions .common_block.last .rows .row {
	width: 50%;
}
.content.solutions .common_block.last .rows .row {
	float: left;
}
.content.solutions .common_block.last .rows .row.second {
	float: right;
}
.content.solutions .common_block.last .rows .row .img_block {
	text-align: right;
}
.content.solutions .common_block.last .rows .row .img_block img {
	height: 100%;
	width: 70%;
	margin: 0 auto;
}
.content.solutions .common_block .partners {
	width: 100%;
    padding: 50px 0px 30px 0px;
}
.content.solutions .common_block .partners .row {
	width: 31.2%;
    text-align: center;
    border: 1px solid #DFE0E2;
    border-radius: 6px;
    margin-right: 2.2%;
    background: #DFE0E2;
    color: #92969C;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}
.content.solutions .common_block .partners div.row.last {
	margin-bottom: 0px;
	margin-right: 0px;
}
.content.solutions .common_block .partners .row:hover {
	background: #fff;
	color: #1A2942;
}
.content.solutions .common_block .partners .row .img {
	padding-top: 40px;
	width: 60px;
	height: 60px;
	text-align: center;
	margin: 0 auto;
}
.content.solutions .common_block .partners .row .img img {
	width: 100%;
	height: 100%;
}
.content.solutions .common_block .partners .row .txt {
	padding: 30px 0px;
}
.content.solutions .common_block.contacts a:hover {
    color: #000;
}
.content.solutions .common_block.contacts a {
    color: #707070;
}
.content.solutions .common_block.contacts {
	padding-bottom: 100px;
}
.content.solutions .common_block .details {
	padding-top: 110px;
}
.content.solutions .common_block .details .txt {
	float: left;
	width: 30%;
}
.content.solutions .common_block .details .img {
	float: left;
	width: 70%;
}
.content.solutions .common_block .details .img img {
	width: 100%;
	height: 390px;
}
.content.solutions .common_block .details .title {
	font-size: 18px;
	font-weight: bold;
	color: #1A2942;
}
.content.solutions .common_block .details p {
	font-size: 16px;
    font-weight: 400;
    color: #1A2942;
    line-height: 28px;
    padding: 20px 0px;
}

/* NEWS */
.content.news .first_block {
	padding-top: 50px;
}
.content.news .first_block .navigation {
	padding-top: 10px;
	width: 100%;
}
.content.news .first_block .navigation ul {
	list-style: none;
	padding: 0px;
}
.content.news .first_block .navigation ul li {
	display: inline;
	padding-right: 40px;
}
.content.news .first_block .navigation.mobile ul li ul {
	background: #fff;
	padding: 10px 0px;
}
.content.news .first_block .navigation.mobile ul li {
	display: block;
}
.content.news .first_block .navigation ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #1A2942;
	text-decoration: none;
}
.content.news .first_block .navigation ul li a:hover {
	text-decoration: underline;
}
.content.news .first_block .navigation ul li.active a {
	font-size: 18px;
	font-weight: bold;
}
.content.news .first_block .navigation.mobile ul li.active { position: relative; }
.content.news .first_block .navigation.mobile {
	display: none;
}
.content.news .first_block .navigation.mobile ul li.active a i {
	display: inline-block;
    width: 14px;
    height: 8px;
    background: url('../img/news_triangle.png');
	background-size: cover;
    position: relative;
    top: -2px;
    right: -10px;
}
content.news .first_block .navigation.mobile ul li {
 display: block;
 transition-duration: 0.5s;
}
content.news .first_block .navigation.mobile ul li:hover {
  cursor: pointer;
}
.content.news .first_block .navigation.mobile ul li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all 0.5s ease;
	left: 0px;
	display: none;
}
.content.news .first_block .navigation.mobile ul li:hover > ul,
.content.news .first_block .navigation.mobile ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
}
.content.news .first_block .navigation.mobile ul li ul li {
	clear: both;
	width: 100%;
	padding-bottom: 15px;
}
.content.news .news_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

	width: 100%;
	padding-top: 50px;
}
.content.news .news_list .item {
	width: 32%;
    display: inline-block;
    padding: 0px 15px 0px 0px;
}
.content.news .news_list .item .date {
	font-size: 14px;
	font-weight: 400;
	color: #92969C;
	padding-bottom: 20px;
}
.content.news .news_list .item .img,
.content.news .news_list .item .img img {
	width: 100%
}
.content.news .news_list .item .title {
	font-size: 18px;
	font-weight: bold;
	color: #1A2942;
	padding: 20px 0px 20px 0px;
	line-height: 28px;
}
.content.news .news_list .item .description {
	line-height: 28px;
	font-size: 16px;
	font-weight: 400;
	color: #161C26;
	padding-bottom: 15px;
}
.content.news .news_list .item .link {
	padding-bottom: 50px;
}

/* NEWS ITEM */
.content.news_item {
	padding-top: 105px;
}
.content.news_item .news_block {
	width: 62%;
	float: left;
}
.content.news_item .related {
	width: 30%;
	float: right;
}
.content.news_item .news_block .title {
	font-size: 32px;
	font-weight: bold;
	line-height: 42px;
	color: #1A2942;
	text-align: left;
	width: 100%;
}
.content.news_item .news_block .info {
	font-size: 14px;
	font-weight: 400;
	color: #92969C;
	padding: 30px 0px 15px 0px;
	width: 100%;
}
.content.news_item .news_block .info span.date {
	margin-right: 20px;
}
.content.news_item .news_block .sub_title,
.content.news_item .news_block .list .item .head {
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
	color: #1A2942;
	padding: 0px 0px 10px 0px;
	width: 100%;
}
.content.news_item .news_block .txt,
.content.news_item .news_block .list .item .txt {
	font-size: 16px;
	font-weight: 400;
	color: #161C26;
	padding-bottom: 30px;
	line-height: 28px;
	width: 100%;
}
.content.news_item .news_block .img {
	padding-bottom: 25px;
}
.content.news_item .news_block .img,
.content.news_item .news_block .img img {
	width: 100%;
}
.content.news_item .news_block .list {
	width: 100%;
}
.content.news_item .news_block .list .item {
	width: auto;
    padding-left: 35px;
	position: relative;
}
.content.news_item .news_block .list .item .head {
	padding: 0px;
}
.content.news_item .news_block .list .item .head i {
	display: block;
    width: 32px;
    height: 32px;
    background: url(../img/orange_circle.png);
    position: absolute;
    top: 8px;
    left: -10px;
}
.content.news_item .related .title {
	font-size: 18px;
	font-weight: bold;
	color: #1A2942;
	padding-bottom: 40px;
}
.content.news_item .related .date {
	font-size: 14px;
	font-weight: 400;
	color: #92969C;
}
.content.news_item .related .img {
	width: 100%;
    padding: 40px 0px 20px 0px;
}
.content.news_item .related .img img {
	width: 100%;
}
.content.news_item .related .title,
.content.news_item .related .link {
	padding-bottom: 25px;
}
.content.news_item .related .row,
.content.news_item .related .row .item {
	width: 100%;
}

/* COMMON STYLES */
button.common,
a.common {
	font-family: 'Montserrat', sans-serif;
	background: #3BC0C3;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}
button.common.transparent,
a.common.transparent {
	background: none;
	color: #3BC0C3;
	border: 1px solid #3BC0C3;
	font-weight: 500;
}
button.common.transparent:hover,
a.common.transparent:hover {
	background: #fff;
}
button.common:hover,
a.common:hover {
	background: #10A2A5;
}
.clear {
	clear: both !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
a.orange {
	font-size: 14px;
	color: #EBBF3E;
}
a.orange:hover {
	text-decoration: none;
}
a.play_market img {
	width: 125px;
	height: 37px;
}
.txt-left {
	text-align: left !important;
}
.txt-center {
	text-align: center;
}
.fs-18 {
	font-size: 1.125rem !important;
}
.txt-right {
	text-align: right;
}
.pad-top-35 {
	padding-top: 35px;
}
.underline {
    text-decoration: underline;
}
