* {
box-sizing: border-box;
}
.ipeye-test {
width: 50%;
height: 30vw;
display: inline-block;
border-radius: 20px;
}
html {
line-height: 1.15;
}
body { color: #4d4d4d;
background: #f8f9fb;
font-family: Arial, Helvetica, sans-serif;
}
.squad-section {
display: none;
}
figure {
text-align: center;
margin-bottom: 1.5em;
margin-top: 1.5em;
margin-left: auto;
margin-right: auto;
}
figure>img {
max-width: 100%;
}
figure.wp-block-embed {
max-width: 600px;
}
.work-icon,
.cable-icon {
border-radius: 50px;
overflow: hidden;
position: relative;
}
.work-icon::after,
.cable-icon::after {
content: '';
width: 80px;
height: 80px;
display: block;
background-color: #f0f0f0;
}
.work-icon::before {
content: '';
display: inline-block;
background: url(//btr-video.ru/wp-content/themes/redesign%20btr-video/assets/img/work-icon.png) center/cover no-repeat;
width: 50px;
height: 50px;
left: 50%;
margin-left: -25px;
top: 50%;
margin-top: -25px;
position: absolute;
}
.cable-icon::before {
content: '';
display: inline-block;
background: url(//btr-video.ru/wp-content/themes/redesign%20btr-video/assets/img/cable-icon.png) center/cover no-repeat;
width: 50px;
height: 50px;
left: 50%;
margin-left: -25px;
top: 50%;
margin-top: -25px;
position: absolute;
}
.work,
.time-icon,
.price-icon {
border-radius: 20px;
overflow: hidden;
position: relative;
display: inline-block;
width: 30px;
height: 30px;
}
.work::before,
.time-icon::before,
.price-icon::before {
content: '';
display: inline-block;
position: absolute;
width: 100%;
height: 100%;
}
.work::before {
background: url(//btr-video.ru/wp-content/themes/redesign%20btr-video/assets/img/work-portfolio.png) center/cover no-repeat;
}
.time-icon::before {
background: url(//btr-video.ru/wp-content/themes/redesign%20btr-video/assets/img/time-portfolio.png) center/cover no-repeat;
}
.price-icon::before {
background: url(//btr-video.ru/wp-content/themes/redesign%20btr-video/assets/img/price-portfolio.png) center/cover no-repeat;
}
h1 {
margin-top: 16px;
margin-bottom: 16px;
font-size: 40px;
font-weight: 600;
color: #474747;
}
h2 {
margin-top: 16px;
margin-bottom: 16px;
font-size: 36px;
font-weight: 600;
color: #474747; }
h3 {
margin-top: 16px;
margin-bottom: 16px;
font-size: 32px;
font-weight: 600;
color: #474747;
}
h4 {
margin-top: 16px;
margin-bottom: 16px;
font-size: 30px;
font-weight: 600;
color: #474747;
}
h5 {
margin-top: 16px;
margin-bottom: 16px;
font-size: 22px;
font-weight: 600;
color: #474747;
}
h6 {
margin-top: 16px;
margin-bottom: 16px;
font-size: 20px;
font-weight: 600;
color: #474747;
}
a {
color: #06a9e4;
}
.primary-block-style {
box-shadow: 0px 5px 15px -15px rgb(43 43 43 / 49%);
border-radius: 20px;
padding: 20px;
background-color: white;
overflow: hidden;
}
.advantage,
.flaw,
.link-box {
position: relative;
padding: 25px 25px 25px 65px;
border-radius: 20px;
display: block;
margin: 15px 0;
}
.advantage p,
.flaw p,
.term p,
.link-box p {
margin: 0;
}
.advantage {
background: #d3fbd3;
}
.flaw {
background: #ffc5c5;
}
.term {
background: #bfe9f9;
padding: 25px;
border-radius: 20px;
display: block;
margin: 15px 0;
}
.link-box {
background: #e6e4e4;
font-weight: 600;
color: inherit;
}
.advantage::before,
.flaw::before,
.link-box::before {
content: '';
position: absolute;
width: 37px;
height: 37px;
left: 15px;
top: 50%;
margin-top: -20px;
}
.advantage::before {
background: url(//btr-video.ru/wp-content/themes/redesign%20btr-video/assets/img/circle-checkmark.png);
background-repeat: no-repeat;
background-size: contain;
}
.flaw::before {
background: url(//btr-video.ru/wp-content/themes/redesign%20btr-video/assets/img/close-ellipse.png);
background-repeat: no-repeat;
background-size: contain;
}
.link-box::before {
background: url(//btr-video.ru/wp-content/themes/redesign%20btr-video/assets/img/external-link.png);
background-repeat: no-repeat;
background-size: contain;
}
.main-btn,
.sec-btn {
text-decoration: none !important;
border-radius: 500px !important;
padding: 11px 22px !important;
display: inline-block !important;
font-size: 15px !important;
transition: .2s all !important;
cursor: pointer !important;
}
.main-btn {
color: #fff !important;
font-weight: 600 !important;
background: #06a9e4 !important;
border: 1px solid #06a9e4 !important;
}
.main-btn:hover {
background: rgba(6, 169, 228, .8) !important;
border-color: rgba(6, 169, 228, .1) !important;
}
.sec-btn {
color: #06a9e4 !important;
background: #fff !important;
border: 1px solid #06a9e4 !important;
cursor: pointer !important;
}
.sec-btn:hover {
background: #06a9e4 !important;
color: #fff !important;
}
.form-btn-v2 {
box-shadow: inset 0px 0px 0px 2px white !important;
color: white !important;
}
.blind-btn {
position: relative;
overflow: hidden;
}
.blind-btn:before {
content: "";
display: block;
width: 9px;
height: 66px;
background: #fff;
background: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, .5) 100%);
left: -23px;
top: -13px;
z-index: 1;
transform: rotate(45deg);
position: absolute;
animation: movingFlare 3s ease-in-out .05s infinite;
}
@keyframes movingFlare {
0% {
left: -30px;
margin-left: 0px;
}
30% {
left: 110%;
margin-left: 80px;
}
100% {
left: 110%;
margin-left: 80px;
}
}
.rouble::after {
content: '\20BD';
margin-left: 5px;
}
.section {
margin-top: 60px;
margin-bottom: 60px;
}
.title {
margin-top: 0px;
margin-bottom: 0px;
}
.sub-title {
margin-top: 15px;
line-height: 1.5;
color: #4d4d4d;
}
.block-offset {
margin-top: 30px !important;
}
.container {
max-width: 1280px;
padding-left: 40px;
padding-right: 40px;
margin: 0 auto;
}
.large-container {
max-width: 1366px;
}
figure>img,
.wp-block-embed__wrapper>iframe,
iframe {
border-radius: 20px;
overflow: hidden;
}
.wp-block-image>img,
iframe {
max-width: 600px;
width: 100%;
}
.mobile-menu-wrap {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(16, 16, 16, 0.5);
display: none;
z-index: 999998;
}
.mobile-nav-box {
display: none;
}
.mobile-nav-icon {
width: 45px;
height: 45px;
}
.mobile-nav-closebtn {
display: none;
}
.container.page p,
.container.page ul,
.container.page ol,
.container.post p,
.container.post ul,
.container.post ol {
font-weight: 400;
line-height: 24px;
margin-left: 0px;
margin-right: 0px;
font-size: 15px;
}
.container.page b,
.container.page strong,
.container.post b,
.container.post strong {
color: #474747;
}
.container.main-page h2 {
font-size: 40px;
}
.flex-element {
display: flex !important;
}
.show {
display: block !important;
}
.hide {
display: none !important;
}
.header-top {
position: relative;
background-color: white;
}
.header-topBox-wrap {
display: flex;
justify-content: space-between;
align-items: center;
height: 100px;
}
.logo-box {
display: flex;
align-items: center;
text-decoration: none;
}
.logo-image {
margin-right: 15px;
max-width: 55px;
height: 74px;
}
.logo-text {
display: inline-block;
}
.brand-name {
font-weight: 700;
font-size: 22px;
text-decoration: none;
color: #474747;
line-height: normal;
}
.brand-title {
font-size: 15px;
line-height: normal;
vertical-align: top;
margin-top: 3px;
color: #4d4d4d;
font-weight: 400;
}
.contacts-info {
display: flex;
}
.contacts-social {
margin-right: 35px;
}
.contacts-phone {
padding-left: 40px;
background-image: url(//btr-video.ru/wp-content/themes/redesign%20btr-video/assets/img/phone-icon2.png);
background-repeat: no-repeat;
background-size: 27px;
background-position: 0px 11px;
}
.phone-number {
display: block;
font-size: 20px;
}
.phone-btn-callback {
color: #06a9e4;
text-decoration: none;
border-bottom: 1px dotted #06a9e4;
}
.mail-address {
font-size: 17px;
display: inline-block;
padding-left: 34px;
padding-bottom: 3px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3e%3cg id='SVGRepo_bgCarrier' stroke-width='0'/%3e%3cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3e%3cg id='SVGRepo_iconCarrier'%3e%3cpath d='M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12ZM16 12V13.5C16 14.8807 17.1193 16 18.5 16V16C19.8807 16 21 14.8807 21 13.5V12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21H16' stroke='%2306a9e4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");
background-size: 27px;
background-repeat: no-repeat;
background-position: -2px -2px;
}
.phone-number,
.mail-address {
text-decoration: none;
font-weight: 700;
margin-bottom: 7px;
color: #474747;
line-height: normal;
}
.social-list {
display: flex;
padding: 0;
margin: 0;
padding-left: 35px;
list-style-type: none;
}
.social-link+.social-link {
margin-left: 8px;
}
.social-img {
width: 27px;
height: auto;
}
.social-list li+li {
margin-left: 5px;
}
.social-link>span {
display: none;
}
.menu {
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
justify-content: space-between;
margin: 0px -15px 0px -15px;
}
.header-menu {
border-top: 1px solid #f2f2f2;
}
.menu-item:hover>.submenu-parent-list {
display: block;
}
.menu-link {
display: inline-block;
font-size: 15px;
font-weight: 600;
padding-top: 25px;
padding-bottom: 25px;
text-decoration: none;
color: #4d4d4d;
padding: 15px;
margin: 0px 5px 0px 5px;
transition: all .2s;
position: relative;
}
.menu-link:hover {
color: #06a9e4;
}
.slick-dots {
position: absolute;
list-style-type: none;
margin: 0;
padding: 0;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
}
.slick-dots>li {
display: inline-block;
}
.slick-dots>li+li {
margin-left: 10px;
}
.slick-dots>li>button {
border-radius: 50%;
background: #c1c1c2;
font-size: 0;
line-height: 0;
display: block;
width: 15px;
height: 15px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: 0;
}
.slick-dots>li.slick-active>button {
background: #06a9e4;
width: 30px;
border-radius: 20px;
transition: all .2s;
}
.slick-arrow {
position: absolute;
width: 45px;
height: 45px;
background: #06a9e4;
border-radius: 50px;
border: none;
z-index: 9999;
transform: translateY(-50%);
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
.slick-prev {
top: 50%;
left: -12px;
}
.slick-next {
top: 50%;
right: -12px;
}
.slick-prev>img,
.slick-next>img {
width: 25px;
}
.slick-next>img {
transform: rotate(180deg);
}
.section-title-line {
width: 100px;
height: 1px;
background: rgb(51, 51, 51);
margin: 20px 0px;
}
.page-title {
font-size: 3vw;
font-weight: 700;
margin: 0;
line-height: 1.15;
} .page-header {
display: flex;
justify-content: center;
padding: 80px 40px;
flex-direction: column;
border-radius: 20px;
}
.page-header-title {
margin-bottom: 30px;
color: white;
margin-top: 0;
}
.page-header-list {
margin: 0;
padding: 0 !important;
color: white;
list-style-type: none;
display: flex;
flex-direction: column;
margin-bottom: 30px;
}
.page-header-item {
display: flex;
align-items: center;
margin: 5px 0;
}
.page-header-item-img {
width: 40px;
margin-right: 7px;
}
.page-header-item-text {
font-size: 16px;
}
.address-col,
.contact-phone-col,
.work-time-col,
.email-address-col,
.elem-col:not(:last-child) {
margin-bottom: 30px;
}
.address-title,
.contact-phone-title,
.work-time-title,
.email-address-title,
.elem-title {
font-size: 20px;
font-weight: 600;
margin-bottom: 5px;
color: #4d4d4d;
}
.address-box-text,
.contact-phone-box>.phone-number,
.work-time-text,
.email-address-col>.email-address {
font-size: 16px;
color: #686868;
padding-top: 3px;
padding-bottom: 3px;
font-weight: 400;
}
.address-box-icon {
width: 27px;
height: 28px;
}
.work-time-icon {
width: 27px;
height: 27px;
}
.contacts-phone-box { } footer {
color: white;
background-color: #282828;
}
.footer-top {
display: none;
}
.footer-top-wrap {
display: flex;
justify-content: center;
}
.footer-menu .menu-link {
margin: 0;
color: white;
display: flex;
align-items: center;
}
.footer-menu .menu-link:hover {
background-color: transparent;
color: #06a9e4;
}
.footer-wrap {
padding-top: 40px;
padding-bottom: 40px;
}
.address-box,
.work-time-box,
.elem-box {
font-size: 16px;
line-height: 24px;
}
.address-box,
.work-time-box {
display: flex;
align-items: center;
}
.address-box-icon,
.work-time-icon {
margin-right: 10px;
background-size: contain;
background-repeat: no-repeat;
flex-shrink: 0;
}
.footer-address-box,
.footer-work-time-box {
width: 250px;
}
.footer-address-text,
.footer-work-text {
color: white;
}
.footer-wrap {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.footer-contacts .logo-text {
display: none;
}
.footer-contacts .brand-name {
color: white;
}
.footer-contacts .brand-title {
color: #dadadb;
}
.footer-contacts .phone-number,
.footer-contacts .mail-address {
color: white;
font-weight: 600;
}
.footer-contacts .social-list {
padding-left: 0px;
}
.footer-contacts .social-list li+li {
margin-left: 10px;
}
.footer-contacts .social-link>svg,
.footer-contacts .social-link>img {
width: 35px;
height: 35px;
fill: #06a9e4;
}
.footer-menu {
flex-direction: column;
margin-top: -10px;
margin-bottom: -10px;
}
.footer-menu>li>a {
color: white;
text-decoration: none;
font-size: 16px;
display: inline-block;
padding: 10px;
font-weight: 500;
}
.footer-menu>li>a:hover {
color: #06a9e4;
}
.footer-box {
margin-bottom: 40px;
}
.footer-box-title {
margin-bottom: 15px;
color: #a1a1a1;
font-size: 16px;
}
.footer-menu .menu {
flex-direction: column;
}
.footer_bottom {
border-top: 1px solid #a1a1a1;
padding-top: 40px;
padding-bottom: 40px;
display: flex;
justify-content: space-between;
}
.footer_copyright-text::before {
content: "\00A9";
} .container-solutions {
display: flex;
flex-wrap: wrap;
margin: 0 -10px -20px;
}
.solution-item {
margin: 0 10px;
margin-bottom: 20px;
min-height: 100px;
max-height: 290px;
height: 20vw;
border-radius: 20px;
position: relative;
overflow: hidden;
padding: 20px;
display: flex;
align-items: flex-end;
text-decoration: none;
justify-content: center;
}
.solutions-bc-cover {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45));
z-index: -1;
transition: all 0.2s;
}
.solution-item:hover .solutions-bc-cover {
background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}
.solution-item:hover .solution-item-title {
transform: translateY(500px);
}
.solution-img-cover {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -2;
}
.solution-item {
width: calc(33.3% - 20px);
}
.solution-item-title { font-weight: 600;
font-size: 20px;
background: white;
color: #474747;
padding: 20px;
border-radius: 20px;
overflow: hidden;
text-align: center;
transition: all 0.2s;
}
.lwptoc {
margin: 1.7em 0;
}
.lwptoc_i {
border-radius: 20px;
overflow: hidden;
}
.lwptoc-light .lwptoc_i {
color: #333;
background: #EFEFF3;
padding: 25px !important;
border: 1px solid #d9d9d9;
}
.lwptoc_header {
margin-bottom: 0px !important;
}
.lwptoc_items.lwptoc_items-visible {
margin-top: 13px;
}
.lwptoc_item {
margin-top: 7px !important;
font-weight: 500;
line-height: 1.5;
} .gallery-list {
display: flex;
flex-wrap: wrap;
margin: -10px;
}
.gallery-item {
width: calc(25% - 20px);
margin: 10px;
max-height: 15vw;
padding: 0;
}
.gallery-image {
width: 100%;
height: 100%;
object-fit: cover;
} .top-block {
background: #5e5e5e;
border-top: 1px solid transparent;
}
.top-block-content {
padding: 50px 0px;
display: flex;
justify-content: space-between;
}
.top-block-column.left-col {
width: 560px;
}
.top-block-title { margin-bottom: 30px;
color: white;
margin-top: 0;
width: 100%;
}
.top-block-text { font-size: 20px;
color: rgba(201, 201, 201, 1);
margin-bottom: 30px;
}
.top-block-btn {
margin-bottom: 30px;
}
.top-block-list {
margin: 0;
padding: 0 !important;
color: white;
list-style-type: none;
display: flex;
flex-wrap: wrap;
}
.top-block-item {
display: flex;
align-items: center;
margin: 10px 0;
width: 50%;
padding-right: 50px;
}
.top-block-img-wrap {
padding: 10px;
border: 2px solid #06a9e4;
border-radius: 10px;
margin-right: 15px;
}
.top-block-item-img {
width: 40px;
height: 40px;
vertical-align: top;
}
.top-block-item-text {
font-size: 16px;
}
.error-block {
text-align: center;
margin: 70px 0;
}
.error-icon {
width: 180px;
height: 180px;
margin: 0 auto;
}
.error-title {
font-weight: 400;
font-size: 33px;
margin-bottom: 25px;
}
.error-text {
max-width: 600px;
margin: 0 auto;
margin-bottom: 33px;
font-weight: 300;
line-height: 1.5;
}
.error-btn.sec-btn {
margin-right: 15px;
} .main-feedback-form { }
.main-feedback-form .ff-t-cell.ff-t-column-1 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.fluentform .main-feedback-form .ff-el-tc label.ff_tc_label>div {
color: white;
padding-top: 15px !important;
}
.fluentform .main-feedback-form .ff-el-form-check-label .ff-el-form-check-input {
transform: translateY(1px) scale(1.5);
margin-right: 15px;
}
.fluentform .main-feedback-form .ff-el-tc label.ff_tc_label>div>p>a {
color: white;
font-weight: 500;
}
.main-feedback-form .ff-t-cell.ff-t-column-1>*,
.frm-fluent-form .main-feedback-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
flex-grow: 1;
}
.frm-fluent-form .main-feedback-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
overflow: hidden;
}
.main-feedback-form .ff-t-cell.ff-t-column-1>* {
margin-right: 20px;
}
.fluentform .main-feedback-form .ff-el-group {
margin-bottom: 0px;
}
.fluentform .main-feedback-form .ff-el-form-control {
border-radius: 20px;
border: 0;
}
.frm-fluent-form .main-feedback-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
margin-bottom: 0px;
color: #fff;
font-weight: 600;
background: #06a9e4;
border: 1px solid #06a9e4;
text-decoration: none;
border-radius: 500px;
padding: 11px 22px;
display: inline-block;
font-size: 15px;
transition: .2s all;
cursor: pointer;
}
.fluentform .ff-message-success {
border: 0px;
border-radius: 20px;
width: 100%;
box-shadow: none;
margin-top: 0px;
padding: 20px;
text-align: center;
font-size: 15px;
background: white;
}
.feedback-box {
background: #06a9e4;
padding: 40px;
}
.feedback-box .feedback-min-form {
width: 100%;
}   .feedback-title {
color: white;
}
.feedback-desc {
color: white;
}
.before-after-container {
border-radius: 20px;
overflow: hidden;
}
.night-record-image {
width: 100%;
}
.twentytwenty-before {
display: none;
}
.callback-form,
.popup-form {
background: white;
padding: 45px 30px;
border-radius: 20px;
max-width: 340px !important;
}
.callback-form_title,
.popup-form_title {
color: #474747;
font-weight: 600;
font-size: 30px;
margin-bottom: 7px;
}
.callback-form_desc,
.popup-form_desc {
margin-bottom: 25px;
font-size: 15px;
font-size: 14px;
color: #4d4d4d;
font-weight: 400;
color: #7d7c7c;
margin: 0;
}
.callback-form .ff-el-input--content input[type="text"],
.popup-form .ff-el-input--content input[type="text"] {
padding-left: 0px;
border: 0;
border-radius: 0px;
border-bottom: 1px solid #dadbdd;
color: #474747;
background: transparent;
}
.callback-form input[type="text"]:focus,
.popup-form input[type="text"]:focus {
border-color: #474747;
}
.callback-form input[type="text"]::placeholder,
.popup-form input[type="text"]::placeholder {
color: #474747;
}
.callback-form button[type="submit"],
.popup-form button[type="submit"] {
text-decoration: none;
border-radius: 500px;
padding: 8px 22px;
display: inline-block;
font-size: 15px;
transition: .2s all;
border: 1px solid #06a9e4;
cursor: pointer;
color: #fff;
font-weight: 600;
background: #06a9e4 !important;
margin-bottom: 0px !important;
}
.callback-form_conditions,
.popup-form_conditions {
width: 100%;
font-size: 13px;
font-weight: 300;
}
.callback-form_conditions .ff-el-form-check-label input[type='checkbox'],
.popup-form_conditions .ff-el-form-check-label input[type='checkbox'] {
margin-right: 10px;
transform: translateY(8px) scale(1.5);
margin-right: 15px;
}
.popup-form_head {
text-align: center;
}
.popup-form .popup-form_btn-box {
justify-content: center;
margin-bottom: 0px;
margin-bottom: 0px !important;
text-align: center !important;
}
.feedback-min-section-wrap {
display: flex;
align-items: center;
justify-content: space-between;
padding: 40px;
}
.feedback-min-content {
display: flex;
align-items: center;
max-width: 405px;
}
.feedback-min-icon {
width: 80px;
height: 80px;
background-size: cover;
background-repeat: no-repeat;
margin-right: 20px;
}
.feedback-min-main {
max-width: 360px;
}
.feedback-min-title {
font-size: 30px;
font-weight: 600;
color: #06a9e4;
}
.feedback-min-desc {
margin-top: 5px;
}
.feedback-min-form {
max-width: 370px;
}
.feedback-min-form .frm-fluent-form .ff-t-cell:first-of-type {
display: flex;
align-items: center;
flex-direction: row;
}
.feedback-min-form .ff-el-input--content input[type="text"] {
border-radius: 20px;
margin-right: 15px;
}
.feedback-min-form .ff-el-input--content input[type="text"]:focus {
border: 1px solid #06a9e4;
}
.feedback-min-form .fluentform .ff-el-group,
.feedback-min-form .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
margin-bottom: 0px;
}
.feedback-min-form .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom {
margin-left: 10px;
}
.activity-list {
display: flex;
flex-wrap: wrap;
margin: 0 -10px -20px;
}
.activity-item {
width: calc(50% - 20px);
margin: 0 10px;
margin-bottom: 20px;
display: flex;
}
.activity-leftBox {
position: relative;
}
.activity-img {
width: 200px;
height: 135px;
border-radius: 20px;
transition: .2s all;
}
.activity-item:hover .activity-img {
transform: scale(1.1);
}
.activity-rightBox {
margin-left: 20px;
}
.activity-title-link {
text-decoration: none;
}
.activity-item-title {
color: #474747;
font-size: 20px;
margin-top: 15px;
margin-bottom: 25px;
font-weight: 700;
}
.activity-item-tag {
display: inline-block;
background: #d9d9d9;
padding: 5px 10px;
border-radius: 20px;
font-size: 12px;
color: #4d4d4d;
font-weight: 500;
}
.activity-box-foot {
text-align: center;
margin-top: 20px;
}
.troubles-list {
display: flex;
margin-left: -10px;
margin-bottom: -10px;
margin-right: -10px;
flex-wrap: wrap;
}
.troubles-item {
width: calc(33.3% - 20px);
margin: 0 10px 20px;
padding: 0px;
}
.troubles-imageBox {
margin-bottom: 20px;
width: 100%;
height: 12vw;
}
.troubles-image {
width: 100%;
vertical-align: top;
height: 100%;
object-fit: cover;
}
.troubles-body {
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
.troubles-head {
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
}
.troubles-text {
font-size: 16px;
color: #686868;
} .calculation-box {
display: flex;
align-items: flex-start;
}
.calculation-table-wrap {
border-radius: 10px;
overflow: hidden;
padding-left: 20px;
padding-right: 20px;
margin-right: 20px;
background-color: white;
box-shadow: 0px 5px 15px -15px rgb(43 43 43 / 49%);
}
.calculation-table {
width: 100%;
}
.calculation-image {
width: 80px;
}
.calculation-row:first-child {
background-color: #06a9e4;
color: white;
font-weight: 600;
}
.calculation-row:first-child>td {
padding: 20px;
}
.calculation-row:not(first-child)>td:first-child {
padding-left: 30px;
}
.calculation-row:not(first-child)>td:last-child {
padding-right: 30px;
}
.calculation-inner {
display: flex;
align-items: center;
margin-right: 30px;
}
.calculation-cell:first-child {
padding-left: 0px;
}
.calculation-row:first-child>.calculation-cell:first-child,
.calculation-row:first-child>.calculation-cell:last-child {
position: relative;
}
.calculation-row:first-child>.calculation-cell:first-child::before,
.calculation-row:first-child>.calculation-cell:last-child::after {
content: '';
position: absolute;
width: 50px;
height: 100%;
background: #06a9e4;
}
.calculation-row:first-child>.calculation-cell:first-child::before {
top: 0;
left: -50px;
}
.calculation-row:first-child>.calculation-cell:last-child::after {
top: 0;
right: -50px;
}
.calculation-row:not(:first-child) {
border-bottom: 1px solid #cfcfcf;
}
.calculation-cell:last-child {
padding-right: 0px;
}
.calculation-foot {
border-radius: 10px;
padding: 20px;
width: 290px;
flex-shrink: 0;
position: sticky;
top: 20px;
background-color: white;
box-shadow: 0px 5px 15px -15px rgb(43 43 43 / 49%);
}
.calculation-col+.calculation-col {
margin-left: 15px;
}
.calculation-group {
display: flex;
margin-bottom: 25px;
align-items: center;
}
.calculation-group .calculation-item {
font-size: 20px;
font-weight: 600;
margin-bottom: 8px;
}
.calculation-group .calculation-price,
.calculation-group .calculation-time {
font-size: 16px;
font-weight: 400;
}
.calculation-cable>.calculation-inner {
flex-grow: 1;
}
.calculation-inner-image>.tools-image {
width: 80px;
}
.calculation-work,
.calculation-cable {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 0;
}
.calculation-cable {
border-bottom: 1px solid #cfcfcf;
}
.calculation-btn-box {
border-top: 1px solid #cfcfcf;
padding-top: 20px;
text-align: center;
}
.lwpcngNotice {
box-shadow: 0 4px 24px rgba(0, 0, 0, .12), 0 12px 20px rgba(0, 0, 0, .14) !important;
font-size: 16px !important; font-family: Arial, Helvetica, sans-serif;
padding: 20px;
}
.lwpcngNotice-float {
border-radius: 20px !important;
}
.lwpcngNotice-light {
background: #fff !important;
}
.lwpcngNoticeBar .lwpcngNotice_buttons {
margin-left: 40px !important;
}
.lwpcngNotice-light .lwpcngNotice_accept {
color: #fff !important;
font-weight: 600 !important;
background: #06a9e4 !important;
border: 1px solid #06a9e4 !important;
border-radius: 500px !important;
padding: 11px 22px !important;
font-size: 15px !important;
transition: .2s all !important;
margin: 0px !important;
}
.lwpcngNotice-light .lwpcngNotice_accept:hover {
background: rgba(6, 169, 228, .8) !important;
border-color: rgba(6, 169, 228, .1) !important;
}
.lwpcngNotice-light A {
color: #474747 !important;
padding: 11px 22px !important;
display: inline-block !important;
border-radius: 20px !important;
font-weight: 600 !important;
font-size: 16px !important;
background: #f2f3f7 !important;
border: 1px solid #f2f3f7 !important;
margin-right: 0px !important;
}
.lwpcngNotice A {
text-decoration: none !important;
}
.lwpcngNotice A:hover {
background: #e2e5ec !important;
}
.lwpcngNotice_more {
margin-left: 15px !important;
}
.lwpcngNotice_buttons {
display: inline-block !important;
}
.feedback-min-form .fluentform .ff-el-group { }
.feedback-min-form .fluentform_wrapper_12 .frm-fluent-form .ff-t-cell:first-of-type {
flex-wrap: wrap;
}
.need-help-min-form {
max-width: 375px;
}
.feedback-min-form.need-help-min-form .fluentform .ff-el-group:last-child {
padding-top: 15px !important;
}
.need-help-min-form .fluentform .ff-el-form-check-label .ff-el-form-check-input {
transform: translateY(3px) scale(1.5);
margin-right: 15px;
}
.custom-block-main {
display: flex;
justify-content: space-between;
align-items: center;
}
.custom-block-imgCol {
flex-shrink: 0;
margin-right: 80px;
}
.custom-block-imageBox {
width: 600px;
flex-shrink: 0;
overflow: hidden;
}
.custom-block-image {
width: 100%;
border-radius: 20px;
}
@media (min-width: 1200px) { .calculation-table {
border-collapse: collapse;
display: table;
}
.calculation-row {
display: table-row;
}
.calculation-cell {
display: table-cell;
vertical-align: middle;
}
.calculation-inner-image {
margin-right: 20px;
}
.calculation-icon {
width: 100px;
}
.calculation-cell {
padding: 20px 15px;
}
.calculation-cell:nth-child(2) {
width: 125px;
text-align: center;
}
.calculation-cell:nth-child(3) {
width: 125px;
text-align: center;
}
.calculation-cell:nth-child(4) {
width: 125px;
text-align: right;
}
.calculation-cable-count,
.calculation-cable-price {
width: 125px;
padding: 0 15px;
text-align: center;
}
.calculation-work-price,
.calculation-cable-totalPrice {
width: 125px;
padding-left: 15px;
text-align: right;
}
}
@media (max-width: 1200px) {
.custom-block-imageBox {
width: 460px;
}
.header-topBox-wrap {
height: 95px;
}
.page-header {
margin-left: -40px;
margin-right: -40px;
border-radius: 0px;
}
.page-title {
font-size: 35px;
}
.logo-image {
max-width: 50px;
height: 67px;
}
.brand-name {
font-size: 18px;
}
.brand-title {
font-size: 12px;
margin-top: 2px;
width: 240px;
}
.activity-item {
width: calc(33.3% - 20px);
flex-direction: column;
}
.activity-img {
height: 17vw;
width: 100%;
}
.activity-rightBox {
margin-left: 0px;
margin-top: 20px;
}
.troubles-imageBox {
height: 18vw;
} .calculation-row {
padding: 20px 0;
}
.calculation-inner-text {
margin-bottom: 15px;
}
.calculation-row:first-child {
display: none;
}
.calculation-row:not(:first-child) {
display: flex;
flex-wrap: wrap;
}
.calculation-cell:first-child {
width: 100%;
text-align: center;
}
.calculation-cell:not(:first-child) {
flex-grow: 1;
}
.calculation-cell:nth-child(2) {
text-align: left;
margin-right: 15px;
}
.calculation-cell:nth-child(3) {
display: none;
}
.calculation-cell:nth-child(4) {
text-align: right;
}
.calculation-inner {
flex-direction: column;
margin: 0;
position: relative;
margin-bottom: 20px;
}
.calculation-inner::after {
content: '';
width: 50px;
height: 1px;
background: #06a9e4;
border-radius: 5px;
}
.calculation-inner-image {
margin-bottom: 15px;
}
.calculation-wrap-icon {
padding: 13px 0px 13px 55px;
display: inline-block;
position: relative;
}
.calculation-icon {
position: absolute;
}
.calculation-icon.goods {
background: url(//btr-video.ru/wp-content/themes/redesign%20btr-video/assets/img/goods-calculation.png) center/cover no-repeat;
width: 45px;
height: 45px;
top: 0;
left: 0;
}
.calculation-icon.price {
background: url(//btr-video.ru/wp-content/themes/redesign%20btr-video/assets/img/rouble-calculation.png) center/cover no-repeat;
width: 43px;
height: 43px;
top: 0;
left: 0;
}
.calculation-work,
.calculation-cable {
flex-direction: column;
text-align: center;
}
.calculation-work-price,
.calculation-cable-totalPrice {
position: relative;
padding: 13px 0px 13px 55px;
}
.calculation-cable-count {
position: relative;
}
.calculation-cable-price {
display: none;
}
}
@media (max-width: 1100px) {
.lwpcngNotice_message {
display: block !important;
margin-right: 0px !important;
}
.lwpcngNoticeBar .lwpcngNotice_buttons {
margin-top: 15px !important;
margin-left: 0px !important;
}
.lwpcngNotice_more {
margin-right: 0px !important;
}
}
@media (min-width: 992px) {
.top-block-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.page-header-btn,
.top-block-btn {
display: none;
}
}
@media (max-width: 992px) {
.custom-block-imgCol {
margin-right: 40px;
}
.custom-block-imageBox {
width: 360px;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 29px;
}
h4 {
font-size: 27px;
}
h5 {
font-size: 26px;
}
h6 {
font-size: 24px;
}
.sub-title {
font-size: 16px;
}
.container.main-page h2 {
font-size: 36px;
}
.section {
margin-top: 50px;
margin-bottom: 50px;
}
.block-offset {
margin-top: 20px !important;
}
.show {
display: block;
}
.show-menu {
right: 0;
}
.hidden {
display: none;
}
.hidden-menu {
right: -350px;
}
.header-top {
margin-bottom: 0px;
}
.header-topBox-wrap {
border-bottom: none;
}
nav {
position: fixed;
z-index: 999999;
background: white;
width: 270px;
height: 100vh;
right: -450px;
top: 0;
transition: all .2s;
}
.header-menu {
margin: 0;
flex-direction: column;
height: 100%;
overflow-y: auto;
justify-content: flex-start;
}
.menu-link {
display: block;
}
.menu-link:hover {
color: #06a9e4;
background-color: transparent;
}
.mobile-nav-box {
display: flex;
width: 60px;
height: 60px;
border-radius: 50px;
background: #06a9e4;
flex-shrink: 0;
margin-left: 20px;
cursor: pointer;
justify-content: center;
align-items: center;
}
.mobile-nav-closebtn {
display: block;
width: 45px;
height: 45px;
background: #06a9e4;
position: absolute;
top: 0;
transform: translateX(-45px);
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.mobile-nav-closebtn-icon {
width: 22px;
height: 22px;
fill: #fff;
}
.contacts-social {
display: none;
}
.contacts-info {
align-items: center;
}
.footer-contacts-phone {
background-size: 25px;
background-position: 2px 9px;
}
.phone-number {
font-size: 18px;
margin-bottom: 5px;
}
.section-title {
font-size: 35px;
}
.footer-contacts .logo-box {
flex-direction: column;
align-items: flex-start;
}
.footer-contacts .logo-image {
margin-bottom: 15px;
}
.footer-contacts .logo-text {
width: 200px;
}
.footer-contacts .brand-name {
margin-bottom: 5px;
}
.solutions-item {
min-height: 150px;
}
.page-header {
padding: 60px 40px;
}
.solution-item {
width: calc(50% - 30px); height: 30vw;
}
.gallery-item {
width: calc(33.33333% - 20px);
max-height: 20vw;
}
.top-block-content {
padding: 30px 0;
}
.top-block-column.left-col {
width: 767px;
}
.top-block-title { margin-bottom: 25px;
}
.top-block-text { font-size: 17px;
margin-bottom: 25px;
}
.top-block-btn {
margin-bottom: 25px;
} .feedback-box {
flex-direction: column;
}
.callback-form_wrap .fluentform {
display: none !important;
}
.feedback-min-section-wrap {
text-align: center;
flex-direction: column;
}
.feedback-min-content {
flex-direction: column;
}
.feedback-min-icon {
margin-right: 0px;
margin-bottom: 20px;
}
.feedback-min-main {
margin-bottom: 20px;
}
.feedback-min-title {
font-size: 26px;
}
.feedback-min-desc {
margin-top: 3px;
}
.activity-item {
width: calc(50% - 30px);
}
.activity-img {
height: 19vw;
}
.accordion-head {
width: 300px;
}
.troubles-item {
width: calc(50% - 20px);
}
.troubles-imageBox {
height: 20vw;
}
.troubles-head {
font-size: 18px;
}
.troubles-text {
font-size: 15px;
}
.feedback-min-form.need-help-min-form .fluentform .ff-el-group:last-child {
text-align: left;
}
}
@media (min-width: 767px) {
.accordion-line {
min-height: 23px;
}
.footer-contacts .footer-box:last-child {
margin-bottom: 0;
}
.custom-block-reverse .custom-block-main {
flex-direction: row-reverse;
}
.custom-block-reverse .custom-block-imgCol {
margin-right: 0px;
margin-left: 40px;
}
}
@media (max-width: 767px) {
.custom-block-main {
flex-direction: column;
}
.custom-block-imgCol {
order: 1;
margin-right: 0;
width: 100%;
}
.custom-block-contentCol {
margin-bottom: 20px;
}
.custom-block-imageBox {
width: 100%;
}
.custom-block-image {
object-fit: cover;
height: 40vw;
}
h1 {
font-size: 33px;
}
h2 {
font-size: 29px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 23px;
}
h5 {
font-size: 21px
}
h6 {
font-size: 20px;
}
.main-btn,
.sec-btn {
font-size: 14px !important;
}
.logo-text {
display: none;
}
.container.main-page h2 {
font-size: 34px;
}
.section-title {
font-size: 30px;
text-align: center;
}
.section-title-line {
width: 70px;
margin: 20px auto;
}
.page-header {
text-align: center;
padding: 40px 40px;
}
.page-header-title {
margin-bottom: 15px;
}
.page-header-list {
align-items: center;
margin-bottom: 15px;
}
.page-header-item-img {
width: 35px;
}
.page-header-item-text {
font-size: 14px;
}
.slick-arrow {
width: 40px;
height: 40px;
}
.slick-prev {
left: -10px;
}
.slick-next {
right: -10px;
}
.slick-prev>img,
.slick-next>img {
width: 22px;
}
.solution-item { }
.solution-item-title {
font-size: 18px;
}
.lwptoc_i {
width: 100%;
}
.accordion-item {
flex-direction: column;
align-items: flex-start;
}
.accordion-head {
font-size: 18px;
width: 100%;
margin-right: 0px;
}
.accordion-line {
height: 1px;
width: 100%;
margin: 15px 0;
}
.accordion-body {
font-size: 15px;
padding-left: 0px;
}
.top-block-title {
width: 100%;
margin-bottom: 20px;
}
.top-block-content {
max-width: 767px;
width: 100%;
}
.top-block-list {
flex-direction: column;
}
.top-block-item {
width: 100%;
padding: 0;
}
.top-block-item:not(:last-child) {
margin-bottom: 10px;
}
.top-block-item-img {
margin-right: 0;
}
.top-block-btn.about-btn {
margin-bottom: 0px;
}
.footer-wrap {
flex-direction: column;
align-items: center;
}
.footer-box {
margin-bottom: 30px;
}
.footer-contacts .logo-box {
align-items: center;
}
.footer-contacts .logo-image {
margin-bottom: 0px;
margin-right: 0px;
}
.footer-contacts .social-list {
justify-content: center;
}
.footer-box-title {
text-align: center;
}
.footer-menu {
align-items: center;
}
.mgb0 {
margin-bottom: 0;
}
.footer_bottom {
flex-direction: column;
align-items: center;
}
.footer_copyright-text {
margin-bottom: 20px;
} .main-feedback-form .ff-t-cell.ff-t-column-1 {
flex-direction: column;
}
.main-feedback-form .ff-t-cell.ff-t-column-1>* {
margin-right: 0px;
margin-bottom: 10px;
}
.frm-fluent-form .main-feedback-form .ff-t-cell .ff_submit_btn_wrapper_custom {
margin-bottom: 0px;
}
.frm-fluent-form .main-feedback-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
margin-top: 15px;
width: 100%;
}
.feedback-min-form .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
font-size: 14px !important;
}
.activity-item {
width: 100%;
flex-direction: row;
}
.activity-img {
width: 200px;
height: 135px;
}
.activity-rightBox {
margin-left: 20px;
margin-top: 0px;
}
.activity-item-title {
font-size: 18px;
margin-top: 10px;
margin-bottom: 20px;
}
.calculation-box {
flex-direction: column;
}
.calculation-table-wrap {
margin-bottom: 20px;
margin-right: 0;
}
.calculation-image {
width: 125px;
}
.calculation-foot {
width: 100%;
}
.calculation-groups {
display: flex;
justify-content: space-between;
}
.calculation-group .calculation-item {
font-size: 18px;
}
.calculation-inner-text,
.calculation-text,
.calculation-group .calculation-price,
.calculation-group .calculation-time {
font-size: 15px;
}
.lwpcngNotice_message {
font-size: 15px !important;
}
.lwpcngNotice-light .lwpcngNotice_accept {
font-size: 14px !important;
}
.lwpcngNotice-light A {
font-size: 14px !important;
}
.feedback-min-form .frm-fluent-form .ff-t-cell:first-of-type {
flex-direction: column;
}
.feedback-min-form .fluentform .ff-el-group:first-child {
margin-bottom: 15px;
}
}
@media (max-width: 600px) {
.ipeye-test {
width: 100%;
height: 45vw;
display: inline-block;
border-radius: 20px;
}
.troubles-item {
width: 100%;
display: flex;
flex-direction: row;
}
.troubles-imageBox {
margin-bottom: 0;
height: 100%;
width: 180px;
flex-shrink: 0;
}
.troubles-body {
padding: 20px;
}
.solution-item {
width: 100%; height: 44vw;
}
.gallery-item {
width: calc(50% - 20px);
max-height: 29vw;
}
.activity-item {
width: 100%;
}
.activity-img {
width: 175px;
}
.calculation-groups {
flex-direction: column;
}
.calculation-col.content {
display: flex;
align-items: center;
width: 100%;
}
.calculation-group .calculation-item {
margin-bottom: 0px;
}
.calculation-line {
flex-grow: 1;
flex-basis: 0;
height: 1px;
border-top: 1px dashed #cfcfcf;
margin-left: 10px;
margin-right: 10px;
}
}
@media (max-width: 576px) {
.menu-link-text {
display: none;
}
}
@media (max-width: 480px) {
h1 {
font-size: 29px;
}
h2 {
font-size: 25px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 21px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 19px;
}
.sub-title {
font-size: 14px;
}
.main-btn,
.sec-btn {
font-size: 13px !important;
padding: 9px 19px !important;
}
.container.main-page h2 {
font-size: 25px;
}
.container {
padding-left: 25px;
padding-right: 25px;
}
.section {
margin-top: 40px;
margin-bottom: 40px;
}
.header-topBox-wrap {
height: 80px;
}
.logo-image {
max-width: 35px;
height: 47px;
margin-right: 10px;
}
.mobile-nav-box {
width: 50px;
height: 50px;
}
.mobile-nav-icon {
width: 35px;
height: 35px;
}
.section-title {
font-size: 25px;
}
.section-title-line {
width: 50px;
}
.page-title {
font-size: 27px;
}
.page-header {
margin-left: -25px;
margin-right: -25px;
}
.page-header-item-img {
width: 27px;
}
.page-header-item-text {
font-size: 12px;
}
.slick-dots>li.slick-active>button {
background: #06a9e4;
width: 25px;
border-radius: 20px;
transition: all .2s;
}
.slick-dots>li>button {
width: 13px;
height: 13px;
}
.slick-arrow {
width: 35px;
height: 35px;
}
.slick-prev {
left: -7px;
}
.slick-next {
right: -7px;
}
.slick-prev>img,
.slick-next>img {
width: 19px;
}
.solution-item-title {
font-size: 16px;
padding: 10px;
}
.lwptoc_i {
padding: 20px 25px !important;
}
.accordion-head {
font-size: 16px;
}
.accordion-body {
font-size: 14px;
}
.top-block-item:not(:last-child) {
margin-bottom: 0px;
}
.top-block-img-wrap {
padding: 7px;
}
.top-block-item-img {
width: 35px;
height: 35px;
}
.top-block-text { font-size: 15px;
margin-bottom: 20px;
}
.top-block-btn {
margin-bottom: 20px;
}
.top-block-item-text {
font-size: 14px;
}
.address-box,
.work-time-box {
font-size: 14px;
}
.error-block {
margin: 50px 0;
}
.error-icon {
margin-bottom: -15px;
}
.error-title {
font-size: 30px;
margin-bottom: 20px;
}
.error-text {
font-size: 14px;
margin-bottom: 27px;
}
.error-btn-group {
display: flex;
flex-direction: column;
align-items: center;
}
.error-btn.sec-btn {
margin-right: 0px;
margin-bottom: 15px;
} .popup-form_title {
font-size: 25px;
}
.feedback-min-icon {
margin-bottom: 13px;
width: 70px;
height: 70px;
}
.feedback-min-main {
margin-bottom: 13px;
}
.feedback-min-title {
font-size: 21px;
}
.feedback-min-desc {
margin-top: 5px;
}
.feedback-min-form .ff-el-input--content input[type="text"] {
padding: 7px 13px;
}
.feedback-min-form .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
font-size: 14px !important;
padding: 7px 13px !important;
}  .feedback-min-form .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom {
margin-left: 0px;
}
.activity-item {
flex-direction: column;
}
.activity-img {
width: 100%;
height: 40vw;
}
.activity-item-title {
font-size: 16px;
}
.activity-rightBox {
margin-left: 0px;
margin-top: 20px;
}
.troubles-item {
flex-direction: column;
}
.troubles-imageBox {
width: 100%;
height: 40vw;
}
.troubles-head {
font-size: 16px;
}
.troubles-text {
font-size: 14px;
} .calculation-row {
padding: 15px 0;
}
.calculation-row:not(:first-child) {
flex-direction: column;
align-items: center;
}
.calculation-cell:nth-child(2) {
margin-right: 0;
margin-bottom: 5px;
}
.calculation-cell:nth-child(4) {
text-align: left;
}
.calculation-inner {
margin-bottom: 15px;
}
.calculation-inner::after {
width: 35px;
height: 2px;
}
.calculation-inner-image {
margin-bottom: 10px;
}
.calculation-inner-text {
margin-bottom: 15px;
font-size: 13px;
}
.calculation-inner::after {
content: '';
width: 35px;
height: 2px;
background: #06a9e4;
border-radius: 5px;
}
.calculation-wrap-icon {
padding: 13px 0px 13px 45px;
}
.calculation-icon.goods {
width: 35px;
height: 35px;
}
.calculation-icon.price {
width: 35px;
height: 35px;
}
.calculation-text {
font-size: 13px;
}
.calculation-foot {
font-size: 13px;
}
.calculation-item>.current-price {
font-size: 17px;
}
.calculation-col+.calculation-col {
margin-left: 7px;
}
.calculation-group .calculation-item {
font-size: 16px;
}
.time-icon,
.price-icon {
width: 24px;
height: 24px;
}
.lwpcngNotice_message {
font-size: 14px !important;
}
.lwpcngNotice-light .lwpcngNotice_accept {
font-size: 13px !important;
padding: 9px 19px !important;
}
.lwpcngNotice-light A {
font-size: 13px !important;
padding: 9px 19px !important;
}
.lwpcngNotice_more {
margin-left: 10px !important;
}
.feedback-min-form.need-help-min-form .fluentform .ff-el-group:last-child>div>label>div>p {
font-size: 13px !important;
}
.need-help-min-form .fluentform .ff-el-form-check-label .ff-el-form-check-input {
transform: translateY(5px) scale(1.5);
}
}
@media (min-width: 400px) {
.header-topBox-wrap>.contacts-phone {
display: none;
}
}
@media (max-width: 400px) {
nav {
width: calc(100% - 45px);
}
.header-topBox-wrap>.contacts-phone {
background-image: none;
padding: 0;
text-align: center;
}
.contacts-info>.contacts-phone {
display: none;
}
.gallery-item {
width: 100%;
max-height: 50vw;
}
.logo-image {
margin-right: 0px;
}
.mobile-nav-box {
margin-left: 0px;
}
}