@font-face {
    font-family: r-black; 
    src: url(fonts/Roboto-Black.ttf); 
}
@font-face {
    font-family: r-blackI; 
    src: url(fonts/Roboto-BlackItalic.ttf); 
}
@font-face {
    font-family: r-bold; 
    src: url(fonts/Roboto-Bold.ttf); 
}
@font-face {
    font-family: r-boldI; 
    src: url(fonts/Roboto-BoldItalic.ttf); 
}
@font-face {
    font-family: r-italic; 
    src: url(fonts/Roboto-Italic.ttf); 
}
@font-face {
    font-family: r-light; 
    src: url(fonts/Roboto-Light.ttf); 
}
@font-face {
    font-family: r-lightI; 
    src: url(fonts/Roboto-LightItalic.ttf); 
}
@font-face {
    font-family: r-medium; 
    src: url(fonts/Roboto-Medium.ttf); 
}
@font-face {
    font-family: r-mediumI; 
    src: url(fonts/Roboto-MediumItalic.ttf); 
}
@font-face {
    font-family: r-reg; 
    src: url(fonts/Roboto-Regular.ttf); 
}
@font-face {
    font-family: r-thin; 
    src: url(fonts/Roboto-Thin.ttf); 
}
@font-face {
    font-family: r-thinI; 
    src: url(fonts/Roboto-ThinItalic.ttf); 
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: r-reg;
    min-width: 370px;
}
a {
    text-decoration: none;
    color: #000;
}
.dop-nav {
    display: none;
}
nav {
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.7)
}
.wrapper-nav {
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.logo {
    display: flex;
}
.logo img {
    margin: 10px 10px;
    height: 50px;
}
.logo p {
    font-family: r-black; 
    line-height: 70px;
    font-size: 2.5em;
    color: #22A7DF;
}
.wrapper-nav a p {
    color: #fff;
    line-height: 70px;
    font-size: 1.3em;
}
.email {
    color: #fff;
    line-height: 70px;
    font-size: 1.1em;
}
.phone {
    color: #fff;
    line-height: 70px;
    font-size: 1.5em;
}
.wrapper-nav a p:hover,
.phone:hover {
    color: #22A7DF;
}
.banner {
    height: 900px;
    background-image: url(img/banner.jpg);
    background-size: cover;
    background-position: left;
}
.wrapper-banner {
    max-width: 1600px;
    padding-top: 250px;
    margin-left: 10%;
    color: #fff;
}
h1 {
    font-family: r-bold;
    font-size: 3.3em;
    width: max-content;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
}
.wrapper-banner p {
    font-size: 2em;
    font-family: r-medium;
    margin-top: 50px;
    width: max-content;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
}
.btn-banner {
    width: 280px;
    height: 50px;
    margin: 100px 0px 0px 10%;
    line-height: 50px;
    text-align: center;
    background-color: #22A7DF;
    border-radius: 6px;
    color: #fff;
    font-family: r-medium;
    cursor: pointer;
}
.btn-banner:hover {
    box-shadow: 0px 0px 20px #22A7DF;
    transition: .3s;
}

@media (max-width: 1420px) {
    .wrapper-nav {
        width: 98%;
        margin: 0px 1%;
    }
    
}
@media (max-width: 1300px) {
    .wrapper-banner {
        max-width: 96%;
        margin: 0px 2%;
        color: #fff;
        text-align: center;
    }
    h1 {
        margin: auto;
        width: fit-content;
    }
    .wrapper-banner p {
        margin: 50px auto;
        width: fit-content;
    }
    .btn-banner {
        margin: 70px auto 0px ;
    }
}
@media (max-width: 800px) {
    h1 {
        font-size: 2.5em;
    }
    .wrapper-banner p {
        font-size: 1.3em;
    }
}
@media (max-width: 760px) {
    .link-job,
    .email{
        display: none;
    }
    .dop-nav {
        position: fixed;
        top: 70px;
        display: flex;
        justify-content: space-around;
        width: 100%;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
    }
    .dop-nav a {
        color: #fff;
    }
}
h2 {
    text-align: center;
    padding: 100px 0px 50px;
}
.wrapper-goods {
    max-width: 1400px;
    margin: auto;
    display: flex;
}
.goods__img {
    width: 50%;
}
.big-img {
    width: 360px;
    height: 500px;
    margin: 20px auto;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}
.category1 {
    background-image: url(img/goods1.jpg);
    background-size: cover;
    background-position: center;
}
.category2 {
    background-image: url(img/goods4.jpg);
    background-size: cover;
    background-position: center;
}
.category3 {
    background-image: url(img/goods7.jpg);
    background-size: cover;
    background-position: center;
}
.category4 {
    background-image: url(img/goods10.jpg);
    background-size: cover;
    background-position: center;
}
.category5 {
    background-image: url(img/goods13.jpg);
    background-size: cover;
    background-position: center;
}
.category6 {
    background-image: url(img/goods17.jpg);
    background-size: cover;
    background-position: center;
}
.wrapper-small-img {
    width: 360px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.wrapper-small-img__little {
    justify-content: space-around;
}
.small-img {
    width: 110px;
    height: 110px;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
    cursor: pointer;
}
.dop-category1 {
    background-image: url(img/goods1.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category2 {
    background-image: url(img/goods2.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category3 {
    background-image: url(img/goods3.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category4 {
    background-image: url(img/goods4.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category5 {
    background-image: url(img/goods5.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category6 {
    background-image: url(img/goods6.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category7 {
    background-image: url(img/goods7.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category8 {
    background-image: url(img/goods8.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category9 {
    background-image: url(img/goods9.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category10 {
    background-image: url(img/goods10.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category11 {
    background-image: url(img/goods11.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category12 {
    background-image: url(img/goods12.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category13 {
    background-image: url(img/goods13.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category14 {
    background-image: url(img/goods14.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category15 {
    background-image: url(img/goods15.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category16 {
    background-image: url(img/goods16.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category17 {
    background-image: url(img/goods17.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category18 {
    background-image: url(img/goods18.jpg);
    background-size: cover;
    background-position: center;
}
.dop-category1.active, 
.dop-category2.active,
.dop-category3.active,
.dop-category4.active, 
.dop-category5.active,
.dop-category6.active,
.dop-category7.active, 
.dop-category8.active,
.dop-category9.active,
.dop-category10.active, 
.dop-category11.active,
.dop-category12.active,
.dop-category13.active,
.dop-category14.active, 
.dop-category15.active,
.dop-category16.active,
.dop-category17.active,
.dop-category18.active {
    opacity: .6;
    border: 5px solid #22A7DF;
}
.goods__text {
    width: 50%;
    padding: 10px;
}
.goods__text article {
    font-family: r-medium;
    font-size: 1.1em;
    margin: 10px 0px 5px;
}
.wrapper-color {
    display: flex;
}
.color {
    margin: 10px;
    width: 65px;
    height: 65px;
    border-radius: 65px;   
}
.color p {
    color: #fff;
    font-size: .8em;
    text-align: center;
    margin-top: 20px;
}
.goods__text p {
    padding: 5px 0px;
}
.goods__text p strong{
    color: #22A7DF;
    font-size: 1.2em;
    margin-right: 10px;
}
.price {
    font-family: r-black;
    font-size: 2.5em;
    color: #22A7DF;
    margin: 5px;
}
.prin1 {
    background-color: #78858B;
}
.prin2 {
    background-color: #98A0A3;
}
.prin3 {
    background-color: #4E2D26;
}
.prin4 {
    background-color: #7E493E;
}
.prin5 {
    background-color: #958A68;
}

@media (max-width: 900px) {
    .wrapper-goods {
        width: 98%;
        margin: 0px 1%;
        display: block;
    }
    .goods__img {
        width: 100%;
    }
    .goods__text{
        width: 100%;
    }
}

.wrapper-job {
    height: 800px;
    max-width: 1000px;
    margin: 50px auto;
    padding-top: 350px;
    background-image: url(img/job/job1.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid black;
}
.wrapper-control {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
}
.btn-left,
.btn-right {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 2em;
    border: 1px solid black;
    cursor: pointer;
}
.btn-left:active,
.btn-right:active {
    background-color: #a6a6a6;
}
@media (max-width: 1020px) {
    .wrapper-job {
        width: 98%;
        margin: 50px 1%;
    }
}
@media (max-width: 550px) {
    .wrapper-job {
        height: 600px;
        padding-top: 250px;
    }
}

.last {
    margin-top: 100px;
    padding-top: 100px;
    height: 700px;
    background-image: url(img/last.jpg);
    background-size: cover;
    background-position: center;
}
form {
    position: relative;
    width: 350px;
    height: 400px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(34,167,223, 0.7);
    z-index: 7;
}
.title-form {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 50px;
    font-family: r-bold;
    text-align: center;
    color: #fff;
}
input {
    width: 80%;
    display: block;
    margin: 20px auto;
    height: 40px;
    border: none;
    padding-left: 10px;
    font-size: 1.2em;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.form-btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 50px auto;
    background-color: #22A7DF;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
    cursor: pointer;
    color: #fff;
}
.form-btn:hover {
    box-shadow: 0 0 4px 2px rgba(221, 221, 221, 1);
    transition: .3s;
}


footer {
    height: 100px;
    background-color: black;
    color: #fff;
    text-align: center;
    line-height: 100px;
    font-size: .8em;
}


.modal-feedback {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99;
}
.modal-feedback.active {
    left: 0;
}
.block__modal-feedback {
    position: fixed;
    top: -650px;
    left: 50%;
    margin-left: -250px;
    height: 350px;
    width: 500px;
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
    transform: scale(.3);
    transition: .3s;
    z-index: 999;
}
.block__modal-feedback.active {
    top: 200px;
    transform: scale(1);
    transition: .3s;
}
.close__modal-feedback {
    position: absolute;
    margin-top: -80px;
    margin-left: 480px;
}
.close__modal-feedback p {
    color: #fff;
    font-size: 2.5em;
    cursor: pointer;
}
.block__modal-feedback article {
    text-align: center;
    font-size: 1.5em;
    font-family: r-black;
    margin-bottom: 30px;
}
.name__feed,
.phone__feed {
    width: 300px;
    height: 50px;
    padding: 0px 10px;
    margin: 20px auto 0px;
    border: 1px solid #B5B5B5;
    border-radius: 10px;
    font-size: 1.2em;
}
.name__feed:focus,
.phone__feed:focus {
    border: 1px solid #4e4e4e;
    transition: .3s;
}

.name__feed.active,
.phone__feed.active {
    border: 1px solid red;
}
.btn-form {
    width: 270px;
    height: 50px;
    line-height: 50px;
    margin: 30px auto 0px;
    color: #fff;
    font-family: r-medium;
    font-size: 1.3em;
    background-color: #22A7DF;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
}
.btn-form:hover {
    box-shadow: 0 0 15px #22A7DF;
    transition: .5s;
}
@media (max-width: 600px) {
    .block__modal-feedback {
        height: 450px;
        width: 100%;
        left: 0%;
        margin-left: 0px;
        padding: 30px 0px;
    }
    .block__modal-feedback.active {
        top: 100px;
        transform: scale(1);
        transition: .3s;
    }
    .close__modal-feedback {
        margin-left: 85%;
    }
}

.modal-ty {
    display: none;
    position: fixed;
    top: 250px;
    left: 50%;
    margin-left: -150px;
    height: 130px;
    width: 300px;
    background-color: #fff;
    border: 3px solid #22A7DF;
    padding: 30px;
    text-align: center;
    z-index: 999;
    font-size: 1.4em;
    font-family: r-medium;
}
.modal-ty p {
    margin-bottom: 10px;
}
.modal-ty.active {
    display: block;
}
