* {
    font-family: "Inter-Regular";
    font-size: 16px;
}
body,
html {
    height: 100%;
}
a {
    text-decoration: none;
    color: rgba(2, 53, 151, 1);
}

.fab {
    color: rgba(2, 53, 151, 1);
}
.btn {
    font-family: "Roboto-Regular";
}

.btn:hover {
    background-color: #023597;
}

.navbar li {
    font-family: "Roboto-Regular";
    font-size: 1.1em;
}

header .contacts {
    background-color: rgba(196, 196, 196, 17%);
    padding: 1% 10%;

}

header .contacts span img {
    max-height: 24px;
    max-width: 24px;
}

header p {
    margin: 0;
    font-size: 80%;
}

header .btn-primary {
    background: rgba(107, 184, 242, 1);
    border-radius: 0;
    border: 0;
    font-size: 1.1em;

}

.logo img {
    max-width: 122px;
}

header .active-btn {
    background: rgba(107, 184, 242, 1);
    color: white !important;
}

header a {
    text-decoration: none;
    color: #000000;
}

.baner {
    background: rgba(81, 178, 228, 15%);

}

.slogan {
    font-family: "Roboto-Regular" !important;
    color: rgba(2, 53, 151, 1);
    font-size: 3.5em;
   
}

.slogan-spb {
  font-size: 0.8em;
}
.slogan-sps {
  font-size: 0.4em;
}

.technologies {
    position: relative;
    bottom: 20px;

}

.technologies img {
    max-height: 70px;
}

.technologies .btn {
    border-radius: 0;
    color: white;
    border-color: white;
}

.poslugi {
    background: rgba(196, 196, 196, 15%);
    font-size: 90%;
}

.poslugi span img {
    max-width: 81px;
}

.box-poslugi:hover {
    color: white;
    background-color: #6BB8F2;
}

.team {
    background: rgba(81, 178, 228, 15%);
    font-size: 85%;
    color: #1E73BE;
}

.team img {
    max-width: 100%;
}

.team .btn {
    border-radius: 0;
    color: #1E73BE;
    border-color: #1E73BE;
}

.likari img {
    max-width: 100%;
}

.likari {
    color: #51B2E4;
}

.likari .btn {
    border-radius: 0;
    color: #023597;
    border-color: #023597;
}

.likari .btn:hover {
    border-radius: 0;
    color: white;
    border-color: #023597;
}

.offcanvas {
    min-height: 75%;
}

.offcanvas-content {
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgba(81, 178, 228, 15%);
}








/* footer */

footer .contacts {
    background-color: rgba(196, 196, 196, 17%);
    padding: 1% 10% 0.5%;
    font-size: 70%;
}

footer .contacts span img {
    max-height: 24px;
    max-width: 24px;
}

footer p {
    margin: 0;
}

footer a {
    text-decoration: none;
    color: black;
}

footer {
    flex: 0 0 auto;
}

.content {
    flex: 1 0 auto;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 82%;
}

@font-face {
    font-family: "Inter-Regular";
    src: url("fonts/Inter-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Inter-SemiBold";
    src: url("fonts/Inter-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Inter-Medium";
    src: url("fonts/Inter-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Inter-Light";
    src: url("fonts/Inter-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("fonts/Roboto-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.jx-knightlab {
    display: none !important;
}

.quiz-options__label {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.022em;
    color: #151515;
    margin-bottom: 0.875em;
}

/* .quiz-options__label--semi-bold {
              font-family: 'Montserrat-SemiBold';
      } */

.quiz-options__clear {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.022em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #151515;
}

.quiz-options__clear:hover {
    text-decoration: none;
}

.checkbox {
    display: inline-block;
}

.checkbox__input {
    display: none;
}

.checkbox__mark {
    cursor: pointer;
    border: 0.063em solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.250em;
    padding: 0.313em 1.500em;
    line-height: 1.375;
    font-size: 1em;
    color: #bbb;
}

.checkbox--red .checkbox__mark {
    color: #9124AC;
    border-color: #9124AC;
    background: #9124AC47;
}

.checkbox--red .checkbox__input:checked + .checkbox__mark {
    box-shadow: 0 0 5px #9124AC;
}

.checkbox--violet .checkbox__mark {
    color: #51B2E4;
    border-color: #51B2E4;
    background: #51B2E44D;
}

.checkbox--violet .checkbox__input:checked + .checkbox__mark {
    box-shadow: 0 0 5px #51B2E4;
}

.checkbox--black .checkbox__mark {

    color: #2273B9;
    border-color: #2273B9;
    background: #2273B94D;
}

.checkbox--black .checkbox__input:checked + .checkbox__mark {
    box-shadow: 0 0 5px #2273B9;
}

.checkbox--aqua .checkbox__mark {
    color: #F17E67;
    border-color: #F17E67;
    background: #F17E6747;
}

.checkbox--aqua .checkbox__input:checked + .checkbox__mark {
    box-shadow: 0 0 5px #F17E67;
}

.checkbox--green .checkbox__mark {
    color: #F0A513;
    border-color: #F0A513;
    background: #F0A51347;
}

.checkbox--green .checkbox__input:checked + .checkbox__mark {
    box-shadow: 0 0 5px #F0A513;
}

.checkbox--active-red .checkbox__input:checked + .checkbox__mark {
    box-shadow: 0 0 5px #027fca;
}

.checkbox--disabled {
    pointer-events: none;
    opacity: 0.45;
}

.result-box {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.result-box--disabled {
    opacity: 0.45;
}

.result-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.result-list__item {
    position: relative;
    padding-left: 0.875em;

    font-size: 1em;
    line-height: 1.375;
    color: #40424C;
    margin-bottom: 0.563em;
}

.result-list__item:last-child {
    margin-bottom: 0;
}

.result-list__item--modal {
    display: none;
}

.result-list__dot {
    position: absolute;
    top: 0.438em;
    left: 0;
    width: 0.375em;
    height: 0.375em;
    display: block;
    border-radius: 50%;
    background: #eee;
}

.result-list__close {
    display: inline-block;
    margin-left: 0.313em;
}

.result-list--modal .result-list__item--modal {
    display: block;
}

.result-list--modal .result-list__item .remove-button {
    display: none;
}

.remove-button {
    outline: none;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.remove-button .svg-sprite-icon {
    width: 0.500em;
    height: 0.500em;
    fill: #151515;
}

.remove-button:hover {
    opacity: 0.7;
}

.quiz-clear {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.quiz-clear--disabled {
    pointer-events: none;
    opacity: 0.7;
}

.problem .button {
    cursor: pointer;
    border: 0.063em solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.250em;
    padding: 0.313em 1.500em;
    line-height: 1.375;
    font-size: 1em;
    color: #FFFFFF;
    background: #6BB8F2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.button--disabled {
    pointer-events: none;
    opacity: 0.7;
}

.button--small {
    padding: 0 2.083em;
    font-size: 0.750em;
}

.quiz-form__input {
    margin-top: 1.500em;
}

.quiz-form__input:first-child {
    margin-top: 0;
}

.quiz-form__agreement {

    font-size: 0.750em;
    line-height: 1.33333333333;
    color: #3F3B3B;
}

.quiz-form__agreement a {
    font-weight: 700;
    text-decoration: none;
    color: #000000;
}

.input {
    outline: none;
    width: 100%;
    height: 3.000em;
    background: rgba(101, 95, 229, 0.04);
    border: 0.063em solid #A2A2A2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.500em;
    padding-left: 1.875em;
    padding-right: 1.875em;
    font-size: 1em;
    color: #000;
}

.input::-webkit-input-placeholder {
    color: #A2A2A2;
}

.input:-ms-input-placeholder {
    color: #A2A2A2;
}

.input::-ms-input-placeholder {
    color: #A2A2A2;
}

.input::placeholder {
    color: #A2A2A2;
}

.tooth {
    cursor: pointer;
    fill: #E1E9EB;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}

.tooth:hover {
    fill: #151515;
}

.tooth--disabled {
    pointer-events: none;
}

.tooth-number {
    fill: #AEAEAE;
}

.tooth-number--active {
    color: rgb(2, 0, 128);
}

.tooth-dot {
    fill: transparent;
}

.tooth-dot--active {
    background: rgb(0, 13, 128);
}

.jaws {
    max-width: 378px;
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 572px) {
    .jaws {
        min-width: 320px;
        height: 100%;

    }
    .block-quiz-svg {
        display: block!important;
        min-width: 320px;
        width: auto;
        height: 100%;
    }
}

.description {
    font-size: 18px;
    line-height: 26px;
    color: #40424C;
    margin-bottom: 56px;
    text-align: center;

}

@media (max-width: 768px) {
    .description {
        font-size: 16px;
        margin-bottom: 45px;
    }
}

@media (max-width: 576px) {
    .description {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .description--media-hidden {
        display: none;
    }
}

 /* Устройства Small (телефоны с горизонтальной ориентацией, 576 пикселей и выше) */
@media (min-width: 576px) {
  
}

 /* Устройства Medium (планшеты, 768 пикселей и выше) */
@media (min-width: 768px) {
    
}

/* // Устройства Large (настольные компьютеры, 992 пикселей и выше) */
@media (min-width: 992px) {
  
}

/* // Устройства X-Large (большие настольные компьютеры, 1200 пикселей и выше) */
@media (min-width: 1200px) {
  .slogan-spb {
    font-size: 1.8em;
  }
  .slogan-sps {
    font-size: 1.2em;
  }
}

/* // Устройства XX-Large (большие настольные компьютеры, 1400 пикселей и выше) */
@media (min-width: 1400px) {
    
}






/*Lang Icon*/

.lang-icon{
  width: 40px;
  height: 40px;
}
.lang-icon a img{
  width: 100%;
}