* {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: Lato, sans-serif;
}

body {
    min-width: 310px;
    overflow: auto;
}
.note{
    font-size: 30px !important;    
}
.container {
    max-width: 480px;
    margin: 0 auto;
    overflow: hidden;
}

.block.feedbacks.instagram-1 .arrow-left,
.block.feedbacks.instagram-1 .arrow-right,
.block.feedbacks.instagram-1 .list {
    display: inline-block;
    vertical-align: middle;
}

.block.feedbacks.instagram-1 .list {
    width: 71%;
    margin: 0 3%;
}

.block.feedbacks.instagram-1 .list .item {
    display: none;
}

.block.feedbacks.instagram-1 .list .item.active {
    display: inline-block;
}

.block.feedbacks.instagram-1 .list .item .insta {
    box-shadow: 0 0 15px #ddd;
    border-radius: 10px;
}

.block.feedbacks.instagram-1 .list .item .insta p {
    background-color: #fff;
    width: 90%;
    padding: 20px 5% 30px;
}

.block.feedbacks.instagram-1 .list .item .name {
    color: #273f4b;
    padding: 10px 0 20px;
    text-align: center;
}

.block.feedbacks.instagram-1 .list .item .name h3 {
    text-transform: uppercase;
    font-size: 18px;
}

.block.feedbacks.instagram-1 .list .item .name .hint {
    font-size: 15px;
}

.block.feedbacks.instagram-1 .arrow-left,
.block.feedbacks.instagram-1 .arrow-right {
    width: 10%;
}

.block.feedbacks.instagram-1 .arrow-left img,
.block.feedbacks.instagram-1 .arrow-right img {
    max-width: 100%;
}

.block.feedbacks.instagram-1 .item img {
    width: 100%;
    margin-bottom: -4px;
}

.block.feedbacks.instagram-2 .arrow-left,
.block.feedbacks.instagram-2 .arrow-right {
    display: inline-block;
    vertical-align: middle;
}

.block.feedbacks.instagram-2 .list {
    width: 90%;
    margin: 0 auto;
    max-width: 350px;
}

.block.feedbacks.instagram-2 .list .item {
    background-color: #fff;
    border-radius: 10px;
    padding-top: 10px;
    display: none;
}

.block.feedbacks.instagram-2 .list .item.active {
    display: inline-block;
}

.block.feedbacks.instagram-2 .list .item .insta {
    border-radius: 10px;
}

.block.feedbacks.instagram-2 .list .item .insta p {
    background-color: #fff;
    width: 95%;
    padding: 5px 2.5% 30px;
    line-height: 150%;
}

@media all and (max-width: 359px) {
    .block.feedbacks.instagram-2 .list .item .insta p {
        font-size: 14px;
    }
}

.block.feedbacks.instagram-2 .list .item .name {
    font-family: Lato, sans-serif;
    padding: 15px 0 10px;
    font-size: 18px;
    width: 95%;
    margin: auto;
}

.block.feedbacks.instagram-2 .list .item .place {
    font-family: Lato, sans-serif;
    padding: 5px 0 10px;
    width: 95%;
    margin: auto;
}

.block.feedbacks.instagram-2 .controls {
    width: 90%;
    margin: 20px auto;
    max-width: 350px;
}

.block.feedbacks.instagram-2 .arrow-left,
.block.feedbacks.instagram-2 .arrow-right {
    width: 10%;
}

.block.feedbacks.instagram-2 .arrow-left img,
.block.feedbacks.instagram-2 .arrow-right img {
    max-width: 100%;
}

.block.feedbacks.instagram-2 .checkers {
    width: 76%;
    display: inline-block;
    text-align: center;
}

.block.feedbacks.instagram-2 .checkers div {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #0e5281;
    border: 1px solid #21cbff;
}

.block.feedbacks.instagram-2 .checkers div.active {
    background-color: #21cbff;
}

.block.feedbacks.instagram-2 .item img {
    width: 100%;
    margin-bottom: -4px;
}

.block.feedbacks.simple-1 .arrow-left,
.block.feedbacks.simple-1 .arrow-right {
    display: inline-block;
    vertical-align: middle;
}

.block.feedbacks.simple-1 .list {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
    border-radius: 20px;
    background-color: #fff;
}

.block.feedbacks.simple-1 .list .item {
    padding-top: 10px;
}

.block.feedbacks.simple-1 .list .item.active {
    display: inline-block;
}

.block.feedbacks.simple-1 .list .item .heading {
    width: 95%;
    margin: 10px auto;
}

.block.feedbacks.simple-1 .list .item .heading .icon {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    margin-right: 5%;
}

.block.feedbacks.simple-1 .list .item .heading .text {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

.block.feedbacks.simple-1 .list .item .heading .name {
    font-family: Lato, sans-serif;
    font-size: 18px;
}

.block.feedbacks.simple-1 .list .item .heading .place {
    font-family: Lato, sans-serif;
    padding: 5px 0 10px;
    width: 95%;
    margin: auto;
}

.block.feedbacks.simple-1 .list .item p {
    width: 95%;
    padding: 5px 2.5% 60px;
    line-height: 150%;
}

@media all and (max-width: 359px) {
    .block.feedbacks.simple-1 .list .item p {
        font-size: 14px;
    }
}

.block.feedbacks.simple-1 .controls {
    width: 90%;
    margin: 20px auto;
    max-width: 350px;
}

.block.feedbacks.simple-1 .arrow-left,
.block.feedbacks.simple-1 .arrow-right {
    width: 15%;
}

.block.feedbacks.simple-1 .arrow-left img,
.block.feedbacks.simple-1 .arrow-right img {
    max-width: 100%;
}

.block.feedbacks.simple-1 .checkers {
    width: 65%;
    display: inline-block;
    text-align: center;
}

.block.feedbacks.simple-1 .checkers div {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #e8e1f1;
    border: 1px solid #841dce;
}

.block.feedbacks.simple-1 .checkers div.active {
    background-color: #841dce;
}

.block.feedbacks.simple-1 .item img {
    width: 100%;
    margin-bottom: -4px;
}

.block.h-btn-bg {
    padding: 20px 0;
}

.block.h-btn-bg .btn {
    width: 95%;
    margin: 0px auto;
}

.product-info {
    clear: both;
    background-color: #273f4b;
    padding: 10px 0;
    width: 95%;
    margin: 20px auto;
    border-radius: 10px;
    text-align: center;
}

.product-info h4,
.product-info h5 {
    color: #ff6108;
    font-size: 22px;
    margin: 0 auto 5px;
    width: 90%;
}

.product-info p {
    color: #fff;
}

@media all and (max-width: 400px) {
    .product-info h4,
    .product-info h5 {
        font-size: 18px;
    }
    .product-info p {
        font-size: 15px;
    }
}

.callback-btn.simple {
    position: fixed;
    right: -15px;
    top: 260px;
    background-color: #273f4b;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-right: none;
    padding-top: 15px;
    transition: right 100ms;
    z-index: 100;
    width: 70px;
    height: 40px;
}

.callback-btn.simple img {
    margin-left: 8px;
    width: 41px;
    margin-top: -8px;
}

.callback-form.simple {
    max-width: 350px;
    color: #fff;
    width: 95%;
    z-index: 10000;
    position: fixed;
    right: 0;
    top: 15%;
    background-color: #273f4b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 15px;
    padding-left: 25px;
    transition: right 500ms ease-in-out;
}

.callback-form.simple input {
    width: 90%;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

.callback-form.simple .close {
    position: absolute;
    right: 15px;
    top: 10px;
}

.callback-form.simple img {
    margin-bottom: 13px;
}

.callback-form.simple.hide {
    right: -150%;
}

.main-header {
    color: #000;
    text-align: center;
    padding: 10px 2.5%;
    border-radius: 7px;
    font-size: 19px;
    width: 95%;
    font-family: Lato, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.main-header span {
    color: #841dce;
}

.main-header span.std {
    text-transform: none;
}

.main-header span.big {
    font-family: Lato, sans-serif;
    font-size: 30px;
}

.main-header.invert {
    color: #fff;
}

.main-header.invert span {
    color: #fff;
}

.main-header.invert .highlight {
    color: #21cbff;
    font-family: Lato, sans-serif;
}

.main-header .highlight {
    color: #fff;
    background-color: #841dce;
    padding: 3px;
    font-family: Lato, sans-serif;
}

@media all and (max-width: 420px) {
    .main-header {
        font-size: 21px;
    }
}

@media all and (max-width: 380px) {
    .main-header {
        font-size: 20px;
    }
}

@media all and (max-width: 330px) {
    .main-header {
        font-size: 19px;
    }
}

h4.main-header {
    text-transform: none;
}

.hr {
    height: 1px;
    margin: 20px auto;
    background-color: #808080;
}

.sub-header {
    color: #000;
    text-align: center;
    padding: 10px 5%;
    border-radius: 7px;
    font-size: 20px;
    width: 90%;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
}

.sub-header span {
    color: #841dce;
}

.sub-header span.green {
    color: #8ca202;
}

.sub-header.invert {
    color: #fff;
}

.sub-header .hint {
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
}

@media all and (max-width: 420px) {
    .sub-header {
        font-size: 18px;
    }
}

@media all and (max-width: 380px) {
    .sub-header {
        font-size: 17px;
    }
}

@media all and (max-width: 330px) {
    .sub-header {
        font-size: 15px;
    }
}

.img.almost-full {
    display: block;
    width: 95%;
    margin: 0 auto;
    clear: both;
}

.img.fluid {
    display: block;
    width: 100%;
    clear: both;
}

.list.big-icon-h-p {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
}

.list.big-icon-h-p .item {
    margin-bottom: 20px;
}

.list.big-icon-h-p .icon {
    display: inline-block;
    width: 20%;
}

.list.big-icon-h-p .icon img {
    width: 100%;
}

.list.big-icon-h-p .text {
    display: inline-block;
    width: 74%;
    margin-left: 3%;
    vertical-align: top;
}

.list.big-icon-h-p .text h4 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.list.big-icon-h-p.middled .item {
    margin-bottom: 0;
}

.list.big-icon-h-p.middled .icon {
    vertical-align: middle;
}

.list.big-icon-h-p.middled .text {
    vertical-align: middle;
}

.list.big-icon-h-p.bg .item {
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 7px;
}

@media all and (max-width: 400px) {
    .list.big-icon-h-p .text h4 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .list.big-icon-h-p .text p {
        font-size: 14px;
    }
}

.list.big-icon-p .icon {
    width: 30%;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
}

.list.big-icon-p .icon img {
    width: 100%;
}

.list.big-icon-p .text {
    display: inline-block;
    width: 68%;
    font-size: 18px;
    vertical-align: middle;
}

.list.icon-p {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
}

.list.icon-p .item {
    margin-bottom: 20px;
}

.list.icon-p .icon {
    display: inline-block;
    width: 10%;
}

.list.icon-p .icon img {
    width: 100%;
}

.list.icon-p p {
    display: inline-block;
    width: 84%;
    margin-left: 3%;
    vertical-align: top;
}

@media all and (max-width: 420px) {
    .list.icon-p p {
        font-size: 14px;
    }
}

@media all and (max-width: 390px) {
    .list.icon-p p {
        font-size: 13px;
    }
}

@media all and (max-width: 370px) {
    .list.icon-p p {
        font-size: 12px;
    }
}

@media all and (max-width: 350px) {
    .list.icon-p p {
        font-size: 11px;
    }
}

.list.icon-p.middled .item {
    margin-bottom: 0;
}

.list.icon-p.middled .icon {
    vertical-align: middle;
}

.list.icon-p.middled .text {
    vertical-align: middle;
}

.list.large-icon_checker-h-p .item {
    margin-bottom: -10px;
}

.list.large-icon_checker-h-p .icon {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

.list.large-icon_checker-h-p .icon img {
    width: 100%;
}

.list.large-icon_checker-h-p .text {
    display: inline-block;
    width: 55%;
    margin-left: 10%;
    vertical-align: middle;
}

.list.large-icon_checker-h-p .text h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.list.large-icon_checker-h-p .text p {
    font-size: 14px;
}

@media all and (max-width: 400px) {
    .list.large-icon_checker-h-p .item {
        margin-bottom: 0;
    }
}

@media all and (max-width: 360px) {
    .list.large-icon_checker-h-p .text h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .list.large-icon_checker-h-p .text p {
        font-size: 13px;
    }
}

@media all and (max-width: 330px) {
    .list.large-icon_checker-h-p .text h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .list.large-icon_checker-h-p .text p {
        font-size: 12px;
    }
}

.list.small-icon-h-p {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
}

.list.small-icon-h-p .item {
    margin-bottom: 20px;
}

.list.small-icon-h-p .icon {
    display: inline-block;
    width: 15%;
}

.list.small-icon-h-p .icon img {
    width: 100%;
}

.list.small-icon-h-p .text {
    display: inline-block;
    width: 79%;
    margin-left: 3%;
    vertical-align: top;
}

.list.small-icon-h-p .text h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.list.small-icon-h-p.middled .item {
    margin-bottom: 0;
}

.list.small-icon-h-p.middled .icon {
    vertical-align: middle;
}

.list.small-icon-h-p.middled .text {
    vertical-align: middle;
}

@media all and (max-width: 330px) {
    .list.small-icon-h-p .text h4 {
        font-size: 16px;
    }
}

.list.small-icon-p {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
}

.list.small-icon-p .item {
    margin-bottom: 20px;
}

.list.small-icon-p .icon {
    display: inline-block;
    width: 15%;
}

.list.small-icon-p .icon img {
    width: 100%;
}

.list.small-icon-p .text {
    display: inline-block;
    width: 79%;
    margin-left: 3%;
    vertical-align: top;
}

.list.small-icon-p.middled .item {
    margin-bottom: 0;
}

.list.small-icon-p.middled .icon {
    vertical-align: middle;
}

.list.small-icon-p.middled .text {
    vertical-align: middle;
}

@media all and (max-width: 330px) {
    .list.small-icon-p .text h4 {
        font-size: 18px;
    }
}

.list.mini-icon-p {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
}

.list.mini-icon-p .item {
    margin-bottom: 20px;
}

.list.mini-icon-p .icon {
    display: inline-block;
    width: 5%;
}

.list.mini-icon-p .icon img {
    width: 100%;
}

.list.mini-icon-p .text {
    display: inline-block;
    width: 84%;
    margin-left: 1%;
    vertical-align: top;
}

@media all and (max-width: 380px) {
    .list.mini-icon-p .text {
        font-size: 14px;
    }
}

@media all and (max-width: 350px) {
    .list.mini-icon-p .text {
        font-size: 12px;
    }
}

.list.mini-icon-p.middled .item {
    margin-bottom: 0;
}

.list.mini-icon-p.middled .icon {
    vertical-align: middle;
}

.list.mini-icon-p.middled .text {
    vertical-align: middle;
}

@media all and (max-width: 330px) {
    .list.mini-icon-p .text h4 {
        font-size: 18px;
    }
}

.list.square-4-icon-p .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 4% 10px;
    width: 40%;
}

.list.square-4-icon-p .item .icon {
    width: 70%;
    margin: 0 auto 10px;
}

.list.square-4-icon-p .item .icon img {
    width: 100%;
}

.list.square-4-icon-p .item p {
    text-align: center;
    line-height: 150%;
    font-weight: bold;
}

.list.vertical-3-icon-h-p {
    padding: 20px 0;
}

.list.vertical-3-icon-h-p .item {
    width: 30%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
}

.list.vertical-3-icon-h-p .item .icon img {
    width: 100%;
}

.list.vertical-3-icon-h-p .item h4 {
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
    font-size: 15px;
}

@media all and (max-width: 359px) {
    .list.vertical-3-icon-h-p .item h4 {
        font-size: 13px;
    }
}

@media all and (max-width: 339px) {
    .list.vertical-3-icon-h-p .item h4 {
        font-size: 12px;
    }
}

.list.vertical-3-icon-h-p .item p {
    text-align: center;
}

@media all and (max-width: 359px) {
    .list.vertical-3-icon-h-p .item p {
        font-size: 12px;
    }
}

@media all and (max-width: 339px) {
    .list.vertical-3-icon-h-p .item p {
        font-size: 11px;
    }
}

.list.grid-2-inf-small-icon-h-p .item {
    width: 40%;
    margin: 10px 4%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.list.grid-2-inf-small-icon-h-p .item h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.list.grid-2-inf-small-icon-h-p .item p {
    font-size: 15px;
}

.list.big-number-h-p-img .item .heading {
    text-align: center;
}

.list.big-number-h-p-img .item .heading .number {
    font-size: 90px;
    display: inline-block;
    letter-spacing: -40px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    vertical-align: middle;
}

.list.big-number-h-p-img .item .heading .text {
    display: inline-block;
    text-align: center;
    max-width: 70%;
    vertical-align: middle;
}

.list.big-number-h-p-img .item .heading .text h4 {
    width: 100%;
}

.list.big-number-h-p-img .item .heading .text p {
    width: 70%;
    left: 15%;
    font-size: 14px;
}

.list.big-number-h-p-img .item img {
    width: 80%;
    left: 10%;
}

.list.icon-h-p-img .item {
    background: white;
    background: linear-gradient(to right, #ffe3d4 0%, #fff 50%, #ffe3d4 100%);
    border-radius: 10px;
    margin: 20px 0;
    padding: 20px 3%;
    width: 94%;
}

.list.icon-h-p-img .item .text {
    display: inline-block;
    vertical-align: top;
    width: 55%;
}

.list.icon-h-p-img .item .text .heading {
    white-space: nowrap;
}

.list.icon-h-p-img .item .text .heading .icon {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.list.icon-h-p-img .item .text .heading .icon img {
    width: 100%;
}

.list.icon-h-p-img .item .text .heading h5 {
    white-space: normal;
    width: 70%;
    margin-left: 3%;
    display: inline-block;
    vertical-align: top;
    color: #ff6108;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Lato, sans-serif;
}

@media all and (max-width: 359px) {
    .list.icon-h-p-img .item .text .heading h5 {
        font-size: 16px;
    }
}

.list.icon-h-p-img .item .text p {
    color: #000;
    line-height: 150%;
    font-size: 17px;
}

@media all and (max-width: 400px) {
    .list.icon-h-p-img .item .text p {
        font-size: 16px;
        line-height: 140%;
    }
}

@media all and (max-width: 359px) {
    .list.icon-h-p-img .item .text p {
        font-size: 14px;
        line-height: 120%;
    }
}

.list.icon-h-p-img .item .img {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    top: 20px;
    left: 7%;
}

.list.icon-h-p-img .item .img img {
    width: 100%;
}

.list.vertical-img-h-p .item {
    margin-bottom: 30px;
}

.list.vertical-img-h-p .item .img img {
    width: 100%;
}

.list.vertical-img-h-p .item h5 {
    width: 90%;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: Lato, sans-serif;
    margin: 10px auto;
}

.list.vertical-img-h-p .item p {
    width: 90%;
    color: #fff;
    margin: 0 auto;
    line-height: 150%;
}

.slider.fluid-touch .slides {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: auto;
}

.slider.fluid-touch .slides .item {
    width: 100%;
    display: inline-block;
}

.slider.fluid-touch .slides .item img {
    display: block;
    width: 100%;
}

.compare.hor-2 .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: left;
}

.compare.hor-2 .item h5 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px 0;
    width: 95%;
    left: 5%;
}

.compare.hor-2 .item img {
    width: 150%;
}

.compare.hor-2 .item.first img {
    left: -51%;
}

.compare.hor-2 .item.second img {
    top: 2px;
    right: -1%;
}

.compare.hor-2 .item.second h5 {
    top: 2px;
}

.form.form-1 {
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    left: 1%;
    padding: 30px 4%;
}

.form.form-1 .price {
    display: inline-block;
    width: 70%;
    vertical-align: top;
}

.form.form-1 .price h4 {
    color: #841dce;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 20px;
    white-space: nowrap;
}

@media all and (max-width: 420px) {
    .form.form-1 .price h4 {
        font-size: 19px;
    }
}

@media all and (max-width: 400px) {
    .form.form-1 .price h4 {
        font-size: 18px;
    }
}

@media all and (max-width: 380px) {
    .form.form-1 .price h4 {
        font-size: 17px;
    }
}

@media all and (max-width: 360px) {
    .form.form-1 .price h4 {
        font-size: 16px;
    }
}

@media all and (max-width: 340px) {
    .form.form-1 .price h4 {
        font-size: 15px;
    }
}

.form.form-1 .price .old-price {
    white-space: nowrap;
    color: #919191;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin: 0 2%;
}

.form.form-1 .price .old-price .number {
    font-size: 30px;
    font-weight: bold;
}

@media all and (max-width: 359px) {
    .form.form-1 .price .old-price .number {
        font-size: 25px;
    }
}

.form.form-1 .price .old-price .number span {
    font-weight: normal;
    font-size: 16px;
}

.form.form-1 .price .new-price {
    white-space: nowrap;
    color: #ff6108;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin: 0 2%;
}

.form.form-1 .price .new-price .number {
    font-size: 40px;
    font-weight: bold;
    font-family: Lato, sans-serif;
}

@media all and (max-width: 359px) {
    .form.form-1 .price .new-price .number {
        font-size: 35px;
    }
}

.form.form-1 .price .new-price .number span {
    font-family: Lato, sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.form.form-1 .price h5 {
    font-size: 16px;
    font-weight: normal;
}

@media all and (max-width: 400px) {
    .form.form-1 .price h5 {
        font-size: 14px;
    }
}

.form.form-1 .sale {
    display: inline-block;
    width: 20%;
    margin-left: 10%;
    vertical-align: top;
}

.form.form-1 .sale img {
    width: 100%;
}

.form.form-1 .btn img {
    width: 100%;
}

.form.form-2 {
    border-radius: 5px;
    width: 90%;
    left: 1%;
    padding: 30px 4%;
}

.form.form-2 h4 {
    color: #841dce;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
}

.form.form-2 .white-wrap {
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 10px;
}

.form.form-2 .price {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.form.form-2 .price .old-price {
    white-space: nowrap;
    color: #919191;
    display: inline-block;
    vertical-align: top;
}

.form.form-2 .price .old-price .number {
    font-size: 30px;
    font-weight: bold;
}

.form.form-2 .price .old-price .number span {
    font-weight: normal;
    font-size: 16px;
}

.form.form-2 .price .new-price {
    white-space: nowrap;
    color: #ff6108;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin: 0 2%;
}

.form.form-2 .price .new-price .number {
    font-size: 40px;
    font-weight: bold;
    font-family: Lato, sans-serif;
}

.form.form-2 .price .new-price .number span {
    font-family: Lato, sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.form.form-2 .price h5 {
    font-size: 16px;
    font-weight: normal;
}

.form.form-2 .sale {
    display: inline-block;
    width: 10%;
    margin-left: 10%;
    vertical-align: top;
    z-index: 10;
}

.form.form-2 .sale img {
    width: 200%;
}

.form.form-2 .product {
    display: inline-block;
    width: 30%;
    margin-left: 10%;
    vertical-align: top;
    margin-bottom: -100px;
}

.form.form-2 .product img {
    width: 170%;
    left: -50%;
    top: -100px;
}

.form.form-2 form h5 {
    font-weight: normal;
    left: 10px;
}

.form.form-2 form input {
    border: 1px solid #ff6108;
    border-radius: 5px;
    outline: none;
    margin: 5px auto 10px;
    width: 93%;
    display: block;
    padding: 10px 1%;
}

.form.form-2 .btn {
    width: 95%;
    margin: 0 auto;
}

.form.form-2 .btn img {
    width: 100%;
}

.block-2 .main-header {
    font-size: 23px;
}

@media all and (max-width: 420px) {
    .block-2 .main-header {
        font-size: 21px;
    }
}

@media all and (max-width: 380px) {
    .block-2 .main-header {
        font-size: 20px;
    }
}

@media all and (max-width: 330px) {
    .block-2 .main-header {
        font-size: 19px;
    }
}

.block-2 .form-3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 40px;
}

@media all and (max-width: 350px) {
    .block-2 .form-3 .main-header {
        left: 20px;
    }
    .block-2 .form-3 .price .new-price .number,
    .block-2 .form-3 .price .old-price .number {
        font-size: 30px;
    }
}

.btn {
    display: block;
    padding: 10px 30px;
    max-width: 280px;
    margin: 10px auto 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #be2364;
    border-color: #be2364;
    color: white;
}

.block-2 .badge {
    position: absolute;
    top: 20px;
    left: 0;
    width: 23%;
}

.block-2 .badge img {
    width: 100%;
}

.block-2 .price {
    width: 100%;
}

.block-2 .price .old-price,
.block-2 .price .new-price {
    display: inline-block;
    vertical-align: top;
}

.block-2 .price .old-price .title,
.block-2 .price .new-price .title {
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #808080;
}

.block-2 .price .old-price .number,
.block-2 .price .new-price .number {
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    font-size: 40px;
    font-family: Lato, sans-serif;
}

.block-2 .price .old-price .number span,
.block-2 .price .new-price .number span {
    font-size: 20px;
}

.block-2 .price .old-price {
    text-align: right;
    width: 50%;
}

.block-2 .price .old-price .number {
    color: #808080;
    font-family: Lato, sans-serif;
    text-decoration: line-through;
}

.block-2 .price .new-price {
    text-align: left;
    width: 40%;
    margin-left: 5%;
}

.block-2 .price .new-price .number {
    color: #841dce;
}

.block-4 .list .item p {
    color: #303135;
    line-height: 150%;
    font-size: 20px;
}

.block-5 {
    padding: 20px 0 0;
}

.block-5 p.main-hint {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-5 .list {
    z-index: 10;
}

.block-5 .list .item {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #fff;
}

.block-5 .list .item:first-child {
    margin-left: 16%;
}

.block-5 .list .item h4 {
    padding: 20px 0;
    font-size: 30px;
    color: #fff;
}

.block-5 .list .item .text {
    padding: 20px 0;
}

.block-5 .list .item .text h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.block-5 .list .item .text h3 {
    font-size: 30px;
}

.block-5 .list .item:nth-child(1) {
    border-color: #b393d2;
}

.block-5 .list .item:nth-child(1) h4 {
    background-color: #b393d2;
}

.block-5 .list .item:nth-child(2) {
    border-color: #a079c5;
}

.block-5 .list .item:nth-child(2) h4 {
    background-color: #a079c5;
}

.block-5 .list .item:nth-child(3) {
    border-color: #8d5bba;
}

.block-5 .list .item:nth-child(3) h4 {
    background-color: #8d5bba;
}

.block-5 .list .item:nth-child(4) {
    border-color: #7236a8;
}

.block-5 .list .item:nth-child(4) h4 {
    background-color: #7236a8;
}

.block-5 .list .item:nth-child(5) {
    border-color: #4b2e8a;
}

.block-5 .list .item:nth-child(5) h4 {
    background-color: #4b2e8a;
}

@media all and (max-width: 400px) {
    .block-5 .list .item h4 {
        font-size: 25px;
    }
    .block-5 .list .item .text h5 {
        font-size: 16px;
    }
    .block-5 .list .item .text h3 {
        font-size: 25px;
    }
}

@media all and (max-width: 380px) {
    .block-5 .list .item h4 {
        font-size: 20px;
    }
    .block-5 .list .item .text h5 {
        font-size: 15px;
    }
    .block-5 .list .item .text h3 {
        font-size: 20px;
    }
}

.block-5 .pic {
    margin: -10px auto 0;
    display: block;
}

.block-7 {
    padding: 20px 0;
}

.block-8 {
    padding: 20px 0;
    background-color: #e8e1f1;
}

.block-8 .container>.wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.block-8 .pic{
  text-align: center;
}
.block-8 .pic img {
    max-width: 100%;
}

.block-8 form h5 {
    font-weight: normal;
    color: #21cbff;
    width: 81%;
    margin: 0 auto;
}

.block-8 form label {
    width: 75%;
    margin: 0 auto;
    display: block;
}

.block-8 form input, .block-8 form select {
    background-color: #d4d4d4;
    border: none;
    border-radius: 15px;
    outline: none;
    font-size: 20px;
    margin: 5px auto 10px;
    width: 80%;
    display: block;
    padding: 15px 2%;
    box-sizing: border-box;
}

.block-8 .est {
    text-align: center;
    color: #808080;
    font-weight: bold;
    padding: 10px 0;
    font-size: 18px;
}

.block-8 .est span {
    font-size: 20px;
    color: red;
    font-family: Lato, sans-serif;
    font-weight: bold;
}

.block-8 .est .highlight {
    font-size: 16px;
    color: #000;
}

.block-8 .btn {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.block-8 .btn img {
    width: 100%;
}

.block-9 {
    padding: 20px 0;
    background-color: #fff;
    text-align: center;
}

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

.block-10 {
    padding: 20px 0;
}

.block-1 {
    padding: 20px 0;
}

.block-1 .logo {
    text-align: center;
}

.block-1 .list {
    font-weight: bold;
}

.block-1 .column-1,
.block-1 .column-2 {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.block-1 .column-1 {
    z-index: 10;
}

.block-1 .column-1 .badge {
    text-align: right;
}

.block-1 .column-1 .badge img {
    width: 50%;
}

.block-1 .column-2 .pic img {
    left: -60%;
    width: 160%;
}

.block-3 {
    padding: 20px 0;
    background-color: #e8e1f1;
}

.block-3 .list .item {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.block-3 .list .item .icon img {
    width: 90%;
    margin: 0 auto;
}

.block-3 .list .item .text {
    width: 84%;
}

.block-3 .list .item h4 {
    color: #21cbff;
    margin-bottom: 0;
}

.block-3 .list .item p {
    color: #303135;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}

@media all and (max-width: 350px) {
    .block-3 .list .item p {
        font-size: 15px;
    }
}

.block-3 .list .item:nth-child(4) {
    margin-left: 16%;
}

.block-6 {
    padding: 20px 0;
    background-color: #e8e1f1;
}

.block-6 .list .item .name {
    color: #841dce;
}

.block-6 .list .item p {
    font-style: normal;
    font-size: 15px;
}

.block-11 {
    background-color: #273f4b;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.block-11 h1 {
    font-weight: bold;
}

.block-11 .more {
    width: 100px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 0;
    margin: 20px auto;
    background-color: #21cbff;
}

.block-11 .list {
    border: 1px solid #21cbff;
    display: none;
}

.block-11 .list.visible {
    display: block;
}

.block-11 .list .item {
    border-bottom: 1px solid #21cbff;
}

.block-11 .list .item h4 {
    padding: 10px 0 0;
}

.block-11 .list .item p:last-child {
    padding: 5px 0 10px;
    color: #808080;
}

.block-12 {
    padding: 20px 0;
}

.block-13 {
    padding: 20px 0;
    background-color: #808080;
    text-align: center;
}

.block-13 .checkers {
    padding: 20px 0;
}

.block-13 .row .prev,
.block-13 .row .next {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
}

.block-13 .row .prev img,
.block-13 .row .next img {
    width: 100%;
}

.block-13 .row .item {
    width: 70%;
    vertical-align: middle;
}

.block-13 .row .item.active {
    display: inline-block;
}

.block-13 .row .item p {
    color: #919191;
    padding: 10px 0;
}

.block-14 {
    background-color: #fff;
    text-align: center;
}

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

.block-15 {
    background-color: #808080;
}

.block-16 {
    padding: 20px 0;
    text-align: center;
}

.block-16 .item {
    margin-bottom: 20px;
}
.m1-form{
    background-color: #e8e1f1;
    min-height: 890px;
    overflow-x: hidden;
    width: 100%;
}
.m1-form #submit-button{
    font-size: 20px;
}
.m1-form #submit-button{
    font-size: 20px;
}
.description{
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
}
footer {
    text-align: center;
    font-size: 14px;
}
footer a {
    display: block;
    margin: 15px 0;
    text-decoration: none;
    color:#333;
}
footer img {
   width: auto;
}
footer p {
    padding: 0;
    margin: 0;
}

.block-8 form {
    padding: 20px 0;
    border-radius: 20px;
    background-color: #fff;
}
.callback-btn {
    z-index: 1000;
    position: fixed;
    right: -8px;
    top: 130px;
    width: 75px;
    height: 63px;
    background-color: #8300ce;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-right: none;
    padding-top: 10px;
    padding-left: 10px;
    transition: right 100ms;
    cursor: pointer;
}
.callback-btn img {
    width: 65%;
}
.callback-form {
    max-width: 350px;
    width: 100%;
    z-index: 1001;
    position: fixed;
    right: 0;
    top: 50px;
    background: #4e2b89;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 15px;
    transition: right 500ms ease-in-out;
}
.callback-form.hide {
    right: -1000px;
}
.callback-form form {
    width: 90%;
    margin: auto;
    color: #424242;
    padding-bottom: 20px;
}
.callback-form form h5 {
    float: left;
    margin: 10px auto 1px;
    margin-left: 0;
    font-family: "Arial", sans-serif;
    color: white;
}
.callback-form form input {
    width: 100%;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    color: #5E5E5E;
    text-align: left;
    font-size: 20px;
    padding-left: 10px;
}
.callback-form .orange-btn {
    padding: 10px 5%;
    width: 85%;
    left: 2%;
    background-color: #b42066;
    color: #fff;
    border-radius: 50px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-left: 15px;
    border: none;
    cursor: pointer;
}
.callback-form img[src="img/i-cross.svg"] {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; 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: 23px 0 0; z-index: 999;}