/* ====== HELPERS START ====== */
body {
    min-height: 5800px;
}

body a {
    outline: none !important;
}

.display-none {
    display: none;
}

.visible-820-block { }
@media (max-width: 820px) {
    .visible-820-block {
        display: block !important;
    }
}
@media (min-width: 821px) {
    .visible-820-block {
        display: none !important;
    }
}

.hidden-820 { }
@media (max-width: 820px) {
    .hidden-820 {
        display: none!important;
    }
}

.container-fluid.container--lang {
    padding-top: 60px;
}
@media(max-width:991px) {
    .container-fluid.container--lang {
        padding-top: 75px;
    }
}

.container.container--issues {
    padding-top: 20px;
}
@media (max-width: 520px) {
    .container.container--issues {
        padding-top: 0;
        margin-top: -35px;
    }
}

.container.container--how {
    padding-top: 100px;
}
@media (max-width: 520px) {
    .container.container--how {
        padding-top: 80px;
    }
}

.container-fluid.container--shipping {
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #F7F7F7;
}
@media (max-width: 520px) {
    .container-fluid.container--shipping {
        padding-top: 80px;
    }
}
@media (max-width: 420px) {
    .container-fluid.container--shipping {
        padding-top: 60px;
    }
}

.container.container--contacts {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F7F7F7;
}
@media (max-width: 520px) {
    .container.container--contacts {
        padding-top: 20px;
    }
}
@media (max-width: 420px) {
    .container.container--contacts {
        padding-top: 0;
    }
}

.container.container--social {
    padding-top: 40px;
    padding-bottom: 140px;
    background-color: #F7F7F7;
}
@media (max-width: 520px) {
    .container.container--social {
        padding-top: 20px;
    }
}
@media (max-width: 420px) {
    .container.container--social {
        padding-top: 0;
    }
}

.container.container--read .btn.btn-primary {
    margin-top: 20px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.container.container--faq {
    padding-top: 40px;
}

@media (max-width: 520px) {
    .container.container--faq {
        padding-top: 0;
        margin-top: -30px;
    }
}
@media (max-width: 420px) {
    .container.container--faq {
        margin-top: -40px;
    }
}

.container--issues__column { }
@media (max-width: 520px) {
    .container--issues .container--issues__column {
        margin-top: -35px !important;
    }
}

.container--how__column { }
@media (max-width: 520px) {
    .container--how .container--how__column {
        margin-top: 30px;
    }
}

.container--shipping__column { }
@media (max-width: 520px) {
    .container--shipping .container--shipping__column {
        margin-top: 30px;
    }
}

.container--faq__column { }
@media (max-width: 520px) {
    .container--faq .container--faq__column {
        margin-top: -25px;
    }
}
@media (max-width: 420px) {
    .container--faq .container--faq__column {
        margin-top: -35px;
    }
}

.container-fluid.container--why {
    padding-top: 60px;
}
@media (max-width: 767px) {
    .container-fluid.container--why {
        padding-top: 40px;
    }
}
@media (max-width: 420px) {
    .container-fluid.container--why {
        padding-top: 30px;
    }
}

.container-fluid.container--promo32 {
    padding-top: 20px;
}
@media (max-width: 991px) {
    .container-fluid.container--promo32 {
        padding-top: 0;
    }
}

.container-fluid.container--footer {
    background-color: #313131;
}
@media (max-width: 767px) {
    .container-fluid.container--footer {
    }
}
/* ====== HELPERS END ====== */


/* ====== MODAL WINDOWS START ====== */

/* Bootstrap modal centered vertically */
.modal {
    background-color: rgba(0,0,0,0.9);
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    position: relative;
    background-color: #F5F5F5;
    font-family: 'Lato', sans-serif;
    border-radius: 0;
    color: #292929;
}

.modal-header {
    border-bottom: 0;
}

.modal-title {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}
@media (max-width: 767px) {
    .modal-title {
        font-size: 16px;
        font-weight: 700;
    }
}

.modal-body p {
    font-size: 14px;
}

.modal .close {
    width: 40px;
    height: 40px;
    margin-top: -15px;
    margin-right: -15px;
    padding-bottom: 5px;
    line-height: 1;
    font-size: 31px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #2C3E50;
    color: #FFFFFF;
}
@media (max-width: 767px) {
    .modal .close {
        width: 35px;
        height: 35px;
        font-size: 28px;
    }
}

#modalConsultation .modal-content {
    background-color: #FFFFFF;
}
@media (max-width: 767px) {
    #modalConsultation .modal-content {
        width: 430px;
    }
}
@media (max-width: 520px) {
    #modalConsultation .modal-content {
        width: 380px;
    }
}
@media (max-width: 420px) {
    #modalConsultation .modal-content {
        width: 296px;
    }
}


#modalConsultation .modal-body {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 25px;
}
@media (max-width: 767px) {
    #modalConsultation .modal-body {
        padding: 0 15px 15px;
    }
}

#modalConsultation .modal-email {
    display: block;
    width: 100%;
    min-height: 22px;
    margin: 20px auto 10px;
    padding: 6px;
    background-color: #FFFFFF;
    border: 1px solid #D6D5D5;
    border-bottom-width: 3px;
    outline: none;
    line-height: 16px;

    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #474747;
}

#modalConsultation .modal-message {
    resize: none;
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    min-height: 250px;
    padding: 6px;
    border: 1px solid #D6D5D5;
    border-bottom-width: 3px;
    outline: none;

    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #474747;

}

#modalConsultation .modal-btn-main {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 1;
    font-size: 21px;
}
@media (max-width: 767px) {
    #modalConsultation .modal-btn-main {
        height: 35px;
        font-size: 17px;
    }
}

#modalConsultation .email-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 50%;
    margin: 40px auto;
    text-align: center;
}

#modalConsultation .email-container img {
    width: 150px;
    height: auto;
}

#modalConsultation .email-container h2 {
    position: absolute;
    left: 50%;
    margin-left: -125px;
    width: 250px;

    text-transform: uppercase;
    line-height: 35px;
    font-weight: 700;
}

#modalVideo .modal-header {
    position: absolute;
    z-index: 1;
    right: 0;
}

#modalVideo .modal-header .close {
    background-color: black;
    border: 1px solid gray;
    opacity: 1;
}

#modalVideo .modal-body {
    border: 1px solid gray;
    padding: 0;
}
.modal-email {
  display: block;
  width: 100%;
  min-height: 22px;
  margin: 20px auto 20px;
  padding: 1px;
  background-color: #FFFFFF;
  border: 1px solid #D6D5D5;
  border-bottom-width: 3px;
  outline: none;
  line-height: 16px;

  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #474747;
}
.modal-body {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
 .modal-body {
  padding: 0 15px 15px;
}
}
/* ====== MODAL WINDOWS END ====== */


/* ====== BUTTONS START ====== */
.btn-main {
    position: relative;
    z-index: 1000;
    display: block;
    width: 370px;
    height: 55px;
    line-height: 55px;
    background-color: #FF5806;
    border: none;
    outline: none;
    transition: background-color 0.5s ease;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    cursor: pointer;
}
@media (max-width:767px) {
    .btn-main {
        width: 270px;
        height: 44px;
        line-height: 44px;
        font-size: 24px;
    }
}
@media (max-width:520px) {
    .btn-main {
        width: 220px;
        height: 41px;
        line-height: 41px;
        font-size: 17px;
    }
}
@media (max-width:420px) {
    .btn-main {
        width: 100%;
        min-width: 160px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
}

.btn-main:hover {
    background-color: #2c3e50;
}

.btn-main:visited,
.btn-main:focus,
.btn-main:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.btn-main.btn-main--consult {
    margin-top: 10px;
}
@media (max-width:520px) {
    .btn-main.btn-main--consult {
        /*margin-top: 5px;*/
    }
}
@media (max-width:420px) {
    .btn-main.btn-main--consult {
        margin-top: 5px;
    }
}

.btn-main.btn-main--promo { }
@media (max-width:420px) {
    .btn-main.btn-main--promo {
        width: auto;
        max-width: 305px;
        width: 50%;
    }
    .btn-mid{
        
    }
}
/* ====== BUTTONS END ====== */


/* ====== TITLES START ====== */
.title {
    position: relative;
    height: 100px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 400;
}
@media (max-width: 520px) {
    .title {
        font-size: 30px;
    }
}
@media (max-width: 420px) {
    .title {
        height: 85px;
        font-size: 23px;
    }
}
.title:after {
    position: absolute;
    top: 75px;
    left: 50%;
    width: 128px;
    height: 2px;
    margin-left: -64px;
    background-color: #25C4AA;
}
@media (max-width: 520px) {
    .title:after {
        top: 70px;
    }
}
@media (max-width: 420px) {
    .title:after {
        top: 55px;
    }
}

.title.title--why { }
@media (max-width: 991px){
    .title.title--why {
        max-width: 703px;
        margin-left: auto;
        margin-right: auto;
        line-height: 42px;
    }
}
@media (max-width: 520px){
    .title.title--why {
        line-height: 33px;
        font-size: 28px;
    }
}
@media (max-width: 420px){
    .title.title--why {
        height: 75px;
        line-height: 23px;
        font-size: 20px;
        font-weight: 700;
    }
}

.title.title--why:after {
    top: 105px;
}
@media (max-width: 520px){
    .title.title--why:after {
        top: 95px;
    }
}
@media (max-width: 420px){
    .title.title--why:after {
        top: 70px;
    }
}

.title.title--why .title__second--why-last {
    display: block;
    margin-top: -8px;
}
@media (max-width: 991px){
    .title.title--why .title__second--why-last {
        display: inline-block;
        margin-top: 0;
    }
}

.title.title--contacts { }
@media (max-width: 420px) {
    .title.title--contacts {
        font-size: 25px;
    }
}

.title.title--social { }
@media (max-width: 767px){
    .title.title--social {
        max-width: 703px;
        margin-left: auto;
        margin-right: auto;
        line-height: 42px;
        font-size: 33px;
    }
}
@media (max-width: 520px){
    .title.title--social {
        max-width: 330px;
        line-height: 38px;
        font-size: 28px;
    }
}
@media (max-width: 420px){
    .title.title--social {
        line-height: 31px;
        font-size: 25px;
        font-weight: 700;
    }
}

.title.title--social:after {
    top: 75px;
}
@media (max-width: 520px) {
    .title.title--social:after {
        top: 95px;
        width: 100px;
        margin-left: -50px;
    }
}
@media (max-width: 420px) {
    .title.title--social:after {
        top: 85px;
        width: 90px;
        margin-left: -45px;
    }
}

.title.title--social .title__second--social-last {
    display: block;
    margin-top: -8px;
}
@media (max-width: 991px){
    .title.title--social .title__second--social-last {
        display: inline-block;
        margin-top: 0;
    }
}

.title.title--issues:after {
    top: 110px;
}
@media (max-width: 520px) {
    .title.title--issues:after {
        top: 105px;
    }
}
@media (max-width: 420px) {
    .title.title--issues:after {
        top: 75px;
    }
}

.title.title--how:after {
}
@media (max-width: 520px) {
    .title.title--how:after {
        top: 90px;
    }
}
@media (max-width: 420px) {
    .title.title--how:after {
        top: 75px;
    }
}


.title .title__first {
    display: inline-block;
    color: #2C3E50;
}
.title .title__first.title__first--bold {
    font-weight: 700;
}

.title .title__second {
    display: inline-block;
    color: #FF5806;
}
.title .title__second.title__second--bold {
    font-weight: 700;
}
.title .title__second.title__second--issues {
    position: relative;
    top: -8px;
}

.title.title--shipping:after {
}
@media (max-width: 520px) {
    .title.title--shipping:after {
        top: 90px;
    }
}
@media (max-width: 420px) {
    .title.title--shipping:after {
        top: 75px;
    }
}
/* ====== TITLES END ====== */


/* ====== NAVBAR SECTION START ====== */
.navbar-default {
    box-shadow: 0 3px 8px rgba(80, 80, 80, .31);
    background-color: #FFFFFF;
}

.navbar-default .navbar-toggle {
    margin-top: 17px !important;
    border: none;
    padding: 0;
}

.navbar-brand>img {
    padding-top: 8px;
    width: 200px;
    height: auto;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
}

.navbar-default .navbar-toggle .icon-bar {
    width: 36px;
    height: 5px;
    margin-bottom: 5px;
    background-color: #2c3e50;
}

/* align navbar items to center */
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

/* set min navbar height to 60px */
.navbar-brand,
.navbar-nav li a {
    line-height: 60px;
    height: 60px;
    padding-top: 0;
}

.navbar-nav-bottom {
    margin-bottom: -5px;
}
@media (max-width:820px) {
    .navbar-nav-bottom {
        margin-bottom: 35px;
    }
}

.navbar-default .navbar-nav>li>a {
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #2C3E50;
}
@media (max-width:820px) {
    .navbar-default .navbar-nav>li>a {
        border-bottom: 1px solid #e7e7e7;
        font-size: 17px;
    }
}

.navbar-default .navbar-nav>li>a.navbar-one-word {
    margin-top:-5px;
}
@media (max-width:820px) {
    .navbar-default .navbar-nav>li>a.navbar-one-word {
        margin-top: 0;
    }
}

.navbar-default .navbar-nav>li>a.navbar-two-words {
    padding-top: 18px;
    line-height: 13px;
}
@media (max-width:820px) {
    .navbar-default .navbar-nav>li>a.navbar-two-words {
        padding-top: 0;
        line-height: 60px;
    }
}

.navbar-default .navbar-nav>li>a.navbar-logo-link>img {
    width: 151px;
    height: 32px;
}
@media (min-width: 820px) and (max-width: 960px) {
    .navbar-default .navbar-nav>li>a.navbar-logo-link>img {
        width: 105px;
        height: auto;
    }
}

.navbar-default .navbar-nav>li>a.navbar-buy-link {
    color: #FF5806;
}

.navbar-default .navbar-nav>li>a.navbar-phone-link {
    background: url("../images/iphone.png") left center no-repeat;
}
@media (min-width: 820px) and (max-width: 960px) {
    .navbar-default .navbar-nav>li>a.navbar-phone-link {
        background: none;
    }
}

.navbar-default .navbar-nav>li>a.navbar-btn-main {
    width: 120px;
    height: 25px;
    margin-top: 17px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #FF5806;
    transition: background-color 0.5s ease;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}
@media (min-width: 820px) and (max-width: 960px) {
    .navbar-default .navbar-nav>li>a.navbar-btn-main {
        width: 30px;
        background: #FF5806 url("../images/email-white.png") center/65% no-repeat;
        border-radius: 5px;
        color: transparent;
    }

    .navbar-default .navbar-nav>li>a.navbar-btn-main .navbar-btn-main-text {
        display: none;
    }
}

.navbar-default .navbar-nav>li>a.navbar-btn-main:hover {
    background-color: #2c3e50;
    color: #FFFFFF;
}
@media (min-width: 820px) and (max-width: 960px) {
    .navbar-default .navbar-nav>li>a.navbar-btn-main:hover {
        color: transparent;
    }
}

.navbar-default .navbar-nav>li>a .navbar-phone-link-text {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border-left: 1px solid #D6D5D5;
    font-size: 12px;
    padding-left: 7px;
    margin-left: 7px;
}
@media (min-width: 820px) and (max-width: 960px) {
    .navbar-default .navbar-nav>li>a span {
        padding-left: 0;
        margin-left: 0;
        line-height: 29px;
        border-left: none;
    }
}

.navbar-default .navbar-nav>li>a:hover {
    color: #00ABAE;
}

/* change bootstrap navbar collapse breakpoint */
@media (max-width: 820px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        /*padding-top: 10px;*/
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/* ====== NAVBAR SECTION END ====== */


/* ====== BANNER SECTION START ====== */
.lang { }
.lang .lang-col { }
@media (min-width: 992px) {
    .lang .lang-col {
        position: absolute;
        z-index: 1;
        padding-left: 0;
        padding-right: 0;
    }
}

.lang .lang-content { }
@media (min-width: 992px) {
    .lang .lang-content {
        text-align: left;
        max-width: 330px;
    }
}

.lang .lang-content p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 521px) {
    .lang .lang-content p {
        padding-top: 5px;
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .lang .lang-content p {
        display: block;
        
        color: white;
    }
}

.lang .lang-items {
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
}
@media (min-width: 992px) {
    .lang .lang-items {
        display: block;
    }
}

.lang .lang-items li {
    display: inline-block;
}

.lang .lang-items li a {
    display: inline-block;
    width: 50px;
    height: 40px;
    padding-top: 13px;
    line-height: 1;
    background-color: #2c3e50;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: white;
}
@media (min-width: 521px) {
    .lang .lang-items li a {
        width: 60px;
        height: 50px;
        padding-top: 15px;
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .lang .lang-items li a {
        border: 1px solid white;
    }
}

.lang .lang-items li.lang-active a {
    background-color: #FF5806;
}


.banner {
    position: relative;
    /*min-height: 600px;*/
    background: url("../images/bg-banner.jpg") center/cover no-repeat;
}
@media (max-width:991px) {
    .banner {
        background: none;
    }
}

.banner-left {
    min-height: 600px;

    /*border: 1px solid green;*/
}
@media (max-width: 767px) {
    .banner-left {
        min-height: 460px;
    }
}
@media (max-width: 520px) {
    .banner-left {
        min-height: 375px;
    }
}
@media (max-width: 420px) {
    .banner-left {
        min-height: 270px;
    }
}

.banner-left .banner-content {
    position: relative;
    width: 370px;
    min-height: 300px;
    margin-left: auto;
    /* next margin-top moves banner's content */
    margin-top: 50px;

    /*border: 1px solid blue;*/
}
@media (max-width:991px) {
    .banner-left .banner-content {
        margin-left: 43%;
        margin-right: 18%;
    }
}
@media (max-width:767px) {
    .banner-left .banner-content {
        width: 270px;
        min-height: 230px;
    }
}
@media (max-width:520px) {
    .banner-left .banner-content {
        width: 220px;
        /*min-height: 200px;*/
    }
}
@media (max-width:420px) {
    .banner-left .banner-content {
        width: 55%;
        min-width: 160px;
        min-height: 180px;
        margin-right: 0;
    }
}

.banner-left .banner-content:before {
    content: "";
    position: absolute;
    left: -252px;
    top: -45px;
    width: 235px;
    height: 614px;
    background: url("../images/bottle-price389.png") center/contain no-repeat;
}
@media (max-width: 767px) {
    .banner-left .banner-content:before {
        left: -204px;
        top: -35px;
        width: 190px;
        height: 496px;
    }
}
@media (max-width: 520px) {
    .banner-left .banner-content:before {
        left: -165px;
        top: -36px;
        width: 160px;
        height: 425px;
    }
}
@media (max-width: 420px) {
    .banner-left .banner-content:before {
        left: -123px;
        top: -44px;
        width: 114px;
        height: 313px;
    }
}

.banner-left .banner-content:after {
    content: "";
    position: absolute;
    bottom: -185px;
    width: 370px;
    height: 176px;
    background: url("../images/free-shipping.png") center/contain no-repeat;
}
@media (max-width: 767px) {
    .banner-left .banner-content:after {
        bottom: -135px;
        width: 270px;
        height: 129px;
    }
}
@media (max-width: 520px) {
    .banner-left .banner-content:after {
        bottom: -107px;
        width: 220px;
        height: 103px;
    }
}
@media (max-width: 420px) {
    .banner-left .banner-content:after {
        left: 50%;
        bottom: -78px;
        width: 160px;
        height: 76px;
        margin-left: -80px;
    }
}

.banner-left .banner-content .banner-content-img { }
@media (max-width: 520px) {
    .banner-left .banner-content .banner-content-img {

    }
}
@media (max-width: 420px) {
    .banner-left .banner-content .banner-content-img {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.banner-left .banner-content .banner-content-img img { }
@media (max-width: 767px) {
    .banner-left .banner-content .banner-content-img img {
        width: 80%;
        height: auto;
    }
}
@media (max-width: 520px) {
    .banner-left .banner-content .banner-content-img img {
        width: 160px;
    }
}
@media (max-width: 420px) {
    .banner-left .banner-content .banner-content-img img {
        width: 145px;
    }
}

.banner-left .banner-content .banner-content-title {
    margin-top: 10px;
    background-color: #FFFFFF;
    font-family: 'Lato', sans-serif;
}
@media (max-width: 520px) {
    .banner-left .banner-content .banner-content-title {
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
    }
}
@media (max-width: 420px) {
    .banner-left .banner-content .banner-content-title {

    }
}

.banner-left .banner-content .banner-content-title .banner-content-title-first {
    display: inline-block;
    padding-top: 5px;
    line-height: 38px;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2C3E50;
}
@media (max-width: 767px) {
    .banner-left .banner-content .banner-content-title .banner-content-title-first {
        font-size: 25px;
        line-height: 31px;
    }
}
@media (max-width: 520px) {
    .banner-left .banner-content .banner-content-title .banner-content-title-first {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 420px) {
    .banner-left .banner-content .banner-content-title .banner-content-title-first {
        font-size: 14px;
        line-height: 17px;
    }
}

.banner-left .banner-content .banner-content-title .banner-content-title-second {
    display: inline-block;
    margin-top: 10px;
    font-size: 36px;
    color: #FF5806;
    font-weight: 700;
    line-height: 43px;
}
@media (max-width: 767px) {
    .banner-left .banner-content .banner-content-title .banner-content-title-second {
        font-size: 28px;
        line-height: 28px;
    }
}
@media (max-width: 520px) {
    .banner-left .banner-content .banner-content-title .banner-content-title-second {
        position: relative;
        top: -10px;
        margin-top: 0;
        font-size: 21px;
        line-height: 21px;
    }
}
@media (max-width: 420px) {
    .banner-left .banner-content .banner-content-title .banner-content-title-second {
        font-size: 17px;
        line-height: 17px;
    }
}

.banner-right {
    /*min-height: 600px;*/

    /*border: 1px solid pink;*/
}

.banner-right .banner-content {
    position: relative;
    width: 280px;
    min-height: 300px;
    margin-right: auto;
    /* next margin-top moves banner's content */
    margin-top: 50px;

    /*border: 1px solid blue;*/
}
@media (max-width:991px) {
    .banner-right .banner-content {
        width: 703px;
        height: auto;
        min-height: 0;
        margin-left: auto;
        margin-top: 0;
    }
}
@media (max-width:767px) {
    .banner-right .banner-content {
        width: 100%;
        margin-top: 25px;
    }
}
@media (max-width:420px) {
    .banner-right .banner-content {
        margin-top: 15px;
    }
}

.banner-right .banner-content .banner-content-play-modal {
    /*border: 1px solid yellow;*/
    width: 125px;
    height: 125px;
    margin-top: 225px;
    margin-left: 20px;
}
@media (max-width:991px) {
    .banner-right .banner-content .banner-content-play-modal {
        display: none;
    }
}

.banner-right .banner-content .banner-content-play-static {
    display: none;
    color: transparent;
}
@media (max-width: 991px) {
    .banner-right .banner-content .banner-content-play-static {
        display: block;
        color: white;
    }
}

.banner-right .banner-content .banner-content-play-modal a {
    display: block;
    width: 125px;
    height: 125px;
    background-image: url("../images/play.png");
    background-color: #FF925D;
    background-color: rgba(255,88,6,0.65);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
}

.banner-right .banner-content .banner-content-play-modal a:hover {
    background-color: #f15a24;
}
/* ====== BANNER SECTION END ====== */


/* ====== ADVANTAGES SECTION START ====== */
.advantages {
    /*min-height: 210px;*/
    padding-top: 35px;
    padding-left: 60px;
    padding-right: 60px;
}
@media (max-width: 520px) {
    .advantages {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 420px) {
    .advantages {
        padding-top: 20px;
    }
}

.advantages .advantages-item { }
@media (max-width: 991px) {
    .advantages .advantages-item {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .advantages .advantages-item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

.advantages-item .advantages-item-content { }

.advantages-item .advantages-item-content .advantages-item-content-img {
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 3px solid #F7F7F7;
    transition: border-color 0.5s ease;
}
.advantages-item .advantages-item-content .advantages-item-content-img:hover {
    border: 3px solid #00BFF3;
}

.advantages-item .advantages-item-content .advantages-item-content-img img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 62px;
    height: auto;
    margin: -31px auto 0;
}

.advantages-item .advantages-item-content .advantages-item-content-text {
    margin-top: 29px;
    text-align: center;
    line-height: 19px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #2C3E50;
}
/* ====== ADVANTAGES SECTION END ====== */


/* ====== VIDEO REVIEWS SECTION START ====== */
.reviews {
    padding-top: 15px;
}

.reviews .reviews-content {
    width: 480px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
    .reviews .reviews-content {
        width: 703px;
    }
}
@media (max-width: 767px) {
    .reviews .reviews-content {
        width: 100%;
    }
}

.reviews-desktop { }
.reviews-desktop { }

.reviews-mobile { }
.reviews-mobile { }
/* ====== VIDEO REVIEWS SECTION END ====== */


/* ====== PROMO21 SECTION START ====== */
.promo21 {
    min-height: 600px;
    background: url("../images/promo-2+1.jpg") center right/cover no-repeat;
}
@media (max-width: 991px) {
    .promo21 {
        background: url("../images/promo-2+1-middle.jpg") top right/cover no-repeat;
    }
}
@media (max-width: 767px) {
    .promo21 {
        background: url("../images/promo-2+1-middle.jpg") 100% 60%/200% no-repeat;
    }
}
@media (max-width: 520px) {
    .promo21 {
        min-height: 550px;
    }
}
@media (max-width: 420px) {
    .promo21 {
        min-height: 470px;
        background: url("../images/promo-2+1-middle.jpg") 90% 40%/205% no-repeat;
    }
}

.promo21 .promo21-content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-top: 75px;
}
@media (max-width: 991px) {
    .promo21 .promo21-content {
        width: 703px;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .promo21 .promo21-content {
        width: 100%;
        padding-top: 0;
    }
}

.promo21-content .promo21-content__title {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #FF5806;
}
@media (max-width: 767px) {
    .promo21-content .promo21-content__title {
        padding-top: 35px;
        text-align: center;
        font-size: 40px;
    }
}
@media (max-width: 520px) {
    .promo21-content .promo21-content__title {
        font-size: 35px;
    }
}
@media (max-width: 420px) {
    .promo21-content .promo21-content__title {
        font-size: 30px;
    }
}

.promo21-content .promo21-content__price {
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-width: 420px) {
    .promo21-content .promo21-content__price {
        margin-bottom: 0;
    }
}

.promo21-content .promo21-content__price-new {
    display: inline-block;
    font-size: 48px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #2C3E50;
}
@media (max-width: 767px) {
    .promo21-content .promo21-content__price-new {
        font-size: 44px;
    }
}
@media (max-width: 520px) {
    .promo21-content .promo21-content__price-new {
        font-size: 40px;
    }
}
@media (max-width: 420px) {
    .promo21-content .promo21-content__price-new {
        font-size: 28px;
    }
}

.promo21-content .promo21-content__price-text {
    display: inline-block;
    padding-left: 20px;
    padding-right: 25px;
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #FF5806;
}
@media (max-width: 991px) {
    .promo21-content .promo21-content__price-text {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 767px) {
    .promo21-content .promo21-content__price-text {
        font-size: 33px;
    }
}
@media (max-width: 520px) {
    .promo21-content .promo21-content__price-text {
        font-size: 30px;
    }
}
@media (max-width: 420px) {
    .promo21-content .promo21-content__price-text {
        padding-left: 2px;
        padding-right: 2px;
        font-size: 17px;
        font-weight: 700;
    }
}

.promo21-content .promo21-content__price-old {
    display: inline-block;
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #FF5806;
    text-decoration: line-through;
}
@media (max-width: 767px) {
    .promo21-content .promo21-content__price-old {
        font-size: 33px;
    }
}
@media (max-width: 520px) {
    .promo21-content .promo21-content__price-old {
        font-size: 30px;
    }
}
@media (max-width: 420px) {
    .promo21-content .promo21-content__price-old {
        font-size: 18px;
        font-weight: 700;
    }
}

.promo21-content .promo21-content__free {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #2C3E50;
}
@media (max-width: 767px) {
    .promo21-content .promo21-content__free {
        max-width: 240px;
        margin-bottom: 200px;
        font-size: 20px;
    }
}
@media (max-width: 520px) {
    .promo21-content .promo21-content__free {
        margin-bottom: 120px;
        font-size: 18px;
    }
}
@media (max-width: 420px) {
    .promo21-content .promo21-content__free {
        max-width: 170px;
        margin-bottom: 100px;
        font-size: 14px;
    }
}

.promo21-content__free-buy {
    display: inline-block;
}

.promo21-content__free-last {
    display: inline-block;
}
@media (max-width: 420px) {
    .promo21-content__free-last {
        margin-top: -4px;
        font-size: 18px;
        color: #FF5806;
    }
}

.promo21-content .promo21-content__action-end {
    margin-top: 10px;
    font-size: 21px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #2C3E50;
}
@media (max-width: 767px) {
    .promo21-content .promo21-content__action-end {
        font-size: 18px;
    }
}
@media (max-width: 520px) {
    .promo21-content .promo21-content__action-end {
        font-size: 16px;
    }
}
@media (max-width: 420px) {
    .promo21-content .promo21-content__action-end {
        margin-top: 5px;
        font-size: 14px;
    }
}

.promo21-content .promo21-content__clock {
    width: 480px;
    min-height: 160px;
    margin-left: -15px;
    padding-top: 12px;
    background-image: url("../images/bg-clock-hours.png"), url("../images/bg-clock-minutes.png"), url("../images/bg-clock-seconds.png");
    background-repeat: no-repeat;
    background-position: left center, center center, right center;
}
@media (max-width: 520px) {
    .promo21-content .promo21-content__clock {
        width: 230px;
        min-height: 144px;
        margin-left: 0;
        margin-top: -50px;
        padding-left: 5px;
        background-size: 33%;
    }
}
/* ====== PROMO21 SECTION END ====== */


/* ====== ISSUES SECTION START ====== */
.issues {
    /*min-height: 210px;*/
    padding-top: 55px;
    padding-left: 60px;
    padding-right: 60px;
}
@media (max-width: 520px) {
    .issues {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 520px) {
    .issues {
        padding-top: 35px;
    }
}
@media (max-width: 420px) {
    .issues {
        padding-top: 20px;
    }
}

.issues .issues-item { }
@media (max-width: 991px) {
    .issues .issues-item {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .issues .issues-item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

.issues-item .issues-item-content { }

.issues-item .issues-item-content .issues-item-content-img {
    position: relative;
    width: 222px;
    height: 222px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 3px solid #F7F7F7;
    transition: border-color 0.5s ease;
}
.issues-item .issues-item-content .issues-item-content-img:hover {
    border: 3px solid #FF5806;
}

.issues-item .issues-item-content .issues-item-content-img img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;

    display: block;
    width: 196px;
    height: 196px;
    margin: -98px auto 0;

    border-radius: 50%;
}

.issues-item .issues-item-content .issues-item-content-text {
    margin-top: 15px;
    text-align: center;
    line-height: 19px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #2C3E50;
}
@media (max-width: 1199px) {
    .issues-item .issues-item-content .issues-item-content-text {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 767px) {
    .issues-item .issues-item-content .issues-item-content-text {
        max-width: 300px;
    }
}
/* ====== ISSUES SECTION END ====== */


/* ====== WHY SECTION START ====== */
.why {
    min-height: 405px;
    margin-top: 25px;
    background: url("../images/bg-why.jpg") right center/cover no-repeat;
}
@media (max-width: 991px) {
    .why {
        background: url("../images/bg-why.jpg") 30% center/cover no-repeat;
    }
}
@media (max-width: 520px) {
    .why {
        min-height: 345px;
        background: url("../images/bg-why.jpg") 30% center/cover no-repeat;
    }
}
@media (max-width: 420px) {
    .why {
        margin-top: 10px;
        background: url("../images/bg-why-tablet.jpg") 255px no-repeat;
    }
}

.why .why-content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-left: 75px;
}
@media (max-width: 991px) {
    .why .why-content {
        width: 703px;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .why .why-content {
        width: 100%;
    }
}

.why-content .why-list {
    max-width: 495px;
    list-style: none;
}
@media (max-width: 991px) {
    .why-content .why-list {
        max-width: 430px;
        padding-left: 0;
    }
}
@media (max-width: 520px) {
    .why-content .why-list {
        max-width: 350px;
    }
}
@media (max-width: 420px) {
    .why-content .why-list {
        max-width: 240px;
    }
}

.why-content .why-list .why-list__item {
    min-height: 70px;
    padding-left: 100px;
    margin-bottom: 22px;
    background-repeat: no-repeat;
    background-size: 70px;
}
@media (max-width: 520px) {
    .why-content .why-list .why-list__item {
        min-height: 55px;
        margin-bottom: 18px;
        padding-left: 70px;
        background-size: 55px;
    }
}
@media (max-width: 420px) {
    .why-content .why-list .why-list__item {
        background-size: 40px;
        padding-left: 50px;
    }
}

.why-list__item.why-list__item-1 {
    background-image: url("../images/why-1.png");
}

.why-list__item.why-list__item-2 {
    background-image: url("../images/why-2.png");
}

.why-list__item.why-list__item-3 {
    background-image: url("../images/why-3.png");
}

.why-list__item.why-list__item-4 {
    background-image: url("../images/why-4.png");
}

.why-content .why-list .why-list__item .why-list__item-content {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #2C3E50;
}
/* ====== WHY SECTION END ====== */


/* ====== HOW SECTION START ====== */
.how {
    /*min-height: 210px;*/
    padding-top: 35px;
    padding-left: 60px;
    padding-right: 60px;
}
@media (max-width: 520px) {
    .how {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 520px) {
    .how {
        padding-top: 15px;
    }
}
@media (max-width: 420px) {
    .how {
    }
}

.how .how-item { }
@media (max-width: 991px) {
    .how .how-item {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .how .how-item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

.how-item .how-item-content { }

.how-item .how-item-content .how-item-content-img {
    position: relative;
    width: 222px;
    height: 222px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 3px solid #F7F7F7;
    transition: border-color 0.5s ease;
}
.how-item .how-item-content .how-item-content-img:hover {
    border: 3px solid #FF5806;
}

.how-item .how-item-content .how-item-content-img img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;

    display: block;
    width: 196px;
    height: 196px;
    margin: -98px auto 0;

    border-radius: 50%;
}

.how-item .how-item-content .how-item-content-img.how-item-content-img-4 {

}


.how-item .how-item-content .how-item-content-img.how-item-content-img-4:before {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 1;
    overflow: hidden;
    width: 196px;
    height: 196px;
    margin-top: -98px;
    margin-left: 10px;
    background: url("../images/how-4.gif") center/180% no-repeat;
    border-radius: 50%;
}

.how-item .how-item-content .how-item-content-text {
    margin-top: 15px;
    text-align: center;
    line-height: 19px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #2C3E50;
}
@media (max-width: 1199px) {
    .how-item .how-item-content .how-item-content-text {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 767px) {
    .how-item .how-item-content .how-item-content-text {
        max-width: 300px;
    }
}

.how-item .how-item-content .how-item-content-text span {
    color: #FF5806;
    font-weight: 700;
}
/* ====== HOW SECTION END ====== */


/* ====== PROMO32 SECTION START ====== */
.promo32 {
    min-height: 600px;
    background: url("../images/promo-3+2-middle.jpg") center right/cover no-repeat;
}
@media (max-width: 991px) {
    .promo32 {
        background: url("../images/promo-3+2-middle.jpg") top right/cover no-repeat;
    }
}
@media (max-width: 767px) {
    .promo32 {
        background: url("../images/promo-3+2-middle.jpg") 100% 60%/200% no-repeat;
    }
}
@media (max-width: 520px) {
    .promo32 {
        min-height: 550px;
    }
}
@media (max-width: 420px) {
    .promo32 {
        min-height: 470px;
        background: url("../images/promo-3+2.jpg") 94% 30%/207% no-repeat;
    }
}

.promo32 .promo32-content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-top: 75px;
}
@media (max-width: 991px) {
    .promo32 .promo32-content {
        width: 703px;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .promo32 .promo32-content {
        width: 100%;
        padding-top: 0;
    }
}

.promo32-content .promo32-content__title {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #2C3E50;
}
@media (max-width: 767px) {
    .promo32-content .promo32-content__title {
        padding-top: 35px;
        text-align: center;
        font-size: 40px;
    }
}
@media (max-width: 520px) {
    .promo32-content .promo32-content__title {
        font-size: 35px;
    }
}
@media (max-width: 420px) {
    .promo32-content .promo32-content__title {
        font-size: 30px;
    }
}

.promo32-content .promo32-content__price {
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-width: 420px) {
    .promo32-content .promo32-content__price {
        margin-bottom: 0;
    }
}

.promo32-content .promo32-content__price-new {
    display: inline-block;
    font-size: 48px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #2C3E50;
}
@media (max-width: 767px) {
    .promo32-content .promo32-content__price-new {
        font-size: 44px;
    }
}
@media (max-width: 520px) {
    .promo32-content .promo32-content__price-new {
        font-size: 40px;
    }
}
@media (max-width: 420px) {
    .promo32-content .promo32-content__price-new {
        font-size: 28px;
    }
}

.promo32-content .promo32-content__price-text {
    display: inline-block;
    padding-left: 20px;
    padding-right: 25px;
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #FF5806;
}
@media (max-width: 991px) {
    .promo32-content .promo32-content__price-text {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 767px) {
    .promo32-content .promo32-content__price-text {
        font-size: 33px;
    }
}
@media (max-width: 520px) {
    .promo32-content .promo32-content__price-text {
        font-size: 30px;
    }
}
@media (max-width: 420px) {
    .promo32-content .promo32-content__price-text {
        padding-left: 2px;
        padding-right: 2px;
        font-size: 17px;
        font-weight: 700;
    }
}

.promo32-content .promo32-content__price-old {
    display: inline-block;
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #FF5806;
    text-decoration: line-through;
}
@media (max-width: 767px) {
    .promo32-content .promo32-content__price-old {
        font-size: 33px;
    }
}
@media (max-width: 520px) {
    .promo32-content .promo32-content__price-old {
        font-size: 30px;
    }
}
@media (max-width: 420px) {
    .promo32-content .promo32-content__price-old {
        font-size: 18px;
        font-weight: 700;
    }
}

.promo32-content .promo32-content__free {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #2C3E50;
}
@media (max-width: 767px) {
    .promo32-content .promo32-content__free {
        max-width: 240px;
        margin-bottom: 200px;
        font-size: 20px;
    }
}
@media (max-width: 520px) {
    .promo32-content .promo32-content__free {
        margin-bottom: 120px;
        font-size: 18px;
    }
}
@media (max-width: 420px) {
    .promo32-content .promo32-content__free {
        max-width: 170px;
        margin-bottom: 100px;
        font-size: 14px;
    }
}

.promo32-content__free-buy {
    display: inline-block;
}

.promo32-content__free-last {
    display: inline-block;
}
@media (max-width: 420px) {
    .promo32-content__free-last {
        margin-top: -4px;
        font-size: 18px;
        color: #FF5806;
    }
}

.promo32-content .promo32-content__action-end {
    margin-top: 10px;
    font-size: 21px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #2C3E50;
}
@media (max-width: 767px) {
    .promo32-content .promo32-content__action-end {
        font-size: 18px;
    }
}
@media (max-width: 520px) {
    .promo32-content .promo32-content__action-end {
        font-size: 16px;
    }
}
@media (max-width: 420px) {
    .promo32-content .promo32-content__action-end {
        margin-top: 5px;
        font-size: 14px;
    }
}

.promo32-content .promo32-content__clock {
    width: 480px;
    min-height: 160px;
    margin-left: -15px;
    padding-top: 12px;
    background-image: url("../images/bg-clock-hours.png"), url("../images/bg-clock-minutes.png"), url("../images/bg-clock-seconds.png");
    background-repeat: no-repeat;
    background-position: left center, center center, right center;
}
@media (max-width: 520px) {
    .promo32-content .promo32-content__clock {
        width: 230px;
        min-height: 144px;
        margin-left: 0;
        margin-top: -50px;
        padding-left: 5px;
        background-size: 33%;
    }
}
/* ====== PROMO32 SECTION END ====== */


/* ====== FAQ SECTION START ====== */
.faq {
    /*min-height: 210px;*/
    padding-top: 5px;
    padding-left: 60px;
    padding-right: 60px;
    background: url("../images/bg-faq.png") 100px 0 no-repeat;
}
@media (max-width: 1199px) {
    .faq {
        background-position: 50px 0;
    }
}
@media (max-width: 991px) {
    .faq {
        background: none;
    }
}
@media (max-width: 520px) {
    .faq {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 420px) {
    .faq {
        padding-top: 0;
    }
}

.faq .faq-container {
    max-width: 645px;
}

.faq-container .panel-group .panel,
.faq-container .panel {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.faq-container .panel-default>.panel-heading+.panel-collapse>.panel-body p {
    line-height: 19px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #2C3E50;
}

.faq-container .panel-default>.panel-heading {
    background-color: #f7f7f7;
    min-height: 64px;
    padding: 0;
}

.faq-container .panel-default>.panel-heading h4 {
    display: table;
    overflow: hidden;
    min-height: 64px;
    width: 100%;
}

.faq-container .panel-title>a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    min-height: 64px;
    padding: 7px 15px 7px 55px;

    line-height: 23px;
    background: #ff5806 url("../images/expand-opened.png") 8px center/40px no-repeat;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767px) {
    .faq-container .panel-title>a {
        font-size: 16px;
    }
}
@media (max-width: 420px) {
    .faq-container .panel-title>a {
        padding-left: 45px;
        background: #ff5806 url("../images/expand-opened.png") 8px center/30px no-repeat;
    }
}

.faq-container .panel-title>a.collapsed {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    min-height: 64px;
    padding: 7px 15px 7px 55px;

    line-height: 23px;
    background: url("../images/expand.png") 8px center/40px no-repeat;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #212121;
    text-decoration: none;
}
@media (max-width: 767px) {
    .faq-container .panel-title>a.collapsed {
        font-size: 16px;
    }
}
@media (max-width: 420px) {
    .faq-container .panel-title>a.collapsed {
        padding-left: 45px;
        background: url("../images/expand.png") 8px center/30px no-repeat;
    }
}

.faq-container .panel-group .panel+.panel {
    margin-top: 0;
    border-top: 0;
}
/* ====== FAQ SECTION END ====== */


/* ====== SHIPPING SECTION START ====== */
.shipping { }

.shipping .shipping-container {
    margin: 15px auto 0;
}

.shipping-container .nav-tabs > li, .nav-pills > li {
    /*float: none;*/
    display: inline-block;
}

.shipping-container .nav-tabs {
    text-align:center;
}


.shipping-container .shipping-container__nav {
    max-width: 920px;
    margin: 0 auto;
    line-height: 29px;
    letter-spacing: 3px;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #2C3E50;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 0;
}
@media (max-width: 991px) {
    .shipping-container .shipping-container__nav {
        max-width: 840px;
    }
}
@media (max-width: 420px) {
    .shipping-container .shipping-container__nav {
        font-size: 16px;
    }
}

.shipping-container .shipping-container__nav-shipping {
    float: left;
    letter-spacing: 3px;
}

.shipping-container .shipping-container__nav-payment {
    float: right;
    letter-spacing: 6px;
}

/* non-active tab */
.shipping-container .nav-tabs>li>a {
    width: 400px;
    border-bottom: 5px solid #FF5806;
    border-radius: 3px;

    font-weight: 400;
    color: #2C3E50;
}
@media (max-width: 991px) {
    .shipping-container .nav-tabs>li>a {
        width: 350px;
    }
}
@media (max-width: 767px) {
    .shipping-container .nav-tabs>li {
        width: 45%;
    }
    .shipping-container .nav-tabs>li>a {
        width: 100%;
    }
}
@media (max-width: 420px) {
    .shipping-container .nav-tabs>li>a {
        padding-right: 0;
        padding-left: 0;
    }
}

/* active tab */
.shipping-container .nav-tabs>li.active>a,
.shipping-container .nav-tabs>li.active>a:focus,
.shipping-container .nav-tabs>li.active>a:hover {
    background-color: #f7f7f7;
    border: 0;
    border-bottom: 5px solid #FF5806;
    border-radius: 3px;

    font-weight: 700;
    color: #2C3E50;
    cursor: pointer;
}

.shipping-container .nav-tabs>li.active:after {
    content: '';
    position: absolute;
    left: 196px;
    /*top: 58px;*/
    border: 12px solid transparent;
    border-top: 12px solid #FF5806;
}
@media (max-width: 991px) {
    .shipping-container .nav-tabs>li.active:after {
        left: 160px;
    }
}
@media (max-width: 767px) {
    .shipping-container .nav-tabs>li.active:after {
        left: 0;
        right: 0;
        width: 24px;
        margin: 0 auto;
    }
}

.shipping-container .shipping-container__content {
    max-width: 920px;
    margin: 18px auto 0;
    padding: 30px 45px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .shipping-container .shipping-container__content {
        max-width: 840px;
    }
}
@media (max-width: 520px) {
    .shipping-container .shipping-container__content {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 420px) {
    .shipping-container .shipping-container__content {
        padding: 5px 0 15px;
    }
}

.shipping-container .shipping-container__shipping {
    position: relative;
    min-height: 208px;
}
.shipping-container .shipping-container__shipping:after {
    content: '';
    position: absolute;
    top: -17px;
    right: 22px;
    width: 345px;
    height: 165px;
    background: url("../images/free-shipping.png") center/contain no-repeat;
}
@media (max-width: 991px) {
    .shipping-container .shipping-container__shipping:after {
        margin-left: 56%;
        right: 0;
        left: 0;
        width: 315px;
    }
}
@media (max-width: 767px) {
    .shipping-container .shipping-container__shipping:after {
        top: 150px;
        width: 400px;
        height: 190px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 520px) {
    .shipping-container .shipping-container__shipping:after {
        width: 100%;
    }
}
@media (max-width: 420px) {
    .shipping-container .shipping-container__shipping:after {
        top: 30px;
        width: 290px;
    }
}

.shipping-container .shipping-container__shipping-title {
    max-width: 460px;
    line-height: 43px;
    font-size: 43px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #2C3E50;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .shipping-container .shipping-container__shipping-title {
        font-size: 36px;
        max-width: 400px;
    }
}
@media (max-width: 767px) {
    .shipping-container .shipping-container__shipping-title {
        margin: 20px auto 230px;
        text-align: center;
    }
}
@media (max-width: 420px) {
    .shipping-container .shipping-container__shipping-title {
        width: 290px;
        margin-bottom: 180px;
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
    }
}

.shipping-container .shipping-container__shipping-text {
    margin-top: 40px;
    line-height: 34px;
    font-size: 27px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #2C3E50;
}
@media (max-width: 767px) {
    .shipping-container .shipping-container__shipping-text {
        text-align: center;
    }
}
@media (max-width: 420px) {
    .shipping-container .shipping-container__shipping-text {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 21px;
        line-height: 24px;
    }
}

.shipping-container .shipping-container__shipping-text span {
    display: block;
    margin-bottom: 30px;
}
.shipping-container .shipping-container__shipping-text span+span {
    margin-bottom: 0;
}
@media (max-width: 420px) {
    .shipping-container .shipping-container__shipping-text span {
        margin-bottom: 20px;
    }
}

.shipping-container .shipping-container__payment {
    min-height: 225px;
}

.shipping-container .shipping-container__payment-img { }
.shipping-container .shipping-container__payment-img img { }
@media (max-width: 991px) {
    .shipping-container .shipping-container__payment-img {
        width: 270px;
        height: auto;
        margin-right: 35px;
    }

    .shipping-container .shipping-container__payment-img img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 767px) {
    .shipping-container .shipping-container__payment-img {
        float: none !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 420px) {
    .shipping-container .shipping-container__payment-img {
        padding-top: 10px;
    }
}

.shipping-container .shipping-container__payment-text {
    max-width: 480px;
    margin-top: 12px;
    line-height: 34px;
    font-size: 27px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #2C3E50;
}
@media (max-width: 991px) {
    .shipping-container .shipping-container__payment-text {
        float: none !important;
        max-width: none;
    }
}
@media (max-width: 767px) {
    .shipping-container .shipping-container__payment-text {
        text-align: center;
    }
}
@media (max-width: 420px) {
    .shipping-container .shipping-container__payment-text {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 21px;
        line-height: 24px;
    }
}

.shipping-container .shipping-container__payment-text span { }
@media (max-width: 767px) {
    .shipping-container .shipping-container__payment-text span {
        display: block;
        margin-bottom: 30px;
    }
}
@media (max-width: 420px) {
    .shipping-container .shipping-container__payment-text span {
        display: block;
        margin-bottom: 20px;
    }
}
.shipping-container .shipping-container__payment-text span+span { }
@media (max-width: 767px) {
    .shipping-container .shipping-container__payment-text span + span {
        display: block;
        margin-bottom: 0;
    }
}
/* ====== SHIPPING SECTION END ====== */


/* ====== CONTACTS SECTION START ====== */
.contacts {

}

.contacts .contacts-container {

}

.contacts .contacts__list {
    padding: 25px 0;
    list-style: none;
}
@media (max-width: 420px) {
    .contacts .contacts__list {
        padding-top: 20px;
    }
}

.contacts .contacts__item {
    padding-top: 75px;
    text-align: center;
}

.contacts .contacts__item a {
    line-height: 48px;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #505050;
}
@media (max-width: 420px) {
    .contacts .contacts__item a {
        font-size: 29px;
    }
}

.contacts .contacts__item a:hover,
.contacts .contacts__item a:focus,
.contacts .contacts__item a:active {
    color: #505050;
}


.contacts .contacts__item--phone {
    background: url("../images/iphone-big.png") center -5px / 90px no-repeat;
}

.contacts .contacts__item--email {
    background: url("../images/email-big.png") center / 60px no-repeat;
}
/* ====== CONTACTS SECTION END ====== */


/* ====== SOCIAL SECTION START ====== */
.social {

}

.social .social-container {

}

.social .social__list {
    padding: 35px 0;
    list-style: none;
    text-align: center;
}

.social .social__item {
    display: inline-block;
    padding: 15px;
}
/* ====== SOCIAL SECTION END ====== */

/* ====== FOOTER SECTION START ====== */
.footer {
    position: relative;
    max-width: 920px;
    min-height: 100px;
    margin: 0 auto;
}

.footer .contacts-info {

}

.footer .contacts-info__title {
    margin-top: 12px;
    margin-bottom: -4px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #F15A24;
}

.footer .contacts-info__email {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}
.footer .contacts-info__email:hover,
.footer .contacts-info__email:active,
.footer .contacts-info__email:visited {
    color: #F15A24;
}

.footer .contacts-info__social {
    margin-top: 5px;
    margin-bottom: 0;
}

.footer .contacts-info__instagram {
    display: inline-block;
    width: 39px;
    height: 34px;
    background: url("../images/social-icons.png") no-repeat;
    background-size: 79px;
}
.footer .contacts-info__instagram:hover {
    background-position-y: -35px;
}

.contacts-info__facebook {
    display: inline-block;
    width: 39px;
    height: 34px;
    background: url("../images/social-icons.png") no-repeat;
    background-position-x: -40px;
    background-size: 79px;
}
.footer .contacts-info__facebook:hover {
    background-position-y: -35px;
}

.footer .scroll-top {
    height: 100px;
    line-height: 100px;
    text-align: center;
}
@media (max-width: 767px) {
    .footer .scroll-top {
        position: absolute;
        left: 0;
        right: 0;
        top: -95px;
        height: auto;
        line-height: 0;
    }
}

.footer .scroll-top a {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: url("../images/up.png") center/contain no-repeat;
}
@media (max-width: 767px) {
    .footer .scroll-top a {
        width: 55px;
        height: 55px;
        background: url("../images/up-dark.png") center/contain no-repeat;
    }
}

.footer .terms {
    height: 100px;
    line-height: 100px;
    text-align: right;
}
@media (max-width: 767px) {
    .footer .terms {
        text-align: center;
    }
}

.footer .terms a {
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    word-spacing: 2px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .footer .terms a {
        font-size: 20px;
    }
}
@media (max-width: 420px) {
    .footer .terms a {
        font-size: 18px;
    }
}

.footer .terms a:hover,
.footer .terms a:active,
.footer .terms a:focus {
    color: #FFFFFF;
    text-decoration: underline;
}
/* ====== FOOTER SECTION END ====== */










    .video-div{
      max-width: 740px;
      margin: 0 auto 0;
    }
    .video-div-inner{
      /*max-width: 538px;*/
      margin: 0 auto 0;
    }
    .video-div-inner .item{
      text-align: center;
    }


    .ifr-1{
      height: 140px;
      width: 100%;
    }
    .ifr-2{
      height: 478px;
      width: 50%;
    }
    .ifr-3{
      height: 478px;
      width: 67%;
    }
    .ifr-4{
      height: 478px;
      width: 50%;
    }
    .ifr-5{
      height: 478px;
      width: 50%;
    }
    .ifr-6{
      height: 300px;
      width: 100%;
    }

    @media (max-width: 767px) {
      .ifr-1{
        height: 150px;
        width: 70%;
      }
      .ifr-2{
        height: 410px;
        width: 43%;
      }
      .ifr-3{
        height: 410px;
        width: 100%;
      }
      .ifr-4{
        height: 303px;
        width: 100%;
      }
      .ifr-5{
        height: 410px;
        width: 43%;
      }
      .ifr-6{
        height: 196px;
        width: 65%;
      }
    }

      @media (max-width: 580px) {
      .ifr-1{
        height: 148px;
        width: 70%;
      }
      .ifr-2{
        height: 502px;
        width: 55%;
      }
      .ifr-3{
        height: 346px;
        width: 90%;
      }
      .ifr-4{
        height: 261px;
        width: 90%;
      }
      .ifr-5{
        height: 502px;
        width: 55%;
      }
      .ifr-6{
        height: 220px;
        width: 77%;
      }
    }


          @media (max-width: 425px) {
      .ifr-1{
        height: 205px;
        width: 70%;
      }
      .ifr-2{
        height: 358px;
        width: 55%;
      }
      .ifr-3{
        height: 246px;
        width: 90%;
      }
      .ifr-4{
        height: 186px;
        width: 90%;
      }
      .ifr-5{
        height: 361px;
        width: 55%;
      }
      .ifr-6{
        height: 160px;
        width: 77%;
      }
    }


        @media (max-width: 380px) {
      .ifr-1{
        height: 215px;
        width: 70%;
      }
      .ifr-2{
        height: 365px;
        width: 65%;
      }
      .ifr-3{
        height: 235px;
        width: 100%;
      }
      .ifr-4{
        height: 177px;
        width: 100%;
      }
      .ifr-5{
        height: 370px;
        width: 65%;
      }
      .ifr-6{
        height: 150px;
        width: 77%;
      }
    }

            @media (max-width: 340px) {
      .ifr-1{
        height: 286px;
        width: 70%;
      }
      .ifr-2{
        height: 301px;
        width: 65%;
      }
      .ifr-3{
        height: 194px;
        width: 100%;
      }
      .ifr-4{
        height: 146px;
        width: 100%;
      }
      .ifr-5{
        height: 301px;
        width: 65%;
      }
      .ifr-6{
        height: 113px;
        width: 77%;
      }
    }


    .video-indicators .active{
      background-color: #25c4aa !important;
    }
    .video-controls{
      color: #25c4aa;
      background-image: none !important;
    }
    .video-controls:hover,
    .video-controls:active,
    .video-controls:visited,
    .carousel-control:focus,
    .carousel-control:hover{
      color: #25c4aa !important;
    }


    .advantages-wrap{
      padding-top: 100px;
      padding-bottom: 40px;
    }

    @media (max-width: 520px){
      .advantages-wrap{
        padding-top: 0;
        height: 100%;
        margin-bottom: 30px

      }
    }

    .promo-wrap{
      padding-top: 100px;
      padding-bottom: 40px;

    }


.carousel-indicators.video-indicators{
  display: none;
}

@media (min-width: 601px) and (max-width: 840px){
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
  left: 0%!important;
}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
  right: 0%!important;
    
}
}


@media (max-width: 660px){
 /* .answer-block iframe{
    height: 100%!important;
    width: 100%!important;*/

  }

}

@media (min-width: 660px){
  /*.answer-block iframe{*/
  /*  height: 160px!important;*/
    
  }


@media (max-width: 600px){
  .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 10%!important;
    
  }
   
  .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 10%!important;
      
  }
}

    .myRandomFrame{

width: 560px;
}
iframe#item-frame1{
    height: 380px!important;
    width: 420px!important;
}
iframe#item-frame2{
    height: 410px!important;
    width: 420px!important;
}
iframe#item-frame3{
    height: 500px!important;
    width: 420px!important;
}
iframe#item-frame4{
    height: 870px!important;
    width: 420px!important;
}
iframe#item-frame5{
    width: 560px!important;
    height: 560px!important;
}
@media (max-width: 600px){
/*        .myRandomFrame{
    height: 210px!important;
    }*/
    iframe#item-frame1{
        height: 380px!important;
        width: 96%!important;
    }
    iframe#item-frame2{
        height: 400px!important;
        width: 96%!important;
    }
    iframe#item-frame3{
        height: 470px!important;
        width: 96%!important;
}
    iframe#item-frame4{
        height: 350px!important;
        width: 96%!important;
}
iframe#item-frame5{
  
    height: 410px!important;
    width: 96%!important;
    text-align: center;
    margin: 0 auto;
}
    .myRandomFrame{
height: 240px!important;
width: 96%;
margin: 0 auto;
text-align: center;
}
.carousel-control{
    width: 1%;
}
}
.myframe{
    max-width: 560px;
    width: 100%;
}
/*
.myfr1{
    height: 408px;
}
.myfr2{
    height: 593px;
}
.myfr3{
    height: 418px;
}
.myfr4{
    height: 418px;
}
.myfr5{
    height: 418px;
}
.myfr6{
    height: 418px;
}
.myfr6{
    height: 418px;
}
*/
@media (max-width: 600px){
    .myfr1{
        height: 300px!important;
    }
    .myfr2{
       
    }
}
@media (max-width: 600px){
    .myfr3{
       height: 370px!important;
    }
    .myfr4{
       height: 350px!important;
    }
    .myfr5{
       height: 340px!important;
    }
    .myfr7{
       height: 320px!important;
    }
    .container.container--faq{
        margin-top: -20px;
    }
}
.my-logos{
    height: 50px;
}
@media (max-width: 992px){
.my-logos{

height: 35px;
}
}