@charset "UTF-8";



.new_faq .head_block .title {
    position: relative;
}

.new_faq .head_block .title > span:last-child {
    position: absolute;
    top: 18px;
    left: -20px;
    width: 14px;
    height: 14px;
    background: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: 4px solid #096193;
    border-left: 4px solid #096193;
    border-radius: 2px 3px 0 3px;
    cursor: pointer;
}

.new_faq a {
    position: relative;
}

.new_faq a:before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #096193;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.new_faq a:hover:before {
    width: 0;
}

.new_faq h2 {
    margin-bottom: 25px;
    font: 400 30px/40px "PT", sans-serif;
    color: #002334;
}

.new_faq h3 {
    /*margin-bottom: 25px;*/
    /*font: 400 24px/34px "PT", sans-serif;*/
    color: #002334;

    margin-bottom: 14px;
	font: 400 22px/28px "PT", sans-serif;
}

.new_faq p {
    margin-bottom: 30px;
    font: 100 22px/28px "PT", sans-serif;
    color: #002335;
}

.new_faq a.btn_1:before {
    display: none;
}

.new_faq_main_block .main_cat {
    margin-bottom: 35px;
}

.new_faq_main_block .main_cat .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_faq_main_block .sub_cat {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    margin-bottom: 40px;
}

.new_faq_main_block .sub_cat .faq_icon {
    margin-bottom: 12px;
}

.new_faq_main_block .sub_cat ul li a {
    font: 100 18px/32px "PT", sans-serif;
    color: #096193;
}

.new_faq_main_block .sub_cat ul li a:before {
    background: #096193;
}

.new_faq_main_block .sub_cat ul li.show_more,
.new_faq_main_block .sub_cat ul li:nth-child(1) {
	margin-bottom: 7px;
    font: 400 22px/28px "PT", sans-serif;
    color: #002334;
}

.new_faq_main_block .sub_cat ul li.show_more a,
.new_faq_main_block .sub_cat ul li:nth-child(1) a {
	margin-bottom: 7px;
    font: 400 22px/28px "PT", sans-serif;
    color: #002334;
}

.new_faq_main_block .sub_cat ul li.show_more a:before,
.new_faq_main_block .sub_cat ul li:nth-child(1) a:before {
    background: #002334;
}

.new_faq_main_block .sub_cat ul li.show_more a:before {
    display: inline-block;
    background: linear-gradient(45deg, #002334 0px, #002334 2px, transparent 2px, transparent 4px);
    background-size: 4px;
    bottom: 5px;
}

.new_faq_main_block .sub_cat ul li.show_more {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    position: relative;
}

.new_faq_main_block .sub_cat ul li.show_more:after {
    content: '';
    display: block;
    position: relative;
    right: 12px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #002334;
    border-right: 2px solid #002334;
    transform: rotate(135deg);
    pointer-events: none;
}

.new_faq_main_block .sub_cat ul li.show_more.active:after {
    top: 14px;
    transform: rotate(315deg);
}

.new_faq_main_block .sub_cat ul li.show_more a {
    font: 100 18px/32px "PT",sans-serif;
    padding-right: 20px;
}

.new_faq_main_block .sub_cat ul li.show_more a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 3px;
    display: block;
    width: 20px;
    height: 4px;
    background: #fff;
}

.new_faq_main_block .sub_cat ul li:nth-child(1) a:before {
    display: none;
}

.new_faq_main_block .sub_cat ul li:nth-child(1) a.showmore {
    cursor: default !important;
}

.faq_icon {
    width: 120px;
    height: 120px;
}

.faq_icon.faq_lock_icon {
    background: url(../images/faq_lock_icon.png);
}

.faq_icon.faq_shield_icon {
    background: url(../images/faq_shield_icon.png);
}

.faq_icon.faq_tools_icon {
    background: url(../images/faq_tools_icon.png);
}

.faq_icon.faq_window_icon {
    background: url(../images/faq_window_icon.png);
}

.faq_sb_block {
    margin-bottom: 40px;
}

.faq_sb_block .title {
    margin-bottom: 15px;
    font: 400 24px/32px "PT", sans-serif;
    color: #052838;
}

.faq_sb_block ul li {
    position: relative;
    font: 100 18px/32px "PT", sans-serif;
    color: #052838;
}

.faq_sb_block ul li a {
    color: #096193;
}

.faq_sb_block ul li.active:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -16px;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 2px solid #052838;
    border-top: 2px solid #052838;
    border-radius: 0px 0 0 0;
}

.new_faq_inside_block {
    padding-right: 50px;
}

.new_faq_inside_block ul {
    margin-bottom: 30px;
}

.new_faq_inside_block ul li {
    position: relative;
    padding-left: 35px;
}

.new_faq_inside_block ul li a {
    font: 100 22px/42px "PT", sans-serif;
    color: #096193;
}

.new_faq_inside_block ul li:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 13px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
}

.new_faq_inside_block ul.v2 li {
    padding-left: 9px;
}

.new_faq_inside_block ul.v2 li a {
    font: 100 18px/32px "PT", sans-serif;
}

.new_faq_inside_block ul.v2 li:before {
    top: 15px;
}

.new_faq_inside_block .btn_1 {
    margin-bottom: 50px;
}

.new_faq_inside_block .sep {
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d5dad9;
}

.new_faq_inside_block .sep.v2 {
    border-bottom: none;
}

.was_helpful {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.was_helpful > span {
    margin-right: 24px;
    font: 100 22px/22px "PT", sans-serif;
    color: #002335;
}

.was_helpful .thanks {
    display: none;
    margin-left: 19px;
    font: 400 18px/28px "PT", sans-serif;
    color: #749f2c;
}

.was_helpful .why_dislike {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 20px 25px 25px 25px;
    width: 100%;
    max-width: 440px;
    min-height: 100px;
    background-color: #f7fbfd;
    border: 1px solid #d5dad9;
    border-radius: 10px;
    z-index: 2;
}

.was_helpful .why_dislike .title {
    margin-bottom: 12px;
    font: 400 18px/18px "PT", sans-serif;
    color: #052838;
}

.was_helpful .why_dislike ul {
    margin-bottom: 0;
}

.was_helpful .why_dislike ul li {
    margin-bottom: 12px;
    padding-left: 0;
}

.was_helpful .why_dislike ul li:last-child {
    margin-bottom: 0;
}

.was_helpful .why_dislike ul li a {
    position: relative;
    font: 100 18px/18px "PT", sans-serif;
    letter-spacing: 0.4px;
    color: #116495;
    background: -o-linear-gradient(left, #8bbede 0px, #8bbede 2px, transparent 2px, transparent 4px);
    background: linear-gradient(to right, #8bbede 0px, #8bbede 2px, transparent 2px, transparent 4px);
    background-repeat: repeat-x;
    background-size: 4px 1px;
    background-position: left bottom;
}

.was_helpful .why_dislike ul li a:before {
    display: none;
}

.was_helpful .why_dislike ul li:before {
    display: none;
}

.was_helpful .why_dislike textarea {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    height: 155px;
    resize: none;
}

.was_helpful .why_dislike .btn_1 {
    display: inline-block;
    padding: 5px 15px;
    max-width: 117px;
    min-width: 0;
    min-height: 41px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}

.was_helpful .why_dislike.active {
    display: block;
}

.was_helpful .why_dislike .btns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.was_helpful .why_dislike .btns button {
    /*-webkit-flex: 1;*/
    /*-moz-flex: 1;*/
    /*-ms-flex: 1;*/
    /*-o-flex: 1;*/
    /*flex: 1;*/
    margin: 0;
    padding: 0 15px;
    min-width: 0;
    /*max-width: 100%;*/
    min-height: 48px;
    line-height: 18px;
}

.was_helpful .why_dislike .btns button:nth-child(1) {
    /*margin-right: 15px;*/
}

.was_helpful .why_dislike .btns button:nth-child(2) {
    
}

.ld_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ld_buttons button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 78px;
    height: 41px;
    background: none;
    border: 1px solid #d5dad9;
    outline: none;
    cursor: pointer;
}

.ld_buttons button:hover, .ld_buttons button.active {
    background: #d5dad9;
}

.ld_buttons button:nth-child(1) {
    border-radius: 5px 0px 0px 5px;
    border-right: none;
}

.ld_buttons button:nth-child(2) {
    border-radius: 0 5px 5px 0;
}

.ld_buttons button span {
    margin-left: 5px;
    font: 100 18px/18px "PT", sans-serif;
    color: #002335;
}

.ld_icon {
    width: 20px;
    height: 16px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAiCAMAAAAEcluKAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADqUExURQAAAAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOAUoOJoIp/YAAABNdFJOUwAGJErS/jPM4Tzb0KN/PfnBHLRUAr3FLZgBB0ulCVudscMT/BZAGuoS7BXgG6RXWsDWiYHElZM1EN4E6Zmz8B8iiBiWNzYyl5TH4wioTO28nAAAAP5JREFUOMuN02lTwjAQBuAgLWBpOcpRUFBQTsETPEFRwYNj///fYZI2tCkh3fdTMnkms9nJEiJNpnx+c0KictQHgPt8hLoygKahVrEcU3BZV6nqNXi5UDGLK02lznTObhXqOMtVuqhoRZcrOBVPhgkWh657xk41RfXg1ZKirSjtFMQF1eEVUzb3FRTEksFnv3qAZdNJlvHoJcT+QZrXvMiWcgbvItMOMP0bxWCBY58o9lFEsRLuCV84VsCxGYpNCIrZOGbhWBzHWiFWlqpB+Fv+SZkZZj+6jLUpSwQYmUpUjc3CehVgb49795kxd2acjTsaNts9P+WSfu4qGRdtASA75Yoyh2JlAAAAAElFTkSuQmCC") 0 0/contain no-repeat;
}

.ld_icon.dislike {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.new_faq p + h3,
.new_faq ul + h3 {
    margin-top: 45px;
}

.new_faq_inside_block ul li,
.new_faq_inside_block ol li {
    margin-bottom: 15px;
    font: 100 22px/28px "PT", sans-serif;
    color: #002335;
}
.new_faq_inside_block ul li:before,
.new_faq_inside_block ol li:before {
    top: 12px !important;
}

.new_faq_inside_block ul li a {
    line-height: 28px !important;
}

.new_faq_inside_block ol {
    padding-left: 24px;
    list-style: decimal;
}
.new_faq_inside_block ol li:before {
    display: none;
}
.new_faq  .content  .new_faq_inside_block img{
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
}
.new_faq a.img_link:before,
.new_faq a.google_play:before,
.new_faq a.app_store:before {
    content: unset;
}

.articles_list_page .head_block .search button{
    height: 48px;
}
.was_helpful button[disabled]{
    cursor: default;
}

cite {
    display: block;
    margin-bottom: 30px;
    padding: 20px 26px;
    border: 2px solid #052838;
    border-radius: 10px;
}
cite b, cite strong {
    font-weight: 400;
}
cite p:first-child {
    position: relative;
}
cite p:first-child:before {
    content: "";
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 9px;
    width: 20px;
    height: 20px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEgOUg4Ljk5OTk5VjE1SDExVjlaIiBmaWxsPSIjMDUyODM4Ii8+PHBhdGggZD0iTTkuOTk5OTggMEM0LjQ3NTAxIDAgMCA0LjQ3NTAxIDAgOS45OTk5OEMwIDE1LjUyNDkgNC40NzUwMSAyMCA5Ljk5OTk4IDIwQzE1LjUyNDkgMjAgMjAgMTUuNTI1IDIwIDkuOTk5OThDMjAgNC40NzQ5NyAxNS41MjUgMCA5Ljk5OTk4IDBaTTkuOTk5OTggMThDNS41ODk5OCAxOCAxLjk5OTk3IDE0LjQxIDEuOTk5OTcgOS45OTk5OEMxLjk5OTk3IDUuNTg5OTggNS41ODk5OCAyLjAwMDAxIDkuOTk5OTggMi4wMDAwMUMxNC40MSAyLjAwMDAxIDE4IDUuNTg5OTggMTggOS45OTk5OEMxOCAxNC40MSAxNC40MSAxOCA5Ljk5OTk4IDE4WiIgZmlsbD0iIzA1MjgzOCIvPjxwYXRoIGQ9Ik0xMSA1SDguOTk5OTlWNy4wMDAwMkgxMVY1WiIgZmlsbD0iIzA1MjgzOCIvPjwvc3ZnPg==) 0 0/contain no-repeat;
}
cite p:last-child {
    margin-bottom: 0;
}

.faq_table {
    margin-bottom: 30px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    overflow: hidden;
}
.faq_table table {
    border-collapse: collapse;
}
.faq_table table tr:first-child {
    background: #F0F7FB;
}
.faq_table table tr:first-child td {
    width: 100%;
}
.faq_table table tr:last-child td {
    border-bottom: none;
}
.faq_table table tr td {
    padding: 15px 25px;
    font: 200 20px/28px "PT", sans-serif;
    color: #052838;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.faq_table table tr td:last-child {
    border-right: none;
}

.new_faq_inside_block blockquote,
.faq_blue_wrap {
    padding: 25px 30px;
    background: #F0F7FB;
    border-radius: 10px;
    margin-bottom: 30px;
}

.faq_icon {
    width: 125px;
    height: 125px;
}

/*a.search_found{*/
/*	;*/
/*}*/
.new_faq_inside_block ul li:before {
    top: 13px !important;
}
.new_faq_main_block .sub_cat ul li:nth-child(1) a.showmore {
    cursor: pointer;
}
.new_faq_main_block .sub_cat ul li:nth-child(1) a.showmore:before {
    background: linear-gradient(45deg, #002334 0px, #002334 2px, transparent 2px, transparent 4px);
    background-size: 4px;
}


.faq_item a.question:before{
    content: none;
    display: none;
}

.faq_item.open .question span:before {
	display: none;
}

.dropdown_item .item_name:before {
	transition: transform 0.2s;
}

.dropdown_item .item_name.open:before {
	transform: rotate(0deg);
}

.dropdown_item .item_text {
	overflow: hidden;
}

.new_faq b,
.new_faq strong {
    font-weight: 400;
}
.new_faq .faq_items_wrap {
    margin-bottom: 70px;
}
.new_faq ol {
    margin-bottom: 30px;
    padding-left: 30px;
}
.new_faq ol li {
    padding-left: 6px;
}
.new_faq .mark-label {
    padding-left: 5px;
    padding-right: 5px;
}
/*
.new_faq .body_block .sidebar a:visited {
    color: pink;
}
.new_faq .body_block .sidebar a:visited:before {
    background: pink;
}
*/

.new_faq .download_btn.google_play {
    font: 200 16px/20px "PT",sans-serif;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 0 15px 35px;
    transition: opacity .3s;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    background: url(../images/google-play-btn.png) 0 0/contain no-repeat;
    width: 203px;
    height: 60px;
}

.new_faq .download_btn.google_play:hover {
    opacity: 0.8;
}

.new_faq .download_btn.google_play .text {
    color: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-left: 60px;
    font: 200 15px/15px "PT",sans-serif;
    text-align: left;
}

.new_faq .download_btn.google_play .text .big {
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-top: 2px;
    font: 200 25px/25px "PT",sans-serif;
}


.new_faq .download_btn.app_store {
	font: 200 16px/20px "PT",sans-serif;
	text-align: center;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	margin: 0 0 15px 35px;
	transition: opacity .3s;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #fff;
	background: url(../images/app-store-btn.png) 0 0/contain no-repeat;
	width: 180px;
	height: 60px;
}

.new_faq .download_btn.app_store:hover {
    opacity: 0.8;
}

.new_faq .download_btn.app_store .text {
	color: #fff;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	margin-left: 55px;
	font: 200 15px/15px "PT",sans-serif;
	text-align: left;
}

.new_faq .download_btn.app_store .text .big {
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	margin-top: 2px;
	font: 200 25px/25px "PT",sans-serif;
}

.new_faq .btn_1.blue_btn {
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 15px;
    width: auto;
    min-width: 228px;
    min-height: 48px;
    font: 200 22px/24px "PT",sans-serif;
    border-radius: 5px;
    cursor: pointer!important;
    word-break: break-all;
    user-select: none;
    outline: none;
    transition: color .2s,background .2s,border .2s;
    color: #fff;
    background: #1c98d7;
    border: none;
    margin: 0 0 15px 35px;
    max-width: 280px;
    margin-bottom: 36px;
}

.new_faq .btn_1.blue_btn:before {
    display: none;
}

.new_faq .btn_1.blue_btn:hover {
    background: #157aae;
}

.new_faq .imgs_inrow {
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-start;
    
}

.new_faq .imgs_inrow img {
	max-width: 250px !important;
	height: auto !important;
}

.new_faq_main_block .sub_cat ul.other_items li:nth-child(1) {
    margin-bottom: 0;
}

.new_faq_main_block .sub_cat ul.other_items li:nth-child(1) a {
    font: 100 18px/32px "PT",sans-serif;
    color: #096193;
}