@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: "FiraSans";
  font-weight: 500;
  src: url("../fonts/FiraSans-Medium.dd2cf7ba1735.ttf");
  src: url("../fonts/FiraSans-Medium.7df777553620.eot");
  src: url("../fonts/FiraSans-Medium.d671678968fb.woff");
}

@font-face {
  font-family: "FiraSans";
  font-weight: 700;
  src: url("../fonts/FiraSans-Bold.12665340b902.ttf");
  src: url("../fonts/FiraSans-Bold.aa0ff298ecf0.eot");
  src: url("../fonts/FiraSans-Bold.dd4f903b7208.woff");
}

@font-face {
  font-family: "FiraSans";
  font-weight: 900;
  src: url("../fonts/FiraSans-ExtraBold.7c2bd2c32940.ttf");
  src: url("../fonts/FiraSans-ExtraBold.e9f40f0c7097.eot");
  src: url("../fonts/FiraSans-ExtraBold.5f6bd111641b.woff");
}

@font-face {
  font-family: "FiraSans";
  font-weight: 400;
  src: url("../fonts/FiraSans-Regular.da90ec8a074d.ttf");
  src: url("../fonts/FiraSans-Regular.b69efb2a7cf8.eot");
  src: url("../fonts/FiraSans-Regular.c84768e4d514.woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url("../fonts/Montserrat-SemiBold.aebf4fe19e37.ttf");
  src: url("../fonts/Montserrat-SemiBold.c139ffb2e274.eot");
  src: url("../fonts/Montserrat-SemiBold.3d2d13853665.woff");
}

@font-face {
  font-family: "FiraSansC";
  font-weight: 600;
  src: url("../fonts/FiraSansCondensed-Bold.e31bd283edd2.ttf");
  src: url("../fonts/FiraSansCondensed-Bold.410a09172a28.eot");
  src: url("../fonts/FiraSansCondensed-Bold.950de12761c4.woff");
}

@font-face {
  font-family: "FiraSansC";
  font-weight: 500;
  src: url("../fonts/FiraSansCondensed-Medium.8037da6d9321.ttf");
  src: url("../fonts/FiraSansCondensed-Medium.5c5710888ec3.eot");
  src: url("../fonts/FiraSansCondensed-Medium.aa05a238e73f.woff");
}

@font-face {
  font-family: "FiraSansC";
  font-weight: 400;
  src: url("../fonts/FiraSansCondensed-Regular.7702b9506ee3.ttf");
  src: url("../fonts/FiraSansCondensed-Regular.fac8beb41ab6.eot");
  src: url("../fonts/FiraSansCondensed-Regular.9eae78824d9f.woff");
}

@font-face {
  font-family: "FiraSansC";
  font-weight: 900;
  src: url("../fonts/FiraSansCondensed-ExtraBold.a9682589011d.ttf");
  src: url("../fonts/FiraSansCondensed-ExtraBold.ea6781bb0f25.eot");
  src: url("../fonts/FiraSansCondensed-ExtraBold.f60409dcef83.woff");
}

.font_family_oswald{
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
}
.font_family_oswald.oswald_light{
    font-weight: 300 !important;
}
.cursor-pointer{cursor:pointer;}
.cursor-default{cursor:default;}
/*******************************/
.text-muted {
    color: #999 !important;
}
.dropdown-menu {
    z-index:1040;
}
body.modal-open {
    overflow: hidden !important;
    position:relative !important;
    margin: 0;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev{
    /*z-index:10;*/
}
.carousel .carousel-item a{
    display:block;
    text-decoration:none;
    padding:0;
    margin:0;
    position:relative;
    border:none !important;
}
.carousel .carousel_gradient{
    position:absolute;
    left:0; right:0; bottom:0;
    width:100%;
    height:85%;
    z-index:1;

    background: url('../images/bg/gradient.png') repeat-x 0 100%;
    background: transparent;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
/*******************************/
.col_progress{
    width:16px;
    height:16px;
    line-height:100%;
    margin:7px 0;
}
.col_progress div,
.col_progress select,
.col_progress button{
    display:none;
}
.col_progress:before{
    display:block;
    padding:0;
    margin:0;
    width:16px;
    height:16px;
    line-height:16px;
    font-size:16px;
    /*color:#fff;*/
    font-family: 'FontAwesome';
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
     -khtml-animation: fa-spin 2s infinite linear;
       -moz-animation: fa-spin 2s infinite linear;
         -o-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
}
/*******************************/
.emoji, .emoji_css, .big_emoji {
    width: 16px;
    height: 16px;
    border: none;
    vertical-align: -3px;
    margin: 0 2px;
    display: inline-block;
    overflow: hidden;
}
.big_emoji {
    width: 70px;
    height: 70px;
    border: none;
    vertical-align:0;
    margin: 0;
    display: block;
}
/*******************************/
.share{
    margin:0;
    padding:5px;
    text-align:center;
}
.share .share_params{display:none;}
.share .share_button{
    display:inline-block;
    width:30px;
    height:30px;
    background: url('../images/icons/share.png') no-repeat 0 0;
    cursor:pointer;
    margin:1px 1px 1px 1px;
    opacity: 0.8; -moz-opacity:0.8; filter:alpha(opacity=80);
    -webkit-transition: opacity 100ms linear; -moz-transition: opacity 100ms linear; -o-transition: opacity 100ms linear; transition: opacity 100ms linear;
}
.share .share_button.share_facebook{background-position: 50% 0;}
.share .share_button.share_vk{background-position: 50% -90px;}
.share .share_button.share_twitter{background-position: 50% -30px;}
.share .share_button.share_mw{background-position: 50% -150px;}
.share .share_button.share_gplus{background-position: 50% -120px;}
.share .share_button.share_ok{background-position: 50% -60px; margin:0 0 1px 0;}

.share .share_button:hover{opacity: 1.0; -moz-opacity:1.0; filter:alpha(opacity=100);}
.share .share_button:active{margin-top:2px; margin-bottom:0;}
/*******************************/
.media .media_hide{
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
    opacity: 0; -moz-opacity:0; filter:alpha(opacity=0);
}
.media:hover .media_hide{
    opacity: 1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
/*******************************/
a{cursor:pointer;}
a.a_block,
a.a_inline-block{
    text-decoration:none;
    padding:none;
    margin:none;
    /*position:relative;*/
}
a.a_block{display:block;}
a.a_inline-block{display:inline-block;}
/*******************************/
.info_box {
    padding: 100px 20px;
    margin: 0;
    display: block;
    color: #777;
    text-align: center;
    /*text-shadow: #fff 0 1px;*/
}
/************************/
.cursor_pointer{cursor: pointer !important;}
.cursor_default{cursor: default !important;}

.pos_top, .pos_top_0{top:0 !important;}
.pos_top_1{top:0.25rem!important;}
.pos_top_2{top:0.5rem!important;}
.pos_top_3{top:1rem!important;}
.pos_top_4{top:1.5rem!important;}
.pos_top_5{top:3rem!important;}

.pos_right, .pos_right_0{right:0 !important;}
.pos_right_1{right:0.25rem!important;}
.pos_right_2{right:0.5rem!important;}
.pos_right_3{right:1rem!important;}
.pos_right_4{right:1.5rem!important;}
.pos_right_5{right:3rem!important;}

.pos_left, .pos_left_0{left:0 !important;}
.pos_left_1{left:0.25rem!important;}
.pos_left_2{left:0.5rem!important;}
.pos_left_3{left:1rem!important;}
.pos_left_4{left:1.5rem!important;}
.pos_left_5{left:3rem!important;}

.pos_bottom, .pos_bottom_0{bottom:0 !important;}
.pos_bottom_1{bottom:0.25rem!important;}
.pos_bottom_2{bottom:0.5rem!important;}
.pos_bottom_3{bottom:1rem!important;}
.pos_bottom_4{bottom:1.5rem!important;}
.pos_bottom_5{bottom:3rem!important;}

.fl_r{float:right;}
.fl_l{float:left;}
.m_0{margin:0px;}
.m_5{margin:5px;}
.m_10{margin:10px;}
.m_15{margin:15px;}
.m_20{margin:20px;}
.p_0{padding:0px;}
.p_3{padding:3px;}
.p_5{padding:5px;}
.p_10{padding:10px;}
.p_15{padding:15px;}
.p_20{padding:20px;}
.p_30{padding:30px;}
.p_40{padding:40px;}
.b_n{border:none;}
.td_n{text-decoration:none;}
.fw_normal{font-weight: normal;}
.fw_normal a, .fw_normal a:hover{font-weight: normal;}
.fw_bold{font-weight: 700;}
.fw_bold a, .fw_bold a:hover{font-weight: 700;}
.small{font-size: 11px;}
.small a, .small a:hover{font-size: x-small;}
.d_bl {display:block;}
.d_ibl {display:inline-block;}
.d_n {display:none;}
.italic{font-style:italic;}
.oh{overflow:hidden;}
.pos_rel{position:relative;}
.pos_abs{position:absolute;}
.pos_fix{position:fixed;}

.tal_j,
.tal_j p,
.tal_j span,
.tal_j div {
    text-align: justify;
}
.tal_l,
.tal_l p,
.tal_l span,
.tal_l div {
    text-align:left;
}
.tal_r,
.tal_r p,
.tal_r span,
.tal_r div {
    text-align:right;
}
.tal_c,
.tal_c p,
.tal_c span,
.tal_c div {
    text-align:center;
}
.m_b_5 { width: 100%; height: 5px;}
.m_b_7 { width: 100%; height: 7px;}
.m_b_10 { width: 100%; height: 10px;}
.m_b_15 { width: 100%; height: 15px;}
.m_b_20 { width: 100%; height: 20px;}
.m_b_30 { width: 100%; height: 30px;}
.m_b_40 { width: 100%; height: 40px;}
.m_b_50 { width: 100%; height: 50px;}
.m_b_60 { width: 100%; height: 60px;}
.m_b_70 { width: 100%; height: 70px;}
.m_b_80 { width: 100%; height: 80px;}
.m_b_100 { width: 100%; height: 100px;}
.m_b_200 { width: 100%; height: 200px;}
.shadow {
    box-shadow: 0 0 3px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.09);
}
.ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:100%;
}
/************************/
.calendar{
	/*background:#fff;*/
	padding:10px;
}
.calendar table {
	width: 100%;
	margin: 0;
	padding: 0;
	border:none;
	background:#fff;
	cursor:default;
}
.calendar table caption{
	padding:10px 5px;
	background:#fee6b4;
	font-size:12px;
	text-align:center;
	font-weight:700;
	text-transform: uppercase;
}
.calendar table thead{
	background:#e5e5e5;
	font-size:12px;
	font-weight:700;
	color:#333;
}
.calendar table td {
	border:none;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	background:#f4f4f4;
}
.calendar table td  a,
.calendar table td  i,
.calendar table td  em{
	display:block;
	padding: 5px 2px;
	margin: 0;
	text-decoration:none;
	background:#eee;
	font-style:normal;
	font-size:12px;
}
.calendar table td  a:hover{
	background:#e5e5e5;
}
.calendar table td  em{
	font-size:12px;
	background:#fff;
}
/************************/
.hintBlack, .hintWhite, .hintPanelBlack{
	line-height:100%;
	max-width:250px;
	font-family: arial, tahoma, sans-serif, Lucida Sans;
	margin:0 0 0 -10px;
	position: absolute;
	left:50%; top:50%;
	background-color:#000;
	line-height:150%;
	z-index:999999;
	font-size:12px;
}
.hintBlack{
	background: url('../images/bg/ttb_bg.png');
	background: rgba(0,0,0,0.8);
	border-radius:3px; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px;
	padding: 4px 7px 4px;
	color: #fff;
	font-weight: 400;
	max-width:300px;
	box-shadow: 0 0 2px #333; -moz-box-shadow: 0 0 2px #333; -webkit-box-shadow: 0 0 2px #333;
	font-size:12px;
}
.hintWhite{
	color: #333;
	padding:10px;
	background:#fff;
	font:inherit;
	line-height:140%;
	border: 1px solid #AEBDCC;
	max-width:300px;
	font-size:12px;
}
.hintWhite span{
	display:block;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	font-weight:700;
	font-style:normal;
	color: #45688E;
}
.hintPanelBlack{
	color: #fff;
	padding:10px;
	background: url('../images/bg/mv_bg.png');
	background: rgba(0, 0, 0, 0.7);
	font:inherit;
	line-height:100%;
	max-width:300px;
	border-radius:5px; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px;
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25); box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}
.hint_value{display:none;}
/************************/
.bb_buttons{
    position:relative;
    line-height: 100%;
}
.bb_buttons .btn-group{
    margin:5px 5px 0 0 !important;
}
.bb_buttons .btn-group-sm>.btn, .btn-sm {
    padding: 6px 3px;
    font-size: 14px;
    line-height: 1;
}
.bb_buttons .btn-group-sm>.btn:focus,
.bb_buttons .btn-group-sm>.btn:active,
.bb_buttons .btn-sm:focus,
.bb_buttons .btn-sm:active {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
/*******************************/
.ul{
    display:block;
    margin: 5px 0;
    padding: 0;
}
.ul .li{
    display:block;
    margin: 15px 0;
    padding: 0 0 0 25px;
    position:relative;
}
.ul .li:first-child{margin-top: 0;}
.ul .li:last-child{margin-bottom: 0;}
.ul .li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    position: absolute;
    top:9px; left:1px;
    margin: 0;
    color:#777;
    font-size:8px;
    width:8px;
    height:8px;
    line-height:8px;
}
/*******************************/
.ol{
    counter-reset:span;
    display:block;
    margin: 0;
    padding: 0;
}
.ol .li{
    display:block;
    margin: 15px 0;
    padding: 0 0 0 40px;
    position:relative;
}
.ol .li:before {
    content: counter(span);
    counter-increment: span;
    position: absolute;
    top: 6px; left: 0;
    margin: 0;
    background: #ff633c;
    color:#fff;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    font-size:10px;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-border-radius: 12px;
     -khtml-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
}
.ol .li:first-child{margin-top: 0;}
.ol .li:last-child{margin-bottom: 0;}

.article{
    /*font-family: 'FiraSans';
    font-weight: 400;
    line-height:160%;*/
}
.article h3, .article h4, .article h5, .article h6{
    font-size:inherit;
    font-weight:700;
    display:inline;
}
.article p{
    display:block;
    margin: 15px 0;
    padding: 0;
    border: 0;
    text-align: left;
    position: relative;
}
.article p:first-child{margin-top: 0;}
.article p:last-child{margin-bottom: 0;}

/*.article p::after {
    display: block;
    clear: both;
    content: "";
}*/

.article .quote{
    display:block;
    padding:20px 40px;
    margin:0;
    /*text-align:left;*/
    /*line-height:150%;*/
    background: #f7f7f7;
    position:relative;
    overflow:hidden;
    border-left:5px solid #283140;
    /*font-size:15px;*/
    /*color: #333;*/
    /*-webkit-border-radius: 10px;
     -khtml-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;*/
}
.article .quote:before{
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    top:10px; left:10px;
    margin: 0;
    color:#283140;
    font-size:20px;
    width:20px;
    height:20px;
    line-height:20px;
}
.article .quote:after{
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    bottom:10px; right:10px;
    margin: 0;
    color:#283140;
    font-size:20px;
    width:20px;
    height:20px;
    line-height:20px;
}

/*.article br{
    display:block;
    padding:0;
    margin:0;
    height:1px;
    line-height:1px;
}*/
/*******************************/
.box{
    border: 1px solid #e9e9f5;
    background: #fff;
    padding:0;
    margin:0;
    -webkit-border-radius: 4px;
     -khtml-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    /*-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
         -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
}
.box.box_no_top_border{
    border: 1px solid #d3e0e9;
}
.box.box_auth{
    max-width:550px;
    margin:60px auto 140px auto;
}
.box .box_header{
    padding:10px 20px;
    border-bottom: 1px solid #f4f4f4;
}
.box .box_header i{
    margin-right:10px;
}
.box .box_header h2,
.box .box_header h3,
.box .box_header h4,
.box .box_header h5,
.box .box_header h6{
    color: #283140;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding:0;
    margin:0;
    height:20px;
    line-height:20px;
}
.box .box_header h2 a,
.box .box_header h3 a,
.box .box_header h4 a,
.box .box_header h5 a,
.box .box_header h6 a{
    color: #283140;
    text-decoration: none;
    border-bottom:1px dotted #283140;
}
.box .box_header h2 a:hover,
.box .box_header h3 a:hover,
.box .box_header h4 a:hover,
.box .box_header h5 a:hover,
.box .box_header h6 a:hover{
    border-bottom-style:solid;
}
.box .box_header .nav-pills{
    margin:-5px 0;
}
.box .box_header .nav-link{
    padding: 5px 10px;
    font-size:13px;
}
.box .box_header .box_header_nav{
    height:20px;
    line-height:20px;
    font-size: 20px;
}
.box .box_header .box_header_nav i{
    margin:0;
    padding:0;
    font-size: 20px;
}
.box .box_header .box_header_nav a{
    display:block;
    float:left;
    margin:0 10px 0 0;
    text-decoration:none;
    padding:0;
    margin:0;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    color: #283140;
    -webkit-transition: all 100ms linear;
       -moz-transition: all 100ms linear;
         -o-transition: all 100ms linear;
            transition: all 100ms linear;
    opacity: 0.9; -moz-opacity:0.9; filter:alpha(opacity=90);
}
.box .box_header .box_header_nav a:hover{
    opacity: 1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
.box .box_header .box_header_nav a:not([href]) {
    cursor:default;
    opacity: 0.4; -moz-opacity:0.4; filter:alpha(opacity=40);
}
.box .box_header .box_header_nav.float-right a{margin:0 0 0 10px;}

.box .box_cover{
    position:relative;
    line-height:100%;
    overflow:hidden;
    -webkit-border-radius: 4px 4px 0 0;
     -khtml-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}
.box .box_cover .box_cover_content{
    position:relative;
    height:0;
    padding:0;
    padding-bottom: 29%;
}
.box .box_cover img{
    display:block;
    margin:0;
    padding:0;
    position: absolute;
    left:0; top:0; right:0;
    width:100%;
    height:auto;
    -webkit-border-radius: 4px 4px 0 0;
     -khtml-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}

.box .box_body{
    padding:20px 20px;
}
.box .box_footer{
    padding:20px 20px;
    border-top: 1px solid #d3e0e9;
    background:#f7f7f7;
    -webkit-border-radius: 0 0 4px 4px;
     -khtml-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
}
/*******************************/
ul.geo_list,
ul.geo_list li{
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
    overflow:hidden;
    position:relative;
    line-height:100%;
    cursor:default;
}
ul.geo_list li a,
ul.geo_list li em{
    padding:10px 10px;
    margin:0;
    display:block;
    text-decoration:none;
}
ul.geo_list li em{
    font-style:normal;
    color:#222;
}
ul.geo_list li a:hover,
ul.geo_list li em:hover{
    background-color: #f7f7f7;
}
ul.geo_list li a.active{
    font-weight:700;
    border-right:3px solid #007bff;
    background-color: #f2f2f2;
}
ul.geo_list li a .sub,
ul.geo_list li em .sub{
    font-weight:400;
    font-size:12px;
    color: #999;
    margin:5px 0 0 0;
}
ul.geo_list li .geo_list_buttons{
    position:absolute;
    top:50%; right:4px;
    width:auto;
    height:26px;
    margin:-13px 0 0 0;
    overflow:hidden;
    opacity: 0; -moz-opacity:0; filter:alpha(opacity=0);
    -webkit-transition: opacity 100ms linear;
       -moz-transition: opacity 100ms linear;
         -o-transition: opacity 100ms linear;
            transition: opacity 100ms linear;
}
ul.geo_list li:hover .geo_list_buttons{
    opacity: 1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
ul.geo_list li .geo_list_buttons a{
    position:relative;
    display:block;
    padding:0;
    margin:0;
    text-decoration:none;
    text-align:center;
    float:left;
    width:20px;
    height:26px;
    color:#fff;
    background: url('../images/bg/ttb_bg.png');
    background: rgba(0,0,0,0.9);
    opacity: 0.7; -moz-opacity:0.7; filter:alpha(opacity=70);
    -webkit-transition: opacity 100ms linear;
       -moz-transition: opacity 100ms linear;
         -o-transition: opacity 100ms linear;
            transition: opacity 100ms linear;
}
ul.geo_list li .geo_list_buttons a:hover{opacity: 1.0; -moz-opacity:1.0; filter:alpha(opacity=100);}
ul.geo_list li .geo_list_buttons a:first-child{
    -webkit-border-radius: 4px 0 0 4px;
     -khtml-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
ul.geo_list li .geo_list_buttons a:last-child{
    -webkit-border-radius: 0 4px 4px 0;
     -khtml-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
ul.geo_list li .geo_list_buttons a:before{
    display:block;
    padding:0;
    margin:0;
    width:12px;
    height:12px;
    line-height:12px;
    font-size:12px;
    position:absolute;
    top:50%; left:50%;
    margin-top:-6px;
    margin-left:-6px;
    color:#fff;
    font-family: 'FontAwesome';
}
ul.geo_list li .geo_list_buttons a.map:before{content: "\f041";}
ul.geo_list li .geo_list_buttons a.edit:before{content: "\f040";}
ul.geo_list li .geo_list_buttons a.delete:before{content: "\f00d";}
ul.geo_list li .geo_list_buttons a.progress:before{
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
     -khtml-animation: fa-spin 2s infinite linear;
       -moz-animation: fa-spin 2s infinite linear;
         -o-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
}
/*******************************/
.image_rotate{
    /*overflow:hidden;*/
    position:relative;
    line-height:100%;
}
.image_rotate_box{
    position: relative;
    height: 0;
    padding: 0;
    padding-bottom: 100%;
    background:#ecf0f5; background:#000;
    -webkit-transition: rotate 1000ms linear;
       -moz-transition: rotate 1000ms linear;
         -o-transition: rotate 1000ms linear;
            transition: rotate 1000ms linear;
}
.image_rotate img{
    position: absolute;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    max-width:100%;
    max-height:100%;
    display:block;

}
.image_rotate.image_rotate_90 div {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}
.image_rotate.image_rotate_180 div {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.image_rotate.image_rotate_270 div {
    -webkit-transform: rotate(270deg);
       -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
         -o-transform: rotate(270deg);
            transform: rotate(270deg);
}
/*******************************/
.fade {
    -webkit-transition: opacity 200ms linear;
       -moz-transition: opacity 200ms linear;
         -o-transition: opacity 200ms linear;
            transition: opacity 200ms linear;
}
.modal-backdrop.show {
    opacity: 0.8; -moz-opacity:0.8; filter:alpha(opacity=80);
}
.modal-content {
    border: none;
    -webkit-border-radius: 0;
     -khtml-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.modal-header{
    padding: 15px 1rem;
    background:#007bff;
    color:#fff;
    border:none;
    -webkit-border-radius: 0;
     -khtml-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.modal-header .modal-title{
    font-weight:400;
    font-family: 'Oswald', sans-serif;
    font-size:18px;
}
.modal-content .modal_close_button{
    display: block;
    width:50px;
    height:50px;
    position:absolute;
    top:0; right:-50px;
    line-height:100%;
    cursor:pointer;
    opacity: 0.7; -moz-opacity:0.7; filter:alpha(opacity=70);
    -webkit-transition: opacity 100ms linear;
       -moz-transition: opacity 100ms linear;
         -o-transition: opacity 100ms linear;
            transition: opacity 100ms linear;
}
.modal-content .modal_close_button:hover{
    opacity: 1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
.modal-content .modal_close_button:before{
    display: block;
    content: "\f00d";
    font-family: 'FontAwesome';
    width:30px;
    height:30px;
    line-height:30px;
    font-size:30px;
    position:absolute;
    top:0; left:50%;
    margin:0 0 0 -15px;
    text-align:center;
    color:#fff;
}
.modal-body{
    /*overflow:hidden;*/
}

/*******************************New styles*************************************/
html{
    min-width: 410px;
}
@media (min-width: 1500px) {
    .container-fluid {
        width: 100%;
        padding-right: 45px;
        padding-left: 45px;
        margin-right: auto;
        margin-left: auto;
    }
}
.new-header {
    position: relative;
    font-family: 'Jost', sans-serif;
}
.new-header.inside {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}
@media (max-width: 992px) {
    .new-header.inside {
        z-index: 1000;
    }
}
.new-header__logo {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
@media (min-width: 1500px) {
    .new-header__logo {
        font-size: 40px;
    }
}
.new-header__logo a {
    color: #3596FF;
    text-decoration: none;
}
@media (max-width: 767px) {
    .new-header__logo {
        font-size: 28px;
    }
}
.new-header__wrapper {
    position: relative;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px) {
    .new-header__wrapper {
        padding: 4px 0;
    }
}
.new-header__menu {
    display: flex;
    align-items: center;
    padding: 0 15px;
}
@media (min-width: 1500px) {
    .new-header__menu {
        padding: 0 15px 0 0;
    }
}
.new-header__menu ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}
.new-header__menu ul a {
    color: #424551;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.new-header__menu > a {
    color: #424551;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}
@media (min-width: 1500px) {
    .new-header__menu > a {
        font-size: 22px;
    }
}
.new-header__menu > a svg {
    margin-right: 5px;
}
@media (min-width: 1500px) {
    .new-header__menu > a svg {
        width: 40px;
        height: 40px;
    }
}
.info-line {
    position: relative;
    background: #17696A;
    padding: 1px 0;
}
.info-line__wrapper {
    color: #FFF;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
}
@media (min-width: 1500px) {
    .info-line__wrapper {
        font-size: 18px;
    }
}
.info-line__wrapper span {
    color: #FFF;
    text-decoration-line: underline;
}
.main-registration {
    position: relative;
    background: linear-gradient(180deg, #FFF 0%, #F8FFED 100%);
    font-family: 'Jost', sans-serif;
    padding: 40px 0 0px;
}

.main-registration__wrapper .row{
        min-height: calc(100vh - 200px);
}

@media (max-width: 767px) {
    .main-registration {
        padding: 23px 0 23px;
    }
}
.main-registration__image img {
    position: absolute;
    bottom: 0px;
    left: -50px;
}
/*@media (min-width: 1500px) {
    .main-registration__image img {
        bottom: 0px;
        left: -50px;
    }
}*/


@media (max-width: 1700px) {
    .main-registration__image img {
        max-width: 1000px;
    }
}
@media (max-width: 1500px) {
    .main-registration__image img {
        max-width: 804px;
     /*   bottom: -96px;*/
    }
}
.main-registration__header {
    display: block;
    width: 100%;
    text-align: center;
}
.main-registration__header h1 {
    display: block;
    width: 100%;
    color: #3596FF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 120.5%;
}
@media (min-width: 1500px) {
    .main-registration__header h1 {
        font-size: 47px;
        margin-bottom: 0;
    }
}
.main-registration__form {
    position: relative;
    margin-top: 20px;
    padding: 25px 20px;
    border: 1px solid #B4B4B4;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    margin-bottom: 20px;
    z-index: 1;
}
@media (max-width: 767px) {
    .main-registration__form {
        padding: 15px 15px;
    }
}
.main-registration__inner {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
@media (max-width: 992px) {
    .main-registration__inner {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .main-registration__inner {
        padding: 0 10px;
    }
}
.main-registration__content {
    display: flex;
    flex-direction: column;
    align-items: end;
    max-width: 432px;
    width: 100%;
    margin-right: 25px;
}
@media (min-width: 1500px) {
    .main-registration__content {
        max-width: 615px;
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .main-registration__content {
        margin-right: 0px;
    }
}
.main-registration__input {
    margin-bottom: 15px;
}
@media (min-width: 1500px) {
    .main-registration__input {
        margin-bottom: 20px;
    }
}
.main-registration__input input {
    display: block;
    width: 100%;
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    outline: none;
    padding: 1px 12px;
    border: 1px solid #B4B4B4;
}
@media (min-width: 1500px) {
    .main-registration__input input {
        font-size: 25px;
        padding: 3px 12px;
    }
}
.main-registration__input input::placeholder {
    color: #B4B4B4;
}
.main-registration__checkbox {
    padding: 1px 0;
}
.main-registration__checkbox .checkbox {
    margin-bottom: 3px;
}
.main-registration__button {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.main-registration__button button {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border: none;
    padding: 2px 70px;
    background: #0FB748;
    transition: all 0.3s ease;
    text-transform: uppercase;
    outline: none;
}
@media (min-width: 1500px) {
    .main-registration__button button {
        padding: 5px 70px;
    }
}
.main-registration__button button:hover {
    background: #424551;
}
@media (max-width: 767px) {
    .main-registration__button {
        padding: 25px 0;
    }
}
.main-registration__additional {
    display: flex;
    justify-content: center;
}
.main-registration__additional a {
    margin: 0 10px;
}
.main-registration__additional a svg {
    transition: all 0.3s ease;
}
.main-registration__additional a svg:hover {
    opacity: 0.9;
}
.main-registration__forget {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}
.main-registration__forget a {
    color: #3596FF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.main-profiles {
    position: relative;
    padding: 17px 0;
}
@media (max-width: 767px) {
    .main-profiles {
        padding: 40px 0 23px;
    }
}
.main-profiles__wrapper {
    position: relative;
    padding: 50px 0 0;
}
@media (max-width: 767px) {
    .main-profiles__wrapper {
        padding: 40px 0 0;
    }
}
.main-profiles__item {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .main-profiles__item {
        margin-bottom: 22px;
    }
}
.main-profile {
    position: relative;
    display: flex;
    width: 300px;
    height: 300px;
    overflow: hidden;
}
@media (min-width: 1500px) {
    .main-profile {
        width: 400px;
        height: 400px;
    }
}
.main-profile__img {
    width: 100%;
    height: 100%;
}
.main-profile__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.main-profile__img img:hover {
    transform: scale(1.05);
}
.main-profile__description {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 0;
}
.main-profile__name {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.68);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
@media (min-width: 1500px) {
    .main-profile__name {
        font-size: 24px;
    }
}
.main-profile__name:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #03FF2B;
}
.main-profile__button {
    display: flex;
    justify-content: center;
}
.main-profile__button a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    border-radius: 5px;
    background: rgba(53, 150, 255, 0.6);
    padding: 1px 65px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.main-profile__button a svg {
    position: relative;
    top: 0px;
    right: -10px;
}
.main-profile__button a:hover {
    background: rgba(66, 69, 81, 0.6);
}
.arrow {
    position: absolute;
    width: 39px;
    height: 39px;
    border: 2px solid #3596FF;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
    cursor: pointer;
}
.arrow svg path {
    transition: all 0.3s ease;
}
.arrow:hover {
    background-color: #3596FF;
}
.arrow:hover svg path {
    stroke: #fff;
}
.arrow-prev {
    transform: rotate(180deg);
    left: 0px;
}


@media (max-width: 767px) {
    .arrow-prev {
        left: 0px;
    }
}
.arrow-next {
    right: 0px;
}
@media (max-width: 767px) {
    .arrow-next {
        right: 0px;
    }
}
.main-services {
    position: relative;
    padding: 0px 0;
    background: linear-gradient(180deg, #FFF 0%, #F8FFED 100%);
    font-family: 'Jost', sans-serif;
}
.main-services__wrapper {
    position: relative;
    padding: 50px 0 30px;
}
@media (max-width: 767px) {
    .main-services__wrapper {
        padding: 40px 0 20px;
    }
}
.main-services__wrapper .arrow {
    top: 40%;
    bottom: auto;
}
.main-services__item {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .main-services__item {
        margin-bottom: 20px;
    }
}
.main-services__button {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding-bottom: 40px;
}
@media (min-width: 1500px) {
    .main-services__button {
        padding-bottom: 80px;
    }
}
.main-services__button a {
    display: inline-flex;
    background: #3596FF;
    color: #FFF;
    font-family: 'Jost', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 120.5%;
    padding: 12px 120px;
    text-decoration: none;
    margin: 0 15px;
    transition: all 0.3s ease;
}
@media (max-width: 767px) {
    .main-services__button a {
        padding: 12px 90px;
    }
}
.main-services__button a:hover {
    background: #424551;
}
.main-service {
    position: relative;
    display: flex;
    width: 300px;
    height: 300px;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #C0C0C0;
    background: #FFF;
    transition: all 0.3s ease;
    cursor: pointer;
}
@media (min-width: 1500px) {
    .main-service {
        width: 400px;
        height: 400px;
    }
}
.main-service__icon {
    display: flex;
    justify-content: center;
    margin-top: -30px;
}
.main-service__icon svg {
    transition: all 0.3s ease;
}
@media (min-width: 1500px) {
    .main-service__icon svg {
        width: 250px;
    }
}
.main-service__title {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 120.5%;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}
@media (min-width: 1500px) {
    .main-service__title {
        font-size: 30px;
        bottom: 45px;
    }
}
.main-service__title:hover {
    color: #424551;
    /*   .main-service__icon{
          svg{
            path{
              fill: #424551;
              stroke: #424551;
            }
          }
        }*/
}
.main-service:hover .main-service__icon svg {
    transform: scale(0.95);
}
.main-service:hover .main-service__title {
    color: #424551;
}
.new-footer {
    position: relative;
    border-top: 1px solid #007BFF;
    padding: 30px 0;
    background: #F8FFED;
    font-family: 'Jost', sans-serif;
}
.new-footer.inside {
    background: transparent;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .new-footer {
        padding: 20px 0;
    }
}
.new-footer__wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .new-footer__wrapper {
        flex-direction: column;
    }
}
@media (max-width: 992px) {
    .new-footer__menu {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .new-footer__menu {
        display: flex;
        justify-content: center;
    }
}
.new-footer__menu ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.new-footer__menu ul li {
    margin-right: 20px;
}
@media (min-width: 1500px) {
    .new-footer__menu ul li {
        margin-right: 40px;
    }
}
.new-footer__menu ul li a {
    color: #3596FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120.5%;
}
@media (min-width: 1500px) {
    .new-footer__menu ul li a {
        font-size: 20px;
    }
}
.new-footer__pays {
    display: flex;
    align-items: center;
}
@media (min-width: 1500px) {
    .new-footer__pays img {
        width: 30px;
    }
}
.new-footer__copyright {
    display: flex;
    align-items: center;
    max-width: 700px;
    width: 100%;
    color: #17696A;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120.5%;
}
@media (min-width: 1700px) {
    .new-footer__copyright {
        max-width: 1100px;
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .new-footer__copyright {
        max-width: 500px;
        justify-content: center;
    }
    .new-footer__copyright span {
        display: block;
        max-width: 250px;
        width: 100%;
    }
}
.new-footer__copyright img {
    margin: 0 5px;
}
.checkbox {
    position: relative;
    display: flex;
    align-items: center;
}
.checkbox__input {
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
}
@media (min-width: 1500px) {
    .checkbox__input {
        width: 20px;
        height: 20px;
    }
}
.checkbox__input input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.checkbox__input input:checked ~ span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 11px;
    height: 11px;
    background: #000;
}
@media (min-width: 1500px) {
    .checkbox__input input:checked ~ span {
        width: 16px;
        height: 16px;
    }
}
.checkbox__label {
    display: inline;
    margin-bottom: 0;
    margin-left: 11px;
}
@media (min-width: 1500px) {
    .checkbox__label {
        font-size: 20px;
    }
}
.checkbox__label a {
    color: #3596FF;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.checkbox__label a:hover {
    color: #424551;
}
.slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    list-style: none;
    font-size: 0;
}
.slick-dots li {
    margin: 0 3px;
}
.slick-dots li.slick-active button {
    background-color: #2B3642;
}
.slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #3596FF;
    border: none;
    transition: all 0.3s ease;
    outline: none;
    padding: 0;
}
.slick-dots button:hover {
    background-color: #2B3642;
}
.main-profiles__wrapper .arrow, .main-services__wrapper .arrow {
    display: none !important;
}
@media (max-width: 992px) {
    .main-profiles__wrapper .arrow, .main-services__wrapper .arrow {
        display: flex !important;
    }
}
.main-profiles__wrapper .slick-list, .main-services__wrapper .slick-list {
    position: relative;
    width: 100%;
}
.main-profiles__wrapper .slick-track, .main-services__wrapper .slick-track {
    position: relative;
    width: 100%;
    display: flex;
}
@media (min-width: 993px) {
    .main-profiles__item {
        width: calc(100% / 3);
    }
    .main-services__item {
        width: calc(100% / 3);
    }
}
.main-profile-slider {
    display: flex;
    flex-wrap: wrap;

}
.main-services-slider {
    display: flex;
    flex-wrap: wrap;

}
@media (max-width: 1200px) {
    .main-profile-slider {
        overflow: hidden;
    }
    .main-services-slider {
        overflow: hidden;
    }
}
.modal-new {
    position: fixed;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow-x: hidden;
}
.modal-new__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}
.modal-new__close {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .modal-new__close {
        top: 20px;
        right: 20px;
    }
}
@media (max-width: 767px) {
    .modal-new__close svg {
        width: 20px;
    }
}
.modal-new__close:hover path {
    fill: #3596FF;
}
.modal-new.active {
    display: flex;
}
.modal-new__wrapper {
    position: relative;
    max-width: 690px;
    width: 100%;
    min-height: 150px;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    -ms-flex-item-align: center;
    align-self: center;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #FFF;
}
@media (max-width: 767px) {
    .modal-new__wrapper {
        max-width: 420px;
    }
}
.modal-new__content {
    padding: 100px 0px 50px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .modal-new__content {
        padding: 100px 20px 50px;
    }
}
.modal-new__input {
    margin-bottom: 15px;
}
.modal-new__input input {
    display: block;
    width: 100%;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    outline: none;
    padding: 6px 14px;
    border: 1px solid #B4B4B4;
}
.modal-new__input input::placeholder {
    color: #B4B4B4;
}
.modal-new__button {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.modal-new__button button {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border: none;
    padding: 5px 100px;
    background: #3596FF;
    transition: all 0.3s ease;
    outline: none;
}
.modal-new__button button:hover {
    background: #424551;
}
@media (max-width: 767px) {
    .modal-new__button {
        padding: 25px 0;
    }
}
.modal-new__additional {
    display: flex;
    justify-content: center;
}
.modal-new__additional a {
    margin: 0 10px;
}
.modal-new__additional a svg {
    transition: all 0.3s ease;
}
.modal-new__additional a svg:hover {
    opacity: 0.9;
}
.modal-new__forget {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}
.modal-new__forget a {
    color: #3596FF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.page-info {
    position: relative;
    padding: 50px 0;
    font-family: 'Jost', sans-serif;
    min-height: calc(100vh - 140px);
}
.page-info__header h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120.5%;
}
@media (max-width: 767px) {
    .page-info__header h1 {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .page-info__button {
        display: flex;
        justify-content: center;
    }
}
.page-info__button button {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border: none;
    padding: 5px 100px;
    background: #3596FF;
    transition: all 0.3s ease;
    outline: none;
}
.page-info__button button:hover {
    background: #424551;
}
.page-info__wrapper {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 120.5%;
    max-width: 855px;
}
@media (min-width: 1500px) {
    .page-info__wrapper {
        padding-left: 50px;
    }
}
.page-info__content {
    padding: 30px 0;
}
.page-info__image {
    max-width: 395px;
    width: 100%;
}
@media (min-width: 1500px) {
    .page-info__image {
        max-width: 605px;
    }
}
@media (max-width: 767px) {
    .page-info__image {
        margin: 0 auto;
    }
}
.page-info__image img {
    width: 100%;
}
@media (max-width: 1200px) {
    .page-info__image {
        margin-bottom: 30px;
    }
}


/***********************************************/

.header-chat{
    position: relative;
    display: flex;
    align-items: center;
    max-width: 400px;
    margin: 10px 0;
}

.header-chat img{
    margin-right: 50px;
}

.chat-form-button svg{
    fill:#2f92fd;
    transition: all 0.3s ease;
}
.chat-form-mail svg{
    fill: #28a745;
}

.chat-form-button svg:hover{
    fill: #5d5d5d;
}

.chat-form-submit{
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

.chat-form-submit:hover,.chat-form-submit:focus{
    outline: none !important;
}

.chat-form-submit svg{
    width: 32px;
    height: 32px;
}

.chat-form-submit svg path{
    fill:#2f92fd;
    transition: all 0.3s ease;
}

.chat-form-submit svg:hover path{
    fill:#5d5d5d;
}

.chat-message-attach-item a{
    position:relative;

}

.chat-message-attach-item a:not([data-fancybox="photos"])::after{
    content: '';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    backdrop-filter: blur(4px);
    border-radius: 4px;
    overflow: hidden;
}
@media (max-width:768px) {
    #app-notification{
        position: fixed;
        bottom: 0;
        right: 0;
        width: 250px;
    }
}

.chat-attach-button-smile svg {
    fill: #f3d303;
    transition: all 0.3s ease;
}
.chat-attach-button-video svg {
    fill: #f00;
    transition: all 0.3s ease;
}
.chat-form-button svg:hover{
    fill: #5d5d5d;
}

.new-avatar{
    position: relative;
    width: 35px;
    min-width: 35px;
    height: 40px;
    border: none;
    object-fit: cover;
    border-radius: 0;
}
.new-avatar-big{
    position: relative;
    width: 45px;
    min-width: 45px;
    height: 50px;
    border: none;
    object-fit: cover;
    border-radius: 0;
}
