*{
    box-sizing: border-box;
}
body {
    font-family: 'Roboto', sans-serif;
    background: #edf3fe;
    padding-top: 100px;
    line-height: 1.3;
    padding: 100px 0 0;
    margin: 0;
}
body.modal-opened {
    overflow: hidden;
}
body .bx-wrapper {
    background: transparent;
}
h3.d-title {
    color: #357af7;
    font-weight: 700;
    font-size: 22px;
}
.sd-title {
    font-weight: 700;
    text-align: center;
    max-width: 260px;
}
.sf-right {
    max-width: 328px;
    padding: 10px 30px;
}
.sf-right fieldset {
    border: none;
    margin: 0;
    padding: 30px 0;
}
form#discount {
    margin: 0;
}
#get-discount {
    top: 50%;
    transform: translate(-50%, -50%);
}
.sf-right .tel-block .in-1 {
    width: 28px !important;
}
.sf-right .tel-block .in-3 {
    width: 100px !important;
}
.modal .sf-right .link-btn {
    background: #357af7;
    margin: 20px 0 0;
}
.sf-left img {
    border-radius: 20px;
    transform: scale(1.001);
    display:block;
}
.policy-wrap {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    margin: 0 0 40px;
}
.cookie-warn.flex.active {
    display: flex;
}
.cookie-tx a {
    color: #2486ff;
}
.cookie-warn.flex {
    display: none;
    max-width: 1200px;
    position: fixed;
    bottom: 20px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000059;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 99999;
}
.cookie-tx {
    padding-right: 40px;
}
.cookie-btn {
    padding: 10px 30px;
    background: #000;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}
.advantages.padding-top {
    padding: 40px 0;
}
.utps-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #357af7;
}
.utp-det.flex {
    align-items: center;
}
.utp-det-ic {
    width: 50px;
}
.utp-det-tx {
    width: calc(100% - 50px);
}
.utps-bl {
    background: url(/images/210325.jpg) center no-repeat;
    background-size: cover;
    padding: 40px 0;
    border-radius: 20px;
    margin: 50px 0;
}
.notice-bl {
    padding: 40px 40px 40px 100px;
    border-radius: 20px;
    margin: 20px 0;
    background: #fff url(/images/notice-sign.png)no-repeat;
    background-position: 20px center;
}
.notice-bl p {
    color: #000!important;
}
.utps-btn a {
    padding: 5px 15px;
    background: #357af7;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    animation: pulsedd 1s infinite;
}
.utps-btn {
    text-align: center;
}
.utp-det-tx span {
    color: #357af7;
    font-weight: 700;
}
.utps-subtitle {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #357af7;
    padding-top: 15px;
}
.utps-grid.grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 50px;
    max-width: 1000px;
    margin: 50px auto;
}
.grid {
    display: grid;
}
.err-404-wrap.grid {
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    padding: 100px;
}
.err-404-left {
    align-self: center;
}
.wnite-bl {
    padding: 15px 30px;
    background: #fff;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #357af7;
    margin-top: 15px;
}
.news-detail-art table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #fff;
    margin-bottom: 20px;
}
.news-detail-art td, .news-detail-art th {
    padding: 10px 20px;
    border: 1px solid #c2d3f3;
}
ul.notfound a {
    padding: 5px 0;
    display: inline-block;
    border-bottom: 1px dashed;
}
ul.notfound {
    list-style: inherit;
    padding-left: 20px;
}
.not-found {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}
.error-page-big-text {
    font-size: 300px;
    color: #8ba1bd24;
    font-weight: 700;
}
.boats.grid {
    grid-template-columns: 1fr 1fr;
}
.art-title h1 {
    font-weight: normal;
}
.nw-title b {
    font-weight: normal;
}
.newswrap {
    grid-template-columns: repeat(3, 424px);
    gap: 50px;
    padding: 70px 0;
    width: fit-content;
    margin: 0 auto;
}
.nw-img img {
    border-radius: 0 0 20px 20px;
}
.news-item {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    position: relative;
    transition: .3s;
}
.news-item:hover {
    box-shadow: 3px 6px 16px #0000002b;
}
.nw-bottom {
    padding: 30px 30px 40px;
}
.nw-title a {
    color: #000;
    padding-bottom: 30px;
    display: block;
    transition: .3s;
}
.news-item:hover .nw-title a {
    color: #357af7;
}
.nw-date {
    position: absolute;
    bottom: 20px;
    left: 30px;
}
.news-item .news-date-time {
    color: #000;
    font-size: 14px;
}
.newswrap {
    grid-template-columns: repeat(3, 424px);
    gap: 50px;
    padding: 70px 0;
}
.news-detail-art {
    max-width: 837px;
    margin: 0 auto;
}
.art-title h1 {
    font-size: 32px;
    text-align: center;
    padding-bottom: 70px;
    margin: 0;
}
.news-detail-art p {
    padding: 15px 0;
    margin: 0;
}
ul.types {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 70px;
}
ul.types a {
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 30px;
    margin: 40px 0;
    font-size: 24px;
    transition: .3s;
}
ul.types a:hover {
    box-shadow: 3px 6px 16px #0000002b;
}
.productitem {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    transition: .3s;
}
.productitem:hover {
    box-shadow: 3px 6px 16px #0000002b;
}
.productitem .price-total {
    font-size: 24px;
}
.productitem .product-text {
    display: none;
}
.productitem .product-name {
    margin: 15px 0 0;
    padding: 0;
    min-height: fit-content;
}
.productitem .product-img img {
    border-radius: 15px;
}
.boats.grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 30px 0 70px;
}
ul.mark-list {
    padding: 30px;
    margin: 0;
    border-radius: 30px;
    background: #fff;
}
ul.mark-list a {
    padding: 10px;
    display: block;
}
ul.mark-list a:hover {
    color: #357af7;
}
.boats.grid {
    grid-template-columns: repeat(4, 1fr);
}
.mark-grid.grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 70px 0;
}
.sl-cat-wrap.flex.full {
    width: 100%;
}
p.back-to-all {
    max-width: 837px;
    margin: 15px auto;
    font-size: 14px;
}
.fa-long-arrow-alt-left:before {
    content: "\f30a";
}
p.back-to-all a {
    color: #000;
}
p.back-to-all a:hover {
    color: #357af7;
}
.news-detail-art img {
    margin: 50px 0;
    border-radius: 20px;
}
.container .news-detail-art h3 {
    font-weight: 500;
    padding: 20px 0;
    margin: 0;
    font-size: 16px;
}
.container .news-detail-art h2 {
    font-weight: 500;
    padding: 20px 0;
    margin: 0;
    font-size: 18px;
}
.news-detail-art ul {
    list-style: disc;
    padding-left: 20px;
}
.news-detail-art li::marker {
    color: #357af7;
    font-size: 20px;
}
.img-have-link img {
    margin-bottom: 0;
}
.art-link {
    text-align: center;
    padding: 20px;
}
.news-detail-art a {
    color: #357af7;
}
ul.topnav.flex>li>a.cat-nav.inf {
    color: #000000;
    background: transparent;
}
a.cat-nav.inf i {
    padding-left: 5px;
}

.timer__items {
    display: flex;
    font-size: 38px;
    background: #edf3fe;
    border-radius: 10px;
    padding: 7px 0;
    margin-top: 20px;
}
.p-step-inner .dolymi.cat {
    display: flex;
    padding: 15px 40px;
    background: #fbd7d7;
    border-radius: 15px;
    margin: 30px 0 40px;
    align-items: center;
}
.timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}
.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
}


.promo-wrap.flex {
    justify-content: space-between;
    background: url(/images/fon-pattern.jpg);
    border-radius: 20px;
    padding: 15px 400px 15px 100px;
    margin: 50px 0;
    background-size: cover;
    align-items: center;
}
.promo-title {
    font-size: 54px;
    font-weight: 700;
    color: #357af7;
    line-height: 1.2;
}
ul.promo-ul {
    padding-left: 0;
    margin-bottom: 0;
}
ul.promo-ul li {
    position: relative;
    padding-left: 20px;
}
ul.promo-ul li:before {
    content: "-";
    padding: 0 5px 0 0;
    position: absolute;
    left: 0;
}
.promo-c, .promo-r {
    margin-top: 0px;
}
.promo-r-tx {
    font-weight: 500;
}
.promo-r-tx span {
    font-weight: 500;
    color: #357af7;
}



.prod-img {
    position: relative;
}
.sale-badje {
    content: "";
    display: block;
    width: 100px;
    height: 80px;
    background: url(/images/prednovogodnii.png) center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    z-index: 9;
}
.tel {
    text-align: right;
}
.map-left {
    width: 60%;
    padding-right: 70px;
}
.map-right {
    width: 40%;
}
.map-wrap.flex {
    padding: 70px 0;
}
.cb-left {
    width: 60px;
    padding-top: 30px;
}
.cb-right {
    width: calc(100% - 60px);
}
.cb-title {
    color: #357af7;
    font-weight: 700;
    padding-bottom: 25px;
}
.cb-row {
    margin-bottom: 50px;
}
.cb-row.col-3 {
    width: 75%;
}
.cb-row.col-1 {
    width: 25%;
}
.cb-items.col-3.flex span {
    width: 30%;
}
.cb-row.first {
    font-size: 20px;
}
.cb-row.first span {
    margin-right: 40px;
}
.cont-block.col-2.flex {
    width: 40%;
}
div#map {
    border-radius: 20px;
    overflow: hidden;
}

.description .gradient {
    display: none;
}
.brands-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
    transition: .3s;
    margin-top: 50px;
}
.brands-tbl.flex {
    border-radius: 20px;
    overflow: hidden;
}
.brand.flex {
    width: 25%;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #edf3fe;
    background: #fff;
}
.brand-img {
    width: 30%;
    padding: 10px;
}
.brand-tx {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    padding: 15px;
}
.gradient {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(0deg, #edf3fe, #edf3fe00);
}
.prod-desc {
    padding-top: 40px;
}
.btn-show {
    padding-top: 70px;
    text-align: center;
    color: #357af7;
}
.btn-show span {
    cursor: pointer;
}
.ttab-container .testi {
    height: auto;
}
.testileft {
    width: 60%;
}
.testiright {
    width: 30%;
    padding-left: 50px;
}
.testitop.flex {
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.tti-in.flex {
    justify-content: space-between;
}
.tti-in .testi {
    width: 31%;
    margin-bottom: 4%;
}
.ttab-inner {
    padding: 50px 0;
}
form#testiform {
    padding: 30px;
    background: #fff;
    max-width: 400px;
    border-radius: 20px;
}
form#testiform .input-block textarea {
    border:none;
    border-bottom: 1px solid #ccc;
    max-height: 40px;
    outline: 0;
    background-color: #ffffff;
    padding: 0;
    font-size: 16px;
    width:100%;
}
.tt-title h1 {
    font-size: 50px;
    padding-bottom: 40px;
}
.ttab-nav {
    margin: 40px 0 0;
    text-align: center;
}
.ttab-nav a {
    display: inline-block;
    padding: 10px;
}
.ttab-container {
    position: relative;
}
.ttab-inner {
    display: none;
}
.ttab-inner.active {
    display: block;
}
a.tab-link {
    color: #000;
}
a.tab-link.active {
    color: #357af7;
}
.testiright fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
.product-item .pr-fields {
    font-size: 12px;
}
.pr-fields {
    margin-bottom: 5px;
}
.infotoggler {
    width: 25px;
    height: 25px;
    background: #edf3fe;
    top: -10px;
    left: -10px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    transition: .3s;
}
.pr-info {
    font-size: 12px;
    position: absolute;
    top: 0;
    padding: 10px;
    background: #edf3fe;
    border-radius: 10px;
    transform: scale(0);
    transform-origin: left top;
    box-shadow: 3px 6px 16px #0000002b;
}
.pr-info.active {
    transform: scale(1);
    transition: .3s;
    z-index: 9;
}
#thanks {
    background: #fff;
    border-radius: 20px;
}
.pr-fields span {
    font-weight: 700;
}
.prod-det-right .promo-tx {
    text-align: left;
    margin-top: 20px;
    background: #f6f6f6;
    padding: 15px 20px;
    width: fit-content;
}
.bx-viewport img {
    border-radius: 20px;
}
.desc-ul li::marker {
    color: #357af7;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}
.prod-det-right .promo-tx br {
    display: none;
}
.desc-ul ul {
    list-style: disc;
    padding-left: 20px;
}
.desc-b-left {
    width: 45%;
}
.desc-b-right {
    width: 45%;
}
.desc-bottom.flex {
    justify-content: space-between;
}
.poster {
    position: relative;
    max-height: 511px;
}
.poster .plyr {
    max-height: 510px;
    border-radius: 25px;
}
.video-bl-wrap {
    padding: 70px 0;
}
.payment-form {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    width: 40%;
}
.payment-step {
    width: 50%;
    display: flex;
    align-items: center;
}
.bl-title.al-left {
    text-align: left;
}
a#additional_products_add {
    padding: 10px 20px;
    border-radius: 30px;
    background: #2486ff;
    display: inline-block;
    color: #fff;
}
a#additional_products_add:hover {
    opacity: .7;
}
ul {
    list-style: none;
}
.header {
    position: relative;
}
img {
    max-width:100%;
}
img.head {
    border-radius: 15px;
}
.head-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.sl-cat-wrap.flex {
    justify-content: space-between;
    align-items: center;
    padding: 0 70px;
}
.sl-left {
    width: 55%;
}
.sl-left ul.ul {
    padding-left: 0;
    max-width: 416px;
}
.sl-right {
    width: 35%;
    color: #000;
}
.sl-right form {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
}
h1.sl-title {
    font-size: 50px;
    line-height: 1.2;
    padding-bottom: 30px;
    font-weight: 700;
}
section#top.fixed {
    box-shadow: 0px 0px 10px #00000026;
}
.prod-det-right .dolymi.cat {
    display: flex;
    padding: 15px 40px;
    background: #fbd7d7;
    border-radius: 15px;
    margin-top: 30px;
    align-items: center;
}
.prod-det-right .dolymi.cat img, .p-step-inner .dolymi.cat img {
    margin: 0;
}
.prod-det-right .dolymi-tx, .p-step-inner .dolymi-tx {
    text-align: left;
    padding-left: 30px;
    font-size: 15px;
}
.prod-det-left {
    width: 50%;
}
.prod-det-right {
    width: 50%;
    padding-left: 40px;
    font-size: 14px;
}
.item-img {
    position: relative;
}
.row {
    padding: 0 15px;
}
.container {
    max-width: 1460px;
    margin: auto;
    position: relative;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.utps.flex {
    padding: 60px 40px;
    background: #fff;
    border-radius: 25px;
    margin: 0 0 100px;
    justify-content: space-between;
}
.utp-tx {
    padding-top: 20px;
    line-height: 1.3;
}
.get-variant {
    padding-bottom: 70px;
}
section#top {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: #edf3fe;
    padding: 10px 0;
}
.top-panel.flex {
    align-items: center;
    justify-content: space-between;
}
.logo {
    max-width: 225px;
}
.btn-red a {
    padding: 5px 15px;
    background: #ff7930;
    border-radius: 30px;
    color: #fff;
}
@keyframes pulsed{
    0%{
        -moz-box-shadow:0 0 0 0 rgba(255,121,48,.7);
        box-shadow:0 0 0 0 rgba(255,121,48,.7)
    }
    70%{
        -moz-box-shadow:0 0 0 15px rgba(255,121,48,0);
        box-shadow:0 0 0 20px rgba(255,121,48,0)
    }
    to{
        -moz-box-shadow:0 0 0 0 rgba(255,121,48,0);
        box-shadow:0 0 0 0 rgba(255,121,48,0)
    }
}
@keyframes pulsedd{
    0%{
        -moz-box-shadow:0 0 0 0 rgba(53,122,247,.7);
        box-shadow:0 0 0 0 rgba(53,122,247,.7)
    }
    70%{
        -moz-box-shadow:0 0 0 15px rgba(53,122,247,0);
        box-shadow:0 0 0 20px rgba(53,122,247,0)
    }
    to{
        -moz-box-shadow:0 0 0 0 rgba(53,122,247,0);
        box-shadow:0 0 0 0 rgba(53,122,247,0)
    }
}
.product-item:hover .infotoggler {
    animation: pulsedd 1s infinite;
}
.top-panel.flex a.get-tent {
    animation: pulsed 1s infinite;
}
.infotoggler:hover {
    background: #2486ff;
    color: #fff;
}
img.m-logo {
    display: none;
}
.tel a {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
ul.topnav.flex {
    list-style: none;
}
ul.topnav.flex li {
    position: relative;
}
a.get-call-link {
    color: #ff7930;
    font-size: 12px;
    text-align: right;
    display: block;
    padding-top: 5px;
}
.nav-toggler.mobile {
    display: none;
}
ul.dropdown {
    display: none;
    position: absolute;
    background: #fff;
    width: 360px;
    padding: 30px;
    border-radius: 20px;
    top: 36px;
    box-shadow: 3px 6px 16px #0000002b;
}
ul.topnav.flex li:hover ul.dropdown {
    display: block;
}
ul.topnav.flex a {
    padding: 10px;
    display: inline-block;
}
ul.topnav.flex a:visited {
    color: inherit;
}
ul.topnav.flex a:hover {
    color: #2486ff;
}
ul.topnav {
    padding: 0;
    margin: 0;
}
.title-m {
    font-size: 28px;
}
.header {
    position: relative;
}
.videohead {
    position: relative;
    max-height: 715px;
    overflow: hidden;
    border-radius: 30px;
    height: 100%;
    min-height: 70vh;
}
video.video-head {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.head-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.head-in h1 {
    font-size: 46px;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 700;
}
ul.ul {
    padding-left: 20px;
}
ul.ul li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
ul.ul li:before {
    content: "-";
    padding: 0 5px;
    position: absolute;
    left: 0;
}
.ul-wr.flex {
    justify-content: center;
}
.btns.flex {
    padding-top: 50px;
    justify-content: center;
}
.btn.red a {
    background: #ff7930;
}
.btn a {
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
}
.btns.flex {
    padding-top: 50px;
    justify-content: center;
}
.btn.blue a {
    background: #2486ff;
}
.btn.red a {
    background: #ff7930;
}
.header .btn a {
    margin: 0 15px;
}
.btn a:hover {
    opacity: .7;
}
.discover {
    padding: 100px 0;
    background: #fff url(/images/fbg2.jpg) center no-repeat;
    background-size: cover;
}
.form-bl-wrap.flex {
    justify-content: space-between;
    align-items: center;
    padding: 0 70px;
}
.form-bl-wrap.flex.rev {
    flex-direction: row-reverse;
}
.discover .left-block, .avto-form .left-block {
    width: 40%;
    color: #fff;
}
.discover .right-block, .avto-form .right-block {
    width: 100%;
    max-width: 400px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}
.header-block {
    padding-bottom: 70px;
}
.old-price-total{
    display: inline-block;
	color: #000;
	/*background: url(/images/gift.png) no-repeat left center;*/
}
.old-price-total span{
	color: #000;    
    text-decoration: line-through;  
    font-size: 35px;	
}
.red-price{
	color: red !important;
}

input.link-btn.disabled {
    opacity: .5;
}
.warn {
    text-align: center;
    margin: 10px;
    
    color:red;
}

.basic {
    width: 100%;
    min-width: 980px;
}

.fonts {
    text-align: center;
    text-transform: uppercase;
    
}
footer {
    background: #fff;
    padding: 10px 0;
    font-size: 14px;
}
a {
    text-decoration: none;
    cursor: pointer;
    color:#000;
}
.link-btn:hover {
    opacity: .7;
}

::-webkit-input-placeholder {
    color: #666464;
}

::-moz-placeholder {
    color: #666464;
}

::-o-placeholder {
    color: #666464;
}

:-moz-placeholder {
    color: #666464;
}

:-ms-input-placeholder {
    color: #666464;
}
.product-header-block {
    height: 125px;
    background: none;
    border-bottom: 0;
    -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.22);
    box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.22);
}
.nsp.flex {
    cursor: pointer;
    font-size: 16px;
    padding-bottom: 10px;
}
span.dot {
    height: 20px;
    width: 45px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-right: 10px;
    transition: .3s;
}
span.dot+span {
    border-bottom: 1px dashed;
}
span.dot-in {
    height: 18px;
    width: 18px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    transition: .3s;
}
.active span.dot {
    border: 1px solid #357af7;
}
.active span.dot-in {
    background: #357af7;
    transform: translateX(25px);
}
.header-block-noimg {
    background: url(../images/no-bg.png) 0 bottom;
}

.header-block header {
    position: relative;
    z-index: 3;
}

.product-header-block .logo {
    padding-top: 8px;
}

.header-block .container {
    height: 100%;
}

.header-block .logo {
    float: left;
    width: 400px;
}

.header-block .logo a {
    display: inline-block;
    vertical-align: middle;
}

.header-block .logo p {
    color: #2f2f2f;
    font-size: 16px;
    padding-left: 10px;
    
    display: inline-block;
    vertical-align: middle;
}

.header-block .right-block {
    float: right;
    
    width: 235px;
}

.header-block .right-block .city {
    color: #323131;
    font-size: 14px;
}

.header-block .right-block .city a {
    color: #006291;
    border-bottom: 1px dashed #006291;
}

.header-block .right-block .tel {
    font-size: 30px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.header-block .right-block .tel a{
	color: #000;
}

.header-block .right-block .get-call-link {
    font-size: 15px;
    color: #c4282a;
    text-transform: uppercase;
    border-bottom: 1px dashed #c4282a;
    display: inline-block;
    margin-top: 7px;
}

.header-block .right-block .get-call-link:hover {
    color: #930103;
    border-bottom: 1px dashed #930103;
}

.header-block .title {
    float: right;
    width: 695px;
    margin-top: 65px;
    color: white;
    
    font-size: 49px;
    position: relative;
    z-index: 2;
}

.header-block .title.boats {
    width: 570px !important;
}

p.red-sq {
    background: rgba(216, 8, 37, 0.74);
    padding: 4px 12px;
}

.red-sq {
    background: rgba(216, 8, 37, 0.74);
    padding: 4px 12px;
}

.red-sq.one {
    width: 180px;
}

.red-sq.two {
    width: 180px;
    /* padding: 0px 12px; */
}

.red-sq.three {

}

p.oldprice-zag {
    display: block;
    float: left;
    margin: -15px 10px 25px 35px;
}

p.oldprice {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin-top: -15px;
}

p.oldprice:after {
    content: '';
    position: absolute;
    width: 108%;
    height: 2px;
    background: #8a8a8a;
    left: 0px;
    top: 9px;
}

.boats_sale_i p.price, .boats_section_i p.price {
    height: 18px;
    display: block;
    float: left;
    /* margin-left: 82px; */
    width: 49%;
    text-align: right;
    font-size: 14px;
    margin-top: 6px;
}

.price-block {
    height: 35px;
    margin-top: 6px;
}

.price-block .costf {
    display: block;
    float: left;
    margin-left: 6px;
    font-size: 22px;
    margin-top: 0px;
    font-weight: bold;
    height: 22px;
}

.boats_section_i .price-block .costf {
    display: block;
    float: left;
    margin-left: 6px;
    font-size: 22px;
    margin-top: 2px;
    font-weight: bold;
    height: 22px;
}

.price-block .price-old {
    height: 20px;
    display: block;
    float: left;
    color: #6f6f6f;
    /* margin-left: 73px; */
    margin-top: 0px;
    width: 49%;
    text-align: right;
}

.price-block p.old {
    float: left;
    height: 16px;
    margin-left: 10px;
    font-size: 14px;
    color: #6f6f6f;
    text-decoration: line-through;
    margin-top: 0px;
}

.t-title.boats {
    right: 380px !important;
}

.t-title.motors {
    right: 355px !important;
}

.title.boats p.red {

}

.title.motors {
    width: 545px;
}

.header-block .navolne-title {
    width: 605px;
}

.header-block .title p {
    display: inline-block;
    background: rgba(0, 0, 0, 0.75);
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.35);
    padding: 10px 15px;
    padding-bottom: 5px;
}

.header-block .title p.red {
    background: rgba(212, 3, 33, 0.9);
    font-size: 63px;
    height: 60px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 66px;

}

.header-block .title p.small-text {
    font-size: 27px;
    height: 50px;
    line-height: 44px;
    font-family: 'BebasNeueRegular';
    position: relative;
    top: -4px;
}

.header-block .title p:first-child {
    padding: 10px;
    height: auto;
    display: block;
    margin-bottom: 5px;
}

.header-block .title p:last-child {
    padding: 5px 15px;
    padding-right: 25px;
}

.header-block .title.boats p:last-child,
.header-block .title.motors p:last-child {
    display: inline;
    padding: 0;
    outline: 9px solid rgba(0, 0, 0, 0.75);
}

.header-block .s-title {
    font-family: 'BebasNeueRegular';
    color: white;
    width: 695px;
    float: right;
    text-transform: uppercase;
    font-size: 29px;
    position: relative;
    z-index: 2;
}

.header-block .s-title p {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 15px;
    display: inline-block;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.35);
}

.header-block .t-title {
    /* width: 470px; */
    height: 91px;
    color: white;
    font-size: 21px;
    
    padding: 7px 15px;
    line-height: 26px;
    position: absolute;
    bottom: 85px;
    right: 418px;
    z-index: 2;
}

.font28 {
    font-size: 28px !important;
}

.t-title .red {
    background: rgba(216, 8, 37, 0.74);
}

.header-block .navolne-t-title {
    text-transform: uppercase;
    width: 399px;
    height: 91px;
    right: 190px;
    background: url(../images/navolne-red-bg.png) no-repeat;
}

.header-block .t-title p {
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.35);
}
.boat .title p.red:nth-child(2) {
    position: relative;
    top: -2px;
}

.boat .title p.small-text {
    position: relative;
    top: -6px;
}

.link-btn {
    padding: 10px 30px;
    border-radius: 30px;
    background: #ff7930;
    cursor: pointer;
    color:#fff;
    border:none;
}

.choose-cont.flex {
    margin: 0 -1%;
    padding: 70px 0 100px;
}
a.choose-block.min {
    width: 23%;
    padding: 50px 0;
}
.choose-img img {
    width: 100%;
}
.choose-block {
    width: 48%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin: 1%;
    display: flex;
    position: relative;
    transition: .3s;
    justify-content: flex-end;
    align-items: center;
}
.choose .choose-block:hover {
    box-shadow: 3px 6px 16px #0000002b;
}
.choose {
    padding: 70px 0 0;
}
.cat-title {
    position: absolute;
    z-index: 9;
    left: 30px;
    top: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.choose-img {
    width: 60%;
    transform: translateX(20px);
    transition: .3s;
    max-width: 425px;
}
a.choose-block:hover .choose-img {
    transform: translateX(0px);
}
.choose-block:hover .cat-rmore i {
    transform: translateX(10px);
    opacity: 1;
}
.cat-rmore {
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 30px;
    color: #357af7;
}
.cat-rmore i {
    font-size: 12px;
    transform: translateX(-2px);
    opacity: 0;
    transition: .3s;
}
.bl-title {
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
}
.bl-title span {
    color: #357af7;
    font-weight: 700;
}
.move-link {
    display: block;
    width: 180px;
    height: 40px;
    text-align: center;
    margin: auto;
    line-height: 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 19px;
    color: #fff !important;
    
    background: #4074a8;
    border: 0 !important;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(49, 88, 128, 1);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(49, 88, 128, 1);
    box-shadow: inset 0px -3px 0px 0px rgba(49, 88, 128, 1);
}

.move-link:hover {
    background: #4b88c4;
}

.table-block {
    display: table;
    width: 100%;
    height: 100%;
}

.block-vertical {
    display: table-cell;
    vertical-align: middle;
}
.about.flex {
    justify-content: space-between;
    padding: 70px 0;
    align-items: center;
}
.about-left {
    width: 48%;
}
.poster {
    position: relative;
    max-height: 511px;
}
.play-btn {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #00000091;
    border-radius: 50%;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    cursor: pointer;
    color: #fff;
}
.play-btn i {
    transform: translateX(3px);
}
.poster img {
    border-radius: 25px;
}
span.blue {
    color: #357af7;
}
.about-right {
    width: 48%;
}
section.about {
    padding-bottom: 70px;
}
section.about a {
    color: #357af7;
    border-bottom: 1px dashed;
}
.gal-wrap img {
    border-radius: 15px;
}
.form-bl-wrap.flex.rev {
    flex-direction: row-reverse;
}
.form .left-block {
    width: 48%;
    color: #fff;
}
.form .right-block {
    width: 100%;
    max-width: 400px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}
.form.btm {
    padding: 100px 0;
    background: #fff url(/images/fbg3.jpg) center no-repeat;
    background-size: cover;
}
.form.avto-form {
    padding: 100px 0;
    background: #fff url(/images/fbg3.jpg) center no-repeat;
    background-size: cover;
}
.form.avto-form.pvh {
    background: #fff url(/images/fbg4.jpg) center no-repeat;
    background-size: cover;
}
.form.avto-form.gidro {
    background: #fff url(/images/fbg5.jpg) center no-repeat;
    background-size: cover;
}
.defender {
    padding: 100px 0 0;
}
.frw-wrap.flex {
    align-items: center;
    justify-content: space-between;
    padding-top: 70px;
    flex-direction: row-reverse;
}
.frw-left {
    width: 40%;
}
.frw-right {
    width: 60%;
}
.frw-item.flex {
    width: 48%;
    margin-bottom: 12%;
    align-items: center;
    line-height: 1.3;
}
.frw-ic {
    width: 60px;
}
.frw-tx {
    width: calc(100% - 60px);
}
.testi {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    height: 100%;
}
.testi-top.flex {
    align-items: center;
    padding-bottom: 30px;
}
.testi-info {
    padding-left: 20px;
}
.testi-img {
    position: relative;
    padding-top: 37%;
    width: 45%;
}
.testi-img img {
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 3/2.5;
    object-fit: cover;
}
body .owl-dots {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
button.owl-dot span {
    display: block;
    width: 50px;
    height: 3px;
    background: #357af7;
    border-radius: 3px;
    margin: 0 3px;
}
button.owl-dot.active span {
    background: #1c458f;
}
button.owl-dot {
    border: none;
}
.owl-nav.disabled {
    display: none;
}
.steps.flex {
    justify-content: space-between;
    padding-top: 70px;
}
.step.flex {
    justify-content: space-between;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    width: 48%;
    margin-bottom: 4%;
}
.step-left {
    width: 60%;
}
.step-right {
    width: 40%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 253px;
    border-radius: 15px;
    overflow: hidden;
    background: #e4e8f3;
}
.step-right img {
    transform: translateY(25px);
    transition: .7s;
}
.step:hover .step-right img {
    transform: translateY(10px);
}
.step-title {
    color: #ff7930;
    font-weight: 700;
    padding: 40px 0;
}
.step-tx a {
    color: #ff7930;
    border-bottom: 1px dashed;
}
.step ul.ul {
    padding-left: 0;
}
ul.ul li:before {
    content: "-";
    padding: 0 5px;
    position: absolute;
    left: 0;
}
.questions {
    padding: 70px 0;
}
.accordeon {
    padding-top: 70px;
}
.acc-item {
    padding: 25px 60px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: .3s;
    border-radius: 20px;
    background: #e3e8f2;
}
.acc-quest {
    font-size: 16px;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
    font-weight: 700;
}
.acc-answ {
    display: none;
    padding: 15px 0;
}
.acc-item.black .acc-answ {
    display: block;
}
.acc-icon {
    position: absolute;
    right: 0;
    font-size: 26px;
    line-height: 1;
    color: #ff7930;
    font-weight: normal;
    display: flex;
    align-items: center;
    transition: .5s;
    top: 50%;
    transform: translateY(-50%);
}
.acc-item.black .acc-icon {
    transform: rotate(45deg);
}
.review {
    padding-bottom: 70px;
}
.testi-wrap {
    padding-top: 70px;
}
.owl-stage {
    display: flex;
}
.have-ques {
    width: 100%;
    min-width: 980px;
    padding: 35px 0;
    background-color: #e1e1e1;
}

.have-ques .left-block {
    width: 410px;
    float: left;
    text-transform: uppercase;
    text-align: right;
    font-size: 40px;
    
    padding-right: 40px;
    padding-top: 11px;
}

.have-ques .right-block {
    float: left;
    width: 385px;
}

.have-ques .right-block .link-btn {
    width: 100%;
    height: 57px;
    font-size: 32px;
    border-bottom: 5px solid #aa1e02;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-top: 13px;
}
.contacts {
    padding: 100px 0 40px;
    background: #fff;
}
.bottom-left {
    width: 70%;
}
.bottom-right {
    width: 30%;
}
.btm-logo.flex {
    align-items: center;
}
.logosub {
    font-size: 18px;
    padding-left: 15px;
    max-width: 400px;
}
.bld {
    font-weight: 700;
}
.bottom-cols ul li {
    padding-bottom: 10px;
}
.bottom-title {
    font-weight: 700;
    font-size: 20px;
    padding: 30px 0;
}
.bottom-cols.flex {
    justify-content: space-between;
    padding-top: 40px;
}
.bottom-col {
    width: 30%;
}
.b-payments.flex {
    padding-top: 40px;
}
.b-payments.flex img {
    margin-right: 20px;
}
.bottom-col ul {
    padding: 0;
}
.bc-item.flex.first {
    padding-top: 40px;
}
.bc-item.flex {
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    margin-bottom: 38px;
}
.bc-ic {
    width: 40px;
}
.bc-tx {
    width: calc(100% - 40px);
}
.socs.flex {
    padding: 70px 0 0 40px;
    align-items: center;
}
.socs.flex a {
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background: #e3e8f2;
    border-radius: 10px;
}
.air-img {
    position: absolute;
    bottom: 45px;
    z-index: 1;
    left: -70px;
}
.to-top a {
    position: fixed;
    bottom: 150px;
    right: 0;
    z-index: 999;
    border: 1px solid;
    color: #357af7;
    padding: 5px 15px 7px;
    transform: rotate(270deg);
    border-radius: 10px;
}
.snow-img {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: -190px;
}

.boat-img {
    position: absolute;
    bottom: 20px;
    z-index: 3;
    left: -13px;
    display: none;
}

.boat-img-bg {
    display: block;
    bottom: 0;
    z-index: 0;
}

.fon-img {
    position: absolute;
    width: 100%;
    height: 461px;
    display: block;
    top: 0;
    z-index: 2;
    left: 0;
}

.airplane,
.snow,
.boat {
    background: url(../images/airplane-2.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.boat {
    background: url(../images/navolne2.jpg) no-repeat 50%;
    background-size: cover;
}

.boat .title,
.boat .s-title,
.boat .t-title {
    z-index: 4;
}

.boat .title,
.boat .s-title {
    width: 485px;
}

.boat .t-title {
    right: 85px;
}

.filter-header {
    text-align: center;
}

.filter-header .select {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.or-text {
    text-transform: uppercase;
    font-size: 30px;
    
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.airplane .title,
.airplane .s-title {
    width: 645px;
}

.airplane .t-title {
    right: 184px;
}

.avtochecly {
    background: url(../images/avto-bg.png) no-repeat;
    background-size: cover;
    height: 590px;
}

.avtochecly .title,
.avtochecly .s-title {
    width: 560px;
    position: relative;
    z-index: 2;
}

.info-title {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 20px;
    font-size: 28px;
    
    color: #292929;
    line-height: 34px;
}

.avto-img {
    width: 488px;
    height: 304px;
    position: absolute;
    left: 0;
    top: 125px;
}

.move {
    width: 100%;
    min-width: 980px;
    padding-top: 30px;
    background-color: #f8fafa;
    padding-bottom: 40px;
}

.move .title {
    float: left;
    width: 435px;
    text-align: right;
    
}

.move .title p:first-child {
    font-size: 28px;
    color: #cc0606;
}

.move .title p:last-child {
    font-size: 22px;
    color: #0e0d0d;
}

.move .select-block {
    float: left;
    margin-left: 20px;
    padding-top: 3px;
}

.move .select {
    margin-bottom: 30px;
}

.move .sec-shag {
    margin-top: 45px;
}

.move .result-text {
    text-align: center;
    font-size: 24px;
    
    color: #0e0d0d;
    margin-top: 15px;
}

.move .bot-text {
    text-align: center;
    margin-top: 50px;
    color: #0e0d0d;
    
    font-size: 18px;
    line-height: 21px;
}

.move .bot-text .more {
    text-transform: uppercase;
    color: #10a9f8;
    font-size: 20px;
    display: inline-block;
    border-bottom: 1px solid #10a9f8;
    margin-top: 15px;
}

.move .bot-text .more:hover {
    color: #df2703;
    border-bottom: 1px solid #df2703;
}

.result-view {
    width: 900px;
    margin: auto;
    margin-top: 50px;
}

.result-view h3 {
    text-align: center;
    text-transform: uppercase;
    
    font-size: 34px;
    margin-bottom: 40px;
}

.result-item {
    width: 440px;
    height: auto;
    position: relative;
    border: 1px solid #989898;
    background-color: white;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 10px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.result-item header {
    text-align: center;
    text-transform: uppercase;
    
    font-size: 32px;
}

.result-item .item-img {
    width: 412px;
    height: 210px;
    text-align: center;
}

.result-item .item-table {
    width: 412px;
    height: 210px;
    display: table-cell;
    vertical-align: middle;
}

.result-item .item-desc {
    font-size: 14px;
    
    color: #0e0d0d;
    line-height: 16px;
    /*max-height: 82px;*/
    /*overflow: hidden;*/
}

.result-item .price {
    float: left;
    color: #373737;
    font-size: 21px;
    
    padding-top: 15px;
}

.result-item.with-details .price {
    float: right;
}

.result-item .price span {
    font-size: 35px;
    color: black;
}

.result-item .price .rub {
    font-size: 28px;
}

.result-item .link-btn {
    float: right;
    display: block;
    width: 200px;
    height: 55px;
    font-size: 32px;
    padding-top: 13px;
    border-bottom: 5px solid #aa1e02;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.result-item .link-btn.get-product-link {
    float: right;
}

.result-item .link-btn.get-product-details {
    float: left;
    background: #2979ff;
    border-bottom: 5px solid #1f5cc2;
}

.result-item .link-btn.get-product-details:hover {
    border-bottom: 3px solid #1f5cc2;
}

.result-item .link-btn.get-product-link:hover {
    border-bottom: 3px solid #aa1e02;
}

.result-item-ind .link-btn.get-product-link {
    float: right;
}

.result-item-ind .link-btn.get-product-details {
    float: left;
    background: #2979ff;
    border-bottom: 5px solid #1f5cc2;
}

.result-item-ind .link-btn.get-product-details:hover {
    border-bottom: 3px solid #1f5cc2;
}

.result-item-ind .link-btn.get-product-link:hover {
    border-bottom: 3px solid #aa1e02;
}

.result-item .total {
    position: relative;
    width: 98%;
    margin: 15px 0;
}

/*индив*/
.result-item-ind {
    width: 440px;
    height: auto;
    position: relative;
    border: 1px solid #989898;
    background-color: white;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 10px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*.result-item-ind:nth-child(odd) {
clear: both;
}*/
.result-item-ind header {
    text-align: center;
    text-transform: uppercase;
    
    font-size: 32px;
}

.result-item-ind .item-img {
    width: 412px;
    height: 210px;
    text-align: center;
}

.result-item-ind .item-table {
    width: 412px;
    height: 210px;
    display: table-cell;
    vertical-align: middle;
}

.result-item-ind .item-desc {
    font-size: 14px;
    
    color: #0e0d0d;
    line-height: 16px;
    /*max-height: 82px;*/
    /*overflow: hidden;*/
}

.result-item-ind .price {
    float: right;
    color: #373737;
    font-size: 21px;
    
    padding-top: 15px;
}

.result-item-ind .price span {
    font-size: 35px;
    color: black;
}

.result-item-ind .price .rub {
    font-size: 28px;
}

.result-item-ind .link-btn {
    float: right;
    display: block;
    width: 200px;
    height: 55px;
    font-size: 32px;
    padding-top: 13px;
    border-bottom: 5px solid #aa1e02;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.result-item-ind .total {
    position: relative;
    width: 98%;
    margin: 15px 0;
}

/*//индив*/

.result-item .item-img img, .result-item-ind .item-img img {
    height: 165px;
}

.slct {
    display: block;
    border: 1px solid #989898;
    width: 260px;
    height: 45px;
    color: black;
    font-size: 16px;
    
    background: #f5f5f5 url(../images/new-drop.png) no-repeat;
    background-position: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    padding: 14px 20px 0 19px;
}

.drop {
    margin: 0;
    padding: 0;
    width: 260px;
    border: 1px solid #989898;
    border-top: none;
    display: none;
    position: absolute;
    background: #fcf2dd;
    padding: 5px 15px;
    z-index: 3;
    height: 300px;
    overflow: auto;
}

.drop li {
    list-style: none;
    border-top: 1px solid #c7c0b0;
    cursor: pointer;
    display: block;
    color: black;
    
    font-size: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.drop li:first-child {
    border-top: 0;
}

.drop li:hover {
    color: #10a9f8;
}

.filter {
    width: 100%;
    min-width: 980px;
    padding-top: 45px;
    background-color: #f8fafa;
    padding-bottom: 90px;
}

.filter header.clearfix {
    width: 570px;
    margin: auto;
}

.filter header.clearfix .select,
.filter header.clearfix .yel-arrow {
    float: left;
}

.filter header.clearfix .yel-arrow {
    margin: 0 15px;
    padding-top: 5px;
}

.avto-review {
    background-color: #f8fafa;
}

.moto-header {
    background: url(../images/main-gydro.jpg) no-repeat 50%;
    background-size: cover;
    position: relative;
}

.moto-header .s-title {
    width: 650px;
}

.moto-header .t-title {
    right: 189px;
}
.moto-img {
    position: absolute;
    width: 817px;
    height: 434px;
    left: 0;
    bottom: 0;
}

.kvadr-img {
    position: absolute;
    width: 747px;
    height: 468px;
    left: -110px;
    bottom: 30px;
}

.filter .h3 {
    text-align: center;
    text-transform: uppercase;
    
    font-size: 49px;
    margin-bottom: 50px;
    margin-top: 15px;
}

.snow .title,
.snow .s-title {
    width: 620px;
}

.snow .t-title {
    right: 161px;
}

.gydro-img {
    width: 1018px;
    height: 583px;
    position: absolute;
    left: -240px;
    bottom: 45px;
}

.other-img {
    position: absolute;
    width: 908px;
    height: 632px;
    left: 0;
    bottom: 0;
}

.other-header {
    background: url(../images/other.jpg) no-repeat;
    background-size: cover;
    background-position: -20px;
}

.other-form {
    background-image: none !important;
    background-color: #f8fafa !important;
}

.hranitel-img {
    position: absolute;
    left: -15px;
    bottom: 17px;
}

.other-form .left-block .text:after {
    margin-top: 60px;
}

.color-form {
    background-color: transparent;
}

.pay-icon {
    display: block;
    cursor: default;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

.visa-con {
    background: url(../images/visa.png);
    width: 45px;
    height: 16px;
}

.visa-con:hover {
    background: url(../images/visa-h.png);
}

.mc-icon {
    background: url(../images/mastercard.png);
    width: 31px;
    height: 19px;
}

.mc-icon:hover {
    background: url(../images/mastercard-h.png);
}

.sber-icon {
    background: url(../images/sber.png);
    width: 22px;
    height: 21px;
}

.sber-icon:hover {
    background: url(../images/sber-h.png);
}

.forma-icon {
    background: url(../images/forma.png);
    width: 21px;
    height: 20px;
}

.hand-icon {
    width: 34px;
    height: 29px;
    background: url(../images/hand-icon.png);
}

.hand-icon:hover {
    background: url(../images/hand-icon-active.png);
}

.forma-icon:hover {
    background: url(../images/forma-h.png);
}

.form-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
    overflow: auto;
}

.modal {
    position: fixed;
    left: 50%;
    top: 20%;
    z-index: 21;
    display: none;
}

.modal .s-title {
    color: #404040;
    text-align: center;
    font-size: 16px;
    
    line-height: 18px;
}

.modal .link-btn {
    border: 0;
    outline: 0;
    padding: 10px 30px;
    border-radius: 30px;
    background: #ff7930;
    cursor: pointer;
    color: #fff;
    border: none;
}

.modal form {
    margin-top: 35px;
}

.modal .right-block {
    float: left;
    width: 280px;
}

#cities {
    width: 650px;
    margin-left: -325px;
    top: 10%;
    position: fixed;
    top: 50%;
    margin-top: -329px;
}

#cities .city-list {
    margin-top: 25px;
    line-height: 16px;
}

#cities .city-list a {
    color: black;
}

#cities .city-list a:hover {
    text-decoration: underline;
    color: #006291;
}

#cities .modal-block {
    width: 510px;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 40px;
}

.city-list > li {
    float: left;
    width: 33.3%;
    
    font-size: 14px;
}

.choose-link {
    margin-top: 30px;
    text-align: center;
}

.choose-link a {
    display: inline-block;
    font-size: 15px;
    
    text-transform: uppercase;
}

.determine {
    color: #006291;
    border-bottom: 1px dashed #006291;
    margin-right: 55px;
}

.determine:hover {
    color: #10a9f8;
    border-bottom-color: #10a9f8;
}

.close-link {
    color: #c4282a;
    border-bottom: 1px dashed #c4282a;
    margin-right: 15px;
}

.close-link:hover {
    color: #930103;
    border-bottom-color: #930103;
}

.close-btn {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(../images/close.png);
    right: -45px;
    top: -5px;
    cursor: pointer;
}

.input-block {
    margin-bottom: 20px;
}


.tel-block .in-1 {
    width: 57px !important;
}

.tel-block .in-2 {
    width: 76px !important;
    margin-left: 15px;
    padding-left: 0 !important;
    text-align: center;
}

.tel-block .in-3 {
    width: 210px !important;
    margin-left: 15px;
    padding-left: 0 !important;
    text-align: center;
}
#get-product, #get-call, #get-stoimost, #order-product-det {
    width: 495px;
    top: 50%;
    transform: translate(-50%, -50%);
}
#get-product {
    top: 40%;
}
#get-product fieldset, #get-call fieldset, #get-stoimost fieldset {
    border: none;
}
#get-product .modal-block, #get-call .modal-block, #get-stoimost .modal-block, #order-product-det .modal-block {
    padding: 40px;
    padding-bottom: 15px;
}

#get-details {
    top: 10%;
    width: 972px;
    left: 50%;
    right: 50%;
    margin-left: -486px;
    margin-bottom: 20px;
    position: absolute;
}

#get-details .title {
    text-align: left;
    font-size: 40px;
    margin-top: 19px;
}

#get-details .warranty, .usage {
    float: right;
    clear: both;
    margin-right: 42px;
}

#get-details .warranty {
    margin-top: 6px;
}

#get-details .usage {
    margin-top: 10px;
}

#get-details .price {
    float: left;
    clear: both;
    margin-top: 45px;
}

#get-details .input-block {
    width: 370px;
}

#get-details input.in-3 {
    width: 207px !important;
}

#get-details .price-text {
    
    color: #404040;
    font-size: 21px;
}

#get-details .price-value {
    font-family: 'BebasNeueRegular';
    font-size: 35px;
}

#get-details .warranty-text, .usage-text {
    margin-right: 25px;
    
    color: #404040;
    font-size: 18px;
}

#get-details .item-img {
    text-align: center;
    display: block;
    margin-top: 100px;
    width: 540px;
}

#get-details .desc-header {
    text-align: left;
    text-transform: uppercase;
    
    font-size: 25px;
    margin-top: 40px;
}

#get-details .description {
    font-size: 16px;
    
    line-height: 18px;
    margin-top: 25px;
    margin-right: 10px;
}

#get-details .parameters {
    font-size: 16px;
    
    background: #f5f5f5;
    padding: 45px 20px 40px 25px;
    margin-top: 30px;
}

#get-details form {
    padding-right: 30px;
}

#get-details form .link-btn {
    margin-top: 20px;
}

#get-details .parameters-title {
    font-family: 'BebasNeueRegular';
    font-size: 26px;
    text-transform: uppercase;
}

#get-details .s-title {
    font-size: 14px;
}

#get-details .parameter {
    margin-top: 26px;
    text-align: right;
    text-transform: uppercase;
}

#get-details .parameter-text {
    margin-right: 12px;
    font-size: 14px;
    text-align: left;
}

#get-details .close-details-link {
    clear: both;
    width: 100px;
    background-color: #616161;
    border-bottom: 3px solid #4a4a4a;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    
    height: 35px;
    display: block;
    margin-left: auto;
    font-size: 23px;
    line-height: 35px;
    margin-right: auto;
    margin-top: 20px;
}

.modal-block {
    background-color: white;
    border-radius: 20px;
}

#payment {
    width: 495px;
    margin-left: -247.5px;
    top: 50%;
    margin-top: -298px;
}

#payment .modal-block {
    padding: 40px;
}

#payment td {
    padding: 20px 0;
    vertical-align: middle;
}

#payment td a {
    margin-left: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #404040;
    
}

#payment .title {
    line-height: 40px;
}

#pvz {
    width: 675px;
    margin-left: -337.5px;
    top: 50%;
    margin-top: -230.5px;
}

#pvz .modal-block {
    padding: 40px;
    padding-left: 30px;
}

#pvz h4 {
    text-transform: uppercase;
    font-size: 20px;
    
    margin-bottom: 10px;
}

.left-img {
    float: left;
    width: 312px;
}

.info-text {
    margin-top: 40px;
}

.pvz-list {
    color: #404040;
    font-size: 16px;
    
    line-height: 28px;
    padding-top: 15px;
}

.pvz-list ul {
    list-style: decimal;
    padding-left: 20px;
}

#delivery {
    width: 675px;
    margin-left: -337.5px;
    top: 50%;
    margin-top: -232.5px;
}

#delivery .title {
    font-size: 38px;
}

#delivery .modal-block {
    padding: 40px;
    padding-left: 30px;
}

#delivery .right-table {
    width: 240px;
    height: 292px;
    display: table-cell;
    vertical-align: middle;
    font-size: 31px;
    
    text-transform: uppercase;
    line-height: 40px;
    padding-left: 10px;
}

#delivery .right-table span {
    color: #006291;
}

#post {
    width: 675px;
    margin-left: -337.5px;
    top: 50%;
    margin-top: -230.5px;
    
}

#post .title {
    font-size: 38px;
}

#post .modal-block {
    padding: 40px;
    padding-left: 30px;
}

#post h4 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
}

#post ul {
    color: #404040;
    font-size: 16px;
    line-height: 30px;
}

#post ul span {
    color: black;
}

#express {
    width: 675px;
    margin-left: -337.5px;
    
    top: 50%;
    margin-top: -232.5px;
}

#express .title {
    font-size: 38px;
}

#express .modal-block {
    padding: 40px;
    padding-left: 30px;
}

#express ul {
    color: #404040;
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
}

#express ul span {
    color: black;
}

#get-ques {
    width: 970px;
    margin-left: -485px;
    top: 50%;
    margin-top: -249.5px;
}

#get-ques fieldset {
    width: 810px;
    margin: auto;
}

#get-ques .link-btn {
    width: 370px;
    margin: auto;
}

#get-ques .modal-block {
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 10px;
}

#get-ques .title {
    font-size: 41px;
}

.top-input .input-block {
    float: left;
}

.top-input .input-block:first-child {
    width: 370px;
    margin-right: 30px;
}

#privacy {
    width: 970px;
    margin-left: -485px;
    top: 50%;
    margin-top: -206.5px;
}

#privacy .modal-block {
    padding: 40px 15px 30px 15px;
    color: #404040;
    
    text-align: justify;
}

#privacy .modal-block a {
    color: #0075ab;
    text-decoration: underline;
}

#privacy .modal-block a:hover {
    color: red;
}

#privacy .title {
    font-size: 41px;
    color: black;
}

#privacy .privacy-block {
    margin-top: 15px;
    line-height: 20px;
}
.clear {
    clear: both;
}

.error {
    border: 1px solid red !important;
}

.selectmodels, .selectmodels1 {
    pointer-events: none;
    opacity: 0.5;
}

#indiv-title {
    display: none;
}

.review-photo {
    max-width: 179px;
    /*max-height: 160px;*/
    float: right;
    margin: 5px;
}

.review-photo img {
    width: 179px;
    height: 179px;
}

.leftside {
    float: left !important;
}

.sec-shag, .third-shag {
    display: none;
}

/*.result-view .result-item:nth-child(odd) {
clear: both;
}*/
.select-model1, .select-model1, .select-marka, .select-marka1, .select-model, .select-model-auto, .select-marka-auto {
    max-height: 220px;
    z-index: 10000;
    overflow-y: auto;
}

#res-list1 {
    display: none;
}

.result-text1 {
    text-align: center;
    font-size: 24px;
    
    color: #0e0d0d;
    margin-top: 15px;
    display: none;
}
.centered {
    text-align: center;
}

.item-desc b {
    font-weight: bold;
}

.item-desc ul, ol {
    list-style: initial;
    padding-left: 20px;
}

.item-desc i {
    font-style: italic;
}
.product-item {
    width: 49%;
    padding: 15px;
    margin-bottom: 2%;
    background: #fff;
    border-radius: 10px;
    transition: .3s;
    justify-content: space-between;
}
.product-item:hover {
    box-shadow: 3px 6px 16px #0000002b;
}
.product-text {
    font-size: 12px;
}
.dolymi.cat img {
    margin: 15px auto 0;
}
.product-item .dolymi.cat {
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
}
.product-content {
    background: #fff;
    border: 1px solid #989898;
    padding: 30px 20px;
}
.product-name a, .product-name {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    display: block;
    min-height: 60px;
    padding-bottom: 30px;
}
.product-img {
    height: 220px;
    text-align: center;
}

.product-img img {
    max-width: 100%;
    height: auto;
}

.product-descr {
    
    height: 83px;

}
.promo-tx {
    text-align: center;
    margin-top: 15px;
    background: #edf3fe;
    padding: 15px 10px;
    border-radius: 10px;
    color: #357af7;
    font-weight: 700;
    font-size: 14px;
}
.price-title {
    color: #373737;
}
.discount {
    font-size: 22px;
    color: #ff7930;
    font-weight: 700;
}
.price {
    font-size: 22px;
    color: #ff7930;
    font-weight: 700;
}
p.usual-price {
    padding: 0 10px;
    text-decoration: line-through;
    margin: 0;
}
.total.flex {
    justify-content: space-between;
}
.price-total {
    font-size: 35px;
}
.price-wrap.flex {
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px 0;
}
.product-more {
    padding: 10px 20px;
    border-radius: 30px;
    background: #2486ff;
    display: inline-block;
    color: #fff;
}
.product-more:hover {
    opacity: .7;
}
.product-more.get-call-link {
    background: #ff7930;
    color: #fff;
    font-size: inherit;
    padding: 10px 20px;
}
.variant-list {
    justify-content: space-between;
    padding-top: 70px;
    overflow: hidden;
}
.prod-left {
    width: 48%;
    position: relative;
    padding-bottom: 90px;
}
.prod-left img {
    border-radius: 10px;
}
.prod-right {
    width: 48%;
}
.contacts-item {
    float: left;
    line-height: 1.3;
    width: 33.3%;
    font-size: 18px;
    
}

.contacts-item ul a {
    color: #10a9f8;
    text-decoration: underline;
}

.contacts-item ul a:hover {
    text-decoration: none;
}

.contacts-item ul li {
    position: relative;
    padding-left: 10px;
}

.contacts-item ul li:before {
    content: "»";
    position: absolute;
    z-index: 2;
    left: -2px;
    top: -1px;
    color: #213c51;
}

.payment-table {
    margin-top: 25px;
}

.payment-table td {
    padding-right: 15px;
}

.copyright {
    font-size: 16px;
    text-align: center;
}

.copyright span {
    padding: 0 10px
}

.contacts-info {
    font-size: 18px;
    color: #213c51;
    line-height: 1.3;
    padding-left: 10px;
}

.contacts-info a {
    color: #10a9f8;
    text-decoration: underline;
}

.contacts-info a:hover {
    text-decoration: none;
}

.back-page {
    display: inline-block;
    vertical-align: middle;
    background: url(/images/back-icon.png) no-repeat;
    width: 71px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    padding-left: 5px;
}

.breadcrumb {
    
    font-size: 14px;
    padding: 20px 0;
}

.breadcrumb-list {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 35px;
}

.breadcrumb-list:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;;
    z-index: 2;
    background: #b2b2b2;
    left: 17px;
    top: -3px;
}

.breadcrumb-list li {
    float: left;
}

.breadcrumb-arrow {
    padding: 0 10px;
    color: #b2b2b2;
}

.breadcrumb-list li a {
    color: #407096;
    text-decoration: underline;
}

.card-name h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.card-carousel {
    float: left;
    width: 540px;
}

.card-carousel li {
    text-align: center;
}

.card-carousel img {
    max-width: 100%;
    height: auto;
}

.card-descr {
    float: left;
    width: 410px;
    padding-left: 20px;
    
}

.card {
    padding-bottom: 10px;
    
}

.card-title {
    text-transform: uppercase;
    font-size: 30px;
    color: #223c58;
    
    margin-bottom: 10px;
}

.card-text {
    font-size: 16px;
    color: #213c51;
    margin-bottom: 20px;
}

.card-form .link-btn {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 32px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-box-shadow: inset 0px -6px 0px 0px rgba(170, 30, 2, 1);
    -moz-box-shadow: inset 0px -6px 0px 0px rgba(170, 30, 2, 1);
    box-shadow: inset 0px -6px 0px 0px rgba(170, 30, 2, 1);
}

.card-price {
    margin-bottom: 20px;
    color: #373737;
}

.price-icon {
    display: inline-block;
    vertical-align: middle;
}

.card-price-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    padding-left: 5px;
}
.order-bar.flex {
    align-items: flex-end;
    padding: 30px 0;
    justify-content: space-between;
}
.card-form .tel-block .in-3 {
    width: 225px !important;
}
.btn-order a {
    background: #ff7930;
    color: #fff;
    font-size: inherit;
    padding: 10px 30px;
    border-radius: 30px;
    margin-left: 30px;
}

.specify-cost {
    background: #e1e1e1;
    text-align: center;
    margin-bottom: 20px;
}

.specify-cost__content {
    height: 120px;
}

.specify-cost .block-title {
    margin-bottom: 0;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

.specify-cost a {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 0 55px;
    background: #4074a8;
    color: #fff;
    text-align: center;
    font-size: 19px;
    
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(49, 88, 128, 1);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(49, 88, 128, 1);
    box-shadow: inset 0px -3px 0px 0px rgba(49, 88, 128, 1);
}

.specify-cost .link-1 {
    margin-right: 20px;
}

.text-container {
    
    /*padding-top: 45px;
	padding-bottom: 60px;*/
    line-height: 1.3;
    font-size: 14px;
    color: #838383;
}

.text-title {
    font-size: 20px;
    color: #2f2f2f;
    margin-bottom: 10px;
}

.text-container p {
    margin-bottom: 35px;
    font-size: 16px;
}

.pvh .title {
    max-width: 560px;
}

.pvh .navolne-t-title {
    right: 160px;
}
.radio {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}

.radio + label {
    cursor: pointer;
}

.radio:not(checked) {
    position: absolute;
    opacity: 0;
}

.radio:not(checked) + label {
    position: relative;
    padding: 0 0 0 30px;
}

.radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/radio.png) no-repeat;
}

.radio:checked + label:before {
    background: url(../images/radio-active.png) no-repeat;
}

.radio-list li {
    margin-bottom: 15px;
}

.radio-list {
    margin-top: 20px;
}
.payment-step  ol {
    list-style: decimal;
    padding-top: 50px;
}
.payment-step li {
    padding-bottom: 30px;
}
.payment-step li::marker {
    color: #c6281b;
    font-weight: 700;
}
.payment-logo.flex {
    padding: 40px 0;
}
.payment-logo.flex img {
    margin-right: 30px;
}
div#oplata {
    padding-bottom: 70px;
}
.wrap.flex {
    justify-content: space-between;
    font-family: inherit;
}
.no_padd_r a {
    padding-right: 0 !important;
}
.boats_sale_items {
    margin: 48px 0 0 0;
}

.boats_sale_i {
    width: 300px;
    height: 505px;
    margin: 0 10px 0 10px;
    float: left;
    background-color: white;
    border: 1px solid #989898;
    text-align: center;
    padding: 20px;
}

.boats_sale_i_head {
    color: #033d77 !important;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
    overflow: hidden;
    height: 40px;
}

.boats_sale_i_img {
    width: 260px;
    height: 170px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.boats_sale_i p {
    height: 120px;
    overflow: hidden;
    font-size: 14px;
    line-height: 15px;
    
    margin: 3px 0 0 0;
    display: block;
    line-height: 1.125;
}

.boats_sale_i .product-more {
    margin: 12px auto 0 auto;
}

.boats_section {
    width: 100%;
    background-color: white;
    padding: 73px 0 0 0;
}

.boats_filter {
    float: left;
    width: 220px;
    margin: 18px 20px 0 10px;
    height: auto;
    
    overflow: hidden;
    display: block;
}

.boats_filter_spoiler {
    width: 220px;
    height: 40px;
    padding: 0 0 0 60px;
    line-height: 46px;
    color: white;
    font-size: 18px;
    position: relative;
    background: #4074a8 url('../images/filter_price.png') 19px 7px no-repeat;
    display: block;
    text-decoration: none;
}

.boats_filter_spoiler__type,
.boats_filter_spoiler__length,
.boats_filter_spoiler__use {
    background: #4074a8 url('../images/filter_type.png') 14px 9px no-repeat;
}

.boats_filter_spoiler__material {
    background: #4074a8 url('../images/filter_material.png') 17px 7px no-repeat;
}

.boats_filter_spoiler__manufacturer {
    background: #4074a8 url('../images/filter_manufacturer.png') 17px 7px no-repeat;
}

.boats_filter_spoiler__motor {
    background: #4074a8 url('../images/filter_motor.png') 17px 7px no-repeat;
}

.boats_filter_spoiler__power {
    background: #4074a8 url('../images/filter_power.png') 17px 12px no-repeat;
}

.boats_filter_spoiler:after {
    content: '';
    width: 12px;
    height: 8px;
    position: absolute;
    top: 17px;
    right: 20px;
    background: url('../images/filter_collapse.png') 0 0 no-repeat;
    -ms-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.boats_filter_spoiler.active:after {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.boats_filter_block {
    display: none;
    background-color: #f0f0f0;
    padding: 20px;
    font-size: 15px;
    color: #000000;
    position: relative;
    width: 220px;
}

.boats_filter_block__price,
.boats_filter_block__power,
.boats_filter_block__length {
    height: 60px;
}

.boats_filter_block.active {
    display: block;
}

.boats_filter_i {
    margin: 0 0 10px 0;
    padding: 5px 0 0 0;
}

.checkbox,
.radio_button {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 0 21px 0 0;
    top: -5px;
}

.boats_filter_i label {
    display: block;
    padding: 0 0 0 41px;
}

.checkbox:after,
.radio_button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #f0f0f0 url('../images/checkbox.png') 0 0 no-repeat;
}

.radio_button:after {
    background: #f0f0f0 url('../images/radio_button.png') 0 0 no-repeat;
}

.checkbox:checked:after,
.radio_button:checked:after {
    background-position: 0 bottom;
}

.boats_section_items {
    width: 710px;
    float: right;
}

.boats_section_i {
    width: 220px;
    height: 506px;
    margin: 18px 20px 2px 0;
    float: left;
    background-color: white;
    border: 1px solid #989898;
    text-align: center;
    padding: 20px;
}

.boats_section_i_head {
    color: #033d77 !important;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    
    display: block;
    margin: 0 0 12px 0;
    width: 100%;
    overflow: hidden;
    height: 32px;
}

.boats_section_i:nth-child(3n) {
    margin: 18px 0 2px 0;
}

.boats_section_i_img {
    width: 180px;
    height: 130px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.boats_section_i_img img {
    max-width: 180px;
    height: auto;
}

.boats_section_i p {
    height: 183px;
    overflow: hidden;
    font-size: 12px;
    line-height: 15px;
    
    margin: 3px 0 0 0;
    text-align: justify;
    line-height: 1.2;
}

.boats_section_i .product-more {
    margin: 12px auto 0 auto;
    width: 180px;
    height: 49px;
    font-size: 27px;
    line-height: 49px;
}

.not_find {
    font-size: 16px;
    line-height: 17px;
    
    margin: 18px 0 0 0;
}

.bx_pagination_bottom * {
    vertical-align: baseline;
}

.bx_pagination_bottom {
    color: #8d8d8d;
    font-size: 11px;
}

.bx_pagination_bottom .bx_pagination_section_one {
}

.bx_pagination_bottom .bx_pagination_section_two {
    float: right;
    text-align: right;
}

.bx_pagination_bottom .bx_pg_section {
    display: inline-block;
    height: 30px;
    vertical-align: top;
    line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container {
    display: inline-block;
}

.bx_pagination_bottom .bx_pagination_select_container select {
    position: relative;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    height: 22px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #fff url(images/select_arrow.png) no-repeat right center;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
}

.bx_pagination_bottom .bx_pagination_page {
    white-space: nowrap;
    font-size: 12px;
}

.bx_pagination_bottom .bx_pagination_page ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.bx_pagination_bottom .bx_pagination_page li {
    display: inline-block;
    min-width: 22px;
    color: #8d8d8d;
    text-align: center;
    line-height: 22px;
}

.bx_pagination_bottom .bx_pagination_page li a {
    display: block;
    min-width: 22px;
    color: #8d8d8d;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
}

.bx_pagination_bottom .bx_pagination_page li a:hover {
    color: #555;
}

.bx_pagination_bottom .bx_pagination_page li.bx_active {
    border-radius: 3px;
    background: #dbecf4;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .1);
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
    display: block;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select {
    margin-right: 5px;
}

.bx_pagination_bottom .bx_wsnw {
    white-space: nowrap;
}

/*1*/
@media (min-width: 981px) {

}

/*2*/
@media (min-width: 640px) and (max-width: 980px) {

}

/*3*/
@media (min-width: 480px) and (max-width: 639px) {
    .bx_pagination_bottom .bx_pagination_select_container select {
        margin-right: 10px;
    }
}

/*4*/
@media (max-width: 479px) {
    .bx_pagination_bottom .bx_pagination_section_one {
    }

    .bx_pagination_bottom .bx_pagination_section_two {
        float: none;
        text-align: left;
    }

    .bx_pagination_bottom .bx_pagination_select_container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 47%;
    }

    .bx_pagination_bottom .bx_pagination_select_container select {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 0 !important;
        width: 90%;
    }

    .bx_pagination_bottom .bx_pg_section {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
    }

    .bx_pagination_bottom .bx_pagination_page {
        white-space: normal;
    }

    .bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .bx_pagination_bottom .bx_pg_section.bx_pg_show_col {
        display: none;
    }

    .bx_pagination_bottom .bx_pg_text {
        display: inline-block;
        width: 50%;
    }

    .bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text {
        display: none;
    }
}

/*5*/
@media (max-width: 320px) {
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#thanks, #error_block {
    width: 480px;
    height: 160px;
    line-height: 24px;
    font-size: 24px;
    left: 50%;
    top: 50%;
    margin-top: -80px;
    margin-left: -240px;
    display: none;
    justify-content: center;
    align-items: center;
}

#thanks, #error_block, .modal .title {
    text-align: center;
}
.condition {
    color: #404040;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
}
h3.title {
    font-size: 36px;
}
.input-block input[type=email], .input-block input[type=text] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: 0;
    background-color: transparent;
    height: 40px;
    color: #000;
}
input[type="text"]:focus {
    border:none;
    border-bottom: 1px solid #2486ff;
}
form h3, form h3.title {
    font-size: 20px;
    text-align: center;
    color:#000;
}
.condition a {
    border-bottom: 1px dashed;
    color: #a5a5a5;
}
.condition {
    color: #a5a5a5;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
}
.free-delivery-image {
    position: absolute;
    right: 0;
    top: -30px;
}

.header-block .navolne-t-title {
    background: none;
}

.header-block .t-title p {
    display: inline;
    padding: 9px 0;
    background: #ba112c;
    color: #FFF;
    box-shadow: 15px 0 0 #ba112c, -15px 0 0 #ba112c;
    -moz-box-shadow: 15px 0 0 #ba112c, -15px 0 0 #ba112c;
    opacity: 0.9;
}

.payment-form .text-error {
    font-size: 12px;
    color: red;
}

#mobile-menu-btn {
    width: 44px;
    height: 31px;
    display: none;
    position: fixed;
    right: 10px;
    top: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 10;
}

#mobile-menu-btn span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #213B59;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#mobile-menu-btn.open span {
    background: #FFFFFF;
}

#mobile-menu-btn span:nth-child(1) {
    top: 0px;
}

#mobile-menu-btn span:nth-child(2), #mobile-menu-btn span:nth-child(3) {
    top: 15px;
}

#mobile-menu-btn span:nth-child(4) {
    top: 30px;
}

#mobile-menu-btn.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#mobile-menu-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mobile-menu-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mobile-menu-btn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#back-btn {
    display: none;
    position: fixed;
    left: 10px;
    top: 10px;
    background: url(/images/back-icon.png) no-repeat;
    color: #FFFFFF;
    font-size: 16px;
    vertical-align: middle;
    width: 71px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    padding-left: 5px;
}
ul.topnav.flex i {
    font-size: 12px;
}

@media screen and (max-width:767px){
.promo-title {
    font-size: 36px;
}
.sf-left {
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 20px;
    display: none;
}
.sf-left img {
    bottom: -100%;
    position: absolute;
}
div#get-discount {
    width: 90%;
    max-width: 328px;
}
    .newswrap {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 50px 0;
}
.cookie-warn.flex {
    flex-wrap: wrap;
    justify-content: flex-end;
    bottom: 60px;
}
.cookie-tx {
    padding-right: 0;
}
.cookie-btn {
    margin-top: 20px;
}
.notice-bl {
    background-size: 30px;
    padding: 15px 15px 15px 40px;
    background-position: 4px center;
}
.utps-bl {
    padding: 40px 15px;
    margin: 30px 0;
}
.utps-grid.grid {
    grid-template-columns: 1fr;
}
.tbl-wr {
    overflow-x: auto;
}
.wnite-bl {
    margin: 10px 0 0;
    padding: 15px;
    font-size: 16px;
}
.utps-title {
    font-size: 20px;
    line-height: 1;
}
.bx-pager.bx-default-pager {
    display: none;
}
.utps-subtitle {
    font-size: 16px;
}
.not-found {
    font-size: 20px;
}
.err-404-wrap.grid {
    grid-template-columns: 1fr;
    gap: 0px;
    padding: 0 30px;
}
ul.notfound {
    padding-bottom: 50px;
}
.error-page-big-text {
    font-size: 150px;
}
.tt-title h1 {
    font-size: 24px;
    padding-bottom: 0;
}
.mark-grid.grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 40px 10px;
}
.boats.grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: calc(100% - 10px);
    margin: 30px auto;
}
.productitem .price-total {
    font-size: 20px;
}
.productitem .product-descr {
    height: fit-content;
    padding: 0 0 20px;
}
.productitem .product-img {
    height: fit-content;
}
.productitem .product-img img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.productitem {
    padding: 10px;
}
ul.types a {
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    margin: 0 10px;
    font-size: 24px;
}
ul.types {
    grid-template-columns: 1fr;
    gap: 20px;
}
.btn-red a {
    padding: 5px;
    background: #ff7930;
    border-radius: 30px;
    color: #fff;
}
i.fas.fa-chevron-down.m-hide {
    display: none;
}
ul.dropdown.rel {
    position: relative;
    display: block;
    top: 0;
    box-shadow: none;
    padding: 0 10px;
    font-size: 14px;
}
.art-title h1 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
}
.news-detail-art img {
    margin: 30px 0;
    border-radius: 20px;
}
.container .news-detail-art h3 {
    padding: 20px 0 10px;
    font-size: 18px;
}
p.back-to-all {
    font-size: 12px;
    padding: 10px;
}
.nw-title {
    font-size: 16px;
}

.promo-wrap.flex {
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.promo-c, .promo-r {
    margin-top: 20px;
}
.map-left {
    width: 100%;
    padding-right: 0px;
}
.map-right {
    width: 100%;
}
.cb-row.first {
    font-size: 16px;
}
.cb-row.col-3 {
    width: 100%;
}
.cb-row.col-1 {
    width: 100%;
}
.cb-items.col-3.flex span {
    width: 50%;
}
.cont-block.col-2.flex {
    width: 100%;
    margin-bottom: 40px;
}
.cb-left {
    width: 40px;
    padding-top: 20px;
}
.testileft {
    width: 100%;
}
.testiright {
    width: 100%;
}
.btn-show {
    padding-top: 10px;
}
.brand.flex {
    width: 50%;
}
.brand-img {
    padding: 5px;
}
.brand-tx {
    font-size: 14px;
    width: 65%;
}
.tt-title {
    font-size: 24px;
    padding-bottom: 20px;
}
.testiright {
    padding-left: 0;
    padding-top: 20px;
}
.ttab-nav a {
    display: inline-block;
    padding: 2px;
}
.tti-in .testi {
    width: 100%;
}
body {
    font-size: 14px;
}
.description {
    position: relative;
}
.gradient {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(0deg, #edf3fe, #edf3fe00);
}
.description {
    position: relative;
    height: 300px;
    overflow: hidden;
    transition: .3s;
}
.product-item {
    width: 100%;
    margin-bottom: 10%;
}
.about-left {
    width: 100%;
}
.desc-b-left {
    width: 100%;
}
.desc-bottom.flex {
    flex-direction: column-reverse;
}
button.owl-dot span {
    width: 10px;
}
.about-right {
    width: 100%;
}
.variant-list {
    padding-top: 30px;
}
.about.flex {
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
    flex-direction: column-reverse;
}
video.video-head {
    width: auto;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
}
ul.dropdown.cat-ul {
    position: relative;
    padding: 0 10px;
    transform: scale(1) translateY(0px);
    opacity: 1;
}
.point-in {
    width: 20px;
    height: 20px;
    font-size: 17px;
}
.btn-show span {
    cursor: pointer;
    font-size: 12px;
}
.description {
    position: relative;
    overflow: hidden;
    transition: .3s;
}
.prod-desc .btn-show {
    padding-top: 0;
    text-align: left;
    color: #357af7;
}
.description .gradient {
    display: block;
}
div#point-info {
    width: 70%;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    margin-bottom: 24px;
    align-items: center;
    transform: scale(0) rotate(45deg);
    transform-origin: right bottom;
}
.btn-order a {
    margin-left: 0;
    display: block;
    margin-top: 20px;
}
.brand-tx {
    font-size: 14px;
    width: 65%;
}
.brand-img {
    padding: 5px;
}
div#point-info.active {
    transition: .3s;
    transform: scale(1) rotate(0);
}
div#point-info:before {
    content: "";
    position: absolute;
    border-right: 20px solid #fff;
    border-bottom: 26px solid transparent;
    bottom: -25px;
    right: 30%;
}
.point-img {
    width: 30%;
}
.point-tx {
    width: 70%;
}
.point:hover .point-desc {
    transform: rotate(45deg) scale(0);
}
.point-in {
    animation: pulsed 1s infinite;
}
.point.active .point-in {
    animation: none;
}
.point.active .point-in {
    background: #c6281b;
}
.payment-form {
    width: 100%;
}
.payment-step {
    width: 100%;
}
.wrap.flex {
    flex-direction: column-reverse;
}
#order-product-det, #get-call, #get-product, div#order-product, #order-tent {
    width: 90%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    margin-left: 0;
    margin-top: 0;
}
.form-mask {
    z-index: 999;
}
.modal .s-title {
    display: none;
}
#thanks, #error_block, .block-title, .modal .title {
    line-height: 1.1;
    font-size: 16px;
}
#get-call fieldset, #get-product fieldset {
    width: 100%;
}
.close-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/close.svg) center no-repeat;
    right: 7px;
    top: 7px;
    cursor: pointer;
    background-size: 15px;
    z-index: 9;
}
.modal form {
    margin-top: 0;
}
.not-home .sl-left {
    width: 100%;
}
.not-home .head-wrap {
    position: static;
}
.not-home .sl-left {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
}
.sl-right {
    width: 100%;
    color: #000;
    margin-top: -20px;
}
.sl-right form {
    background: #fff;
    padding: 40px 30px 20px;
    border-radius: 0;
}
.result-item.fullhdshit.flex {
    width: 100%;
}
.prod-left, .prod-right {
    width: 100%;
}
h1.sl-title {
    font-size: 22px;
    padding: 30px 0;
}
.sl-cat-wrap.flex {
    padding: 0;
}
.prod-right {
    padding-left: 0;
}
.drop-inner {
    font-size: 16px;
    line-height: 1.1;
}
.drop-inner li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 12px;
}
.dolymi-tx {
    font-size: 12px;
}
.dolymi.cat img {
    margin: 10px auto 10px;
    width: 180px;
}
.prod-right .s-chars {
    font-size: 12px;
    width: fit-content;
    margin: 0 auto;
    display: none;
}
.promo-tx {
    padding: 10px;
    font-size: 12px;
}
.result-item .total {
    padding-left: 0;
}
.result-item .price, .discount {
    font-size: 18px;
}
.result-view h3 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0;
}
.prod-left .dolymi.cat {
    bottom: 5px;
}
.prod-title {
    padding-top: 10px;
}
.prod-left {
    padding-bottom: 80px;
    background: #edf3fe;
    border-radius: 15px;
}
.result-item.fullhdshit.flex {
    margin-bottom: 4%;
}
.select input {
    font-size: 12px;
}
.slct {
    color: #000;
    font-size: 12px;
    overflow: hidden;
    padding: 10px 15px;
}
.select {
    height: 37px;
    margin: 0 10px 10px 0;
}
div#refrato button {
    height: 37px;
    width: 37px;
}
.form.avto-form {
    padding: 40px 0;
}
.result-item .item-desc {
    font-size: 12px;
    padding-top: 10px;
}
.avto-form .title {
    line-height: inherit;
}
.avto-form .title br {
    display: none;
}
div#res-list {
    padding-top: 20px;
}
.fltr-wrap.flex {
    justify-content: flex-start;
    padding: 30px 0 0;
}
.prod-det-left {
    width: 100%;
}
.prod-det-right {
    width: 100%;
    padding-left: 0;
}
.prod-det-top.flex {
    padding-top: 30px;
}
.prod-det-right .dolymi.cat {
    display: flex;
    padding: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.prod-det-right .dolymi-tx {
    text-align: left;
    padding: 10px 0 0;
}
span.price-text {
    font-size: 20px;
}
.chars-left {
    width: 45%;
}
.chars-right {
    width: 50%;
}
.prod-chars.flex {
    font-size: 12px;
}
.parameters {
    padding: 15px;
    min-width: 100%;
    margin-top: 20px;
}
span.parameter-text {
    width: 46%;
}
.stars-wrap.flex {
    width: 54%;
}
.brand.flex {
    width: 50%;
}
.stars-wrap.flex {
    width: 48%;
    justify-content: flex-start;
}
.chars-left:before {
    top: 9px;
}
.chars-det.flex {
    justify-content: space-between;
}
.prod-chars-left {
    width: 100%;
}
.title h1 {
    font-size: 18px;
}
.navik {
    padding: 0 15px;
}
ul.topnav.flex {
    font-size: 16px;
}
.m-nav {
    display: block;
}
.m-nav-wr {
    position: fixed;
    top: 69px;
    left: 0;
    width: 100%;
    display: none;
}
.drop-inner {
    width: 100%;
    box-shadow: none;
    padding: 15px;
    display: none;
}
.btn-cat-toggler {
    background: #357af7;
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
}
.yelow-bl {
    width: auto;
}
.frw-left, .frw-right {
    width: 100%;
}
.frw-item.flex {
    width: 70%;
    margin-bottom: 20px;
}
h3.title {
    font-size: 22px;
    padding-bottom: 0px;
}
.discover {
    padding: 40px 0;
}
.defender {
    padding: 40px 0;
}
.bl-title {
    font-size: 22px;
}
.frw-wrap.flex {
    padding-top: 40px;
}
.bl-title br {
    display: none;
}
.step.flex {
    padding: 15px;
    width: 100%;
}
.step-num {
    width: 40px;
}
.step-title {
    padding: 15px 0;
}
ul.ul li {
    padding-left: 13px;
}
.bottom-col {
    width: 48%;
}
.b-payments.flex {
    flex-wrap: nowrap;
}
.bc-item.flex {
    font-size: 14px;
    margin-bottom: 20px;
}
.socs.flex {
    padding: 20px 0 0 0;
}
.choose-block {
    width: 48%;
    padding: 50px 0 30px;
}
.cat-title {
    left: 10px;
    top: 10px;
    font-size: 14px;
    line-height: 1.2;
}
.cat-rmore {
    bottom: 10px;
    left: 10px;
    font-size: 12px;
}
.choose-img {
    transform: translateX(0);
    width: 88%;
}
.choose-img img {
    max-width: 120%;
}
.choose {
    padding: 40px 0 0;
}

.left-block {
    padding-bottom: 15px;
}
section#top {
    border-radius: 0 0 20px 20px;
}
footer {
    font-size: 12px;
}
.bottom-right .bottom-title {
    font-size: 22px;
}
.bottom-right {
    width: 100%;
    padding-top: 40px;
}
.bottom-col:nth-child(3){
    text-align: right;
}
.bottom-col:nth-child(2) {
    display: none;
}
.bottom-title {
    font-size: 16px;
    padding: 0;
    width:calc(100% - 85px);
    padding-left:15px;
}
.form.btm {
    padding: 40px 0;
}
.contacts {
    padding: 40px 0;
    background: #fff;
}
.bottom-left, .bottom-left {
    width: 100%;
}
.frw-in.flex {
    justify-content: center;
}
.testi-wrap.owl-carousel.owl-loaded.owl-drag {
    padding-top: 30px;
}
.review.mtop {
    padding: 40px 0;
}
.acc-quest {
    font-size: 14px;
}
.accordeon {
    padding-top: 40px;
}
.acc-item {
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}
.step-right {
    align-items: flex-end;
    justify-content: center;
}
.step-tx {
    padding-right: 5px;
}
div#sewing {
    margin-top: 40px;
}
.lblock-tx {
    padding-top: 0;
}
.form {
    padding: 40px 0;
}
.choose-cont.flex {
    padding: 40px 0;
}
.utp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.utp-tx {
    padding-top: 0;
    width: calc(100% - 60px);
}
.utps.flex {
    padding: 30px 30px 10px;
    margin: 0px 0px 30px;
}
.form-bl-wrap.flex {
    padding: 0;
}
.form .left-block {
    width: 100%;
}
nav.nav.topnav-wr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: .3s;
    height: 100svh;
}
nav.nav.topnav-wr.active {
    transform: translateX(0%);
}
ul.topnav.flex {
    padding: 30px 15px;
}
.logo img {
    width: 100%;
}
.logo {
    width: 60px;
}
.tel a {
    font-size: 14px;
}
section#top a.get-call-link {
    display: none;
}
.row {
    padding: 0 10px;
}
section#top {
    padding: 5px 0 0;
}
#order-product-det, #get-product .modal-block, #get-call .modal-block, #get-stoimost .modal-block, #order-product-det .modal-block {
    padding: 30px 15px 15px;
}
.tel-block .in-1 {
    width: 30px!important;
}
.tel-block .in-2 {
    width: 40px !important;
}
.tel-block .in-3 {
    width: 155px !important;
}
.input-block.tel-block.clearfix {
    display: flex;
    flex-wrap: wrap;
}
.input-block.tel-block.clearfix p {
    width: 100%;
}
.nav-toggler.mobile {
    display: block;
}
.nav-toggler {
    position: relative;
    width: 25px;
    height: 18px;
    cursor: pointer;
}
.nav-toggler span {
    display: block;
    width: 100%;
    height: 2px;
    background: #357af7;
    position: absolute;
    transition: .3s;
}
span.tog-top, span.tog-bottom {
    transform-origin: left center;
}
span.tog-center {
    top: calc(50% - 1px);
}
span.tog-bottom {
    bottom: 0;
    width: 70%;
}
.active span.tog-top {
    transform: rotate(40deg);
}
.nav-toggler.active span.tog-center {
    width: 0px;
}
.active span.tog-bottom {
    transform: rotate(-40deg);
    width: 100%;
}
ul.topnav.flex>li {
    width: 100%;
    padding: 10px 0;
}
ul.topnav.flex>li>a {
    padding: 5px 10px 4px;
    display: inline-block;
}
body {
    padding-top: 75px;
}
img.head {
    border-radius: 15px;
    width: 220%;
    max-width: initial;
    transform: translateX(-25%);
}
.header {
    overflow: hidden;
    border-radius: 15px;
}
.head-in h1 {
    font-size: 20px;
    padding: 0px 40px;
}

.discover .left-block, .avto-form .left-block {
    width: 100%;
}
.title-m {
    font-size: 14px;
    padding-bottom: 20px;
}
.ics img {
    margin: 0 2%;
    width: 10%;
}
.ul-wr.flex {
    font-size: 12px;
}
ul.ul li {
    padding-bottom: 5px;
}
.ics.flex {
    padding-bottom: 20px;
}
.btns.flex {
    padding-top: 20px;
}
.btn a {
    padding: 7px 15px;
}
.to-top {
    display: none!important;
}
.questions {
    padding: 30px 0;
}
.product-text {
    font-size: 14px;
}
.product-name a, .product-name {
    padding: 10px 0;
}
a.choose-block.min {
    width: 48%;
}
}

@media screen and (max-width:320px){
a.get-tent {
    font-size: 12px;
}
.logo {
    width: 46px;
}
.tel a {
    font-size: 12px;
}
}