/*
    Fonts
    Text settings
    Buttons
    Inputs, selects, textareas

*/

@font-face {
    font-family: Museo sans cyrl;
    src: local("Museo sans cyrl"),
       local("Museo Sans Cyrillic"),
       url(../fonts/MuseoSansCyrl_100.otf);
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Museo sans cyrl;
    src: local("Museo sans cyrl"),
       local("Museo Sans Cyrillic"),
       url(../fonts/MuseoSansCyrl_300.otf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Museo sans cyrl;
    src: local("Museo sans cyrl"),
       local("Museo Sans Cyrillic"),
       url(../fonts/MuseoSansCyrl_300_Italic.otf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Museo sans cyrl;
    src: local("Museo sans cyrl"),
       local("Museo Sans Cyrillic"),
       url(../fonts/MuseoSansCyrl_500.otf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Museo sans cyrl;
    src: local("Museo sans cyrl"),
       local("Museo Sans Cyrillic"),
       url(../fonts/MuseoSansCyrl_500_Italic.otf);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: Museo sans cyrl;
    src: local("Museo sans cyrl"),
       local("Museo Sans Cyrillic"),
       url(../fonts/MuseoSansCyrl_700.otf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Museo sans cyrl;
    src: local("Museo sans cyrl"),
       local("Museo Sans Cyrillic"),
       url(../fonts/MuseoSansCyrl_700_Italic.otf);
    font-weight: 700;
    font-style: italic;
}

body {
    font-weight: 300;
}

.article-wrapper a {
    color: #EF6325;
}

.padding-section-wrapper h2 a {
    color: inherit;
}

.text-small {
    font-size: 13px;
}

.text-p2 {
    font-size: 19px;
}

.text-bigger {
    font-size: 24px;
}

.text-grey {
    color: #505050;
}

.text-underline {
    padding-bottom: 10px;
    border-bottom: 1px solid #D8D8D8;
}

.text-narrow {
    font-weight: 300;
}

.text-normal {
    font-weight: 500;
}

.text-bold {
    font-weight: 700;
}

.text-error {
    color: #D0021B;
    left: 0;
}

.input-group .text-error {
    display: table-row;
}

.title-wrapper {
    margin: 15px 0;
}

.title-wrapper h3 {
    margin: 0;
}

[aria-label]:focus{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.bootstrap-select .dropdown-toggle:focus {
    box-shadow: none;
}

/*Select*/


input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
textarea {
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    outline-style:none;
    max-width: 100%;
    resize: none;
}

.form-control {
    border: 0px solid transparent;
}


.form-group-alert .form-control {
    border: 1px solid #d0021b;
}

.form-group-white .form-control {
    background-color: #fff;
}

.form-group {
    position: relative;
}

.form-group-xs {
    max-width: 100px;
}

.input-group-btn .btn {
    padding: 9px 15px;
    height: 42px;
}

.row [class^=col] > .form-group {
    margin-top: 5px;
}

.no-label {
    padding-top: 23px;
}

.checkbox-options-wrapper.no-label {
    padding-top: 34px;
}

textarea:focus,
input:focus {
    border: 0px solid rgba(36,128,236,0.5);
}

.form-group .bootstrap-select,
.form-group-white .bootstrap-select {
    width: 100% !important;
    background-image: none;
    color: #000;
    display: block;
    font-size: 16px;
}

.form-group .bootstrap-select .btn,
.form-group-white .bootstrap-select .btn {
    padding: 9px 33px 9px 12px;
    font-weight: 300;
    line-height: 1.2;
    height: 42px;
    border-radius: 4px;
    border: 0px solid transparent;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    width: 100%;
    background-color: #f8f8f8;
    background-image: none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-group .bootstrap-select .btn.bs-select-all,
.form-group .bootstrap-select .btn.bs-deselect-all {
    width: 50%;
}
.form-group .bootstrap-select .btn.bs-select-all {
    border-right: 2px solid #fff;
}
.form-group .bootstrap-select .btn.bs-deselect-all {
    border-left: 2px solid #fff;
}

.form-group-white .bootstrap-select,
.form-group-white .bootstrap-select .btn {
    background-color: #fff;
}

.btn-group.open .dropdown-toggle,
.btn-group.open .dropdown-toggle:hover,
.btn-group.open .dropdown-toggle:focus {
    background-color: #f8f8f8;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 128, 236, 0.6);

}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    background-image: url(../img/icon-arrow.svg);
    background-repeat: no-repeat;
    border: medium none;
    height: 9px;
    width: 16px;
}

/*Buttons */

.btn {
    font-weight: 400;
    font-size: 15px;
}

.btn-sm {
    padding: 4px 12px;
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid #C3C3C3;
    padding: 9px 12px;
    font-weight: 300;
}

.btn-grey {
    background-color: #f8f8f8;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.btn-default.btn-grey {
    background-color: #f8f8f8;
    border: 1px solid #C3C3C3;
    font-weight: 300;
}

.btn-left svg {
    transform: rotate(180deg);
}

.link-white {
    color: #fff;
}

.btn-transparent:hover svg g,
.btn-transparent:focus:hover svg g,
.btn-transparent:focus svg g {
    fill: #EF6325;
}

.link-svg:hover svg g,
.link-svg:focus:hover svg g,
.link-svg:focus svg g {
    fill: #fff;
}

.link-svg,
.btn-svg {
    display: inline-block;
    cursor: pointer;
}

.btn-svg svg,
.link-svg svg {
    margin-right: 5px;
}

.link-svg-notext svg {
    margin-right: 0;
}


.btn-svg svg,
.link-svg svg,
.link-svg span,
.btn-svg span {
    display: inline-block;
    vertical-align: middle;
}

.btn-primary:hover svg g,
.btn-primary:focus:hover svg g,
.btn-primary:focus svg g {
    fill: #fff;
}

.btn-primary-reverse:hover svg g,
.btn-primary-reverse:focus:hover svg g,
.btn-primary-reverse:focus svg g {
    fill: #fff;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:focus:hover {
    color: #EF6325;
}

.btn-primary-reverse {
    background-color: transparent;
    border: 1px solid #EF6325;
    padding: 9px 12px;
    font-weight: 300;
    color: #EF6325;
}

.btn-primary-reverse.active,
.btn-primary-reverse:hover,
.btn-primary-reverse:focus,
.btn-primary-reverse:focus:hover {
    color: #fff;
    background-color: #EF6325;
}

.btn-inactive,
.btn-inactive:hover,
.btn-inactive:focus {
    background-color: #C3C3C3;
    color: #fff;
    border-color: #C3C3C3;
    cursor: not-allowed;
    pointer-events: none;
}

.btn-show-more .link-default {
    font-weight: 500;
    padding: 10px;
    display: inline-block;
}

.btn-wide {
    width: 100%;
}

.btn-fixed-wrapper {
    position: relative;
    text-align: center;
    width: 100%;
}

.btn-dark {
    background-color: #000;
    opacity: 0.54;
    color: #fff;
    bottom: 40px;
    font-weight: 300;
}

.btn-fixed-wrapper .btn-dark {
    margin: 0 0 0 -65px;
    z-index: 999;
    position: fixed;
    width: 132px;
}

.btn-dark:focus,
.btn-dark:hover  {
    opacity: 1;
    cursor: pointer;
    color: #fff;
}

.btn-white {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-white:focus,
.btn-white:hover  {
    background-color: #fff;
    color: #EF6325;
}

.btn-light {
    background-color: #fff;
    border: 1px solid #E4E4E4;
    color: #FF6319;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.03);
    border-radius: 3px;
    line-height: 1.2;
}

.btn-light.icons-wrap i {
    color: #000;
    padding-right: 5px;
}

.icons-wrap > * {
    vertical-align: middle;
}

.form-group .btn {
    line-height: 1.2;
    line-height: 22px;
}

label {
    font-size: 14px;
}

.label {
    border-radius: 12px;
    color: #000;
    font-weight: 300;
    display: inline-block;
    padding: 5px 10px;
}

.label.label-success {
    background-color: transparent;
    border: 1px solid #00BE70;
}

.label.label-error {
    background-color: transparent;
    border: 1px solid #d0021b;
}

.label.label-passive {
    background-color: transparent;
    border: 1px solid #ccc;
}

.label-sm {
    font-size: 13px;
}

.label.label-primary {
    background-color: transparent;
    border: 1px solid #EF6325;
    color: #EF6325;
}

.label.label-transparent {
    background-color: transparent;
    border: 1px solid #dadada;
}

.label.label-info {
    background-color: transparent;
    border: 1px solid #5bc0de;
}

.link-primary {
    color: #EF6325;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #EF6325;
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
}

.btn-link-nopadding {
    border-color: transparent !important;
    padding: 0;
    background-color: transparent;
    width: auto;
    cursor: pointer;
}

.bootstrap-select > .dropdown-toggle.btn-link-nopadding,
.bootstrap-select.btn-group .dropdown-toggle.btn-link-nopadding .filter-option {
    width: auto;
    padding-right: 15px;
}


.bootstrap-select > .dropdown-toggle.btn-link-nopadding:hover,
.bootstrap-select > .dropdown-toggle.btn-link-nopadding:focus:hover,
.bootstrap-select > .dropdown-toggle.btn-link-nopadding:focus {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:focus:hover {
    border-color: transparent;
    background-color: transparent;
    color: #EF6325;
}

.round-svg-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 100%;
    height: 42px;
    width: 42px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    pointer-events: auto;
    cursor: pointer;
}

.round-svg-btn svg {
    display: inline-block;
    margin: 0;
}

.round-svg-btn:hover svg > g {
    fill: #ef6325;
}

.round-svg-btn:hover svg > g {
    fill: #ef6325;
}

.title-nospacing {
    margin: 0;
    padding: 0;
}
.title-small-spacing {
    margin: 10px 0;
    padding: 0;
}

.title-hidden {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 575px){
    [aria-label]:focus{
        outline: none;
        outline-offset: unset;
    }
}
