/* lato-regular - latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'),
    url('../font/lato-v16-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/lato-v16-latin-ext-regular.woff') format('woff') /* Modern Browsers */
}

@font-face {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: 400;
    src: local('GothamPro'), local('GothamPro'),
    url('../font/GothamPro.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/GothamPro.woff') format('woff') /* Modern Browsers */
}

@font-face {
    font-family: 'Gotham Pro Light';
    font-style: normal;
    font-weight: 300;
    src: local('GothamPro'), local('GothamPro'),
    url('../font/GothamPro-Light.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/GothamPro-Light.woff') format('woff') /* Modern Browsers */
}

html, body {
    box-sizing: border-box;
    background: blue;
    overflow: hidden;
    position: relative;
    height: 100%;
}
*, *::before, *::after{
    box-sizing: inherit;
}

/*начало стилей первое окно*/
.window-one {
    background: url("../img/background_pictures/background_pic1.jpg");
    height: 100vh;
    background-size: cover;
}

.content__window-one {
    transform: translateY(-000vh);
    transition-duration: 1500ms;
}

.title__window-one {
    font-size: 23px;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 400;
    color: rgb(13, 49, 156);
    line-height: 1.2;
    text-align: left;
    -moz-transform: matrix(2.09302578296686, 0, 0, 2.09395421374965, 0, 0);
    -webkit-transform: matrix(2.09302578296686, 0, 0, 2.09395421374965, 0, 0);
    -ms-transform: matrix(2.09302578296686, 0, 0, 2.09395421374965, 0, 0);
    position: absolute;
    left: 260px;
    top: 165px;
}

.subtitle1__window-one, .subtitle2__window-one, .subtitle3__window-one, .subtitle4__window-one {
    font-size: 8px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgb(13, 49, 156);
    line-height: 1.2;
    text-align: left;
    -moz-transform: matrix(2.29329922174313, 0, 0, 2.29139022272731, 0, 0);
    -webkit-transform: matrix(2.29329922174313, 0, 0, 2.29139022272731, 0, 0);
    -ms-transform: matrix(2.29329922174313, 0, 0, 2.29139022272731, 0, 0);
    position: absolute;
}

/*1 подзаголовок начало*/

.wrap-subtitle1-info {
    left: 583px;
    top: 282px;
    position: absolute;
    display: flex;
    height: 80px;
    width: 300px;
}

.subtitle1__window-one {
    margin-left: 80px;
    display: inline-block;
}

.pulse1 {
    width: 9px;
    height: 9px;
}

/*1 подзаголовок конец*/

/*2 подзаголовок начало*/
.wrap-subtitle2-info {
    left: 265px;
    top: 436px;
    position: absolute;
    display: flex;
}

.subtitle2__window-one {
    padding-bottom: 50px;
}

.pulse2 {
    width: 6px;
    height: 6px;
    margin-left: 18px;
}

/*2 подзаголовок конец*/

/*3 подзаголовок начало*/
.wrap-subtitle3-info {
    left: 425px;
    top: 544px;
    position: absolute;
    display: flex;
    width: 60px;
}

.subtitle3__window-one {
    padding-bottom: 50px;
}

.pulse3 {
    width: 3px;
    margin-left: 60px;
}

/*3 подзаголовок конец*/
/*4 подзаголовок начало*/
.wrap-subtitle4-info {
    left: 810px;
    top: 525px;
    width: 40px;
    position: absolute;
    display: flex;
}

.subtitle4__window-one {
    padding-bottom: 40px;
}

.pulse4 {
    width: 3px;
    height: 3px;
    margin-left: 18px;
}
/*4 подзаголовок конец*/

.pulse {
    display: block;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 0 36px rgba(224, 164, 98, 0), 0 0 0 40px rgba(224, 0, 0, 0);
}

.pulse:before,
.pulse:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 2px solid #cc9966;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(222, 121, 27) 80%, rgb(255, 0, 0) 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(222, 121, 27) 80%, rgb(255, 0, 0) 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(222, 121, 27) 80%, rgb(255, 0, 0) 100%);
    animation: pulse 2s linear infinite;
    box-shadow: 0 0 0 1px rgba(255, 0, 0, 1), 0 0 0 1px rgba(255, 0, 0, 1);
}

.pulse:after {
    animation-delay: 1s;
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }

    100% {
        opacity: 0;
        transform: scale(4.5);
    }
}

.pagination {
    left: 96%;
    margin-top: 360px;
    position: absolute;
    z-index: 1;
}

.ellipse {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 14px;
    height: 14px;
    margin-bottom: 7px;
}

.ellipse-orange {
    background-color: rgb(247, 139, 31);
    transition-duration: 900ms;
}

.next_close {
    opacity: 0;
}

.next {
    background: url("../img/background_pictures/next.png");
    background-size: cover;
    position: absolute;
    left: 0;
    top: 28.2%;
    width: 1024px;
    height: 120px;
    transition-duration: 2000ms;
}

.scroll {
    transform: translateY(-000vh);
    transition-duration: 1000ms;
}

/*конец стилей первое окно*/
/*начало стилей второе окно*/
.window-two {
    height: 100vh;
    background: url("../img/background_pictures/background_pic2.jpg");
    background-size: cover;
}

.container__window-two {
    height: 100vh;
    background: url("../img/background_pictures/bk2w.png");
    background-size: cover;
}

.title__window-two {
    font-size: 48px;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    padding-top: 260px;
}

/*конец стилей второе окно*/
.wrap-container {
    height: 100vh;
    position: relative;
    background: url("../img/background_pictures/background _pic3.jpg");
    background-size: cover;
    overflow: hidden;
}

/*стили слайдера начало*/
.slider-container {
    top: 88%;
    width: 614px;
    margin: auto;
    position: absolute;
    transform: translate(32%, 0);
    z-index: 1;
    display: grid;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 12px;
    background: url("../img/background_pictures/slider_bg.png");
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 43px;
    height: 55px;
    background: url("../img/background_pictures/sliger_img.png") repeat;
    background-size: cover;
}

.slider::-moz-range-thumb {
    width: 53px;
    height: 55px;
    background: url("../img/background_pictures/sliger_img.png");
    background-size: cover;
}

.slider__date {
    padding-top: 25px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    width: 570px;
}

.slider__date p {
    font-size: 19px;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
}
/*стили слайдера конец*/

/*стили третье окно начало*/
.window-three {
    height: 100vh;
    width: 100vw;
    position: absolute;
    transition-duration: 1000ms;
    background: url("../img/background_pictures/bk3w_ice.png");
    background-size: cover;
}

.title__window-three {
    font-size: 30px;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    padding-left: 82px;
    padding-top: 109px;
}

.info-img__window-three {
    height: 460px;
    margin-left: 70px;
    position: absolute;
}
/*стили третье окно конец*/

/*стили четвертое окно начало*/
.window-four {
    height: 100vh;
    width: 100vw;
    position: absolute;
    transform: translateX(-100vw);
    transition-duration: 1000ms;
    background: url("../img/background_pictures/bk4w_ice.png") no-repeat;
}

.title__window-four {
    font-size: 30px;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    margin-left: 83px;
    margin-top: 109px;
}

.info-img__window-four {
    position: absolute;
    height: 471px;
    width: 755px;
    margin: 10px 0 0 150px;
}
/*стили четвертое окно конец*/

/*стили пятое окно начало*/
.window-five {
    background: url("../img/background_pictures/bk5w_ice.png") no-repeat;
    height: 100vh;
    width: 100vw;
    position: absolute;
    transform: translateX(-100vw);
    transition-duration: 1000ms;
}

.title__window-five {
    margin-left: 95px;
    margin-top: 150px;
    font-size: 30px;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
}

.info-img__window-five {
    position: absolute;
    height: 330px;
    width: 577px;
    margin: 25px 0 0 243px;
}

/*стили пятое окно конец*/

