@font-face {
    font-family: SinkinSans;
    src: url("fonts/SinkinSans-800Black.otf") format("opentype");
}
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500,600&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    -webkit-transition: color .250s ease;
    -moz-transition: color .250s ease;
    -o-transition: color .250s ease;
    transition: color .250s ease;
    color: #a8853e;
}
.scrollTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px 15px;
    background-color: #000;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.scrollTop:hover {
    background-color: #999;
    color: #f1f1f1;
}
#block-main {
    background-image: url('i/Shoe1_bg.jpg?D');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    height: 800px;
}
.container {
    width: 1030px;
    margin: 0 auto;
    padding: 60px 15px;
}
.container h3 {
    text-align: center;
    font-size: 34px;
}
h1 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-family: OpenSans, sans-serif;
    font-family: Roboto, sans-serif;
    font-family: 'Montserrat',sans-serif;
    text-align: center;
    font-size: 48px;
    margin-top: 35px;
    margin-bottom: 60px;
}
.phone {
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 23px;
    width: 1030px;
    padding-top: 12px;
    margin: 0 auto;
    text-shadow: 0 0 3px #000000;
}
.phone a {
    color: #f1f1f1;
}
#block-main ul {

}
#block-main ul li {
    width: 33%;
    height: 218px;
    background-color: #ffffff;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
}
#block-main ul li:nth-child(2n) {
    cursor: pointer;
}
#block-main ul li img {
    width: 100%;
    height: auto;
}
#block-main ul li h3 {
    padding: 20px;
    color: #a8853e;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 25px !important;
}
#shoes {
    padding-bottom: 40px;
}
#shoes h3 {
    margin-bottom: 40px;
}
#shoes ul {
    margin-bottom: 30px;
    vertical-align: top;
}
#shoes ul li {
    list-style: none;
    width: 33%;
    display: inline-block;
    padding: 15px;
    vertical-align: top;
    font-size: 19px;
}
#shoes ul li strong {
    font-size: 23px;
    line-height: 1.4em;
}
#works {
    background-color: #f1f1f1;
}
#works ul.photos {
    margin-top: 30px;
}
#works ul.photos li {
    background-color: #FFFFFF;
    display: inline-block;
    font-size: 21px;
    height: 412px;
    line-height: 38px;
    list-style: none;
    overflow: hidden;
    padding: 5px 0 0 0;
    text-transform: uppercase;
    vertical-align: middle;
    width: 33%;
}
#works ul li img {
    width: 100%;
    height: auto;
    position: relative;
}
#repair {
    clear: both;
}
#repair h3 {
    margin-bottom: 30px;
}
#repair ul {
    clear: both;
    vertical-align: middle;
}
#repair ul li {
    list-style: none;
    width: 19%;
    display: inline-block;
    padding: 26px 15px;
    border: 1px solid #333333;
    height: 100px;
    vertical-align: middle;
    background-color: #ffffff;
    font-size: 22px;
    text-align: center;
}
#contacts {
    /*min-width: 930px;*/
    width: 100%;
    clear: both;
    font-size: 20px;
    clear: both;
    background-color: #f1f1f1;
}
#contacts h3 {
    margin-bottom: 30px;
}
#contacts h5 {
    font-size: 20px;
}
#contacts ul li {
    font-size: 20px;
    line-height: 1.4em;
    color: #444444;
    list-style: none;
}
.contacts-logo {
    color: #a8853e;
    text-align: center;
    margin-bottom: 40px;
    font-size: 36px;
    font-family: 'Montserrat',sans-serif;
}
.column-50 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.column-50-center {
    margin: 0 auto;
}
#contacts img {
    vertical-align: bottom;
}
#contacts .column-50 {
    text-align: center;
}
#contacts .column-50-center {
    text-align: left;
    display: inline-block;
}
.cards {
    color: #333333;
    margin-bottom: 20px;
    font-size: 25px;
}

#block-bottom {
    background: #333333;
    color: #f1f1f1;
    font-size: 15px;
    height: 45px;
    text-align: center;
}
#block-bottom .copyright, #block-bottom .design {
    padding-top: 12px;
    display: inline-block;
}

#block-bottom .copyright a, #block-bottom .design a {
    color: #ffffff;
}
@media (max-width: 767px) {
    .phone, .container {
        width: 430px;
    }
    .phone {
        text-align: center;
    }
    #block-main {
        height: 600px;
    }
    #block-main ul li {
        width: 50%;
        height: 149px;
        font-size: 16px;
        border: 1px solid #f1f1f1;
    }
    #block-main ul li h3 {
        font-size: 20px !important;
        padding: 5px;
    }
    #block-main .container {
        padding: 10px 15px;
    }
    #block-main h1 {
        font-size: 32px;
        margin: 22px 10px 13px;
    }
    #block-main h2 {
        font-size: 24px;
        color: #FFFFFF;
        margin-bottom: 30px;
        text-shadow: 0 0 3px #000000;
        text-align: center;
    }
    #shoes ul li {
        width: 49%;
    }
    #repair ul li {
        height: 55px;
        width: 100%;
        padding: 13px;
        margin-bottom: 3px;
    }
    #contacts, #contacts .cards, #contacts h5, #contacts ul li {
        font-size: 18px;
    }
    #contacts .contacts-logo {
        font-size: 30px;
    }
    #block-bottom {
        height: 70px;
    }
    #works ul.photos li {
        height: 438px;
        width: 100%;
    }
}
@media (min-width: 768px) {
    #block-main h2 {
        display: none;
    }
}
@media (min-width: 768px)and (max-width: 991px) {
    .phone, .container {
        width: 738px;
    }
    #block-main {
        height: 820px;
    }
    #block-main ul li {
        width: 50%;
        height: 205px;
    }
    #block-main .container {
        padding: 10px 15px;
    }
    #shoes {
        padding-bottom: 0;
    }
    #shoes ul li {
        width: 49%;
    }
    #works ul.photos li {
        height: 438px;
        margin-left: 25%;
        width: 50%;
    }
    #repair ul li {
        padding: 24px 15px;
        height: 86px;
        font-size: 20px;
        width: 49%;
        margin-bottom: 3px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .phone, .container {
        width: 970px;
    }
    #block-main {
        height: 657px;
    }
    #block-main ul li {
        height: 205px;
    }
    #block-main .container {
        padding: 10px 15px;
    }
    #shoes {
         padding-bottom: 0;
    }
    #repair ul li {
        padding: 24px 15px;
        height: 86px;
        font-size: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1449px) {
    #wrapper-slider, #wrapper-slider .slider {
        height: 500px;
    }
    #wrapper-slider .slider img {
        margin-bottom: 50px;
    }
}
@media (min-width: 1450px) and (max-width: 1649px) {
    #wrapper-slider .slider img {
        margin-bottom: 125px;
    }
}
@media (min-width: 1650px) and (max-width: 1749px) {
    #wrapper-slider .slider img {
        margin-bottom: 150px;
    }
}
@media (min-width: 1750px) {
    #wrapper-slider .slider img {
        margin-bottom: 230px;
    }
}