* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 16px;
    background: #000
}

html,
body {
    width: 100%;
    min-height: 100%
}

ul,
li {
    list-style: none
}

a {
    text-decoration: none
}

.link:hover {
    text-decoration: underline
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.42;
    position: relative;
    -webkit-font-snoothing: antialiased;
    -moz-osx-font-snoothing: grayscale;
    background: url("../index_files/bg-web.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden
}

.main-footer .copyright {
    margin: 0;
    text-align: center
}

.header {
    background: url("../index_files/img-header.jpg") center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1
}

.container {
    width: 991px;
    margin: 0 auto;
    padding: 0 15px;
    display: table
}

.menu__nav {
    display: table;
    text-align: center;
    padding: 10px 0
}

.menu__item {
    display: table-cell;
    width: 1%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: middle
}

.menu__link {
    color: #fff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase
}

.menu__link:hover {
    color: #ec920b
}

.bread-crumbs {
    display: block;
    position: relative;
    background: #eae1c7;
    padding: 10px;
    margin-bottom: 10px
}

.bread-crumbs__left {
    display: inline-block;
    text-align: left
}

.bread-crumbs__right {
    display: inline-block;
    position: absolute;
    right: 5px
}

.bread-crumbs__link {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #000
}

.bread-crumbs__link-act {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #8a8a8a
}

.main {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    width: 75%;
    background-color: #fff
}

.main__content {
    text-align: center
}

.title {
    font-family: 'RalewayRegular';
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase
}

p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0 15px;
    color: #000
}

.img {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px
}

.button {
    text-decoration: underline;
    font-size: 51px;
    color: red;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    display: inline-block;
    margin: 20px 0
}

.prod-img {
    max-width: 57%
}

.button:hover {
    text-decoration: none;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.mobi {
    display: none
}

.subtitle {
    display: block;
    padding: 10px 10px;
    background: #eae1c7;
    text-transform: uppercase;
    text-align: left;
    font-family: 'RalewayRegular';
    font-weight: bold;
    font-style: normal;
    margin-bottom: 25px
}

.comments__block {
    padding: 0 15px
}

.comments__item {
    text-align: left;
    padding: 15px 0;
    border-bottom: 2px solid #8a8a8a;
    position: relative;
}

.comments__item:last-child {
    border-bottom: none
}

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

.comments__avatar {
    width: 59px;
    height: 59px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top
}

.comments__user {
    display: inline-block;
    width: 70%;
    position: relative
}

.comments__text {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px
}

.name {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 20px
}

.main__advertising {
    display: inline-block;
    width: 96%;
    margin-left: 10px;
    padding: 10px 10px;
    background-color: white
}

.advertising__item {
    border-bottom: 1px solid #8a8a8a;
    margin-bottom: 20px;
    text-align: center
}

.advertising__link {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    display: block
}

.advertising__link:hover {
    text-decoration: underline
}

.advertising__text {
    color: #000;
    margin: 10px 0;
    padding: 0
}

.interview {
    padding-bottom: 20px;
    border-bottom: 1px solid #8a8a8a
}

.interview__link {
    display: block;
    text-align: center
}

.interview__links {
    margin-bottom: 15px
}

.interview__results {
    display: none;
    width: 50%;
    margin: 0 auto
}

.interview__results-yes {
    width: 80px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #118958;
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}

.interview__results-yes:before {
    width: 100px;
    position: absolute;
    content: '';
    height: 7px;
    background: green;
    top: 8px;
    left: 90px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.interview__results-no {
    width: 80px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #d26060;
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}

.interview__results-no:before {
    width: 27px;
    position: absolute;
    content: '';
    height: 7px;
    background: red;
    top: 8px;
    left: 90px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.interview__text {
    width: 300px;
    margin: 40px auto;
    padding: 0 25px;
    text-align: center
}

.interview__question {
    display: inline;
    line-height: 2.2;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    border-bottom: 12px solid transparent
}

.yes {
    padding: 3px 20px;
    display: inline-block;
    color: white;
    background-color: #239470;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-family: 'RalewayRegular';
    font-weight: bold;
    font-style: normal;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-right: 10px;
    cursor: pointer
}

.yes:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.no {
    padding: 3px 20px;
    display: inline-block;
    color: white;
    background-color: #c39a36;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-family: 'RalewayRegular';
    font-weight: bold;
    font-style: normal;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.no:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width: 991px) {
    .container {
        width: 100%;
        display: block
    }
    .menu__nav {
        padding: 1px 0
    }
    .menu__link {
        font-size: 14px;
        padding: 5px 0
    }
    .no-mob {
        display: none
    }
    .bread-crumbs__link {
        font-size: 16px
    }
    .bread-crumbs__link-act {
        font-size: 16px
    }
    .main {
        display: block;
        margin: 0 auto;
        width: 100%
    }
    .title {
        font-size: 22px
    }
    p {
        font-size: 18px;
        margin-bottom: 15px
    }
    .img {
        margin-bottom: 10px;
        padding: 10px
    }
    .button {
        margin-bottom: 20px
    }
    .mobi {
        display: block;
        border-top: 1px solid #8a8a8a
    }
    .subtitle {
        margin-bottom: 20px
    }
    .comments__text {
        font-size: 16px;
        padding: 0
    }
    .name {
        font-size: 18px;
        padding: 0;
        padding-right: 3px
    }
    .main__advertising {
        display: none
    }
}

.price{
    width: 100%;
    max-width: 320px;
    height: 40px;
    display: flex;
    margin: 0 auto;
}
.text_price{
    width: 100%;
    max-width: 320px;
    display: flex;
    margin: 0 auto;
}
.text_price .text_new_price, .text_price .text_old_price{
    width: 50%;
    text-align: center;
    color: #ee9d00;
    font-size: 15px;
    margin:auto 2px 5px 2px;
}
.price .new_price, .price .old_price{
    width: 50%;
    text-align: center;
    padding: 3px 3px 3px 3px;
    font-size: 20px;
    font-weight: bold;
}
.price .old_price{
    text-decoration: line-through;
}


.order-form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
    font-family: Arial;
}
.order-form input, .order-form button, .form-control{
    display: block;
    margin: 8px 0;
    border: 2px solid rgba(139, 10, 28, 0.6);
    border-radius: 30px;
    text-align: center;
    text-align-last: center;
    box-sizing: border-box;

}
input:focus, textarea:focus, select:focus{
    outline: none;
    border: 2px solid rgba(139, 10, 28, 0.9);
}

.order-form input, .form-control{
    width: 100%;
    max-width: 310px;
    padding: 10px 10px;
    box-sizing: border-box;
}
.order-form button{
    cursor: pointer;
    width: 100%;
    max-width: 310px;
    line-height: 48px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    background: red;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    padding: 0px 20px;
    text-align: center;
    border: none;
    transition: all .5s;

    background-color: red; color: #fff; padding: 0px 0px;  font-size: 1.5rem; text-transform: uppercase; white-space: nowrap; text-decoration: none; font-weight: 700; display: block; margin: 15px auto;max-width: 320px;text-align: center;box-sizing: border-box;
}
.order-form button:hover{
    transform: scale(1.1);
}

/* Footer */

div.footer{
    text-align: center;
    padding: 20px;
    height: 150px;
    line-height: 30px;
}
@media (max-width: 1205px){
    div.footer{
        font-size: 18px;
        line-height: 18px;
    }
    div.footer p{
        margin: 2px;
    }

}
@media (max-width: 440px){
    div.footer{
        font-size: 14px;
        line-height: 15px;
    }
}

.foot_en_center p{
    color: #fff;text-align: center;

}.foot_en_center a{
     color: rgb(250, 150, 50);text-align: center;

 }

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}
.copyright {font-size: 14px; text-align: center; padding:20px 10px;color: black;}
.copyright p {width: 100%; text-align: center; padding: 0; margin: 0;}
.copyright br {display: none;}
.copyright img {margin: 10px auto !important; max-width: 100%; width: auto; background-color: snow;}
.copyright a {color: black; text-decoration: none;}
.copyright a:hover {color:#FF0069; text-decoration: none;}
.errField {display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px;}
.errorMessage {font-size: 15px; background: rgba(255, 0, 0, 0.64);color: #fff; text-align: center; padding: 5px 10px; position: absolute; margin: 10px 0 0; z-index: 99999;}
