html {
	height:100%;
}
body {
    background: #fff;
    /* 
    font-family: 'Archangelsk', sans-serif;
    font-family: 'Alethia', sans-serif; 
    */
    font-family: 'H`elios', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #362c31;
	margin: 0;
	height: 100%;
	line-height: 1.2; 
}
* {
    outline: 0 none;
  /*  transition: all 0.5s ease 0s;*/
}
.no-gut {
	margin: 0;
}
.no-gut > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.sixpixrow {
	margin: 0 -3px;
}
.sixpixrow > [class*='col'] {
    padding-right:3px;
    padding-left:3px;
}
img {
    max-width: 100%;
}
.logobox p {
    margin: 0;
}
.logobox img {
    margin: 25px 15px 25px 0; 
}
.telbox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin: 37px 0 0 auto;
}
.telbox p {
    margin: 0 0 10px 0;
}
.telbox a[href*="tel"] {
    background: url(../img/tel-ic.png) no-repeat scroll left center;
    color: #362c31;
    font-size: 23px;
    padding: 0px 0 0 25px;
    text-decoration: none;
    display: block;
    margin: 0;
}
.telbox a[href*="tel"] strong {
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
}
.redbtn {
    width: 100%;
    background-color: #db2925;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    border: 0 none;
    text-align: center;
    padding: 0 20px;
    border-radius: 30px;
    cursor: pointer;
    margin: 0 0 15px 0;
    white-space: nowrap;
}
.morecake {
    width: 255px;
    background-color: #db2925;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    border: 0 none;
    text-align: center;
    padding: 0 20px;
    border-radius: 30px;
    cursor: pointer;
    margin: 15px auto;
    white-space: nowrap;
}
.callbackbtn.redbtn {
    width: 194px;
}

.navliner {
    background-color: #000;
    margin: 0 0 30px 0;
    padding: 0;
}
.navliner .navbar-nav .nav-link {
    padding: 0 5px;
    border: 0 none;
    color: #fff;
    text-align: center;
    background-color: transparent;
    text-decoration: none;
    margin: 1px;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    position: relative;
}
.navliner .navbar-nav .nav-link:hover,
.navliner .navbar-nav .active .nav-link,
.navliner .navbar-nav .active .nav-link:hover {
    border: 0 none;
    background-color: #db2925;
}
footer .navliner .navbar-nav .nav-link:hover,
footer .navliner .navbar-nav .active .nav-link,
footer .navliner .navbar-nav .active .nav-link:hover {
    border: 0 none;
    background-color: #db2925;
}
.navliner .navbar-nav {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
#sliderbox {
    min-height: 496px;
    background: #333 url(../img/sliderfon.jpg) no-repeat scroll top center;      
}
.page-header h2, .page-header h1 {
    margin: 25px 0 15px 0;
    text-align: center;
    font-weight: normal;
    font-size: 42px;
    text-transform: none;
    border: 0 none;
    padding: 0; 
}
.page-header {
    font-family: 'Alethia';
    text-transform: uppercase;
    margin: 30px 0;
    font-size: 36px; 
}
.vercent {
    display: flex;
    align-items: center;
}
.toptext {
    max-width: 424px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.toptext p:first-child strong {
    font-family: 'Alethia';
    font-size: 45px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto 20px auto;
}
.toptext p:nth-child(2) {
    background-color: rgba(219, 41, 37, .80);
    padding: 5px;
    font-family: 'Archangelsk', sans-serif;
    font-size: 36px;
}
.toptext p:nth-child(2) strong {
    font-size: 60px;
}
.toptext p:nth-child(3) {
    font-size: 18px;
}
.orderform {
    color: #fff;
    border: 6px solid #da2b24;
    margin: 40px auto;
    max-width: 460px;
    padding: 0 15px;
}
.formhead {
    font-family: 'Alethia';
    font-size: 24px;
    text-transform: uppercase;
    margin: 25px 0 35px 0;
    text-align: center;
}
.formhead strong{
    font-size: 36px;
    font-weight: normal;
}
.formhead em{
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
}
.orderform .inputwrap {
    margin: 0 auto;
    max-width: 324px;
}
.checkwraps input {
    display: none;
}
.aboutPersonalData label {
    margin: 0;
}
.checkwraps label {
    font-weight: 500;
    display: block;
    padding: 0 0 0 30px;
    position: relative;
    margin: 0 0 15px 0;
    cursor: pointer;
}
.checkwraps label, .checkwraps a {
    color: #fff;
}
.checkwraps a {
    text-decoration: underline;
}
.checkwraps input:checked + label:before {
    content: '';
    border-top: 1px solid #da2b24;
    border-left: 1px solid #da2b24;
    position: absolute;
    padding: 5px 3px;
    top: 3px;
    z-index: 9;
    display: block;
    left: 7px;
    transform: rotate(225deg);
}
.checkwraps label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
}
.orderform .checkwraps {
    max-width: 340px;
    margin: 20px auto 30px auto;
    font-size: 14px;
}
#main {
    background: #f5efef url(../img/mainbg.jpg) no-repeat scroll bottom center;    
    padding: 0 0 40px 0;  
}
.block_product {
    background-color: #fff;
    border: 1px solid #9da1a1;
    color: #393435;
    padding: 12px 12px 30px 12px;
    text-align: center;
    width: 255px;
    position: relative; 
    margin: 0 auto 50px auto;
}
.block_product img {
    display: block;
    margin: 0 auto 15px auto;
}
.prod_name  {
    margin: 0 0 10px 0;
    color: #393435;
    font-size: 16px;
    min-height: 39px;
}
.block_product .description {
    font-size: 14px;
    margin: 10px 0;
}
.block_product .redbtn {
    position: absolute;
    width: 230px;
    bottom: -21px;
    left: 12.5px;
    margin: 0;
}
.jshop_price {
    color: #585151;
    font-size: 16px;
}
.jshop_price span:first-child {
    font-size: 24px;
    color: #db2925;
}
.jshop_price span:nth-child(2) {
    color: #db2925;
}
.secwrap {
    overflow: hidden;
}
#profone {
    font-size: 18px;
    padding: 1px 0 40px 0;
}
#profone .page-header {
    font-family: 'Alethia';
    position: relative;
    text-transform: uppercase;
    margin: 36px 0 30px 0;
    font-size: 36px;
    color: #393435;
}
#profone .page-header::after {
    content: '';
    width: 68px;
    position: absolute;
    bottom: -12px;
    left: 0;
    display: block;
    height: 1px;
    background-color: #393435;
}
#profone .moduletable > p {
    margin: 0 0 30px 0;

}
#profone .container {
    position: relative;
}
#profone .container::after {
    background: url(../img/prof1.png) no-repeat scroll bottom center;
    position: absolute;
    content: '';
    top: -154px;
    right: -620px;
    width: 640px;
    height: 480px;
}
#profone .moduletable .row p {
    font-size: 16px;
    max-width: 340px;
}
#profone .moduletable .row p:nth-child(2) {
    text-transform: uppercase;
    font-size: 18px;
}
#profone .moduletable .row p:nth-child(1) {
    display: flex;
    height: 54px;
    align-items: flex-start;   
}
#formbox  {
    background: #333 url(../img/cbsec.jpg) no-repeat scroll top center;    
    padding: 1px 0 15px 0;
    color: #fff;
}
#formbox .page-header {
    font-family: 'Alethia';
    position: relative;
    text-transform: uppercase;
    text-align: center;
    margin: 36px 0 30px 0;
    font-size: 36px;
    color: #fff;
}
#formbox .page-header::after {
    content: '';
    width: 68px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin: 0 0 0 -34px;
    display: block;
    height: 1px;
    background-color: #fff;
}
.callbackformhead p {
    text-align: center;
    font-size: 18px;
    margin: 22px 0 35px 0;
}
#formbox .checkwraps label, #formbox .checkwraps a {
    color: #fff;
    font-size: 14px;
}
#formbox .aboutPersonalData.checkwraps {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
#proftwo {
    background-color: #f5efef;
    padding: 1px 0 70px 0;
}
.archead .page-header {
	font-family: 'Archangelsk';
    position: relative;
    text-transform: uppercase;
    margin: 36px 0 30px 0;
    font-size: 36px;
    color: #393435;
}
.archead .page-header::after {
    content: '';
    width: 68px;
    position: absolute;
    bottom: -12px;
    left: 0;
    display: block;
    height: 1px;
    background-color: #393435;
}
#proftwo .moduletable > p {
    margin: 0 0 40px 0;
    font-size: 18px;
}
#proftwo .container {
    position: relative;
}

#proftwo .moduletable .row p {
    font-size: 16px;
    max-width: 340px;
}
#proftwo .moduletable .row p:nth-child(2) {
    font-size: 16px;
}
#proftwo .moduletable .row p:nth-child(2) strong {
    font-size: 18px;
    font-weight: 500;
}
#proftwo .moduletable .row p:nth-child(1) {
    display: flex;
    height: 54px;
    align-items: flex-start;   
}
#profthree .container {
    position: relative;
} 
.smwrap600 {
    max-width: 600px;
    position: relative;
    padding: 0 70px 0 0;
}
#profthree {
    padding: 44px 0 50px 0;
    min-height: 328px;
}
.fs18mod p {
    font-size: 18px;
}
#profthree .smwrap600::after {
    background: url(../img/prof3aft.png) no-repeat scroll bottom center;
    position: absolute;
    content: '';
    top: -330px;
    left: -660px;
    width: 640px;
    height: 480px;
}
#profthree .smwrap600::before {
    background: url(../img/prof3bef.png) no-repeat scroll bottom center;
    position: absolute;
    content: '';
    top: -120px;
    right: -872px;
    width: 872px;
    height: 367px;
}
.catimg img {
    display: block;
    margin: 15px auto;
    border: 5px solid #db2925;
    background-color: #db2925;
    width: 195px;
    height: 195px;
    border-radius: 100px;
}
.topcat h3 {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 18px;
    color: #393435;
}
#botform {
    background: #333 url(../img/formtwo.jpg) no-repeat fixed center center; 
}
#advants {
    background-color: #f5efef;
    padding: 1px 0 40px 0;
}
#advants .row {
    font-size: 16px;
    text-align: center;
    margin-top: 35px;
}
@media (min-width: 768px) {
    #proffour .col-md {
        width: 20%;
    }
}
.row.mt30 {
    margin-top: 15px;
}
footer {
    background: #231c1c;     
    color: #fff;
}
#footleft p:nth-child(1) {
    font-size: 15px;
}
#footleft p:nth-child(2) {
    font-size: 14px;
}
#footright p:nth-child(1) {
    font-size: 13px;
}
footer .telbox a[href*="tel"] {
    color: #fff;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#footleft p {
    font-size: 12px;
}
#footright p {
    font-size: 12px;
}
footer #footright p a {
    color: #fff;
    font-weight: 500;   
}
footer #footright p a img{
    vertical-align: baseline;
    margin: 0 0 0 10px;
}
.vabot {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.control-group {
    max-width: 345px;
    margin: 0 auto;
}
.thank {
    text-align: center;
    margin: 30px 0;
    font-size: 18px;
} 

input[type=submit].btn-buy { 
    background: #094197;
    border-radius: 10px;
    border: 0 none;
    height: 36px;
    padding: 0 15px 0 15px;
    line-height: 42px;
    height: 42px;
    font-size: 24px;
    font-weight: 500;
    margin: 0 auto 30px auto;
    color: #fff;
    text-transform: none;
    width: 194px;
    display: block;
}
input[type=submit].btn-buy-large {
    width: 320px;   
   }
input[type=submit].btn-buy:hover {
    text-decoration: none;
    background: #09419780;
}
input[type=text],
input[type=tel],
input[type=mail],
input[type=password]
 {
    background-color: #fff;
    max-width: 346px;
    width: 100%;
    height: 42px;
    border-radius: 50px;
    padding: 0 30px;
    text-align: center;
    color: #342f30;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px 0;
    border: 0;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=mail]::placeholder,
input[type=password]::placeholder,
.inputbox::placeholder {
    color: #342f30;
}
textarea {
    padding: 15px 15px 15px 30px;
    height: 135px;
    border-radius: 21px;
}
input[type=text].searchinput {
    font-family: 'MyriadPro-Regular';
    background-color: rgba(255, 255, 255, .55);
    width: 325px;
    height: 40px;
    border-radius: 40px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    border: 0;
}
input[type=text].searchinput::placeholder {
    font-size: 18px;
    color: #fff;
}
#revbox {
    padding: 1px 0  80px 0;
    background: url(../img/revbg.jpg) no-repeat scroll top center;
    color: #fff;
    overflow: hidden;
}
#revbox.archead .page-header {
    color: #fff;
}
#revbox.archead .page-header::after, #revbox .rev_title::after {
    background-color: #fff;
}
#revbox .navcont {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: -30px;
    right: auto;
    left: 105px;
    width: 134px;
    height: 30px;
    padding: 0 30px;
}
.rev_wrap {
    color: #393435;
    padding: 40px;
    background-color: #f5efef;
    margin: 30px 0 0 0;
}
.rev_scan img {
    display: block;
    margin: 0 auto;
    border: 1px solid #393435;
    width: 197px;
    cursor: pointer;
}
#revbox .mod_articles_carousel  {
    position: relative;
    z-index: 1;
}
#revbox .mod_articles_carousel::after {
    content: '';
    position: absolute;
    top: -6px;
    bottom: -50px;
    left: 0;
    z-index: -1;
    width: 660px;
    border: 5px solid #da2b24;
}

#videorev {
    padding: 1px 0 56px 0;
}
#videorev .container {
    position: relative;
}
#videorev .container::after {
    background: url(../img/videoaf.png) no-repeat scroll bottom center;
    position: absolute;
    content: '';
    top: -217px;
    left: -378px;
    width: 429px;
    height: 294px;
}
iframe {
    max-width: 100%;
}
#videorev .review_box .row {
    position: relative;
    z-index: 1;
}
#videorev .review_box .row::after {
    position: absolute;
    background-color: #f5efef;
    content: '';
    top: 0;
    left: 15px;
    bottom: 0;
    right: 15px;
    z-index: -1;
}
.rev_video {
    height: 450px;
    overflow: hidden;
}
.rev_img img {
    display: block;
    width: 212px;
    height: 212px;
    border-radius: 200px;
    margin: 30px auto 20px auto;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, .55);
}
.rev_title {
    margin: 0 0 25px 0;
    font-size: 20px;
    position: relative;
    text-align: center;
}
.rev_title::after {
    position: absolute;
    height: 1px;
    width: 30px;
    content: '';
    background-color: #393435;
    bottom: -12px;
    left: 50%;
    margin: 0 0 0 -15px;
}
.rev_dol {
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px 0;

}
.pretext {
    margin: 0 0 33px 0;
}
.navcont {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 25px;
    right: 99px;
    width: 134px;
    height: 30px;
    padding: 0 30px;
}
.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 10px;
    margin-left: 10px;
    list-style: none;
}
.carousel-indicators li.active {
    display: block;
}
.carousel-indicators li {
    display: none;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50px;
    height: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    margin: 0;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    opacity: 1;
    transition: none;
}
.carousel-control-prev {
    background: url(../img/slide-prev.png) no-repeat scroll center center;
    left: 0;
}
.carousel-control-next {
    background: url(../img/slide-next.png) no-repeat scroll center center;   
    right: 0;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    opacity: 1;
}

.btn-more {
    background-color: #143c88;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
    margin: 15px 0;
    border-radius: 20px;
    font-style: italic;
    text-decoration: none;
}
.btn-more:hover {
    background-color: #143c8880;
    text-decoration: none;
    color: #fff;
}

#mapbox {
    height: 420px;
}
#contline .container {
    position: relative;
    z-index: 1;
}
#conts {
    position: absolute;
    left: 0;
    top: 50px;
    width: 360px;
    height: 312px;
    padding: 40px;
    color: #fff;
    background-color: #c03530;
}
#conts a {
    color: #fff;
}
#conts.archead .page-header {
    font-family: 'Archangelsk';
    position: relative;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-size: 30px;
    color: #fff;
}
#conts.archead .page-header::after {
    background-color: #fff;
}
#conts p {
    padding: 0 0 0 25px;
    margin: 0 0 20px 0;
}
#conts p:nth-child(1), #conts p:nth-child(2) {
    background: url(../img/wpin-ic.png) no-repeat scroll left top;
}
#conts p:nth-child(3) {
    background: url(../img/wmail-ic.png) no-repeat scroll left top;
}
#conts p:nth-child(4) {
    background: url(../img/wtel-ic.png) no-repeat scroll left top;
}
#askform {
    background: #686060 url(../img/askformbg.jpg) no-repeat scroll bottom center;   
    padding: 1px 0 30px 0;
    text-align: center;
    color: #fff;
}
#askform .page-header {
    font-family: 'Archangelsk';
    position: relative;
    text-transform: uppercase;
    text-align: center;
    margin: 36px 0 30px 0;
    font-size: 36px;
    color: #fff;
}
#askform .page-header::after {
    content: '';
    width: 68px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin: 0 0 0 -34px;
    display: block;
    height: 1px;
    background-color: #fff;
}
#compobox .page-header h2, #compobox .page-header h1 {
    font-family: 'Archangelsk';
    position: relative;
    text-transform: uppercase;
    text-align: center;
    margin: 36px 0 30px 0;
    font-size: 36px;
    color: #393435;
    font-weight: normal;
}
#compobox .page-header h2::after, #compobox .page-header h1::after {
    content: '';
    width: 68px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin: 0 0 0 -34px;
    display: block;
    height: 1px;
    background-color: #393435;
}
#askform .aboutPersonalData.checkwraps {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.topcat {
    cursor: pointer;
}
.pagination {
    display: none;
    justify-content: center;
}
.pagination a {
    color: #333;
    margin: 5px;
}
.pagination .disabled a {
    opacity: .5;
}
.pagination .active a, .pagination .active a:hover {
    color: #EF9D0E;
}
.pagination a:hover {
    color: #333;
}

.modalbox {
    text-align: center;
    max-width: 360px;
    padding: 15px;
    margin: 0 auto;
}
label.error {
    display: none !important;
}
.inputbox.error {
   background-color: rgb(231, 203, 203) !important;
}
.modal-content button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: -5px;
    right: -50px;
    opacity: 1;
    width: 45px;
    height: 45px;
}
.modal-content {
    background-color: #000;
    border-radius: 3px;
}
#popupbox .modal-content {
    background: #333 url(../img/formtwo.jpg) no-repeat center center;
    border-radius: 3px;
    background-blend-mode: darken;
}
#popupbox .modalbox {
    text-align: center;
    max-width: 460px;
    padding: 0;
    margin: 0 auto;
}
.modal-title {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
body #boxplus .boxplus-viewer { 
    width: auto;
}  
#boxplus {
	max-width: 100%;
	overflow: hidden !important;
}
.boxplus-text {
	display: none !important;
}

@media (max-width: 768px) {
    #revbox .navcont {
        color: #333;
    }
    div#artelweb-carousel-141 {
        padding: 0 0 70px 0;
    }
    .rev_video {
        height: auto;
        overflow: hidden;
    }
    iframe {
        max-width: 100%;
        height: auto;
    }
    .toptext {
        margin: 30px 0 0 0;
    }
    .toptext p:first-child strong {
        font-size: 40px;
    }
} 
@media (max-width: 480px) {

}
@media (min-width: 1140px)  {
    .ac-slide {
        margin: 0 0 0 100px;
    }
}
@font-face {
	font-family: 'helios';
	src: url('../fonts/14788.otf') format('truetype');
}
@font-face {
	font-family: 'Alethia';
	src: url('../fonts/Alethiaproregular.ttf') format('truetype');
}
@font-face {
	font-family: 'Archangelsk';
	src: url('../fonts/ofont.ru_Archangelsk.ttf') format('truetype');
}
