

/* Start:/local/templates/iksweb/styles.css?169349784124678*/
/* Основные настройки сайта */
*{margin:0;padding:0;border:0;box-sizing:border-box}
a:active,a:focus{outline:none}
input,textarea{outline:none}
input:active,textarea:active{outline:none}
:focus{outline:none}
textarea{resize:none}
textarea{resize:vertical}
textarea{resize:horizontal}
p,b,span,div,h1,h2,h3,h4,h5,h6,ul,ol,li{cursor:default}
b,strong{ font-weight: 500; }
input[type=text],input[type=tel],input[type=password],input[type=email],textarea{background-color:#fff;font-size:14px;font-weight:500;font-family:'Exo 2',sans-serif;height:35px;padding:0 11px}
input[type=text]:focus,input[type=tel]:focus,input[type=password]:focus,input[type=email]:focus,textarea:focus{border-color:#7accee}
textarea{padding-top:4px;padding-bottom:4px;min-height:56px;resize:vertical;overflow:hidden;height:auto}
textarea:focus{border-color:#7accee}
select{box-sizing:border-box;position:relative;display:block;width:100%;border:1px solid #c6d7d9;padding:8px 10px;background-color:#fff;color:#848484;-o-transition:box-shadow .2s,border-color .2s;transition:box-shadow .2s,border-color .2s,-webkit-box-shadow .2s;outline:none;height:35px}
input[type=checkbox]{cursor:pointer;display:inline-block;position:relative;vertical-align:top;-moz-appearance:none;-webkit-appearance:none;margin:0 10px 0 2px;left:-3px;width:20px;height:20px;border:1px solid #c6d7d9;background-color:#fff;-webkit-transition:border .2s,background-color .3s;-o-transition:border .2s,background-color .3s;transition:border .2s,background-color .3s}
input[type=checkbox]:checked:before,input[type="checkbox"][disabled]:before{bottom:-1px;left:3px;font-size:15px;position:absolute;color:#4aa8b5;font-weight:500;width:100%;height:100%;content:"\f00c";font-family:Font Awesome\ 5 Pro}
input[type=checkbox][disabled]{border:1px solid #c6d7d9;cursor:default}
input[type=checkbox][disabled]:before{content:"\f30d";font-size:12px;color:#f26d6e;bottom:-2px;left:4px}
input[type=radio]{cursor:pointer;display:inline-block;vertical-align:top;-moz-appearance:none;-webkit-appearance:none;-o-transition:border .2s,background-color .3s;transition:border .2s,background-color .3s;width:19px;height:19px;background-color:#ffffff;border:1px solid #c6d7d9;outline:none;border-radius:100%;position:relative;margin-right:10px}
input[type=radio]:checked:before { font-size: 20px; position: absolute; font-weight: 500; line-height: 0; width: 100%; height: 100%; font-family: Font Awesome\ 5 Pro; content: "\f192"; bottom: 0; left: 0; color: #347c99; display: flex; align-items: center; justify-content: center; }
input[type=radio][disabled]:before{content:"\f30d";font-size:12px;color:#f26d6e;bottom:3px;left:4px;position:absolute;font-weight:500;font-family:Font Awesome\ 5 Pro}
[placeholder]:focus::-webkit-input-placeholder{color:transparent}
[placeholder]:focus::-moz-placeholder{color:transparent}
[placeholder]:focus:-ms-input-placeholder{color:transparent}
[placeholder]:focus::placeholder{color:transparent}
body { color: #000; font-weight: normal; height: 100%; font-size: 14px; font-family: Roboto; }
h1{font-size:40px;font-weight:400;color:#363842}
h2{font-size:28px;font-weight:normal;margin-bottom:14px;color:#363842}
h3{font-size:26px;margin-bottom:14px;font-weight:normal;color:#363842}
h4{font-size:24px;margin-bottom:12px;font-weight:normal;color:#363842}
.h1{font-size:40px;font-weight:200;text-transform:uppercase;margin-bottom:14px}
.h2{color:#363842}
.h3{color:#fff;text-align:center;margin-bottom:32px;font-size:25px;text-transform:uppercase;font-weight:200}
.h4{font-weight:500;font-size:20px;text-transform:uppercase;margin-bottom:14px}
.h5{font-weight:500;font-size:15px;text-transform:uppercase;margin-bottom:14px;color:#373636;margin-bottom:20px}
main{margin-bottom:45px;min-height: calc(100vh - 169px);}
.ul{list-style-type:none;counter-reset:li;padding:0;margin:20px 0;list-style:none;list-style-image:url(/upload/icon/line.png);text-align:left}
.ul li{position:relative;padding-left:5px;margin-left:25px;margin-bottom:5px;line-height:20px}
ul,ol{list-style:none}
a{color:#4aa8b3;text-decoration:none;cursor:pointer}
a:hover{transition:all 0.2s;}
p{line-height:24px;margin-bottom:15px}
.contents{width:100%;max-width:1000px;margin:30px auto 0}
.dnone{display:none}
.center{text-align:center}
@media only screen and (max-width:1026px){
	.contents{padding:0 20px}
}
@media only screen and (max-width:625px){
	h1{font-size:30px;}
	h2{font-size:24px;}
	h3{font-size:22px;}
	h4{font-size:20px;}
}

/* HEADER */
header{position:relative;width:100%;background:#354251}
header .header-box{width:100%;max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:flex-start;position:relative;padding:23px 0 25px}
header .header-box nav{}
header .header-box nav a{color:#bec8d4;padding:22px 0 26px}
header .header-box nav ul{display:flex;align-items:center;justify-content:flex-start;position:relative;flex-wrap:wrap;margin:0 0 0 30px}
header .header-box nav ul li{margin:0 29px 0 0;position:relative}
header .header-box nav ul.dropdown-menu{display:none;margin:0 0 0 0}
header .header-box nav ul li.parent{padding-right:5px}
header .header-box nav ul li.parent:after { position: absolute; right: 0; top: 2px; cursor: pointer; z-index: 1; width: 0; height: 0; vertical-align: middle; border-top: 4px dashed; color: #bec8d4; text-decoration: none; content: "\f078"; font-family: Font Awesome\ 5 Pro; font-size: 8px; }

header .header-box nav li i.anim{ position: absolute; width: 5px; height: 5px; display: block; background: #c6311b; border-radius: 100%; top: 6px; right: -14px;animation: glowing 1300ms infinite; transition: all 0.5s; }
@keyframes glowing{0{background-color:#c6311b;box-shadow:0 0 3px #d16556}
50%{background-color:#d16556;box-shadow:0 0 10px #c6311b}
100%{background-color:#c6311b;box-shadow:0 0 3px #d16556}
}
@media screen and (max-width:950px){
header .header-box nav li i.anim { top: 6px; right: auto; left: 39px; }
}

/** MENU **/
header nav li:hover ul.dropdown-menu{display:flex;flex-wrap:wrap;top:42px}
header nav ul.dropdown-menu li{width:50%;margin:0;padding:2px 0}
header nav ul.servise li{padding:5px 0}
header nav ul.dropdown-menu li a{width:100%;font-size:14px;margin:0 0 0 10px;padding:0;    border-bottom: 1px dashed transparent;}
header .header-menu .dropdown-menu ul{padding:0}
header .header-menu .dropdown-menu{display:none}
header .header-menu .dropdown-menu li a{color:#fff;font-size:12px;text-transform:uppercase;display:inline-block;line-height:25px;margin-right:10px;position:relative;width:140px;top:-2px;left:6px;padding:0}
header .header-menu .dropdown-menu li{padding:0;margin-right:10px;margin-bottom:5px}
header .dropdown-menu i{font-size:20px;color:#ffffff;width:20px;text-align:center}
header .dropdown-menu i.rotates90:before{transform:rotate(90deg)}
header .dropdown-menu li{border-bottom:1px dashed #4aa8ba}
header .dropdown-menu.servise i{font-size:16px}
@media only screen and (min-width:720px){
header nav ul.dropdown-menu li:hover a{transition:all 0.2s;border-bottom:1px dashed}
header nav li:hover a{color:#fff}
header nav ul li:hover .dropdown-menu{transition:all 0.2s;position:absolute;background:#4aa8ba;padding:10px;width:385px;z-index:30}
}

/** LOGO **/
header .block-logo{display:flex;flex-direction:column;position:relative;align-items:center}
header .logo-content{display:flex;flex-direction:row;line-height:23px;position:relative}
header .block-logo .logo-text span{color:#4aa8b3}
header a .block-logo .logo-text:hover span{color:#ffffff}
header a .block-logo .logo-text:hover{color:#4aa8b3}
header a .block-logo span,header a .block-logo .logo-text{cursor:pointer}
header .block-logo .logocode{color:#4aa8b3;font-size:29px;font-weight:normal;top:-4px;position:relative;text-transform:uppercase;font-family:monospace;margin:0 2px}
header .block-logo .logo-text{transition:all 0.2s;font-size:28px;text-transform:uppercase;font-weight:500;color:#ffffff;line-height:18px}
header .block-logo .logo-desc{margin-top:5px;position:relative;font-size:12px;font-weight:300;color:#bec8d4;text-transform:lowercase}
/** USER **/
header .login{color:#bec8d4;font-size:14px;position:absolute;right:0}
header .login i{margin:0 5px 0 0}
header .user-profil-head{width:30px;position:absolute;right:0px}
header .user-profil-head span{width:100%;display:block;height:30px;position:absolute;right:0;z-index:2;cursor:pointer}
header .user-profil-head img{background:#ccc;cursor:pointer;width:30px;height:30px;object-fit:cover;vertical-align:bottom;border:2px solid #fff;border-radius:100%}
header .user-profil-head .user-menu{display:none}
header .user-profil-head .user-menu.active{display:flex;flex-direction:column;position:absolute;top:47px;right:0;z-index:1000;min-width:170px;padding:5px 0 0;margin:2px 0 0;list-style:none;font-size:13px;background-color:#fff;border:1px solid #ccc;box-shadow:0 8px 35px rgba(0,0,0,0.1)}
header .user-profil-head .user-menu a{display:block;padding:4px 15px;font-weight:normal;line-height:20px;color:#333333}
header .user-profil-head .user-menu a:hover,.user-profil .user-menu a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}
header .user-profil-head .user-menu li:last-child a{border-top:1px solid #e5e5e5;padding:10px 15px 10px;margin:5px 0 0 0}
header .mobile-botton{font-size:25px;top:17px;right:20px;position:absolute;cursor:pointer;color:#bec8d4;display:none}
header .mobile-botton:before{content:"\f0c9";-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:Font Awesome\ 5 Pro}
header .mobile-botton.active:before{content:"\f00d"}
@media only screen and (max-width:1026px){
header .header-box{    padding: 23px 20px 25px;}
header .login {right: 20px}
}
@media only screen and (max-width:720px){
	main { padding: 65px 0 0; }
header{ position: fixed; z-index: 100; background: #354251; }
header .login {right: 70px}
header .user-profil-head{right:70px;top:18px;}
header .mobile-botton{display:block}
header .header-box nav{display:none}
header .header-box nav.open{width: 100%; position: fixed; right: 0; top: 65px; background: #354251; z-index: 1000; padding: 10px 20px 0; display: block; height: 100%;}
header .header-box nav.open a{padding:4px 0 3px}
header .header-box nav.open ul{flex-direction:column;align-items:flex-start;margin:0}
header nav.open li:hover ul.dropdown-menu{display:none;top:0}
header .header-box nav.open ul li.parent:after{content:none}
header .header-box nav.open ul li{width:100%;margin:6px 0}
header .header-logo{margin-bottom:0;display:flex;justify-content:center;width:auto}
header .header-box nav.open ul li.parent i{position:absolute;right:0;top:6px;cursor:pointer;z-index:1;width:0;height:0;vertical-align:middle;color:#bec8d4}
header .header-box nav.open ul li.parent i.down{border-top:6px dashed;border-right:6px solid transparent;border-left:6px solid transparent}
header .header-box nav.open ul li.parent i.up{border-bottom:6px dashed;border-right:6px solid transparent;border-left:6px solid transparent}
header nav.open ul li .dropdown-menu,header nav.open ul li:hover>.dropdown-menu{transition:none;display:none;position:relative;background:inherit;padding:0;width:90%}
header .header-box nav.open ul.dropdown-menu li i{position:relative;right:0;top:-1px}
header nav.open ul.dropdown-menu li a{margin:0 0 0 10px}
header .header-box nav.open ul.servise li i{position:relative;right:0;top:-11px}
header nav.open ul.servise li a{margin:0 0 0 30px}
header nav.open .dropdown-menu li{border-bottom:0}
header .btn-help{display:none}
}
@media only screen and (max-width:390px){
/**header .user-profil-head{display:none}**/
}

/** Новый вид шапки **/
.full-header{position:relative;background:#f9fafb;width:100%;margin:0 0 30px;padding:30px 20px 40px}
.full-header h1{text-transform:none;margin:0 0 10px 0; max-width: 720px;display: inline-block;}
.full-header .contents{position:relative;margin:0 auto 0;    display: flex;flex-direction: column;}
.full-header p{max-width:70%;z-index:1;position:relative;font-size: 15px; display: inline-block;}
.full-header img{position:absolute;right:0;top:10px;z-index:0;max-height: 150px; width: auto; height: auto; max-width: 200px;}
@media only screen and (max-width:625px){
.full-header {padding: 30px 20px 30px;}
.full-header img{display:none}
.full-header p{max-width:100%}
.full-header .contents {padding:0px}
}

/** breadcrumb **/
.breadcrumb{flex-wrap:wrap;display:flex;flex-direction:row;font-size:13px;color:#686868;margin: 5px 0 15px;}
.breadcrumb a{color:#4aa8b3;text-decoration:none}
.breadcrumb a:hover{border-bottom:1px dashed;transition:all 0.2s ease}
.breadcrumb a span{cursor:pointer}
.breadcrumb i{cursor:default;margin:0 3px 0 8px;width:4px;height:4px;display:inline-block;background:#cad0d1;border-radius:100%;position:relative;top:-2px}
@media screen and (max-width:580px){
.breadcrumb{margin-top:10px}
}

/* Цитаты*/
.advice{padding:20px;width:100%;display:block;background-color:#f9fafb;border-left:4px solid #347c99!important;margin:20px 0}
.advice p{font-weight:normal;display:block;position:relative}
.advice span{font-size:14px;margin:0 0 10px 5px;display:block;font-weight:500}

/*Сообщения и ошибки*/
.auth_error{position:fixed;top:15px;right:15px;z-index:9999;min-width:200px;max-width:400px;padding:15px 35px;color:#333;background:#fff;border-color:transparent;border-radius:4px;box-shadow:0 0 7px rgba(0,0,0,.15);-webkit-animation-name:animScale;animation-name:animScale;-webkit-animation-duration:.25s;animation-duration:.25s}
.auth_error i{position:absolute;top:17px;left:12px;line-height:1;opacity:.5;color:#ff0000;font-size:15.5px}
.auth_error p{font-size:14px;text-align:left;margin:0;line-height:20px}
.auth_error a{color:inherit;text-decoration:underline}
.auth_error button{position:absolute;top:7px;right:8px;background:none;padding:0 4px;cursor:pointer;font-size:19.5px;font-weight:500;line-height:1;opacity:.2}
.auth_error button:focus,.auth_error button:hover{color:#000;text-decoration:none;opacity:.5}
.auth_error.alert i{color:#4CAF50}
.auth_error.comment i{color:#3f3f3f}

/** CONTENT **/
.socia{position:relative;top:3px;}
.socia .fa{width: 24px; height: 24px;opacity: 0.8;}
.socia .fa-vk{background: URL(/upload/icon/share/i-vk.svg) no-repeat center center; background-size: 35px 36px;}
.socia .fa-youtube{background: URL(/upload/icon/share/i-youtube.svg) no-repeat center center; background-size: 22px 22px;margin: 0 0 0 5px;}
.socia .fa-vk:hover,.socia .fa-youtube:hover{opacity: 1;}

.text_opisanie{padding:10px 0 40px}
h2.centers{text-align:center;padding:10px 0 32px}

/* UP */
#move_up { background-color: #363842; color: #ffffff; font-size: 18px; position: fixed; right: 20px; bottom: 20px; cursor: pointer; display: none; opacity: .7; z-index: 90; width: 39px; height: 39px; text-align: center; line-height: 41px; border-radius: 3px; }
#move_up:hover{opacity:.9;transition:all 0.2s}

/* MODALS */
.modal{display:none}
.modal.active{display:block;z-index:99800;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;right:0;bottom:0;left:0;outline:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}
.modal.active .modal-content{margin:0 auto;width:100%;max-width:900px;background:#fff;position:relative;top:8%;z-index:1000}
.modal.active .modal-content hr{ width: 100%; display: block; border-top: 1px solid #4aa8b361; margin: 0 0 10px 0; }
.modal.active .modal-content .note{font-size: 13px; color: #a7a8a8; text-align: center;}
.modal.active .modal-shadow{z-index:999;position:fixed;bottom:0;right:0;background:#00000054;width:100%;height:100%}
.modal.active .modal-dialog{padding:30px;position:relative}
.modal.active .modal-close { cursor: pointer; position: absolute; top: 10px; right: 10px; color: #4aa8b3; font-size: 24px; }
.modal-self{display:none}
.modal.active textarea{resize: none;}
.modal.active .modal-self{display:block}
.mail-send{color:#ffffff;background:#4aa8b3;}
.mail-send:hover{background:#3a858e}
.modal-checkbox a{color:#00aee6;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s}
.modal-dialog{font-family:Roboto;font-style:normal;font-weight:300;color:#3d474d;font-size:14px;line-height:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color .2s 0s;-o-transition:color .2s 0s;transition:color .2s 0s}
.modal-dialog input[type="text"],.modal-dialog input[type="email"],.modal-dialog input[type="tel"],.modal-dialog select{position:relative;display:block;width:100%;outline:0;border:1px solid #4aa8b3;padding:9px 20px;background-color:#fff;height:40px}
.modal-dialog select{color:#767575;padding:7px 16px}
.modal-name{text-align:center;font-size:24px;font-weight:300;margin-bottom:25px}
.modal-form-inputs{margin:0 0 20px;align-items:center}
.modal .label{display:block;cursor:pointer;text-align:left}
.thanks-modal{text-align:center}
.modal-checkbox{width:100%;margin:15px 0 15px;align-items:flex-start;display:flex;position:relative;justify-content:flex-start}
.modal-checkbox span{line-height:19px;top:-4px;position:relative}
.modal-checkbox input{margin:0 10px 0 2px}
.error-mail{background:URL(/upload/icon/error-mail-icon.png) no-repeat center center;width:66px;height:65px;margin:0 auto 20px}
.send-mail{background:URL(/upload/icon/ok-mail-icon.png) no-repeat center center;width:66px;height:65px;margin:0 auto 20px}

/* Настраиваем разные окна */
.modal.active .modal-content.urlcoun{max-width:580px}
.modal.active .modal-content.urlpositions{max-width:80%}
.modal.active .modal-content.support{max-width:500px}
.modal.active .modal-massage{text-align:center;font-size:15px;margin:-10px 0 10px}
.modal .callphone .modal-form-inputs{flex-direction:column;width:100%;margin:0 0 0}
.modal .zakazsite .modal-form-inputs{flex-direction:row;display:flex;justify-content:space-between;flex-wrap:wrap}
.modal .zakazsite .modal-form-inputs div{width:49%}
.modal .zakazsite .modal-form-inputs input{margin:0 0 10px}
.modal .zakazsite .modal-form-inputs textarea{width:49%;height:190px}
@media screen and (max-width:580px){
.modal .zakazsite .modal-form-inputs{flex-direction:column}
.modal .zakazsite .modal-form-inputs div{width:100%}
.modal .zakazsite .modal-form-inputs textarea{width:100%;height:100px;margin-top:10px}
.modal.active .modal-content{top:9%}
}
.modal textarea{border:1px solid #4aa8b3;width:100%;padding:10px 20px;height:160px}
.has-error,.has-success,.has-warning{background-repeat:no-repeat;background-position:100% 1px;padding-right:25px}
.has-error,.has-warning{border-color:#d63b3f!important;background-image:url(/upload/icon/has-error.png)}
.row{display:flex;justify-content:space-between;flex-direction:row}

/* Таблицы */
h2.tools,h3.tools{position:relative;bottom:-34px;margin-bottom:0;display:table-cell}
h2.tools i,h3.tools i{font-size:17px;color:#a1abad;position:relative;top:-4px}
h3.tools{font-size:20px;bottom:-28px}
.tools-button-right{display:flex;justify-content:flex-end;margin-bottom:20px}
.tools-button-right button{cursor:pointer;text-transform:initial;font-size:14px;padding:8px 17px 8px;    margin: 0 0 0 10px;}
table.tools{clear:both;width:100%;border-collapse:collapse;border-spacing:0;font-weight:normal;margin:0 0 30px}
table.tools th{vertical-align: inherit;background:#3d475f;cursor:pointer;padding:6px 15px 9px 10px;border-bottom:2px solid #ddd;color:white;white-space:nowrap;padding-left:10px;padding-right:15px;font-weight:normal}
table.tools tr{}
table.tools tr:hover td{background-color:#f5f5f5}
table.tools tr:nth-of-type(2n){background-color:#f9f9f9}
table.tools tr.group td{background-color:#F1F1F1}
table.tools tr td.nums span{background-color:#dceaff;padding:1px 8px 3px;font-size:12px;font-weight:normal;text-align:center;border-radius:4px}
table.tools tr td.t-nums span{background-color:#eaeaea;padding:1px 8px 3px;font-size:12px;font-weight:normal;text-align:center;border-radius:4px}
table.tools td{word-wrap : break-word;padding:5px 10px 8px; word-break: break-all;}
table.tools td a{border-bottom:1px solid #ddd;color:#333333;text-decoration:none}

/* Блок Реклама */
.advertising{background:#f9fafb;width:100%;position:relative;margin:30px 0 35px 0;    padding: 0 0 3px;}
.advertising-elements{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;padding:0;  height: 120px; overflow: hidden;}
.advertising-elements>div{ width: 100%; height: 100%; }
.advertising-element { text-decoration: none; cursor: pointer; display: flex; flex-direction: row; justify-content: flex-start; position: relative; align-items: center; width: 100%; height: 100%; display: block;}
.advertising-element img{ width: 100%; height: 100%; display: block;}
.element-img{cursor:pointer;width:100%;margin-right:20px;max-width:48px;max-height:48px;position:relative;height:100%}
.element-img img{max-width:100%;margin:0;}
.element-info{cursor:pointer}
.element-info span{font-weight:500;margin-bottom:5px;display:block;cursor:pointer}
.element-info p{margin:0;line-height:15px;font-size:13px;cursor:pointer}
.advertising a.adves{color:#999999;font-size:11px;text-decoration:none;display:inline-block;background:initial;width:auto;padding:0;position:absolute;bottom:-15px;right:0}
.advertising.IsAdBlock .advertising-elements:before { content: attr(data-text); width: 100%; text-align: center; font-size: 14px; line-height: 140%; background: #ff4343; height: 100%; display: flex; align-items: center; justify-content: center; position: absolute; z-index: 0; padding: 20px; color: #fff; box-sizing: border-box; border-radius: 5px; }
.advertising .animate{animation: pulse 2s ease-in-out infinite; transform: scale(.85);transition:all .5s}
@keyframes pulse { from { transform: scale(1.05); } 50% { transform: scale(1); } to { transform: scale(1.05); } }
@media only screen and (max-width:760px){
.advertising a.adves{font-size:13px;bottom:-20px;}
.advertising.IsAdBlock .advertising-elements:before{font-size: 13px;}
}

/* PLAYER */
.youtube-box{background-color:#000;margin-bottom:30px;position:relative;padding-top:56.25%;overflow:hidden;cursor:pointer}
.youtube-box img{width:100%;top:-16.84%;left:0;opacity:0.7}
.youtube-box .play-button{width:90px;height:60px;background-color:#333;box-shadow:0 0 30px rgba( 0,0,0,0.6 );z-index:1;opacity:0.8;border-radius:6px}
.youtube-box .play-button:before{content:"";border-style:solid;border-width:15px 0 15px 26.0px;border-color:transparent transparent transparent #fff}
.youtube-box img,.youtube-box .play-button{cursor:pointer}
.youtube-box img,.youtube-box iframe,.youtube-box .play-button,.youtube-box .play-button:before{position:absolute}
.youtube-box .play-button,.youtube-box .play-button:before{top:50%;left:50%;transform:translate3d( -50%,-50%,0 )}
.youtube-box iframe{height:100%;width:100%;top:0;left:0}


/** FOOTER **/
footer{width:100%;position:relative;background:#323439;}
footer .footer-content{padding: 15px 0; width: 100%; position: relative; max-width: 1000px; margin: 0 auto; display: flex; flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap;}
footer .copy-yar{color: #bec8d4;font-size: 13px;}
footer .footer-content ul{display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; position: relative; justify-content: flex-start;}
footer .footer-content li{margin-right: 20px;}
footer .footer-content li a{color: #bec8d4;font-size: 13px;}
@media only screen and (max-width:600px){
footer .copy-yar {margin: 10px 0 0 0;}
footer .footer-content {flex-direction: column;}
}
@media only screen and (max-width:400px){
footer .footer-content ul {padding: 0 20px; justify-content: center;}
footer .footer-content .link-vk{display:none;}
footer .footer-content li a {font-size: 14px;}
footer .footer-content li { margin: 0 10px 1px; }
}

.lang-box { display: flex; flex-direction: row; align-items: center; justify-content: center; position: relative; }
.lang-box a { color: #bec8d4; position: relative; display: block; padding: 2px 8px 3px 30px; }
.lang-box a.active { color: #fff; border: 1px solid #fff; border-radius: 5px; }
.lang-box a:hover{ color: #fff;}
.lang-box a:before { content: ''; position: absolute; left: 8px; top: 5px; background: #fff; width: 16px; height: 12px; display: block; }
.lang-box .ru-lang:before{background: url(/local/templates/iksweb/images/ru-lang.png) center center no-repeat; }
.lang-box .en-lang:before{background: url(/local/templates/iksweb/images/en-lang.png) center center no-repeat; }

/*
.new-yar:before { content: ''; background: url(/upload/icon/new-yar.svg) repeat-x; width: 100%; height: 12px; position: absolute; top: 0; left: 0; }

*/
/* End */


/* Start:/local/templates/iksweb/template_style.css?166809201458703*/
.tools_content{margin-bottom:20px}

#crawl_delay-styler .jq-selectbox__select{width:281px}
.names_t{font-size:25px;font-weight:200;text-transform:uppercase;margin-bottom:14px;text-align:left}
.form-group input[type="text"]{border-bottom: 1px solid #4aa8b5; text-align: left; border: 1px solid #c6d7d9; border-radius: 0;}
.tools_new:before{content:'new';background:#2b8ea5;color:#fff;width:30px;height:18px;position:absolute;display:block;left:-36px;top:6px;font-size:13px;line-height:16px;text-align:center;border-radius:0}
li.tools_new{position:relative}
.ya-share2 ul,.ya-share2 ol{background:none!important;margin-bottom:0!important;padding:0!important;line-height:0!important;margin-top:10px}
.ya-share2 ul li:before{content:""!important}
.ya-share2 ul,.ya-share2 ol{margin-top:0!important}
.soctulls{display:flex;width:100%;background:#e8f5fb;margin:-20px 0 20px;padding:15px 15px 0}
.socinfo{width:50%;text-align:left}
.soccnopka{width:50%;text-align:right}
.jq-selectbox__dropdown ul li:before{content:"";padding-right:0}
.tool-html{border-radius:2px;margin-bottom:20px;display:flow-root;border:1px solid #c6d7d9}
.tool-html .infor{display:block;float:left;width:50%;padding:22px}
.tool-html .bookmarklet{display:block;float:left;width:50%;padding:22px;border-right:1px solid #c6d7d9;background-color:#fff}

.relative{position:relative}
.input-group{position:relative;display:table;border-collapse:separate;margin-bottom:20px}
.input-group .form-controli{position:relative;z-index:2;float:left;width:100%;margin-bottom:0;margin-left:-1px}
.form-controli{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:0 4px 4px 0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px 0 0 4px;display:table-cell;width:1%;white-space:nowrap;vertical-align:middle}
.mtop10{margin-top:10px}
.mbotom10{margin-bottom:10px}
.mbotom20{margin-bottom:20px}
.insback{background:#fafafa;padding:10px;border:1px solid #e3e3e3}
.tversia{font-size:12px;color:#717171;position:absolute;margin:-36px 0 0 75px;background:#dedede;padding:1px 5px 2px 5px;border-radius:3px}
.rotat90{transform:rotate(90deg);margin:-30px 0 0 9px}
#btnClear{background:url(/upload/icon/form-clear.png)}
#btnCopy{background:url(/upload/icon/form-copy.png)}
.btnT30{margin-top:30px}
.texTR{padding-right:30px}
#btnClear,#btnCopy{cursor: pointer;z-index:5;position:absolute;color:#171818;right:10px;top:10px;background-size:100% 100%;transition:all .3s cubic-bezier(.55,.08,.06,.97);width:13px;height:13px;opacity:.5}
#btnClear:hover,#btnCopy:hover{opacity:1;}
.iksTXT{position:relative;width:100%}
.convert{margin-top:0 !important}
.content table td,.content table.styled th{padding:0 !important}
.table_names{text-align:left;clear:both;margin-bottom:10px}
.content table tr:nth-child(2n+1){background-color:#fff}
.textes{resize:none;background:#fafafa;height:200px;border:2px solid #c6d7d9;width:100%;border-radius:0;margin-bottom:20px!important;overflow:auto!important}

.textes::-webkit-scrollbar-track{background:transparent}
.textes::-webkit-scrollbar-thumb{background:#f26d6e}
.textes::-webkit-resizer{background-repeat:no-repeat;width:6px;height:0}
.textes::-webkit-scrollbar{width:6px}
.textes::-webkit-scrollbar-corner{display:none}

input.class{border:1px solid #808080;width:94%;margin:5px 0 5px}
.tr-class{top:509px;border:1px solid #bbb;width:56px}
.button span{position:relative;color:#fff}
button[disabled].button{cursor:default;background:#bbb;color:#525252}
button[disabled].button span{color:#525252}
.button{background:#347c99;color:#fff;padding:8px 8px 7px;font-size:13px;cursor:pointer}
.button span{cursor:pointer}
.btext{width:114px;background:#1a8206}
.btnT30{margin-top:35px}
.translit-b{width:49%;display:inline-block;position:relative}
.translit-b #result.active:before{content:none;}
.translit-b:nth-of-type(2){margin-left:16px}

.convert{margin-top:-20px}
.i_counter{display:inline-block;margin-right:2em}
.c_value{cursor:context-menu;display:inline-block;vertical-align:middle;background:#c6d7d9;font-weight:normal;text-align:center;padding:1px 8px 1px;border-radius:2px;font-size:13px;color:#4a4a4a}
.jq-selectbox__select{width:220px}
#sizeCols,#sizeRows{text-align:center;border-bottom:1px solid #f26d6e;height:29px;background:#f6f9fb;min-width:220px;margin:5px 0}
.cont{margin-bottom:20px}
.cwdtable{margin:0;padding:0;width:100%;border-spacing:0;border-collapse:collapse;background-color:#fff;cursor:default}
.cwdtable td,.cwdtable th{margin:0;border:1px solid #000;height:25px;text-align:center;vertical-align:middle}
.cwdtable table td,.cwdtable table th{padding:14px 20px}
#tableWrap table{margin:0;padding:0;width:100%;border-spacing:0;border-collapse:collapse;background-color:#fff;cursor:default}
#tableWrap td{margin:0;border:1px solid #000;height:35px;text-align:center;vertical-align:middle}
#tableWrap .s{background-color:#7accee}
#tableWrap div{outline:none;color:#000;min-height:1.4em}
#param-generation input[type="text"]{text-align:center;border-bottom:1px solid #f26d6e;height:25px;background:#f6f9fb;border-radius:5px 5px 0 0;width:250px;margin-left:4px;margin-right:40px;margin-top:20px;margin-bottom:20px}
.tab-a7 i,.tab-a6 i{font-size:12px}

#tableWrap{margin-bottom:20px}
#tableWrap table tr:nth-child(2n+1){background-color:#ffffff}
#tableWrap table tr{cursor:all-scroll}
.buy-goods-button:hover{background-color:#2c7b1d}
.buy-goods-button{background-color:#349222;color:#fff;font-size:16px;text-align:center;text-transform:uppercase;cursor:pointer;padding:10px 20px}
.but_gen{text-align:center;margin-bottom:15px}




.form{border:1px solid #e3e3e3;background-color:#ffffff!important;width:85%}
.whoisf input{margin-right:15px}
.whoisf{display:flex}
.whoisf input.form{text-align:left;border:1px solid #e3e3e3;background-color:#fff!important;border-radius:0}
input.form-check-tags{text-align:left;border:1px solid #c6d7d9;border-radius:3px;width:492px}
table.dnstable,table.doctable{border-collapse:collapse;border-spacing:0;width:100%;color:#000;font-size:16px;font-weight:300;border:1px solid #d8d8d8;margin-bottom:48px}
table.dnstable th{height:35px;background-color:#c4e6f5;color:#000;border-top:1px solid #70a9c1;border-left:1px solid #70a9c1;border-right:1px solid #70a9c1}
table.dnstable .thead th{background-color:#70a9c1;text-align:center;color:#fff}
table.dnstable tr th:nth-of-type(1){width:10%;border:0}
table.dnstable tr th:nth-of-type(2){width:30%;border:0}
table.dnstable tr th:nth-of-type(3){width:10%;border:0}
table.dnstable tr th:nth-of-type(4){width:50%;border:0}
table.doctable th{font-weight:normal;color:#fff;color:#fff;background-color:#347c99;border-top:1px solid #347c99;border-left:1px solid #347c99;border-right:1px solid #347c99;font-weight:normal}
table.doctable tr th:nth-of-type(1){width:15%}
table.doctable tr td:nth-of-type(1){text-align:center}
table.dnstable tr td:nth-of-type(1),table.dnstable tr td:nth-of-type(2),table.dnstable tr td:nth-of-type(3){text-align:center}
table.dnstable tr td:nth-of-type(4){padding-left:80px}
table.dnstable tr td,.dnstable tr td{height:35px}
table.dnstable tr:nth-child(2n+1),table.doctable tr:nth-child(2n+1){background-color:#f1f1f169}
table.dnstable th,table.doctable th,table.dnstable td,table.doctable td{min-height:35px;padding:10px}
.parameter{color:#369}
.bold{font-weight:500}
.tool-bookmarklet{margin-bottom:20px;display:flex;align-items:center;flex-direction:row;border:1px solid #c6d7d9;background:#f9fafb}
.tool-bookmarklet .info{display:block;float:left;width:65%;text-align:center}
.tool-bookmarklet .bookmarklet{display:block;float:left;width:35%;padding:22px;border-right:1px solid #c6d7d9;background-color:#fff}
.tool-bookmarklet .info p{margin:0;color:#495666;font-size:15px}
.tool-bookmarklet .info a{font-size:15px;border-bottom:1px dashed #4aa8b3;color:#4aa8b3}
.bookmarklet_button{background:#4e6982;padding:7px 50px;color:#fff;border-radius:3px;width:100%;text-align:center;display:block;cursor:move;text-decoration:none}
.bookmarklet_button:hover{background:#3b4f62;color:#fff}
.accordion-tabs:before,.accordion-tabs:after{content:" ";display:table}
.accordion-tabs:after{clear:both}
.accordion-tabs li{list-style:none}
.accordion-tabs li.tab-head-cont section{display:none;overflow:hidden;width:100%}
.container-tab li:before{content:""}
.vverh:before{content:"⬇";color:#fff;font-size:20px}
.vniz:before{content:"⬆";color:#fff;font-size:20px}
.is-active .ugol:after{content:'';border:8px solid transparent;border-top:7px solid #7accee;margin:34px 0 0 100px;position:absolute}
.is-active .ugol2:after{content:'';border:8px solid transparent;border-top:7px solid #f26d6e;margin:34px 0 0 100px;position:absolute}
.tableiks{margin-top:20px}
.tableiks tr:nth-child(1){background-color:#a5dcf3!important;border:1px solid #a5dcf3!important;font-weight:500}
.tableiks tr:nth-child(2n+1){background-color:#eef7fb6b}
.tableiks table tr{border:1px solid #a5dcf3!important}
.buttulls ul li:before,.csscompressor ul li:before{content:""!important;padding-right:0!important}
.textes{background:#fcfefe}
.textes2{background:#ffffff}
.textes3{background:#000000;color:#fff}
.trumbowyg-editor::-webkit-scrollbar-butto{display:none}
.trumbowyg-editor::-webkit-scrollbar-track{background:none}
.trumbowyg-editor::-webkit-scrollbar-thumb{background:#f26d6e}
.trumbowyg-editor::-webkit-resizer{background-repeat:no-repeat;width:7px;height:0}
.trumbowyg-editor::-webkit-scrollbar{width:11px}
.trumbowyg-editor::-webkit-scrollbar-corner{display:none}
.texTR{height:200px!important}
.textoptims p{margin:0 0 0 15px;width:42%}
.textoptim,.textoptims{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin-bottom:5px;line-height:20px}
.textoptims select{width:50%}
.textoptims{margin-bottom:10px}
.jq-selectbox__select{width:150px}
.wib{display:flex;flex-direction:column;width:50%}
.flex{display:flex}
.rules{display:inline;font-size:13px;position:relative}
.rule{display:block;float:left;text-align:center;width:29px;height:37px;padding:0;background-color:#ebf1f5;margin:0 3px 3px 0;-moz-border-radius:7px;-webkit-border-radius:7px;border:1px solid #e5e5e5;line-height:15px}
.leter{display:block;float:left;text-align:center;color:#fff;width:29px;height:19px;line-height:18px;background-color:#7accee;margin:0 0 0 0;-moz-border-radius:5px;-webkit-border-radius:5px}
.s301{margin-top:-35px}

.csscompressor{border-radius:3px;display:flow-root}
.csscompressor .csscompressorinfo{display:block;float:left;width:20%;text-align:left}
.csscompressor .csscompressortxt{position:relative;display:block;float:left;width:78%;margin-right:18px}
.csscompressor .csscompressorinfo p{margin:14px 0 1px;color:#495666;font-size:16px}
.csscompressor .csscompressorinfo a{font-size:17px;border-bottom:1px dashed #7accee;color:#20a1d6}
.list-stat{margin-top:25px}
.list-group{margin-bottom:20px;padding-left:0}
.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
.list-group-item{position:relative;display:block;padding:11.5px 15px;margin-bottom:-1px;background-color:#f9f9f9;border:1px solid #ddd}
.list-stat .list-stat-head{text-transform:uppercase;font-size:11px;color:#aaa;font-weight:500;margin-bottom:5px}
.list-stat .list-stat-body{font-size:20px;color:#777}
.list-stat span{display:block}
.buttulls{display:flex;align-items:center;width:100%;height:44px;flex-direction:row;justify-content:space-between}
.buttulls .jq-selectbox__select{width:450px}
.butinfo{width:44%;text-align:left}
.butsettings{margin:10px 0;display:inline-block}
.butsettings .dop-settings{color:#347c99;border-bottom:1px dashed;cursor:pointer}
.butsettings .dop-settings:hover{transition:all 0.2s;color:#275f76}
.dop-settings-block{padding:20px 20px 0 20px;width:100%;background-color:#f9fafb;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;margin:20px 0}
.dop-settings-block .dop-input{width:33%;text-align:left;margin-bottom:20px}
.h2{font-size:16px;font-weight:200;text-transform:uppercase;margin-bottom:11px}

.form{text-align:center;border-bottom:1px solid #f26d6e;background-color:#e9f3f5!important;border-radius:5px 5px 0 0}


.right-c{float:right;right:71px}
.block-t span{margin-right:40px}
#calc2html{overflow:hidden;padding:60px 30px 50px 20px;width:100%;background-color:#f7f7f7;min-height:50px;text-align:center}
.boxShadow{box-shadow:-20px 20px 0 -17px #fff,20px -20px 0 -17px #fff,20px 20px 0 -20px #4aa8b3,0 0 0 2px #4aa8b5}
.bookmarklet-block{margin:30px 0;padding-bottom:20px;margin-bottom:20px;border-bottom:1px dashed #A6BEBF}
.bookmarklet-block .title{margin-bottom:25px;background-color:#D0DBDB;text-align:center;height:45px;vertical-align:middle;padding-top:1px;border-radius:3px;line-height:40px}
.bookmarklet-button{background:#4aa8b5;padding:7px 50px;color:#fff;border-radius:3px;width:100%;text-align:center;display:block;cursor:move;text-decoration:none;margin-top:7px}
.bookmarklet-button:hover{background:#4095a0;color:#fff}
.rowns{position:relative;display:-webkit-box;margin:10px 0}
.rowns.tools_new:before{right:0}
.button-book{width:36%}
.infor{padding:1px 20px;line-height:25px;width:64%;font-size:15px;font-weight:400}

#ttg-header{display: flex; flex-direction: row; justify-content: space-between; color: #000000; background-color: #f2f4f7; padding: 15px 20px 14px;margin:10px 0 20px}
#ttg-header.fixed{position:fixed;z-index:9999;top:0;margin:0}
#main.top{padding:100px 0 0 0}
.input-table{border:1px solid;width:70px;height:32px}
#tag-wrapper td.ui-selected, #tag-wrapper th.ui-selected { background: #347c992e; border: 1px solid #36697d; }
#tag-wrapper table{margin:0 auto;cursor:crosshair;border-collapse:collapse;border-spacing:0}
#tag-wrapper td.ui-selecting{background:#347c992e}
#tag-wrapper th.ui-selected{background:#80bfff}
#tag-wrapper th.ui-selecting{background:#347c992e}
#tag-wrapper textarea{padding:0;border:1px solid #808080;width:100%;height:100%}
#tag-wrapper textarea:focus{border:1px solid;padding:0}
#tag-wrapper table{width:100%;height:auto}
#tag-wrapper input.class{border:1px solid #808080;width:100%;margin:5px 0 5px}
#tag-wrapper input.class:focus{border:1px solid;padding:0}
.undo-redo{display:flex}
.row-col{}
.row-col input{border:1px solid #595959;text-align:center}
.row-col input{background-color:#fff;font-size:14px;font-weight:500;font-family:'Exo 2',sans-serif;height:35px;padding:0 11px}
.row-col span{margin:0 5px 0 0}
.row-col span:nth-of-type(2){margin:0 5px}
#generator button i{cursor:pointer;position:relative;color:#fff;font-size:12px;top:-1px}
.block-tools{display:flex;flex-direction:row;justify-content:space-between;width:100%;position:relative;align-items:center}
.icontr{font-size:50px;color:#8c9495;position:relative;width:100px;margin:0 auto;text-align:center;top:-20px}

.table-fix-items{position:fixed;right:0px;top:35%;margin:0;}
.table-fix-items button { margin: 0 0 5px; text-transform: inherit; font-size: 12px; }
.table-fix-items .closed{ position: absolute; top: -27px; right: 0; background: #f2f4f7; padding: 5px 8px;     cursor: pointer;}
.table-fix-items .closed.open i:before{  content: "\f057";}
.table-fix-items .closed i:before{  content: "\f40e";}
.fix-contents{display:flex;flex-direction:column;max-width:195px;background:#f2f4f7;padding:25px 10px 20px}

.tools-items{background:#f2f4f778;width:100%;margin-top:15px;margin-bottom:40px;padding:20px}
.tools-items ul{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;list-style:none}
.tools-items ul li{transition:all 0.2s;display:flex;align-items:center;height:32px;line-height:27px;margin:5px 0;color:#212529;width:315px}
.tools-items ul li a,.tools-items ul li span{color:#363842;margin-left:20px;border-bottom:1px solid #fff0}
.tools-items ul li span{font-size:14px;color:#cacaca!important;margin-bottom:0}
.tools-items ul li:hover i{color:#cb573d}
.tools-items ul li:hover a{    color: #cb573d;}
.tools-items ul li i{font-size:32px;color:#4aa8b3;width:35px;height:35px}
div.tools-names{font-size:22px;color:#363842}
.tools-names i{font-weight:500}
.tools-names .fire{color:#FF9800}
.tools-names .star{color:#2196F3}
.tools-names .dolar{color:#56a723}
.tools-names .bullhorn{color:#61adb8}
.tools-items span{font-size:13px;color:#9b9b9b;margin-bottom:-7px;display:block}
.table-style .jq-selectbox__select{width:215px}
@media only screen and (max-width:650px){
	.tool-bookmarklet{flex-direction: column;}
	.tool-bookmarklet .bookmarklet {float: none; width: 100%; padding: 15px; border-right: 0; border-bottom: 1px solid #c6d7d9; background-color: #fff; }
	.tool-bookmarklet .info {float: none; width: 100%; text-align: center; padding: 15px; }
.soctulls{display:inline-block;padding-bottom:20px}
.socinfo{width:100%}
.soccnopka{width:100%;text-align:left}
.rowns{display:flex;flex-direction:column}
.button-book{width:100%;margin:5px 0 10px}
.button{width:100%!important}
.infor{width:100%!important}
.bookmarklet_block h2{font-size:24px}
.bookmarklet_block .title{padding-top:6px!important}
.link_buk{display:grid}
.link_buk a{margin-bottom:10px}
.buttulls{display:inline-block!important}
.icontr,.tool-html{ display: flex;flex-direction: column;}
.tool-html .bookmarklet { display: flex; flex-direction: column; float: none; width: 100%; padding: 15px; border-right: 0; border-bottom: 1px solid #c6d7d9; background-color: transparent; }
.tool-html .infor { display: flex; flex-direction: column; float: none; width: 100%; padding: 15px; }
.translit-b{width:100%!important;display:block!important}
.ftranslit{display:grid}
.ftranslit textarea{width:100%}
}
@media screen and (min-width:40em){.accordion-tabs{border:none;position:relative;text-align:center}
.accordion-tabs li.tab-head-cont{display:inline}
.accordion-tabs li.tab-head-cont section{float:left;left:0;margin-top:50px}
.accordion-tabs li.tab-head-cont section p{-webkit-columns:2;-moz-columns:2;columns:2}
}
#load{color:#0073a1;position:fixed;top:40%;z-index:110;left:45%;font-size:30px}
#load:after{content:'';background:#ffffff4f;z-index:100;position:fixed;top:0;left:0;right:0;bottom:0}
#result{}
#result.active:before { content: ''; background-image: repeating-linear-gradient(-45deg,#c6d7d9,#c6d7d9 11px,#fff 0,#fff 20px); background-size: 28px 28px; display: block; width: 100%; height: 10px; margin: 30px 0 0; }
.key{display:none}


/* ИКС */
 .download{display:flex;position:relative;right:0;width:340px;flex-direction:row;justify-content:space-around;align-items:center;height:25px;float:right}
.download p{margin:0;line-height:normal;font-size:14px;color:#878787;padding:0;top:-1px;position:relative}
.iks-table{margin-top:20px}
table.iks-table tr td:nth-of-type(1n){width:50%}
table.iks-table tr td:nth-of-type(2n){text-align:center;width:50%;border-left:1px solid #d8d8d8}

/* Чек сайтов топ */
 .link{margin-right:35px;display:block}
.block-items-top{display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;position:relative;text-align:left;align-items:flex-start;width:100%;}
.item-top{margin:0 5px 20px;position:relative;max-width:100%;margin-bottom:20px;background-color:#fff;border:1px solid #dce1e8}
.item-top.active{background:#8fff5738}
.item-top-name{font-weight:500;display:flex;flex-direction:row;justify-content:flex-start;padding:10px 10px;border-bottom:1px dashed #cdd5e1}
.item-top-content{display:flex;flex-direction:row;position:relative;width:100%;text-align:left;justify-content:flex-start;padding:5px 10px 8px;border-bottom:1px solid #e2f0f2;align-items:center}
.num{width:40px;display:block;padding:0 0 0 10px;color:#767676;font-size:13px}
.link a{color:#347c99}
.link a:hover{transition:all 0.2s;color:#29647c;border-bottom:1px dashed}
.link a:last-child{border-bottom:0}
.item-top-name input{right:15px!important;top:13px!important}
.fa-icons{width:15px;height:15px;display:block;margin-right:10px}
.title-urel-block{background:#e2f0f2;padding:10px 20px;font-size:13px;position:relative;width:100%}
.title-urel-block span{font-weight:500}
.info-url{width:25px;padding:0;color:#8eacb0;font-size:14px;position:absolute;right:0;cursor:pointer}
.check-settings{display:flex;flex-direction:row;justify-content:flex-start;position:relative;width:100%;margin-bottom:20px;align-items:center}
.check-settings a{margin:0 10px 0 0;}
.check-settings p{margin:0;width:170px;font-weight:500;text-transform:uppercase;font-size:13px}
.check-settings .jq-selectbox__select{width:493px}
.check-settings .radio-depth{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:82px;padding:5px 9px 6px;border:1px solid #c6d7d9;margin:0 10px;border-radius:3px;position:relative;text-align:left;cursor:pointer}
.check-settings .settings-box{display:flex;align-items:center;justify-content:space-between;position:relative;flex-direction:row;width:100%;max-width:490px}
.check-settings .radio-depth:last-child{margin:0 0 0 10px}
.check-settings .settings-box .radio-depth{width:20%}
.check-settings .radio-depth:first-child{margin:0 10px 0 0}
.title-urel-block span.error{font-weight:normal;font-size:13px;background:#eb4b4b;padding:5px 10px;border-radius:3px;color:#fff;margin:10px 0;display:inline-block}
.select2-results__options{background:#ffffff;max-height:205px;overflow:auto}
.select2-results__options::-webkit-scrollbar-button{display:none}
.select2-results__options::-webkit-scrollbar-track{background:#f6f9fb}
.select2-results__options::-webkit-scrollbar-thumb{background:#f26d6e}
.select2-results__options::-webkit-resizer{background-image:url(/local/templates/iksweb/);background-repeat:no-repeat;width:3px;height:0}
.select2-results__options::-webkit-scrollbar{width:7px}
.select2-results__options::-webkit-scrollbar-corner{display:none}
.selection{width:100%;display:block;position:relative}
.select2-selection{width:100%;display:block;cursor:pointer}
.select2-selection__rendered{cursor:pointer}
.select2{background:#ffffff;border:1px solid #c6d7d9;width:492px!important;padding:7px 10px 7px;display:block;cursor:pointer;    height: 34px;}
.select2-search__field{background:#ffffff;border:1px solid #c6d7d9;width:492px;padding:7px 10px 7px;border-bottom:0;border-top:0;height:34px}
.select2-results__option{border-top:1px solid #c6d7d9;padding:7px 10px 7px;cursor:pointer}
.select2-results__option:hover{transition:all 0.2s;background:#f7f7f7}
#select-yandex-styler{display:none!important}
span.select2-container{background:#fff;border:1px solid #c6d7d9;cursor:pointer;    border-radius: 3px;}
input.select2-search__field[type="search"]{width:470px;margin:7px 10px;border:1px solid #c6d7d9}
input.select2-search__field[type="search"]:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
span.error{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:normal;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;background-color:#d9534f}
span.midle{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:normal;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;background-color:#fa9500}
span.susces{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:normal;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;background-color:#00a633}


/* Всплывающе подсказки */
.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible;text-transform: initial; font-weight: normal;}
.tooltip.in{opacity:.9;filter:alpha(opacity=90)}
.tooltip.top{padding:5px 0;margin-top:-3px}
.tooltip.right{padding:0 5px;margin-left:3px}
.tooltip.bottom{padding:5px 0;margin-top:3px}
.tooltip.left{padding:0 5px;margin-left:-3px}
.tooltip-inner { width: 200px; padding: 15px 20px; color: #fff; text-align: left; text-decoration: none; background-color: #347c99; border-radius: 3px; font-weight: normal; }
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#347c99;border-width:5px 5px 0}
.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#347c99;border-width:5px 5px 0}
.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#347c99;border-width:5px 5px 0}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#347c99;border-width:5px 5px 5px 0}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#347c99;border-width:5px 0 5px 5px}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#347c99;border-width:0 5px 5px}
.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#347c99;border-width:0 5px 5px}
.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#347c99;border-width:0 5px 5px}

/* Табы на странице чек тегов*/
.tabst-content{display:none}
.tabst-content.active{display:block}
.cnopka-tab{display:flex;flex-direction:row;justify-content:flex-start;margin:0 0 30px 0}
.cnopka-tab div,.cnopka-tab li{cursor:pointer;display:inline-block;font-size:14px;height:34px;line-height:22px}
.cnopka-tab div.active,.cnopka-tab li.active{    background: #4e6982;color:#fff;cursor:default;border:0;line-height:23px}
.cnopka-tab li:first-child{border-radius: 3px 0 0 3px;}
.cnopka-tab li:last-child{border-radius: 0 3px 3px 0;}
#yandex-check,#url-check{display:none}
#yandex-check.active,#url-check.active{display:block}
.check-tags .H2{margin-left:20px}
.check-tags .H3{margin-left:40px}
.check-tags .H4{margin-left:60px}
.check-tags .H5{margin-left:80px}
.check-tags .H6{margin-left:100px}
.check-tags hr{border-bottom:1px dashed #347c99;margin-bottom:20px}
.check-tags td{vertical-align:sub}
.block-tags-head{background:#347c99;width:100%;color:#ffffff;padding:5px 16px 7px;border:1px solid #347c99;cursor:pointer}
.block-tags-head:hover{text-decoration:underline}
.block-tags{width:100%;display:block;padding:10px;border:1px solid #347c99;border-top:0;background:#fff}
.block-tags p{margin-bottom:8px}
span.open-linc-block{    cursor: pointer;font-size:14px;color:#969696;display:block;right:44px;top:12px;position:absolute;width:13px;height:13px;opacity:1}
span.open-linc-block:hover{transition:all .3s cubic-bezier(.55,.08,.06,.97);color:#171616}
.block-flag{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:66px;font-size:16px;color:#bbb;height:17px;top:10px;left:19px;position:relative}

.block-flag span{width:16px;height:16px;display:inline-block;background-size:100% 100%!important;text-align:center}
td.midle{vertical-align:inherit}
.table1{text-align:left;border-collapse:collapse;border-spacing:0}
.table1 thead{background-color:#D0DBDB;color:black}
.table1 th{font-weight:500;padding:10px}
.table1 tr{height:40px}
.table1 td{padding-left:5px;padding:10px}
.table1 tbody tr:nth-child(2n+1){background:#EFF3F3}
.table1 tbody tr:nth-child(2n){}
.info-block{padding:20px;width:100%;margin:20px 0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}
.info-block i{font-size:40px;margin-right:20px;color:#fff}
.info-block span{display:block;font-size:19px;margin-bottom:5px}
.info-block p{margin:0;line-height:20px}
.info-block.error-massaje a{color:#ffffff;text-decoration:underline;cursor:pointer}
.info-block.error-massaje{color:#ffffff;background-color:#eb6c5f}
.info-block.array-massaje i{color:#4e6982}
.info-block.array-massaje{color:#000000;background-color:#f9fafb}
.info-block.array-massaje a{color:#000;text-decoration:underline;cursor:pointer}
.info-block.blue-massaje{color:#000000;background-color:#b8eaff}
.info-block.ellow-massaje{color:#000000;background-color:#fcffd5}
.info-block.green-massaje{color:#ffffff;background-color:#349222}
@media only screen and (max-width:940px){.row{flex-wrap:wrap}
.bl-info{display:flex;flex-direction:column}
.i_counter{margin-bottom:15px}
#tabs{display:flex;flex-direction:column}
}
@media only screen and (max-width:700px){.check-settings{flex-wrap:wrap}
.check-settings .radio-depth{margin:10px 10px}
}
@media only screen and (max-width:460px){.table1,.doctable{display:none}
h2{font-size:21px}
}
.checkbox{display:flex;flex-direction:row;align-items:center}
.checkbox input{margin-right:10px}
select#select-yandex{display:none}

/* Красивые блоки на странице инструментов */
 .tools-info-items{background:#f2f4f778;width:100%;margin-top:15px;margin-bottom:40px;display:flex;flex-direction:row;position:relative;justify-content:space-between}
.tools-info-items .tools-info-item.blue{background-color:#2b8ea5;color:#fff}
.tools-info-items .tools-info-item.black{background-color:#383838}
.tools-info-items .black .item-name,.tools-info-items .blue .item-name{color:#fff}
.tools-info-items .black .item-description,.tools-info-items .blue .item-description{color:#fff}
.tools-info-items .black .item-photo i,.tools-info-items .blue .item-photo i{color:#fff}
.tools-info-items .tools-info-item.wite{background-color:#f2f4f778}
.tools-info-items .tools-info-item.blue,.tools-info-items .tools-info-item.black,.tools-info-items .tools-info-item.wite{width:34%;padding:50px 20px 60px}
.tools-info-items .tools-info-item{width:30%;text-align:center;position:relative}
.tools-info-items .item-photo{width:60px;height:60px;margin:0 auto;margin-bottom:32px}
.tools-info-items .item-photo i{font-size:59px}
.tools-info-items .item-name{color:#212529;margin:10px 0;font-size:20px}
.tools-info-items .item-description{line-height:22px;color:#212529;padding:0;height:auto}
.tools-preim{padding:0;margin:10px 0 0 0}
.tools-info-items .tools-deskription { padding: 40px 30px; width: 67%; text-align: left; display: flex; flex-direction: column; justify-content: center; }
.tools-info-items .tools-cipfa{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;    width: 34%;    max-width: 333px;}
.tools-info-items .tools-cipfa-step{width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;height:142px}
.tools-info-items .tools-cipfa-step i{font-size:35px}
.tools-info-items .tools-cipfa-step span{font-size:24px;line-height:20px;margin-bottom:16px}
.tools-info-items .tools-cipfa-step.blue{background-color:#2b8ea5;color:#fff}
.tools-info-items .tools-cipfa-step.wite{background-color:#dfe3e4}
.tools-info-items .tools-cipfa-step.black{background-color:#383838;color:#fff}
@media screen and (max-width:830px){.tools-info-items{flex-direction:column;align-items:center}
.tools-info-items .tools-info-item{width:100%;max-width:50%}
.tools-info-items .tools-deskription{padding:20px 20px;width:100%;max-width:100%}
.tools-info-items .tools-cipfa{width:100%;max-width:100%}
.tools-preim{flex-direction:column-reverse}
.tools-info-items .tools-info-item.blue,.tools-info-items .tools-info-item.black,.tools-info-items .tools-info-item.wite{width:50%}
}
@media screen and (max-width:590px){.tools-info-items .tools-info-item{max-width:100%}
.tools-info-items .tools-info-item.blue,.tools-info-items .tools-info-item.black,.tools-info-items .tools-info-item.wite{width:100%;padding:30px 20px}
}

/* SPELLER */
 .item-top-content.active{background-color:#347c99!important;transition:all 0.5s}
.item-top-content.active .num,.item-top-content.active a{color:#fff}
.item-top-content.mainpage{background-color:#363842!important}
.item-top-content.mainpage .num,.item-top-content.mainpage a{color:#fff}
.orfresult s{color:#be002b;border-bottom:1px dashed;text-decoration:none}
.orfresult span{background:#e0ffd5;padding:0 5px 3px;color:#03832e;text-decoration:none}
.speller{flex-direction:column;align-items:flex-start;justify-content:flex-start;background-color:#f7f7f7;padding:20px}
.speller .radio-depth{width:100%;border:0;margin:0!important}
.speller p{width:100%;margin-bottom:10px}
.orfresult{padding:15px 30px 20px 20px;height:300px;line-height:25px}
.orfresult s.active{color:#000}
.type-1.active{background-color:#efa3a4}
.type-2.active{background-color:#aa05aa4a}
.type-3.active{background-color:#ffd8a0}

/*Проверка ссылок*/
 .box-links{display:flex;flex-direction:row;width:100%;justify-content:space-between;text-align:left;position:relative;background:#f2f4f7;padding:20px 30px}
.box-links .box-content{width:50%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:relative}
.box-links .box-name{font-weight:500;margin-bottom:20px}
.box-links ol{list-style-type:decimal;padding-left:20px}
.box-links ol li{color:#212529;margin-bottom:20px;width:100%;max-width:432px;word-wrap:break-word}
.box-links a{color:#435173;text-decoration:none;background-color:transparent}
.box-links span.red-txt{font-weight:400;color:red}
.box-links .shlink{margin-top:3px;color:#363842}
@media only screen and (max-width:540px){.box-links{flex-direction:column}
.box-links .box-content{width:100%}
}
.button-r button{margin-right:10px}
.button-r .button-save{height:38px}
.item-top-content.bold a{color:#1f5267}
i.fa-question-circle{color:#bbb;margin-left:5px;font-size:14px}
.button-r a.button-resset{padding: 10px 15px 9px; border-radius: 0; margin-right: 10px; font-size: 11px; text-transform: uppercase; color: #000;}

/* Парсинг сниппетов */
.Path_https:before{display:inline-block;width:12px;height:12px;content:"";background:url(/upload/icon/htttps.svg) no-repeat -1px 1px}
.Path_http{margin-right:5px;display:block}
.snippets-items{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;width:100%;margin:0;padding:0;text-align:left}
.snippets-items .snippets-item{background:#ffffff;padding:10px 20px;border-bottom:2px solid #347c99;position:relative}
.snippets-items .snippets-item.block{width:50%;}
.snippets-items .snippets-item.list{width:100%;}
.snippets-items .snippets-item.trublock{ width: 33.32%;}
.snippets-items .snippets-item:nth-of-type(2n){background:#f7f9f9}
.snippets-items .snippets-item-head{display:flex;flex-direction:row;align-items:center;margin:0 0 10px 0}
.snippets-item-head img{width:16px;height:16px;display:flex;margin-right:5px}
.snippets-items .snippets-item-head span.num { width: auto; color: #ffffff; position: absolute; left: 0; top: 0; background: #3b4f62; padding: 2px 4px 3px; font-size: 12px; }
.snippets-items .snippets-item-head a{color:#225e76}
.snippets-items.snippets-item-content{}
.snippets-items .snippets-item-content span.name{text-transform:uppercase;font-size:12px;font-weight:500;margin-bottom:3px;display:block}
.snippets-items .snippets-item-content p{font-size:14px;line-height:18px}
.snippets-items .snippets-item-content b{color:#347c99}
.item-top-stat{display:flex;width:100%;justify-content:space-around;text-align:left;position:relative}
.item-top-stat span{display:block;width:100%;padding:6px 20px 10px;background:#347c99;color:#fff}
.snippets-items span.errors{padding:.2em .6em .3em;font-size:12px;color:#fff;text-align:center;border-radius:.25em;background-color:#d9534f;display:inline-block;margin:0 0 5px}
.snippets-items span.grin{padding:.2em .6em .3em;font-size:12px;color:#fff;text-align:center;border-radius:.25em;background-color:#0b8b04;display:inline-block;margin:0 0 0 10px}
.snippets-items span.gray{padding:.2em .6em .3em;font-size:12px;color:#fff;text-align:center;border-radius:.25em;background-color:#646464;display:inline-block;margin:0 0 0 10px}
.snippets-items span.oranj{padding:.2em .6em .3em;font-size:12px;color:#fff;text-align:center;border-radius:.25em;background-color:#f18627;display:inline-block;margin:0 0 0 10px}
a.open-linc-block{font-size:14px;color:#828282;display:block;top:12px;position:absolute;width:13px;height:13px;opacity:1;right:85px}

/* Социальная активность */
.social-items tr td:nth-child(1){text-align:center;width:50px}
.social-items .social{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;position:relative;width:100%}
.social-items .count-row{display:flex;align-items:center;position:relative;width:80px;margin-right:20px}
.social-items .count-row span{font-weight:500;font-size:14px;color:#474646}
.social-items .icons:before{content:'';width:24px;height:24px;position:relative;top:1px;margin-right:5px;vertical-align:middle;border-radius:2px}
.social-items .icons.vk:before{background-color:#48729e;background-image:url(/tools/soc-share/icon/vkontakte.svg)}
.social-items .icons.ok:before{background-color:#eb722e;background-image:url(/tools/soc-share/icon/odnoklassniki.svg)}
.social-items .mail:before{background-color:#168de2;background-image:url(/tools/soc-share/icon/moimir.svg)}
.social-items .print:before{background-color:#c20724;background-image:url(/tools/soc-share/icon/pinterest.svg)}
.social-items .fb:before{background-color:#3c5a98;background-image:url(/tools/soc-share/icon/facebook.svg)}
.social-items .tv:before{background-color:#00aced;background-image:url(/tools/soc-share/icon/twitter.svg)}

/* Лемматизатор */
.tools-box{display:flex;flex-direction:column;position:relative;width:100%;margin:30px 0 0}
.tools-box:hover{background:#fcfcfc;cursor:pointer;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}
.tools-box:hover:before{content:"\f0d7";position:absolute;right:75px;top:17px;display:block;font-size:16px;color:#c1cad7;font-family:Font Awesome\ 5 Pro}
.tools-box.open:before { position: absolute; right: 25px; top: 14px; display: block; font-size: 18px; color: #a1afc2; content: "\f0d8"; font-family: Font Awesome\ 5 Pro; }
.tools-box .box-content-link{position:absolute;right:45px;z-index:1;display:block;display:none;margin-top:18px;font-size:11px}
.tools-box:hover .box-content-link{display:none;opacity:0.3}
.tools-box .box-name{background:#f2f4f7;padding:15px 20px;cursor:pointer}
.tools-box .box-name i { border-radius: 100%; color: #a1afc2; margin: 0 10px 0 0; font-size: 16px; position: relative; top: 0px; }
.tools-box .box-content{display:none}
.tools-box .box-content.active{display:block;padding:20px 20px;background:#f9fafb}
.table-sort th span{position:relative}
.table-sort th.sel span:after{content:"\f0d8";font-family:Font Awesome\ 5 Pro;right:-28px;top:4px;position:absolute}
.table-sort th.sel.asc span:after{content:"\f0d7";font-family:Font Awesome\ 5 Pro;right:-28px;top:4px;position:absolute}
.tools-box table.tools tr{background-color:#ffffff}
.tools-box table.tools tr:nth-of-type(2n){background-color:#f9f9f9}
.tools-box table.tools{margin:0}


/* Проверка IP */
 .panel-default .panel-heading{position:relative;color:#333;background-color:#f5f5f5;border-color:#ddd}
.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}
.panel-default{border-color:#ddd}
.panel{margin-bottom:20px;background-color:#fff;border:1px solid #dce1e8;padding:20px}
.ip-items,.ip2-items{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap}
.ip-items .panel-default{width:32%}
.ip-items .content-items,.ip2-items .content-items{width:100%;display:flex;flex-direction:row;flex-wrap:wrap}
.ip-items .panel-default span,.ip2-items .panel-default span{width:45%;display:flex;padding:10px}
.ip2-items .panel-default{width:48%}
.panel-default span{width:100%;display:block;padding:10px}
.panel-default span.swoboden{background:#58b213;color:#fff;width:auto;display:inline-block;border-radius:5px;padding:3px 10px 5px;margin:7px auto}
.panel-heading span.num{position:absolute;right:0;top:12px;font-size:12px;color:#494949;display:block;width:60px;padding:0;text-align:center}

/* Проверка IP */
 .panel-bodys{margin-bottom:20px;width:90%;margin:0 auto;border:1px solid #dce1e8}
#map{margin:30px auto 20px auto;width:90%;height:400px}
.ip-container{background-color:#f7f7f7;padding-bottom:20px}
.ip-info{text-align:center;padding:30px;color:#152538}
.my-ip{font-size:35px;display:flex;align-items:center;margin:0 auto;justify-content:center}
.ip-input{display:inline-block;border:none;border-bottom:1px dashed #152538;margin:0 20px;width:100%;max-width:330px;text-align:center;letter-spacing:0.3px;font-size:30px!important}
.ip-input::selection{background-color:#eaf8ff}
.ip-input:focus{outline:0}
.my-ip i{font-size:24px;vertical-align:middle;color:#9a9a9a}
.my-ip i:hover{cursor:pointer;color:#a9a9a9}
.ip-location{margin:15px 0 35px}
.ip-location img{height:27px;margin:0 5px 0 0;border:1px solid #8e8e8e;border-radius:3px}
.sity-info{width:100%;max-width:90%;margin:20px auto;border:1px solid #dce1e8;padding:0}
.sity-info .sity-name{padding:10px 30px;border-bottom:1px dashed #ddd;font-size:20px;display:flex;align-items:center;text-transform:uppercase;color:#363842}
.sity-info .sity-name i{font-size:27px;color:#4e6982;margin-right:20px}
.sity-info .sity-info-content{display:flex;flex-direction:row;justify-content:space-between;width:100%;position:relative;padding:31px}
.info-table{width:48%}
.info-table:nth-child(2){border-left:1px dashed #dce1e8;padding-left:30px}
.info-table .info-table-tr{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px}
.info-table .info-table-tr .name i{margin-right:5px;text-align:center}
.info-table .info-table-tr .line{flex-basis:0;flex-grow:1;border-bottom:1px dotted #9e9e9e;margin-left:10px;margin-right:10px;min-width:20px}
.info-table .info-table-tr .result{color:#484848;margin:0;position:relative;line-height:24px;padding-left:5px;bottom:-5px}
.info-table .info-table-tr .result img{width:15px;margin-right:4px}
.text-danger{color:#a94442}
.text-success{color:#3c763d}
@media screen and (max-width:740px){.sity-info .sity-info-content{flex-direction:column;padding:20px}
.info-table{width:100%}
.info-table:nth-child(2){border-left:0;padding-left:0}
}
@media screen and (max-width:535px){.my-ip{font-size:22px}
.ip-input{width:50%!important;font-size:19px!important}
.info-table{font-size:14px}
.info-table .info-table-tr .result{font-weight:normal;font-size:13px}
.info-table .info-table-tr .line{margin-left:0;margin-right:0}
}
@media screen and (max-width:440px){.my-ip{display:flex;flex-direction:column;position:relative}
.ip-input{width:90%!important}
.my-ip i{position:absolute;top:0;right:0}
.ip-location{margin:15px 0 35px;font-size:13px;display:flex;align-items:center;justify-content:center}
.ip-info{padding:20px}
}
.ip-block{display:flex;flex-direction:row;width:100%;max-width:150px;align-items:center;position:relative}
.ip-block span{display:block;width:100%}
.ip-block i{color:#a0a0a0;cursor:pointer}

/* Быстрый выбор селектор */
.set-selected{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;width:100%;position:relative;top:3px;max-width:490px}
.set-selected span{border-bottom:1px dashed #bbb;padding-bottom:2px;cursor:pointer;font-size:14px;color:#7a7a7a}
.set-selected span:hover{color:#000018;border-bottom:1px dashed #fff}
table.tools .no-pad{padding:0}
table.tools .td-items-column{display:flex;flex-direction:column;position:relative;width:100%;padding:0}
table.tools .td-items-column span{padding:5px;background:#f5f5f5}
table.tools .td-items-column span:nth-of-type(2n){background:#e7edf7}
table.tools .td-items-column a{}

/* Кнопки */
.button-blue,.button-save,.button-gray,.button-resset,.button-dblue{padding:5px 15px 8px;border:0;color:#fff;font-size:16px;cursor:pointer}
input.button-resset, button.button-save, button.button-resset, button.button-dblue, input.button-dblue, button.button-blue { text-transform: inherit; font-size: 12px; font-weight: normal; }
button.button-save,button.button-dblue,button.button-resset{padding:11px 20px 11px}
.button-blue i,.button-save i,.button-gray i,.button-resset i,.button-dblue i{margin-right:7px;font-size:12px}
.button-gray:hover,.button-blue:hover,.button-save:hover,.button-dblue:hover{color:#fff}
.button-blue{background:#4aa8b5}
.button-blue:hover{background:#4095a0}
.button-dblue{background:#347c99}
.button-dblue:hover{background:#285d72}
.button-gray{background:#a6bebf}
.button-gray:hover{background:#707575}
.button-save{background:#3cbd4f}
.button-save:hover{background:#30953f}
.button-resset{background:#fff;border:1px solid #bbb;color:#000}
.button-resset:hover{background:#efeeee}

.butcnopka { margin: 20px 0; display: flex; align-items: center; justify-content: flex-start; width: 100%; position: relative; }
.butcnopka .btn{margin-right:10px;}
.btn { box-sizing: border-box; transition: color 0.2s ease,background 0.2s ease; -webkit-transition: color 0.2s ease,background 0.2s ease; -moz-transition: color 0.2s ease,background 0.2s ease; -o-transition: color 0.2s ease,background 0.2s ease; padding: 0 15px; font: 13px Roboto; font-weight: 300; text-transform: inherit; text-decoration: none!important; text-align: center; border: none; outline: none; border-radius: 3px; height: 34px; display: flex; flex-direction: row; align-items: center; justify-content: center; transition: all 0.2s; cursor: pointer;}
[disabled].btn,[disabled].btn:hover{cursor:default;background-color:#d9d9d9;color:#7b7b7b}
.btn-mregister { color: #fff; border: 1px solid #fff!important; width: 200px; height: 40px!important; border-radius: 0px!important; margin: 25px auto; }
.btn-register:hover{color:#fff;background:#388994}
.btn-auth{background:#383838;font-weight:normal;font-size:14px;padding:7px 15px 8px;color:#fff!important;text-decoration:none!important}
.btn-auth:hover{color:#fff;background:#1a1a1a}
.btn-payment{border-radius: 25px; background: #4aa8b3; color: #fff; border-top: 2px solid #4aa8b3; border-bottom: 2px solid #2a7d86;}
.btn-payment:hover{color:#fff;border-bottom:2px solid #4aa8b3;border-top: 2px solid #2a7d86;}
.btn-help{ right: 80px; position: absolute; color: #fff; background: transparent; border: 1px solid #ffffff; padding: 7px 20px; height: auto; }
.btn-help:hover{color: #fff; border: 1px solid #c7482b;}
.btn i { margin: 0 10px 0 0; font-size: 13px; position: relative; color: inherit; }

.btn-save{background:#3cbd4f;color: #fff;}
.btn-save:hover{background:#30953f}
.btn-save i{top:-1px;}
.btn-start{ color: #fff!important; background: #4e6982;}
.btn-start:hover{background: #3b4f62;}
.btn-restart{ color: #333; background: #fff;    border: 1px solid #c6d7d9;}
.btn-restart:hover{    background: #f6f6f6;}

/* Блок WHOIS */
.whois-content{background:#fff;padding:0;border:1px solid #dce1e8;margin:30px 0}
.whois-header{display:flex;flex-direction:row;align-items:center;position:relative;width:100%;border-bottom:1px dashed #cdd5e1;padding:15px 20px}
.whois-content i{font-size:27px;color:#4e6982;margin-right:20px}
.whois-header h2{margin:0;font-size:20px;display:flex;align-items:center;color:#363842}
.whois-items{position:relative;width:100%;margin:0 auto;padding:15px 20px 5px;text-align:center;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.whois-items .item{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px;font-size:15px;white-space:nowrap;border-bottom:1px dotted #bbb;padding:0 0 10px 0;width:48%}
.whois-items .item span{white-space:nowrap;overflow:hidden;background:#fff;position:relative;line-height:24px;padding-right:5px}
.whois-items .item p{color:#484848;margin:0;background:#fff;position:relative;line-height:24px;padding-left:5px}
.whois-items .item:nth-last-child(-n+2),.whois-items .item:last-child{border-bottom:1px dotted #fff0;margin:0}
.ip-box{width:100%;max-width:90%;margin:20px auto}
@media screen and (max-width:750px){.whois-items{flex-direction:column}
.whois-items .item{width:100%}
.whois-content,.ip-info{max-width:100%;width:100%}
.whois-items .item:nth-last-child(-n+2){border-bottom:1px dotted #bbb}
}
.summary-items{display:flex;flex-direction:row;justify-content:space-around;align-items:center;background:#f9f9f9;padding:12px 0 10px;margin:0 0 20px 0}
.summary-items .summary-item{display:flex;flex-direction:column;align-items:center;position:relative;width:20%}
.summary-items .summary-item span{margin-bottom:5px;font-size:14px}
.summary-items .summary-item p{color:#B3B3B3;margin:0;font-size:13px}
.fa-question{color:#bbb;margin-left:5px;font-size:14px}

/* Меняем вид элементов */
.filter-box{display:flex;flex-direction:row;justify-content:space-between;position:relative;margin:0;box-shadow:none;max-width:100%;box-sizing:border-box;padding:0 5px 0 10px}
.filter-box .filter-btn.sort{background:#ffffff}
.filter-btn i { top: 1px; margin: 0; }
.filter-box .filter-btn { border: 1px solid #c6d7d9; border-radius: 0px; cursor: pointer; padding: 0px; width: 35px; height: 34px; margin: 0; }
.filter-box .filter-btn:hover,.filter-box .filter-btn.active{    background: #e3ecef;}
.filter-box .filter-btn:first-child{border-right:0;}
.filter-box .filter-btn:last-child{border-left:0;}
.filter-box .setview { width: 16px; height: 16px; display: block; background: url(/upload/icon/set_view.png) no-repeat;    background-size: 100%; }
.filter-box .view1{background-position:0 -18px}
.filter-box .view2{background-position:0 -1px}
.filter-box .view3{background-position:0 -35px}
.trublock .item-top{width:32%}
.block .item-top{width:49%}
.list .item-top{width:100%}
span.trublock{display:none}
span.block{display:none}
span.list{display:none}
.trublock .item-top span.trublock{display:block;cursor:pointer}
.block .item-top span.block{display:block;cursor:pointer}
.list .item-top span.list{display:block;cursor:pointer}

/* Проверка сайта на блокировку */
.imacmove{margin-left:0}
.imac{background:url(/upload/icon/imac.png);width:277px;height:310px;padding:10px 0 0 0;display:inline-block;position:absolute;background-repeat:no-repeat;background-size:378px;overflow-x:hidden;right:0;top:80px}
#set_screenshot_desktop{overflow:hidden;height:197px;width:130%}
#set_screenshot_desktop img{width:auto;padding:10px 0 0 18px}
.items-host{min-height:317px;padding:15px 20px;display:flex;flex-direction:column;width:100%;max-width:690px;position:relative}
.items-host .item{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;position:relative;width:100%;margin:0 0 20px 0;line-height:20px}
.items-host .item i{font-size:22px;color:#4aa8b3;margin-right:20px;top:7px;position:relative}
.items-host .item p{color:#4aa8b3;margin:0}
.items-host .item span{color:#7f8c8d}
.items-host-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px dashed #cdd5e1;position:relative;margin:10px 0 0 0;padding:0 10px}
.items-host-bottom .item{display:flex;align-items:center;border-right:1px dashed #cdd5e1;padding:15px 10px;position:relative;width:20%}
.items-host-bottom .item:last-child{border:0}
.items-host-bottom .item i{font-size:36px;color:#00AAB1;margin-right:15px}
.items-host-bottom .item p{margin:0;font-size:13px;color:#7f8c8d}
.items-host-bottom .item span{font-size:14px}
.items-host span.ok{background-color:#0b8b04}
.items-host span.error{color:#fff!important}

/* Список тарифов */
.tools-info-items .wrapper-tarif{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;width:100%;position:relative}
.tools-info-items .wrapper-tarif .package{max-width:25%;width:100%;position:relative;padding:20px;font-size:14px}
.tools-info-items .wrapper-tarif .corporate{background-color:#2b8ea5;color:#fff}
.tools-info-items .wrapper-tarif .basic{background-color:#383838;color:#fff}
.tools-info-items .wrapper-tarif .standard{background-color:#dfe3e4}
.tools-info-items .wrapper-tarif .basic:after,.tools-info-items .wrapper-tarif .basic:before{content:'';height:10px;width:100%;position:absolute;background:#383838;left:0}
.tools-info-items .wrapper-tarif .basic:after{bottom:-10px}
.tools-info-items .wrapper-tarif .basic:before{top:-10px}
.tools-info-items .wrapper-tarif .name{font-weight:300;font-size:35px;margin-top:-5px;margin:0 0 10px 0;text-align:center}
.tools-info-items .wrapper-tarif .price{margin:0 0 20px;font-weight:500;text-align:center}
.tools-info-items .wrapper-tarif strong{font-weight:normal}
.tools-info-items .wrapper-tarif .trial{display:none}
.tools-info-items .wrapper-tarif li{margin:0 0 10px 0;display:flex;align-items:flex-start;justify-content:flex-start}
.tools-info-items .wrapper-tarif li i{font-size:18px;font-weight:500;color:#3bc6b8;margin-right:7px}
.tools-info-items .wrapper-tarif li i.red{color:#e30000}
@media only screen and (max-width:890px){.tools-info-items .wrapper-tarif{flex-wrap:wrap}
.tools-info-items .wrapper-tarif .package{max-width:50%;}
.tools-info-items .wrapper-tarif .basic:after,.tools-info-items .wrapper-tarif .basic:before{content:none}
}

@media only screen and (max-width: 524px){
.block-tools {flex-direction: column!important;}
.block-tools .icontr{display:none;}
.whois-items .item:last-child {border-bottom: 0!important; margin: 10px 0 0!important;}
.translit-b:nth-of-type(2) { margin-left: 0; }
.bookmarklet .wib { width: 100%;flex-wrap: wrap;}
.bookmarklet .flex { display: flex; width: 100%; flex-wrap: wrap; }
}

@media only screen and (max-width:540px){.tools-info-items .wrapper-tarif .package{max-width:100%}
.tools-info-items .wrapper-tarif{flex-direction:column-reverse}
}
.link-buk{display:flex;flex-wrap:wrap;width:100%}

/* Общая мобильная оптимизация */
 @media only screen and (max-width:524px){
.maxWidth .radio-depth{width:47%!important}
.link-buk a{margin:0 10px 10px 0}
span.select2-container{width:100%!important;max-width:100%}
.check-settings p{width:100%!important;margin:0 0 5px 0;font-weight:normal;text-transform:none;font-size:14px}

.set-selected{max-width:100%;flex-wrap:wrap;justify-content:flex-start}
.set-selected span{margin:0 20px 10px 0}
.check-settings .settings-box{justify-content:start;max-width:100%;flex-wrap:wrap}
.check-settings .radio-depth:last-child{margin:0 0 10px 0}
.check-settings .radio-depth{margin:0 10px 10px 0}
.check-settings .radio-depth:first-child{margin:0 10px 10px 0}
.check-settings .settings-box .radio-depth{width:25%}
.nopmobile{display:none}
.textes{padding-right:30px}
.dop-settings-block .dop-input{width:48%}
.cnopka-tab div,.cnopka-tab li{width:50%;text-align:center;padding:5px 0}
.cnopka-tab li:last-child{margin:0}
.whoisf{flex-wrap:wrap}
.whoisf input.form{margin:0 0 10px 0;width:100%}
.butinfo{width:100%}
.check-settings .radio-depth span{width:90%}
.form-group input{width:100%!important}
.form-group label{margin:0 0 7px 0!important;display:block}
.clearul{width:100%;margin:0}
.select2-container{margin-left:0!important}
.set-selected{left:0!important}
}
@media only screen and (max-width:380px){.check-settings .settings-box .radio-depth{width:30%}
.dop-settings-block .dop-input{width:100%}
}

/* Блок видео */
.modal.active .modal-content.youtube{max-width: 700px}
.youtube-faq{background:#f2f4f7;width:100%;margin:15px 0;padding:20px;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;align-items:center}

.youtube-faq .btn i:before{content:"\f144";}
.youtube-faq span{font-size:24px;line-height:24px;display:block}

/* Загрузка файлов */
.file-load{display:inline-block}
.file-load input[type="file"]{opacity:1;pointer-events:auto}
.file-load .labelFile{background:#fdfdfd;margin:0 10px 0 0;display:inline-block;border:1px solid #c6d7d9;border-radius:2px;font-size:16px;padding:7px 11px 7px 10px;cursor:pointer;position:relative;top:2px;height:34px;width:34px}
.file-load .input-file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}
.file-load i{color:#333}
.file-load .labelFile.active,.file-load .labelFile.loads{background:#e8ffdd}
.file-load .labelFile.error{background:#fec1c1}
.file-load .labelFile i:before{content:"\f15b"}
.file-load .labelFile.active i:before{content:"\f00c"}
.file-load .labelFile.error i:before{content:"\f00d"}
.file-load .labelFile.loads i:before{content:"\f110"}
.file-primer{ color: #aab3b4; border-bottom: 1px dashed; }

/* Блок дизайн таблицы */
.table-dasign .settings-box{ max-width: 100%;justify-content: flex-start;}
.table-dasign p{    width: 210px;}
.table-dasign label { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; padding: 5px 18px; border: 1px solid #c6d7d9; margin: 0 10px 0 0; border-radius: 3px; position: relative; cursor: pointer; }
.table-dasign label[data-demo='0']:hover{background: #f6f6f6;}
.table-dasign label[data-demo='1']:hover{background: #354251; color: #fff;}
.table-dasign label[data-demo='2']:hover{background: #348f00; color: #fff;}
.table-dasign label[data-demo='3']:hover{background: #0f65a3; color: #fff;}
.table-dasign label[data-demo='5']:hover{background: #000; color: #fff;}
.table-dasign a{margin: 0 20px; font-weight: 500; color: #515151; border-bottom: 1px dashed;}
.table-dasign a:hover{border-bottom: 1px dashed transparent;}

/* FAQ */
#faq{margin:0 0 60px 0}
.faq-box{width:100%;display:flex;flex-direction:column;align-items:flex-start;position:relative;justify-content:flex-start;margin:30px 0 0 0}
.faq-box .item{margin:5px 0;background:#fff;position:relative;overflow:hidden;transition:all 0.2s ease;border:1px solid rgba(0,0,0,0.1);width:100%}
.faq-box .item span{display:flex;justify-content:space-between;align-items:center;padding:28px;position:relative;transition:all 0.2s ease;font-size:20px;font-weight:500;line-height:26px;cursor:pointer}
.faq-box .item span:after{content:"\f00d";font-family:Font Awesome\ 5 Pro;font-weight:300;color:#bbb;transition:all 0.2s ease;transform:rotate(45deg)}
.faq-box .item.active span:after,.faq-box .item:hover span:after{transform:rotate(0deg);color:#000}
.faq-box .item p{font-weight:400;line-height:28px;position:relative;transition:0.2s all ease;padding:0 28px;overflow:hidden;margin:0;display:none;text-align:left;font-size:18px;color:#000}
.faq-box .item.active p{opacity:1;top:-15px;display:block;transition:top 0.3s ease 0.2s,opacity 0.3s ease 0.2s}
.faq-box .item.active .content-faq{     margin:-10px 0 0; padding: 0 0 20px;}
.faq-box .item.active .content-faq p{top:0;}

/* End */


/* Start:/local/templates/iksweb/css/font-awesome.min.css?160797577692224*/
/* Подключаем шрифты */
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(/local/templates/iksweb/css/fonts/cyrillic-ext400.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(/local/templates/iksweb/css/fonts/cyrillic400.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(/local/templates/iksweb/css/fonts/greek-ex400.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(/local/templates/iksweb/css/fonts/greek400.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(/local/templates/iksweb/css/fonts/vietnamese400.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(/local/templates/iksweb/css/fonts/latin-ext400.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(/local/templates/iksweb/css/fonts/latin400.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:local('Roboto Medium'),local('Roboto-Medium'),url(/local/templates/iksweb/css/fonts/cyrillic-ext500.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:local('Roboto Medium'),local('Roboto-Medium'),url(/local/templates/iksweb/css/fonts/cyrillic500.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:local('Roboto Medium'),local('Roboto-Medium'),url(/local/templates/iksweb/css/fonts/greek-ext500.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:local('Roboto Medium'),local('Roboto-Medium'),url(/local/templates/iksweb/css/fonts/greek500.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:local('Roboto Medium'),local('Roboto-Medium'),url(/local/templates/iksweb/css/fonts/vietnamese500.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:local('Roboto Medium'),local('Roboto-Medium'),url(/local/templates/iksweb/css/fonts/latin-ext500.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:local('Roboto Medium'),local('Roboto-Medium'),url(/local/templates/iksweb/css/fonts/latin500.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
 
/* Font Awesome */
@font-face{font-family:Font Awesome\ 5 Pro;font-style:normal;font-weight:300;src:url(/local/templates/iksweb/css/fonts/fa-light-300.eot) format("embedded-opentype"),url(/local/templates/iksweb/css/fonts/fa-light-300.ttf) format("truetype");font-display: swap;}
.fa,.fal{font-family:Font Awesome\ 5 Pro;font-weight:300}.fa,.fal{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:0.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul > li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-book-heart:before{content:"\f499"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-browser:before{content:"\f37e"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-wide:before{content:"\f326"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-image:before{content:"\f1c5"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-times:before{content:"\f317"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-hexagon:before{content:"\f312"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-home:before{content:"\f015"}.fa-home-heart:before{content:"\f4c9"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-inventory:before{content:"\f480"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-lamp:before{content:"\f4ca"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pennant:before{content:"\f456"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-racquet:before{content:"\f45a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-scrubber:before{content:"\f2f8"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-shuttlecock:before{content:"\f45b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-plus:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.icon{font-size:50px;margin:-30px 0 0;color:#f26d6e}.fa.icon{font-size:40px}.fa,.fal{font-family:Font Awesome\ 5 Pro;font-weight:300}.fa,.fal{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:0.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul > li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-book-heart:before{content:"\f499"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-browser:before{content:"\f37e"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-wide:before{content:"\f326"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-image:before{content:"\f1c5"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-times:before{content:"\f317"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-hexagon:before{content:"\f312"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-home:before{content:"\f015"}.fa-home-heart:before{content:"\f4c9"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-inventory:before{content:"\f480"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-lamp:before{content:"\f4ca"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pennant:before{content:"\f456"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-racquet:before{content:"\f45a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-scrubber:before{content:"\f2f8"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-shuttlecock:before{content:"\f45b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-plus:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.icon{font-size:50px;margin:-30px 0 0;color:#f26d6e}.fa.icon{font-size:40px}

/* Font Fontello */
@font-face{font-family:fontello;font-style:normal;font-weight:normal;src:url(/local/templates/iksweb/css/fonts/fontello.eot) format("embedded-opentype"),url(/local/templates/iksweb/css/fonts/fontello.ttf) format("truetype");font-display: swap;}
[class^="c-wd-"]:before,[class*=" c-wd-"]:before{font-family:"fontello";-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.c-wd-4:before{content:'\e800'}.c-wd-5:before{content:'\e801'}.c-wd-6:before{content:'\e802'}.c-wd-7:before{content:'\e803'}.c-wd-8:before{content:'\e804'}.c-wd-1:before{content:'\e805'}.c-wd-2:before{content:'\e806'}.c-wd-3:before{content:'\e807'}.c-wd-17:before{content:'\e808'}.c-wd-16:before{content:'\e809'}.c-wd-9:before{content:'\e80a'}.c-wd-23:before{content:'\e80b'}.c-wd-11:before{content:'\e80c'}.c-wd-12:before{content:'\e80d'}.c-wd-13:before{content:'\e80e'}.c-wd-14:before{content:'\e80f'}.c-wd-15:before{content:'\e810'}.c-wd-18:before{content:'\e811'}.c-wd-19:before{content:'\e812'}.c-wd-25:before{content:'\e813'}.c-wd-21:before{content:'\e814'}.c-wd-22:before{content:'\e815'}.c-wd-10:before{content:'\e816'}.c-wd-20:before{content:'\e817'}.c-wd-24:before{content:'\e818'}.c-wd-26:before{content:'\e819'}.c-wd-27:before{content:'\e81a'}.c-wd-28:before{content:'\e81b'}.c-wd-29:before{content:'\e81c'}.c-wd-30:before{content:'\e81d'}.c-wd-31:before{content:'\e81e'}.c-wd-32:before{content:'\e81f'}.c-wd-33:before{content:'\e820'}.c-wd-34:before{content:'\e821'}.c-wd-35:before{content:'\e822'}.c-wd-36:before{content:'\e823'}.c-wd-37:before{content:'\e824'}.c-wd-38:before{content:'\e825'}.c-wd-39:before{content:'\e826'}.c-wd-40:before{content:'\e827'}
/* End */
/* /local/templates/iksweb/styles.css?169349784124678 */
/* /local/templates/iksweb/template_style.css?166809201458703 */
/* /local/templates/iksweb/css/font-awesome.min.css?160797577692224 */
