* {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body, html {
    overflow-x: hidden;
}
section p {
    margin: 0px 0px 8px;
}
#back-top {
    position: fixed;
    bottom: 30px;
    margin-left: -150px;
    right: 0px;
}
#back-top a {
    width: 108px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.8;
}
#back-top a:hover {
    color: #000;
}
    /* arrow icon (span tag) */
#back-top span {
    width: 108px;
    height: 108px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url('../img/up-arrow.png') no-repeat center center;
    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #777;
}
nav {
    margin: auto;
    max-width: 1100px;
    width: 100%;
}
#checkbox-menu,
.toggle {
    display: none;
}
.header-menu {
    padding: 5px;
    margin: 0;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
}
.header-menu li a {
    color: #797979;
    text-decoration: none;
    align-self: center;
    font-size: 14px;
    padding: 10px 15px;
}
.header-menu li a:hover{
    color: #000;
}
.header-menu li a.logo {
    margin-right: 200px;
}
.header-menu li a.logo img {
    height: 50px;
    width: 260px;
    margin-top: 5px;
}
.wrapper {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
}
.home {
    background-color: #ebebeb;
}
.home .wrapper >  div {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home {
  /*  background-image: url('../img/sklad/sklad_bg2.png'); */
    background-image: url('../img/sklad/main.jpg');
    background-position-y: -180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
}
.section-header {
    padding-top: 55px;
    font-size: 40px;
    margin-bottom: 35px;
}
.home img {
    margin-top: 365px;
}
.about {
    padding-top: 50px;
}
.about h2 {
    font-size: 40px;
    margin-bottom: 35px;
}
.about h3 {
    margin-top: 55px;
    font-size: 30px;
    margin-bottom: 35px;
}
.steps-text {
    font-size: 13px
}
.stepblock {
    width: 250px;
    height: 300px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    overflow: hidden;
}
.stepblock .step-num {
    font-size: 200px;
    position: relative;
    top: -145px;
    left: -30px;
}
.stepblock:hover {
    background: #e8e8e8;
}
.steps-container {
    margin-bottom: 50px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.stepblock h4 {
    font-size: 14px;
    margin-left: 20px;
    margin-top: -140px;
    margin-bottom: 20px;
}
.stepblock h4 span {
    margin-right: 15px;
}
.stepblock .step-info {
    margin-left: 15px;
    margin-right: 15px;
    line-height: 25px;
}
.about ul {
    list-style: none;
    margin-left: 50px;
    margin-bottom: 50px;
}
.about ul li {
    line-height: 2.5em;
}
.about ul li i {
    margin-right: 10px;
}
.contacts {
    background-color: #ebebeb;
    padding-bottom: 50px;
}
.contacts-container {
    display: flex;
    margin-top: 50px;
}
.contacts-map-container {
    width: 48%;
}
.contacts-map-container p {
    margin-bottom: 30px;
}
.contacts .map iframe {
    width: 100%;
    height: 400px;
}
.contacts-text {
    width: 52%;
    margin-left: 3%;
}
.contacts-text p{
    line-height: 2.5em;
}
.contacts .wrapper > p {
    font-size: 18px;
    line-height: 30px;
}
.contacts h4 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.contacts .phone {
    font-size: 18px;
    font-weight: lighter;
}
.contacts .contacts-text .email {
    color: #3399CC;
    font-size: 18px;
}
.apteki {
    padding-bottom: 50px;
}
.apteki h3 {
    padding-top: 50px;
    padding-bottom: 10px;
}
.apteki.wrapper > p {
    font-size: 18px;
    line-height: 30px;
}
.apteki.wrapper h4 {
    margin-top: 20px;
}
.apteki .adress {
    display:flex;
    line-height: 2rem;
}
.apteki .adress h4 {
    margin-bottom: 10px;
}
.apteki .adress .left {
    width: 50%;
}
.apteki .adress .right {
    width: 50%;
}
.apteki .map-apteki {
    margin-top: 50px;
}
.apteki .map-apteki iframe{
    width: 100%;
    height: 397px;
}
.apteki.wrapper .weekend {
    display: flex;
    align-items: center;
    justify-content: center;
}
.download {
    background-color: #ebebeb;
    padding-bottom: 80px;
    font-size: 18px;
}
.download .svyaz {
    display: flex;
    justify-content: center;
    align-items: center;
}
.download .wrapper p {
    line-height: 2.5em;
}
.download h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.download .winprice {
    font-size: 24px;
    color: #0093f0; 
}
.download i {
    margin-left: 30px;
    margin-right: 10px;
}
.download a {
    text-decoration: none;
    display: flex;
    margin-bottom: 100px;
    align-items: center;
    justify-content: center;
}
.download .btn:hover {
    color: #0093f0;
    border-color: #0093f0;
}
.download .btn {
    border: 1px solid #4fb15f;
    border-radius: 10px;
    color: #4fb15f;
    height: 60px;
    width: 300px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.job {
    padding-bottom: 80px;
    font-size: 18px;
}
.job .jobView {
    display: flex;
}
.job .job-select {
    display: block;
    width: 100%;
    margin: 40px 0px 60px 0px;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.job .job-select:focus {
    border-color:#86b7fe;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.job .form-select:-moz-focusring {
    color:transparent;
    text-shadow:0 0 0 #212529
}
.job .jobSelector {
    margin-right: 20px;
}
#message {
    margin-top: 30px;
    display: block;
    width: 45rem;
    overflow-y:auto ;
    overflow-x: hidden;
}
#message > p {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 10px 0px;
}
#message .space {
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: lighter;
}

#message .skills {
    width: auto;
    margin: 10px 8px 30px 0;
    flex-wrap: wrap;
    max-width: 100%;
    font-size: 14px;
    display: flex;
    cursor: default;
}
#message .skill {
    padding: 10px 11px;
    display: flex;
    border-radius: 4px;
    margin: 0 10px 10px 0;
    background-color: #edeff0;
    color: #303233;
}
#message .list-group {
    margin-bottom: 30px;
    font-weight: lighter;
}
.list-group-item {
    border-bottom: 1px rgb(227, 227, 227) solid;
    padding: 10px 20px;
}
.contact-hr a.phone-hr{
    text-decoration: none;
    color: #4fb15f;
}
.contact-hr a.mail-hr {
    text-decoration: none;
    color:#0093f0;
}
footer {
    background: #3b5a76;
    color: white;
    padding-top: 70px;
    padding-bottom: 80px;
    line-height: 1.5em;
    font-weight: lighter;
    font-size: 18px;
}
footer .footer-adress {
    padding-bottom: 80px;
}
footer .info {
    display: flex;
    align-items: top;
    justify-content: space-between;
}
footer .info .footer-links {
    display: flex;
    align-items: center;
    list-style-type: none;
    right: 0;
    width: 505px;
}
.footer-links li a {
    color: #fff;
    text-decoration: none;
    align-self: center;
    font-size: 14px;
    padding: 10px 15px;
}
.footer-links li a:hover{
    color: #4fb15f;
}
footer .footer-contacts {
    display: flex;
    justify-content: space-between;
}
footer .footer-contacts .cop {
    color: #009cd9;
}
@media screen and (max-width: 995px) {
    .header-menu li a.logo {
        margin-right: 100px;
    }
    .contacts .contacts-container {
        width: 100%;
    }
    .contacts-text {
        width: 100%;
    }
    footer .info {
        flex-direction: column-reverse;
    }
    footer .info .footer-menu {
        margin-bottom: 50px;
    }
    footer .footer-adress {
        padding-left: 20px;
    }
    footer .footer-contacts {
        flex-direction: column;
        padding-left: 20px;
    }
    footer .footer-phone {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 860px) {
    .header-menu li a.logo {
        margin-right: 50px;
    }
    .header-menu li {
        width: 100%;
    }
    #back-top span {
        width: 70px;
        height: 80px;
    }
    #back-top a {
        width: 90px; 
    }
    .home img {
        margin-top: 0;
    }
}
@media (max-width: 957px) {
    .header-menu li a.logo {
        margin-right: 20px;
    }
}
@media screen and (max-width: 1058px) {
    .header-menu li a.logo {
        margin-right: 20px;
    }
    .steps-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .stepblock{
        margin-top: 20px;
        padding-right: -20px;
    }
    .step-text, .steps h2 {
        margin-left: 5%;
        margin-bottom: 15px;
    }
    .contacts-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contacts-container .contacts-map-container {
        width: 100%;
        padding-right: 0px;
        
    }
    .contacts-container .contacts-map-container .map{
        width: 100%;
        margin-left: -10px;
        margin-right: -40px;
    }
    .apteki.wrapper .adress {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .apteki .adress .left {
        width: 100%;
    }
    .apteki .adress .right {
        width: 100%;
    }
}
@media screen and (max-width: 1130px) {
    body main section:not(.home) {
        padding-left: 20px;
    }
    body main section:not(.home):not(.contacts):not(.about) * {
        padding-right: 20px;
    }
    body main section:not(.home) i  {
        padding-right: 0px;
    }
    .apteki.wrapper .adress i  {
        padding-right: 0px;
    }
    .apteki.wrapper .adress {
        padding-left: 10px;
    }
    .map-apteki {
        padding-left: -20px;
        margin-left: -20px;
    }
    .about.wrapper ul li i {
        padding-right: 0px;
    }
    .download .wrapper .winprice {
        padding-right: 0px;
    } 
    .download .wrapper .fas.fa-check {
        padding-right: 0px;
    }
    .download .wrapper .btn {
        padding-right: 0px;
    }
    .download .wrapper .btn p {
        padding-right: 0px;
    }
    #back-top a {
        padding-right: 0px;
    }
    
}
@media screen and (max-width: 503px) {
    .about ul{
        margin-left: 10px;
    }
    footer .info .footer-links {
        flex-direction: column;
        display: flex;
        align-items: stretch;
    }
}

@media screen and (max-width: 875px) {
    .toggle {
        clear: both;
        display: block;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        width: 100%;
        color: #fff;
        background: #3b5a76;
        transition: all .1s linear;
        margin-top: -10px;
    }
    .toggle:hover {
        background: #314c63;
    }
    #checkbox-menu:checked + label .touch li {
        opacity: 1;
        visibility: visible;
        transition: all .7s linear;
    }
    #checkbox-menu:checked + label .touch {
        height: 350px;
    }
    .header-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 0; 
        transition: height .3s linear;
    }
    .header-menu li {
        display: flex;
        align-self: center;
        width: 95%;
        opacity: 0;
        visibility: hidden;
    }
    .header-menu li a {
        width: 95%;
        text-align: center;
        align-self: center;
        align-content: center;
    }
    .header-menu li a.logo {
        margin-right: 0px;
    }
    .home img {
        width: 100%;
        margin-left: 20px;
    }
    .home {
        height: 100%;
        background-attachment:scroll;
    }
    .home {
        background-image: url('../img/sklad/sklad_bg1.jpg');
        background-position-y: 0px;
    }
    .home .wrapper div a{
        margin-right: 40px;
    }
    
    .download i {
        margin-left: 10px;
    }
    .about.wrapper .step-text {
        margin-left: 0;
        margin-right: 10px;
    }
    .apteki.wrapper p {
        margin-right: 10px;
    }

}
@media screen and (min-width: 2400px) {
    .home {
        background-position-y: -250px;
    }
}
@media screen and (min-width: 3150px) {
    .home {
        background-position-y: -350px;
    }
}