@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------
------------------------ Open Sans ----------------------------------------
------------------------------------------------------------------------
----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Courgette&display=swap");
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: url("/bundles/dyb/libs/fonts/opensans/opensans-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  src: url("/bundles/dyb/libs/fonts/opensans/opensans-bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: url("/bundles/dyb/libs/fonts/opensans/opensans-light-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src: url("/bundles/dyb/libs/fonts/opensans/opensans-semibold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: italic;
  src: url("/bundles/dyb/libs/fonts/opensans/opensans-italic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: italic;
  src: url("/bundles/dyb/libs/fonts/opensans/opensans-semibolditalic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  src: url("/bundles/dyb/libs/fonts/opensans/opensans-bolditalic-webfont.ttf") format("truetype");
}
/*----------------------------------------------------------------------
------------------------------------------------------------------------
------------------------ Courgette -------------------------------------
------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "cv-icon-set-1";
  src: url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.eot?74573641");
  src: url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.eot?74573641#iefix") format("embedded-opentype"), url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.woff2?74573641") format("woff2"), url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.woff?74573641") format("woff"), url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.ttf?74573641") format("truetype"), url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.svg?74573641#cv-icon-set-1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'cv-icon-set-1';
    src: url('../font/cv-icon-set-1.svg?74573641#cv-icon-set-1') format('svg');
  }
}
*/
.icon-experiences:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-interests:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-skills:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-portfolios:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-educations:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-presentation:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-events:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-certificates:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-synthesis:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-email:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-phone:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-mobile:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-skype:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-blog:before, .widgetLinks__item_blog .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-flickr:before, .widgetLinks__item_flickr .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-delicious:before, .widgetLinks__item_delicious .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-netvibes:before, .widgetLinks__item_netvibes .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-plaxo:before, .widgetLinks__item_plaxo .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-link-ext:before, .widgetLinks__item_other .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-facebook:before, .widgetLinks__item_facebook .widgetLinks__item__icon:before, .shareItem_facebook:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-google_plus:before, .widgetLinks__item_google_plus .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-linkedin:before, .widgetLinks__item_linkedin .widgetLinks__item__icon:before, .shareItem_linkedin:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-github:before, .widgetLinks__item_github .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-xing:before, .widgetLinks__item_xing .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-instagram:before, .widgetLinks__item_instagram .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-tumblr:before, .widgetLinks__item_tumblr .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-dribbble:before, .widgetLinks__item_dribbble .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-pinterest:before, .widgetLinks__item_pinterest .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-viadeo:before, .widgetLinks__item_viadeo .widgetLinks__item__icon:before, .shareItem_viadeo:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-dot:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-file:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-location:before, .widgetUserInfo__item_location:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-info:before, .skillDetail:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-car:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-calendar:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-circle:before, .widgetProfessionalPosition__availability:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-flag:before, .widgetProfessionalPosition__status:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-loading:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-download:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-meetup:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-youtube:before, .widgetLinks__item_youtube .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-company:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-personn:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-wrench:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-home:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-network:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-languageSkills:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-birthday:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-drive:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-experiences:before {
  content: "";
}
/* '' */
.icon-interests:before {
  content: "";
}
/* '' */
.icon-skills:before {
  content: "";
}
/* '' */
.icon-portfolios:before {
  content: "";
}
/* '' */
.icon-educations:before {
  content: "";
}
/* '' */
.icon-events:before {
  content: " ";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/eventTitle.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/eventTitle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 1em;
  height: 1.382em;
  display: inline-block;
}
.icon-presentation:before {
  content: "";
}
/* '' */
.icon-certificates:before {
  content: " ";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/certificateTitle.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/certificateTitle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 1em;
  height: 1.382em;
}
.icon-languageSkills:before {
  content: " ";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/languagesSkills.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/languagesSkills.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 1em;
  height: 1.382em;
}
.icon-twitter:before, .shareItem_twitter:before {
  content: "";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/logo-twitter.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/logo-twitter.svg);
  mask-repeat: no-repeat;
  width: 1em;
  height: 1.4em;
  display: inline-block;
  vertical-align: middle;
  background: black;
}
.icon-birthday:before {
  content: "";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/birthday.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/birthday.svg);
  mask-repeat: no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  background: black;
}
.icon-drive:before {
  content: "";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/drive.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/drive.svg);
  mask-repeat: no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  background: black;
}
.icon-email:before {
  content: "";
}
/* '' */
.icon-phone:before {
  content: "";
}
/* '' */
.icon-mobile:before {
  content: "";
}
/* '' */
.icon-skype:before {
  content: "";
}
/* '' */
.icon-blog:before, .widgetLinks__item_blog .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-flickr:before, .widgetLinks__item_flickr .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-delicious:before, .widgetLinks__item_delicious .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-netvibes:before, .widgetLinks__item_netvibes .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-plaxo:before, .widgetLinks__item_plaxo .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-link-ext:before, .widgetLinks__item_other .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-facebook:before, .widgetLinks__item_facebook .widgetLinks__item__icon:before, .shareItem_facebook:before {
  content: "";
}
/* '' */
.icon-google_plus:before, .widgetLinks__item_google_plus .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-linkedin:before, .widgetLinks__item_linkedin .widgetLinks__item__icon:before, .shareItem_linkedin:before {
  content: "";
}
/* '' */
.icon-github:before, .widgetLinks__item_github .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-xing:before, .widgetLinks__item_xing .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-instagram:before, .widgetLinks__item_instagram .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-tumblr:before, .widgetLinks__item_tumblr .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-dribbble:before, .widgetLinks__item_dribbble .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-pinterest:before, .widgetLinks__item_pinterest .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-viadeo:before, .widgetLinks__item_viadeo .widgetLinks__item__icon:before, .shareItem_viadeo:before {
  content: "";
}
/* '' */
.icon-dot:before {
  content: "";
}
/* '' */
.icon-file:before {
  content: "";
}
/* '' */
.icon-location:before, .widgetUserInfo__item_location:before {
  content: "";
}
/* '' */
.icon-info:before, .skillDetail:before {
  content: "";
}
/* '' */
.icon-car:before {
  content: "";
}
/* '' */
.icon-calendar:before {
  content: "";
}
/* '' */
.icon-circle:before, .widgetProfessionalPosition__availability:before {
  content: "";
}
/* '' */
.icon-flag:before, .widgetProfessionalPosition__status:before {
  content: "";
}
/* '' */
.icon-loading:before {
  content: "";
}
/* '' */
.icon-download:before {
  content: "";
}
/* '' */
.icon-meetup:before {
  content: "";
}
/* '' */
.icon-youtube:before, .widgetLinks__item_youtube .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-company:before {
  content: "";
}
/* '' */
.icon-personn:before {
  content: "";
}
/* '' */
.icon-wrench:before {
  content: "";
}
/* '' */
.icon-synthesis:before {
  content: "";
}
/* '' */
.icon-home:before {
  content: "";
}
/* '' */
.icon-network:before {
  content: "";
}
/* '' */
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_blog .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_blog .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_flickr .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_flickr .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_delicious .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_delicious .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_netvibes .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_netvibes .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_plaxo .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_plaxo .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_other .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_other .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_facebook .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_facebook .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_google_plus .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_google_plus .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_linkedin .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_linkedin .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_github .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_github .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_xing .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_xing .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_instagram .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_instagram .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_tumblr .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_tumblr .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_dribbble .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_dribbble .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_pinterest .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_pinterest .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_youtube .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_youtube .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_website .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_website .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_viadeo .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_viadeo .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item_dribbble .widgetLinks__item__icon:before {
  width: 12px;
  height: 16px;
}
.widgetLinks__item_other .widgetLinks__item__icon::before {
  height: 12px;
  width: 10px;
}
.widgetLinks__item_monblog.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_monblog.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_monblog.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-monblog.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-monblog.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_vimeo.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_vimeo.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_vimeo.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-vimeo.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-vimeo.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_behance.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_behance.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_behance.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-behance.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-behance.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_malt.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_malt.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_malt.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-malt.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-malt.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_site.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_site.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_site.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-site.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-site.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_portfolio.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_portfolio.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_portfolio.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-portfolio.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-portfolio.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_researchgate.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_researchgate.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_researchgate.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-researchgate.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-researchgate.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_stackoverflow.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_stackoverflow.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_stackoverflow.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-stackoverflow.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-stackoverflow.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_twitter.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_twitter.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_twitter.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-twitter.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-twitter.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_gitlab.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_gitlab.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_gitlab.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-gitlab.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-gitlab.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_gitlab.widgetLinks__item .widgetLinks__item__icon:before {
  width: 13px !important;
}
.widgetLinks__item_behance.widgetLinks__item .widgetLinks__item__icon:before {
  width: 13px;
}
.widgetLinks__item_malt.widgetLinks__item .widgetLinks__item__icon:before {
  margin: 0.1rem 0 0 0 !important;
}
.widgetLinks__item_monblog.widgetLinks__item .widgetLinks__item__icon:before {
  margin: 0.1rem 0 0 0.1rem !important;
}
.bulletCircleList {
  list-style-type: none;
}
.bulletCircleList__item, .bulletCircleList__item ~ .bulletCircleList__item, .skillsTable .bulletCircleList__item, .bulletList__item_force {
  padding-left: 1.2rem;
  position: relative;
}
.bulletCircleList__item:before, .bulletCircleList__item ~ .bulletCircleList__item:before, .skillsTable .bulletCircleList__item:before, .bulletList__item_force:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  background: #000000;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.widgetElement:not(.skillsTable) .bulletCircleList__item:only-child {
  padding-left: 0;
}
.widgetElement:not(.skillsTable) .bulletCircleList__item:only-child:before {
  display: none;
}
/*----- containers -----*/
.cv {
  font-family: "Open Sans";
  background-color: #fff8ee;
  color: #010101;
  --linkHoverColor: color-mix(in srgb,#F7A32B,#000 50%);
}
.cv h4 {
  text-transform: uppercase;
}
.columns__column1 {
  padding: 0 28px;
  background-color: #F7A32B;
  color: #ffffff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.columns__column1 .widget:first-child {
  margin-top: 2rem;
}
.columns__column1 .widget_links__wrapper--inline {
  align-items: center !important;
}
.columns__column2 {
  background-color: #ffffff;
  padding: 2rem;
  margin-left: 2em;
}
.columns__column2 .widget__title {
  text-transform: uppercase;
}
.columns__column2 .widget:last-child {
  margin-bottom: 0;
}
.columns__column2 {
  background-color: #ffffff;
  padding: 2rem;
  margin-left: 2em;
}
.columns__column2 .widget__title {
  text-transform: uppercase;
}
/*----- header -----*/
.header .header__content {
  background-color: #53C8D2;
}
.identityLeft .profile_topContent {
  border-bottom: 1px solid white;
  text-align: center;
}
.identityLeft .subHeader_noTitles .profile_content .widget {
  border-bottom: 1px solid white;
}
.widget_userName {
  margin-bottom: 0;
}
.userName {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5em;
  text-transform: uppercase;
}
.cvTitle {
  font-size: 1.5rem;
  font-family: "Courgette";
  color: #ffffff;
  line-height: 1.5em;
}
.widget_avatar {
  width: 180px;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  margin: 0.5em auto 0 auto;
}
.widgetAvatar__wrapper {
  width: 170px;
  height: 170px;
  border-radius: 110px;
  overflow: hidden;
  margin: 0 auto;
}
.widgetAvatar__avatar {
  width: 100%;
}
/*----- widgets global -----*/
.widget__title {
  font-weight: 600;
  font-size: 1.4em;
  color: #53C8D2;
}
.widgetElement {
  margin-bottom: 1.5em;
}
.widgetElement.skillsTable {
  background: none;
}
.widgetElement__title, .widgetElement__titleLink {
  color: #010101;
  font-weight: 600;
  font-size: 16px;
}
/*----- components specific -----*/
.widgetElement__header {
  margin-bottom: 1rem;
}
.widget__title_presentation, .widget__title_tags, .widget__title_information, .widget_contacts .widget__title, .widget_links .widget__title {
  color: #ffffff;
  font-family: "Courgette";
  font-weight: 400;
  text-transform: none !important;
}
.widgetProfessionalPosition__status {
  padding-bottom: 10px;
}
.widgetProfessionalPosition__availability {
  padding-bottom: 10px;
}
.widget_links .widget__title {
  margin-bottom: 0.5rem;
}
.widget_links .widgetLinks__item__icon {
  color: white;
}
.widget_links .widgetLinks__item__icon::before {
  transition: none;
}
.widget_links .widgetLinks__item:hover .widgetLinks__item__icon {
  border-color: white !important;
  background: transparent !important;
}
.widget_links .widgetLinks__item_monblog .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_vimeo .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_twitter .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_behance .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_malt .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_site .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_portfolio .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_researchgate .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_stackoverflow .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_gitlab .widgetLinks__item__icon:before {
  background-color: white !important;
}
.skillGaugeLevel {
  background-color: #F0F0F0;
  border-radius: 5px;
}
.skillGaugeLevel__gauge, .skillDotLevel__dot:not(.skillDotLevel__dot_empty) {
  background: #F7A32B;
  border-radius: 5px;
}
.skillStarLevel__star {
  color: #F7A32B;
}
.skillsTable:last-child {
  margin-bottom: 1.5rem;
}
.widgetTags__item {
  background: #ffffff;
  font-weight: 600;
  color: #010101;
  border-radius: 2rem;
  padding: 0.3em 0.8em 0.4em;
  margin: 0.6rem 0.6rem 0.6rem 0;
}
.widget_presentation .widgetElement__text {
  line-height: 1.7em;
}
.widgetElement_topInfos .widgetElement__subtitle, .widgetElement__info {
  font-weight: 400;
  font-size: 1em;
}
.widgetElement__subtitleItem_date {
  padding: 8px 10px;
  background-color: rgba(83, 200, 210, 0.3);
  margin-right: 5px;
}
.widgetElement_topInfos .widgetElement__subtitleItem:not(.widgetElement__subtitleItem_sentence)::after {
  display: none;
}
.widget_educations .widgetElement__title {
  display: inline;
}
.widget_educations .widgetElement__title:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background-color: rgba(83, 200, 210, 0.3);
  margin-right: 5px;
}
.widget_educations .widgetElement__subtitle:before {
  content: "@";
  padding-right: 3px;
}
.widget_experiences .widgetElement__title {
  display: inline;
}
.widget_experiences .widgetElement__subtitleItem {
  line-height: 2em;
}
.widget_experiences .widgetElement__subtitleItem_company:before {
  content: "@";
  padding-right: 3px;
}
.widget_experiences .widgetElement__subtitleItem_city:before, .widget_experiences .widgetElement__subtitleItem_country:before {
  content: "-";
  padding-right: 3px;
}
.widget_languageSkills {
  margin-bottom: 1.5rem;
}
.widgetProfessionalPosition__status:before, .widgetProfessionalPosition__availability:before {
  margin-right: 0;
}
.widgetProfessionalPosition__availability_JOB_S:before {
  color: #34b700;
}
.widgetProfessionalPosition__availability_STG_S:before {
  color: #34b700;
}
.widgetProfessionalPosition__availability_WATCH:before {
  color: #ff9c04;
}
.widgetProfessionalPosition__availability_OPEN:before {
  color: #ff9c04;
}
.widgetProfessionalPosition__availability_INDIS:before {
  color: #cd0b00;
}
.header__content {
  padding: 2em;
}
.header__content .widget:not(.widget_avatar):not(.widget_userName) {
  margin-bottom: 0.5em;
}
.menu {
  text-align: right;
  padding: 0 1.5em;
  margin: 2rem 0;
}
.menu .menu__item {
  transition: all 0.5s ease-out;
  margin: 0 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 4px solid transparent;
}
.menu .menu__item:hover, .menu .menu__item.menu__item_current {
  border-color: #F7A32B;
}
.downloadlink {
  transition: all 0.5s ease-out;
  font-size: 1em;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 22px;
  background-color: #F7A32B;
  border-radius: 30px;
  display: block;
  white-space: nowrap;
}
.downloadlink:hover, .downloadlink.menu__item_current {
  background-color: #53C8D2;
}
.languageSwitcher__opener:after {
  border-color: #F7A32B transparent transparent transparent;
}
.dybIncentive:hover {
  color: #F7A32B;
}
.columns__column3 {
  background-color: #ffffff;
  margin-left: 1em;
  flex-basis: calc(40% - 1em);
  padding: 2rem;
}
.widget__title {
  text-transform: uppercase;
}
.widgetContacts__item {
  background: transparent;
  white-space: inherit;
  padding: 0;
  font-size: 1rem;
}
.widgetContacts__item:before {
  display: none;
}
.widgetElement_knowMore {
  transition: all 0.5s ease-out;
  padding: 0.5em 0.8em;
  font-size: 0.9em;
  margin: 0.5rem 0;
  display: inline-block;
  color: #ffffff;
  background-color: #F7A32B;
  border-radius: 30px;
  font-size: 0.9em;
}
.widgetElement_knowMore:hover {
  background-color: #53C8D2;
}
.widgetContacts__item:before {
  font-size: 1em;
}
figure {
  margin: 2em 0;
}
.contactsBox__opener {
  transition: all 0.5s ease-out;
  font-size: 1em;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 22px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  border: 1px solid transparent;
}
.contactsBox__opener:hover {
  background-color: #ffffff;
  color: #F7A32B;
}
.footer {
  font-size: 0.9rem;
  padding: 3em 0;
}
.footer .shareItem {
  transition: all 0.5s ease-out;
}
.footer .shareItem_twitter:hover:before {
  background: #53C8D2;
}
.footer .shareItem_facebook:hover:before, .footer .shareItem_linkedin:hover:before {
  color: #53C8D2;
}
.footer__content {
  text-align: center;
}
.widget_links {
  margin-right: -12px;
}
.widget_links .widgetLinks__item {
  margin: 0.5em 12px 0 0;
  background-color: transparent;
}
.widget_links .widgetLinks__item__icon {
  border: 1px solid white;
}
.widget_links .widgetLinks__item:hover .widgetLinks__item__icon {
  background: #F7A32B;
}
.columns__column1 .widgetLinks__item .widgetLinks__item__icon, .columns__column2 .widgetLinks__item .widgetLinks__item__icon {
  border: 1px solid white;
}
.subHeader .widget_links .widgetLinks__item_monblog .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_twitter .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_vimeo .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_behance .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_malt .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_site .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_portfolio .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_researchgate .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_stackoverflow .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_gitlab .widgetLinks__item__icon:before {
  background-color: black !important;
}
.subHeader .widget_links .widgetLinks__item_vimeo:hover .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_gitlab:hover .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_stackoverflow:hover .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_behance:hover .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_researchgate:hover .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_malt:hover .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_monblog:hover .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_site:hover .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_portfolio:hover .widgetLinks__item__icon:before {
  background-color: white !important;
}
.subHeader .widget_links .widgetLinks__item_linkedin:hover .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_twitter:hover .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_github:hover .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_instagram:hover .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_dribbble:hover .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_facebook:hover .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_youtube:hover .widgetLinks__item__icon:before, .subHeader .widget_links .widgetLinks__item_other:hover .widgetLinks__item__icon:before {
  color: white;
}
.widget_languageSkills .widgetElement__listItem {
  flex-basis: calc(19.5% - 3rem);
}
.widget_certificates__list .widgetElement {
  flex-basis: 100% !important;
}
.widget_languageSkills .widgetElement__listItem {
  flex-basis: calc(32.6% - 3rem);
}
.widget_languageSkills .widgetElement__listItem.skillsBulletList__item_leveled {
  flex-basis: 100%;
}
