@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
/*** FONT SIZES ***/
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.smallHeaderBlock {
  width: 100%;
  position: relative;
  z-index: 1;
}
.smallHeaderBlock .container {
  position: relative;
}
.smallHeaderBlock .container .subMenu {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.smallHeaderBlock .container .subMenu .subtitle {
  width: 195px;
  display: inline-block;
  vertical-align: top;
}
.smallHeaderBlock .container .subMenu .oneTitle {
  padding: 0 20px 10px 0;
  border-bottom: 2px dotted #BABABA;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 195px);
}
.smallHeaderBlock .container .subMenu .extraSelect {
  width: calc(100% - 195px) !important;
  border: none;
  border-bottom: 2px dotted #BABABA;
  border-radius: 0;
  height: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(100% - 195px);
}
.smallHeaderBlock .container .subMenu .extraSelect .title {
  padding-right: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.smallHeaderBlock .container .subMenu .extraSelect .fas {
  font-size: 14px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.smallHeaderBlock .container .subMenu .extraSelect .dropDown {
  height: auto;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 220px;
  overflow: auto;
  background: #010101;
}
.smallHeaderBlock .container .subMenu .extraSelect .dropDown .innerWrapper {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  padding: 20px;
}
.smallHeaderBlock .container .subMenu .extraSelect .dropDown .dropDownLink {
  line-height: 30px;
}
.smallHeaderBlock .container .subMenu .extraSelect .dropDown .dropDownLink a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.smallHeaderBlock .container .subMenu .extraSelect .dropDown .dropDownLink a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #BABABA;
  bottom: 4px;
  left: auto;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.smallHeaderBlock .container .subMenu .extraSelect .dropDown .dropDownLink a:hover {
  color: #B2864A;
}
.smallHeaderBlock .container .subMenu .extraSelect .dropDown .dropDownLink a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
  background-color: #B2864A;
}
.smallHeaderBlock .container .extraContent {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-left: 200px;
  padding-right: 20px;
}
.smallHeaderBlock .container .extraContent p {
  font-weight: 600;
}
.smallHeaderBlock .container .extraContent p a {
  color: #010101;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  position: relative;
}
.smallHeaderBlock .container .extraContent p a:after {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  right: auto;
  bottom: 3px;
  background: #010101;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.smallHeaderBlock .container .extraContent p a:hover {
  color: #B2864A;
}
.smallHeaderBlock .container .extraContent p a:hover:after {
  background: #B2864A;
  width: 0;
  left: auto;
  right: 0;
}
.smallHeaderBlock .container .roundIconButton {
  border: 2px solid #010101;
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: -75px;
  left: 20px;
}
.smallHeaderBlock .container .roundIconButton:hover {
  opacity: 1;
}
@media all and (max-width: 1140px) {
  .smallHeaderBlock .container .extraContent {
    padding-left: 100px;
    padding-right: 0;
  }
}
@media all and (max-width: 1024px) {
  .smallHeaderBlock .container .subMenu .subtitle {
    width: 100%;
  }
  .smallHeaderBlock .container .subMenu .select2,
  .smallHeaderBlock .container .subMenu .title {
    width: 100% !important;
  }
  .smallHeaderBlock .container .extraContent {
    padding-left: 100px;
    padding-right: 0;
  }
}
@media all and (max-width: 768px) {
  .smallHeaderBlock .container .subMenu {
    width: 100%;
  }
  .smallHeaderBlock .container .subMenu .extraSelect,
  .smallHeaderBlock .container .subMenu .oneTitle {
    width: 100% !important;
  }
  .smallHeaderBlock .container .extraContent {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .smallHeaderBlock .container .roundIconButton {
    display: none;
  }
}
