@charset "utf-8";

/*====================== Fonts Windows ======================*/
                           
@font-face {
    font-family: 'SanFrancisco';
    src: url('../fonts/SFUIText-Regular.eot');
    src: url('../fonts/SFUIText-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUIText-Regular.woff') format('woff'),
    url('../fonts/SFUIText-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'SanFrancisco';
    src: url('../fonts/SFUIText-Semibold.eot');
    src: url('../fonts/SFUIText-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUIText-Semibold.woff') format('woff'),
    url('../fonts/SFUIText-Semibold.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'SanFrancisco';
    src: url('../fonts/SFUIText-Bold.eot');
    src: url('../fonts/SFUIText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUIText-Bold.woff') format('woff'),
    url('../fonts/SFUIText-Bold.ttf') format('truetype');
    font-weight: 700;
}

/*------------------- TYPOGRAPHY -------------------*/
@font-face {
  font-family: "GOSTUI2";
  src: url("../fonts/GOSTUI2.eot");
  src: url("../fonts/GOSTUI2.eot?#iefix") format("embedded-opentype"), 
	url("../fonts/GOSTUI2.woff") format("woff"), 
	url("../fonts/GOSTUI2.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "GOSTUI2";
  src: url("../fonts/GOSTUI2-Medium.eot");
  src: url("../fonts/GOSTUI2-Medium.eot?#iefix") format("embedded-opentype"), 
	url("../fonts/GOSTUI2-Medium.woff") format("woff"), 
	url("../fonts/GOSTUI2-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "GOSTUI2";
  src: url("../fonts/GOSTUI2-Bold.eot");
  src: url("../fonts/GOSTUI2-Bold.eot?#iefix") format("embedded-opentype"), 
	url("../fonts/GOSTUI2-Bold.woff") format("woff"), 
	url("../fonts/GOSTUI2-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Golos';
  src: local("Golos Text Bold"), local("GolosText-Bold"), 
		url("../fonts/Golostextbold.woff2") format("woff2"), 
		url("../fonts/Golostextbold.woff") format("woff"), 
		url("../fonts/Golostextbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Golos';
  src: local("Golos Text DemiBold"), local("GolosText-DemiBold"), 
	url("../fonts/GolosText-DemiBold.woff2") format("woff2"), 
	url("../fonts/GolosText-DemiBold.woff") format("woff"), 
	url("../fonts/GolosText-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Golos';
  src: local("Golos Text Medium"), local("GolosText-Medium"), 
	url("../fonts/GolosText-Medium.woff2") format("woff2"), 
	url("../fonts/GolosText-Medium.woff") format("woff"), 
	url("../fonts/GolosText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Golos';
  src: local("Golos Text Regular"), local("GolosText-Regular"), 
	url("../fonts/GolosText-Regular.woff2") format("woff2"), 
	url("../fonts/GolosText-Regular.woff") format("woff"), 
	url("../fonts/GolosText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

body,
body.ios {
    font-family: 'SanFrancisco', "Helvetica Neue", Helvetica, Arial, sans-serif;
}



@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?8dmgt2");
  src: url("../fonts/icomoon.eot?8dmgt2#iefix") format("embedded-opentype"), 
	url("../fonts/icomoon.ttf?8dmgt2") format("truetype"), 
	url("../fonts/icomoon.woff?8dmgt2") format("woff"), 
	url("../fonts/icomoon.svg?8dmgt2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-gamb:before {
  content: "\e900";
}

.icon-right-arrow:before {
  content: "\e901";
}

.icon-copy:before {
  content: "\e902";
}

.icon-fb:before {
  content: "\e903";
}

.icon-glass:before {
  content: "\e904";
}

.icon-lang:before {
  content: "\e905";
}

.icon-loupe:before {
  content: "\e906";
}

.icon-map:before {
  content: "\e907";
}

.icon-menu:before {
  content: "\e908";
	height: 3px;
   display: inline-block;
   overflow: hidden;
}

.icon-more:before {
  content: "\e909";
}

.icon-od:before {
  content: "\e90a";
}

.icon-open:before {
  content: "\e90b";
}

.icon-plus:before {
  content: "\e90c";
}

.icon-tw:before {
  content: "\e90d";
}

.icon-vk:before {
  content: "\e90e";
}

.icon-youtube:before {
  content: "\e90f";
}

.icon-close:before {
  content: "\e910";
}

.icon-play:before {
  content: "\e911";
}

.icon-rss:before {
  content: "\e912";
}

.icon-six:before {
  content: "\e913";
}

.icon-favorite:before {
  content: "\e914";
}

.icon-home:before {
  content: "\e915";
}

.icon-print:before {
  content: "\e916";
}

.icon-share:before {
  content: "\e917";
}

.icon-mark:before {
  content: "\e918";
}

.icon-link:before {
  content: "\e919";
}

.icon-date:before {
  content: "\e91a";
}

.icon-mail:before {
  content: "\e91b";
}

.icon-mail2:before {
  content: "\e91c";
}

.icon-user:before {
  content: "\e91d";
}

.icon-time:before {
  content: "\e91e";
}

.icon-delete:before {
  content: "\e91f";
}

.icon-chat:before {
  content: "\e920";
}

.icon-minus:before {
  content: "\e921";
}

.icon-favorite-full:before {
  content: "\e922";
}

.icon-faq:before {
  content: "\e923";
}

.icon-photo:before {
  content: "\e924";
}

.icon-setting:before {
  content: "\e925";
}

.icon-ok:before {
  content: "\e926";
}

.icon-eye-hide:before {
  content: "\e927";
}

.icon-eye-open:before {
  content: "\e928";
}

.icon-info:before {
  content: "\e929";
}

.icon-param:before {
  content: "\e92a";
}

.icon-left-arrow:before {
  content: "\e92b";
}

.icon-full-size:before {
  content: "\e92c";
}

.icon-size:before {
  content: "\e92d";
}

.icon-arrow-top:before {
  content: "\e92e";
}

.icon-ok-fill:before {
  content: "\e92f";
}

.icon-checked:before {
  content: "\e930";
}

.icon-mark-2:before {
  content: "\e931";
}

.icon-param-2:before {
  content: "\e932";
}

.icon-in:before {
  content: "\e933";
}

.icon-quote:before {
  content: "\e934";
}

.icon-end-doc:before {
  content: "\e935";
}

.icon-play-button:before {
  content: "\e936";
}

.icon-sl-angle-left:before {
  content: "\e937";
}

.icon-sl-angle-right:before {
  content: "\e938";
}

.icon-mail-to:before {
  content: "\e939";
}

.icon-book:before {
  content: "\e93c";
}

.icon-question:before {
  content: "\e93b";
}

.icon-logout:before {
  content: "\e93a";
}

body.font-size-small {
	font-size: 14px;
}

body.font-size-normal {
	font-size: 16px;
}

body.font-size-big {
	font-size: 20px;
}


body.font-spacing-big {
	letter-spacing: 5px;
}

body.font-spacing-normal {

	letter-spacing: 2px;
}

body.font-spacing-small {
	letter-spacing: 0px;
}

body.font-family-sans-serif {
    font-family: Arial, sans-serif;
}

body.font-family-serif {
	font-family: "Times New roman", serif;
}


body.font-family-serif, 
body.font-family-serif .header-new-styles, 
body.font-family-serif .new-icons-bg, 
body.font-family-serif .main, 
body.font-family-serif .main-page, 
body.font-family-serif .main.main--main-page .section-head, 
body.font-family-serif .footer, 
body.font-family-serif .datepicker, 
body.font-family-serif .news-page, 
body.font-family-serif .menegement 
{
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
}