/*!
Theme Name: test
*/
.wrapperTimer {
    --margin-bottom-firstBlockOfTimerAndSound: 30px;
    --padding-mainBlockTimer: 10px;
    --padding-wrapperDisplayAndControl: 10px;
    --border-style: 1px solid black;
    --border-style-radius: 15px;
}

.sliderVolume {
    width: 100px;
    height: 100px;
}

.circleBig {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid black;
    border-radius: 50%;
    background: url("../src/img/1.png") no-repeat;
    background-size: cover;
}

.circleSmall {
    position: relative;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.ball {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 50%;
    width: 20%;
    height: 20%; /*border: 1px solid darkblue;*/
    box-shadow: inset 0 0 5px black;
    border-radius: 50%;
    background: green;
}

body {
    background: url("../src/img/concrete.jpg");
}

.bg {
    display: inline-block;
    background: url("../src/img/wires.png") no-repeat;
    background-position: 50% 15%;
}

.timerPomodoro {
    min-width: 700px;
    max-width: 1900px;
    margin: 0 auto;
    text-align: center;
}

.wrapperTimer {
    display: flex;
    padding: 20px 0;
    justify-content: center;
}

.deactivate {
    opacity: 0.5;
}

.styleDisplayText {
    color: #2b8e00;
    letter-spacing: 5px;
    font-family: "Captureit", 'Tahoma', 'sans-serif';
}

.styleInscriptionOfDisplay, .discriptionTime {
    font-family: "Stamper_Bold", 'Arial Black', 'sans-serif';
}

.styleInscriptionOfCheckSound {
    font-family: "Stamper_Bold", 'Arial Black', 'sans-serif';
}

.styleInscriptionOfCircleSlider {
    font-family: "Captureit", 'Tahoma', 'sans-serif';
    font-size: 18px;
}

button {
    font-family: "soviet", 'Trebuchet MS', 'sans-serif';
    background: linear-gradient(to top, #3a3a3a, #8c8b8b);
    border: 1px solid white;
    transition-property: background-color, box-shadow;
    transition-duration: 0.1s;
    box-shadow: 0 0 5px #000000;
}

.styleTextHidden {
    font-family: "Captureit";
}

.footerTimerSubscription p,h1 {
    font-size: 70px;
    font-family: "Stamper_Bold", 'Arial Black', 'sans-serif';
    opacity: 0.6;
}

.authors {
    font-size: 30px;
    font-family: "soviet", 'Trebuchet MS', 'sans-serif';
}

.blockTimer {
    margin-right: 50px;
    padding: 30px;
    border: var(--border-style);
    border-radius: var(--border-style-radius);
    background-color: #455c40;
    box-shadow: 0 0 10px rgba(0, 0, 1, 1) inset;
}

.wrapperDisplayTimer {
    text-align: left;
}

.nameDisplayTimer, .discriptionTime {
    font-size: 25px;
}

.displayTimer {
    display: flex;
    justify-content: space-evenly;
}

.displaySecondsAndMinute {
    align-self: center;
    background: url("../src/img/bgTime.png") no-repeat;
    width: 224px;
    height: 87px;
    text-align: center;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.currentSecondsAndMinute {
    font-size: 50px;
    line-height: 87px;
}

.nameCurrentPeriod {
    width: 100%;
    font-size: 25px;
    text-align: center;
}

.nameCurrentPeriod {
    width: 362px;
    height: 48px;
    background: url("../src/img/bgPeriod1.png") no-repeat;
    line-height: 48px;
    margin-top: 10px;
}

.wrapperDisplayCountOfWork {
    margin-right: 30px;
}

.logoUssr {
    width: 85px;
    height: 110px;
}

.displayCountOfWork {
    position: relative;
    width: 108px;
    height: 87px;
    background: url("../src/img/bgRound.png") no-repeat;
    margin-top: 10px;
}

.currentCountOfWork {
    font-size: 50px;
    line-height: 87px;
    text-align: center;
}

.lastWork {
    position: relative;
    top: 13px;
    font-size: 30px;
}

.styleRest {
    opacity: .4;
}

.wrapperChangeTime {
    margin: var(--margin-bottom-firstBlockOfTimerAndSound) 0;
}

.displayOfTime {
    position: relative;
    background: url(../src/img/timeScale.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 36px;
    width: 386px;
}

.timeHidden {
    position: absolute;
    display: none;
    width: 40px;
    height: 20px;
    border: 1px solid black;
    background: #c48703;
    color: black;
    text-align: center;
    z-index: 1000;
}

.labelTime {
    position: absolute;
    top: 26px;
    left: 23%;
    width: 8px;
    height: 11px;
    background: #c48703;
}

.roundHidden {
    position: absolute;
    display: none;
    width: 40px;
    height: 20px;
    border: 1px solid black;
    background: #3cc500;
    color: black;
    text-align: center;
    z-index: 1000;
}

.labelRound {
    position: absolute;
    top: 26px;
    left: 23%;
    width: 8px;
    height: 11px;
    background: #3cc500;
}

.wrapperControlTimer {
    display: flex;
    justify-content: space-evenly;
}

.controlMinuteAndDriveTimer {
    flex-basis: 180px;
    text-align: center;
}

.sliderSettings {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px auto;
}

.ballTime {
    background: #c48703;
}

.ballRound {
    background: #3cc500;
}

.ballBigRest {
    background: red;
}

.ballRest {
    background: green;
}

.onOffTimer {
    padding-top: 15px;
}

.buttonControlTimer {
    font-size: 25px;
    display: block;
    width: 100%;
    border-radius: 10px;
}

.start {
    margin-bottom: 15px;
    color: black;
}

.reset {
    color: red;
}

.controlRest {
    flex-basis: 180px;
    text-align: center;
}

.controlMinuteOfBigRest {
    text-align: center;
}

.controlMinuteOfRest {
    text-align: center;
}

.sliderRest {
    width: 100px;
    height: 100px;
}

.displayOfRests {
    position: relative;
    background: url(../src/img/range1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 250px;
    border: 2px solid black;
    border-radius: 10px;
}

.labelBigRest {
    left: 50%;
    top: 3%;
    position: absolute;
    width: 0;
    height: 0;
    transform: translate(-100%, 0);
    border-top: 10px solid transparent;
    border-right: 20px solid red;
    border-bottom: 10px solid transparent;
}

.labelRest {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 3%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid green;
}

.bigRestHidden {
    position: absolute;
    display: none;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    background: red;
    text-align: center;
    z-index: 1000;
}

.restHidden {
    position: absolute;
    display: none;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    background: green;
    color: white;
    text-align: center;
    z-index: 1000;
}

.controlMinuteAndDriveTimerSize {
    width: 180px;
}

.controlRestSize {
    width: 170px;
}

.blockSound {
    padding: 30px;
    border: var(--border-style);
    border: 1px solid black;
    border-radius: var(--border-style-radius);
    background-color: #455c40;
    box-shadow: 0 0 10px rgba(0, 0, 1, 1) inset;
}

.wrapperDisplayVolume {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--margin-bottom-firstBlockOfTimerAndSound);
    padding: var(--padding-wrapperDisplayAndControl);
}

.wrapperDisplaySoundAndVolume {
    text-align: left;
}

.displayVolume {
    align-self: center;
    text-align: center;
    margin-right: 30px;
    margin-top: 10px;
    background: url("../src/img/bgTime.png") no-repeat;
    width: 224px;
    height: 87px;
}

.currentVolume, .currentVolumeDb {
    font-size: 50px;
    line-height: 87px;
}

.controlVolume {
    text-align: center;
}

.sliderVolume {
    margin: 0 auto 10px auto;
}

.wrapperControlSound {
    padding: 0 20px;
    text-align: center;
}

.wrapperCheckBeep {
    padding: 10px;
    margin-top: 10px;
    font-size: 20px;
}

.wrapperCheckAlarm {
    padding: 10px;
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}

.checkAlarm, .checkBeep {
    border: 1px solid black;
    border-radius: 15px;
    padding: 4px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-around;
    background: linear-gradient(to top, #24401e, #2a5620);
    box-shadow: inset 0 0 20px #000000;
}

.onOffSound {
    width: 100%;
    font-size: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.checkSoundInput {
    border-radius: 10px;
    width: 50px;
    height: 30px;
    background: linear-gradient(to top, #3a3a3a, #8c8b8b);
    box-shadow: 0 0 5px #000000;
    transition-property: background-color, box-shadow;
    transition-duration: 0.1s;
}

.checkSoundInputActive {
    background: linear-gradient(to top, #3a3a3a, #3a3a3a);;
    box-shadow: inset -1px 1px 2px #000000;
}

.noSoundBeep {
    border-radius: 10px;
    width: 50px;
    height: 30px;
    background-image: url("../src/img/noSound.png"), linear-gradient(to top, #3a3a3a, #8c8b8b);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px #000000;
    background-position: center center;
    transition-property: background-image, box-shadow;
    transition-duration: 0.1s;
}

.noSoundBeepActive {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../src/img/noSound.png"), linear-gradient(to top, #3a3a3a, #8c8b8b);
    box-shadow: inset -1px 1px 2px #000000;
}

.cap {
    width: 260px;
    height: 100px;
    border: 1px solid black;
    border-radius: 15px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 5px #000000;
    text-align: center;
}

.screw {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 2px #000000;
}

.screw1 {
    left: 5px;
    top: 5px;
}

.screw2 {
    left: calc(100% - 28px);
    top: 5px;
}

.screw3 {
    left: 5px;
    top: calc(100% - 28px);
}

.screw4 {
    left: calc(100% - 28px);
    top: calc(100% - 28px);
}

.styleRecess {
    height: 94%;
    width: 2px;
    border: 1px solid black;
    margin: 0 auto;
    box-shadow: inset 0 0 2px #000000;
}

.recess1 {
    transform: rotate(30deg);
}

.recess2 {
    transform: rotate(15deg);
}

.recess3 {
    transform: rotate(80deg);
}

.recess4 {
    transform: rotate(3deg);
}

.subscribeCap {
    font-family: "Captureit", 'Tahoma', 'sans-serif';
    line-height: 100px;
    font-size: 30px;
    color: #24401e;
}

.qualityUssr {
    padding-top: 30px;
}

.qualityUssrImg {
    width: 70px;
    height: 70px;
    margin-left: 170px;
}

@font-face {
    font-family: 'Captureit';
    src: url('../src/fonts/captureit-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Stamper_Bold";
    src: url('../src/fonts/stamper_bold-webfont.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: block;
}

@font-face {
    font-family: "soviet";
    src: url('../src/fonts/soviet-webfont.woff2') format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: block;
}