body {
    font-family: 'Play', sans-serif;
    font-size: 18px;
    line-height: 1.2em;
}

a {
    color: #feba01;
}

a:hover {
    color: #000;
    text-decoration: none;
}

h1, h2, h3 {
    font-weight: 700;
    text-transform: uppercase;
}

.tm-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.tm-flex-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.tm-flex-space-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.tm-header {
    background: #000;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    position: fixed !important;
    z-index: 1000;
    transition: padding 250ms;
}

.tm-header__logo {
    float: left;
}

.tm-header__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 1;
    float: left;
}

.tm-header__menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.tm-header__menu li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
}

.tm-header__menu li a:hover, .tm-header__menu li a:focus {
    text-decoration: underline;
    background: none;
}

.tm-header__menu li.active a {
    color: #ffc733;
}

.tm-header__contact {

}

.tm-header__contact a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
}

.tm-header__contact button {
    width: 100%;
}

@media (max-width: 768px) {
    .tm-header {
        position: static !important;
    }

    .tm-header .tm-flex {
        display: block;
    }

    .tm-header__logo {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .tm-header__menu {
        float: none;
        margin-bottom: 20px;
        text-align: center;
    }

    .tm-header__menu li {
        margin: 5px 10px;
    }

    .tm-header__contact {
        text-align: center;
    }

    .tm-header__contact button {
        width: auto;
    }
}

.tm-angle {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: transparent url(../img/angle.svg) bottom center no-repeat;
    height: 160px;
    background-size: cover;
    pointer-events: none;
}

.tm-angle-top {
    top: 0;
    bottom: auto;
    background: transparent url(../img/angle-bottom.svg) top center no-repeat;
    background-size: cover;
}

.tm-section {
    position: relative;
    padding: 50px 0 50px;
}

.tm-section h2 {
    text-transform: uppercase;
    margin: 0 0 40px;
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    color: inherit;
}

.tm-section__form {
    width: 50%;
    margin: 0 auto;
    font-size: 22px;
}

.tm-section__form .form-group > label {
    margin-bottom: 15px;
}

.tm-section__form hr {
    border-color: rgba(255, 255, 255, 0.15);
}

.tm-form__checkbox-left {
    display: inline-block;
    text-align: left;
}

.tm-form__checkbox-left > div:first-child {
    margin-top: 0;
}

.tm-section__shop {
    background: url(../img/bg-intro.jpg) 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 150px;
}

.tm-section-sto {

}

.tm-section__about {
    color: #fff;
    padding-bottom: 150px;
    position: relative;
    min-height: 650px;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 1280px) {
    .tm-section__about {
        min-height: 550px;
    }
}

@media (max-width: 960px) {
    .tm-section__about {
        min-height: 450px;
    }
}

@media (max-width: 768px) {
    .tm-section__about {
        min-height: 350px;
        background: #000;
    }
}

@media (max-width: 480px) {
    .tm-section__about {
        min-height: 250px;
    }
}

.tm-section__about .tm-bg {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
}

.tm-section__about .carousel-inner > .item > img {
    min-width: 100%;
}

.tm-section__about .carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#yamap {
    height: 400px;
}

@media (max-width: 960px) {
    .tm-section__form {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .tm-section {
        padding: 40px 0;
    }

    .tm-section h2 {
        font-size: 36px;
    }

    .tm-section__form {
        width: auto;
        font-size: 18px;
    }

    .tm-section__shop {
        padding-top: 40px;
    }

    .tm-section__about {
        padding-bottom: 40px;
    }

    #yamap {
        height: 350px;
    }

    .tm-angle {
        display: none;
    }
}

.adress-block {
}

.adress-block a {
    color: #000;
}

.adress-block a:hover {
    color: #feba01;
}

.adress-block .icon-block {
    padding-left: 30px;
    position: relative;
}

.adress-block .icon-block i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    color: #feba01;
}

.adress-block h3:after {
    content: '';
    width: 100px;
    height: 0;
    display: block;
    border-bottom: 3px solid #feba01;
    padding-top: 10px;
}

.adress-block a.tel {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

#success .glyphicon {
    font-size: 52px;
    display: block;
    margin-bottom: 15px;
    color: #3c763d;
}

.btn-default {
    transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    border: 3px solid #feba01;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    background: none;
    transition: background 250ms;
    color: inherit;
}

.btn-default:hover, .btn-default:focus {
    background: #feba01;
    border-color: #feba01;
}

.btn-default:active {

}

.btn-default > span {
    display: block;
    transform-style: flat;
    -webkit-transform-style: flat;
    transform: skew(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    -ms-transform: skew(15deg);
}

.btn-angle {
    background: transparent url(../img/button.svg) center center no-repeat;
    display: inline-block;
    background-size: contain;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 40px 25px;
    position: relative;
    border: 0;
    color: inherit;
    font-size: 18px;
    transition: background 250ms;
}

.btn-angle:hover, .btn-angle:focus {
    background-image: url(../img/button-hover.svg);
    color: #000;
}

.popover {
    max-width: 520px !important;
    color: #000;
}