@font-face {
font-family: 'Manrope';
src: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/fonts/Manrope-ExtraLight.ttf) format('truetype');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Manrope';
src: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/fonts/Manrope-Light.ttf) format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Manrope';
src: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/fonts/Manrope-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Manrope';
src: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/fonts/Manrope-Medium.ttf) format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Manrope';
src: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/fonts/Manrope-SemiBold.ttf) format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Manrope';
src: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/fonts/Manrope-Bold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Manrope';
src: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/fonts/Manrope-ExtraBold.ttf) format('truetype');
font-weight: 800;
font-style: normal;
font-display: swap;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root { }
html {
scroll-behavior: smooth;
overflow-x: clip;
}
body {
font-family: 'Manrope', sans-serif;
font-size: var(--d-fontsize);
font-style: normal;
color: #111111;
overflow-x: clip;
background-color: #FAFAF8;
}
a {
color: inherit;
text-decoration: none;
}
a:hover,
a:focus {
outline: none;
}
.link_under {
transition: all .3s;
}
a[href].link_under:hover,
a[href].link_under:focus {
color: #FF5A0A;
text-decoration: underline;
transition: all .3s;
}
button {
font-family: 'Manrope';
background: none;
border: none;
outline: none;
color: inherit;
font-family: inherit;
cursor: pointer;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} input[type="number"] {
-moz-appearance: textfield;
}
input,
textarea,
select {
font-family: 'Manrope';
outline: none;
border: none;
resize: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.overflow_hidden {
overflow: clip;
}
.text_color--orange {
color: #FF5A0A;
}
.text_color--black {
color: #111111;
}
.text_weight--bold {
font-weight: bold;
}
.container {
padding: 0 120px;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.title {
font-size: 68px;
font-weight: 800;
line-height: 100%;
margin-bottom: 30px;
}
.subtitle {
font-weight: 600;
color: #667085;
font-size: 30px;
margin-bottom: 35px;
}
.section__bg {
position: absolute;
left: 0;
top: 0;
font-size: 0;
width: 100%;
}
.section__bg:after {
content: '';
width: 100%;
height: 125px;
position: absolute;
bottom: 0;
left: 0;
background: linear-gradient(180deg, rgba(252, 248, 246, 0) 0%, rgba(252, 248, 246, 1) 100%);
}
.section__bg img {
width: 100%;
height: auto;
}
.section__content {
position: relative;
z-index: 1;
padding-bottom: 50px;
}
.header {
display: flex;
justify-content: space-between;
padding: 40px 54px;
position: fixed;
z-index: 1000; left: 0;
top: 0;
width: 100%;
;
transition: all .3s;
border-radius: 0 0 25px 25px;
}
.header_scroll {
background: rgba(252, 248, 246, .9);
backdrop-filter: blur(5px);
transition: all .3s;
z-index: 1000; padding: 30px 54px;
}
.header__logo {
width: 160px;
font-size: 0;
}
.header__logo img {
width: 100%;
height: auto;
}
.header__col {
display: flex;
align-items: center;
}
.header__phone {
display: flex;
align-items: center;
margin-right: 30px;
transition: all .3s;
}
.header__phone:hover,
.header__phone:focus {
color: #FF5A0A;
transition: all .3s;
}
.header__phone:after {
content: '';
width: 2px;
height: 50px;
background-color: #E8E8E5;
margin-left: 30px;
}
.header__phone-icon {
margin-right: 10px;
}
.header__phone-text {
font-size: 42px;
font-weight: bold;
}
.header__time {
font-size: 21px;
color: #5D5F64;
margin-right: 75px;
}
.header__phone-icon {
width: 50px;
font-size: 0;
}
.header__phone-icon img {
width: 100%;
height: auto;
}
.header__navBtn {
position: relative;
width: 46px;
height: 47px; background: transparent;
border: none;
cursor: pointer;
padding: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 8px; transition: all 0.3s ease;
}
.header__navBtn:hover span,
.header__navBtn:focus span {
background: #FF5A0A;
transition: all 0.3s;
} .header__navBtn span {
display: block;
width: 46px;
height: 5px; background: #111111;
border-radius: 3px;
transition: all 0.3s;
transform-origin: center;
flex-shrink: 0;
} .certSection {
margin-top: 200px;
display: none;
}
.certSection_active {
display: block;
}
.certMain__bg--mob {
display: none;
}
.certMain__offer {
max-width: 640px;
display: flex;
flex-direction: column;
}
.certMain__uspList {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
margin-bottom: 60px;
}
.certMain__uspItem {
display: flex;
flex-direction: column;
align-items: center;
border-radius: 15px;
border: 1px solid #E8E8E5;
background-color: #fff;
padding: 30px;
box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
}
.certMain__uspItem-icon {
width: 60px;
height: 60px;
font-size: 0;
margin-bottom: 10px;
}
.certMain__uspItem-icon img {
width: 100%;
height: auto;
}
.certMain__uspItem-text {
font-size: 19px;
font-weight: 600;
text-align: center;
}
.certMain__types {
display: flex;
flex-direction: column;
align-items: center;
}
.certMain__types-title {
font-size: 33px;
font-weight: bold;
margin-bottom: 5px;
}
.certMain__types-icon {
font-size: 0;
width: 46px;
height: 46px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-bottom: 10px;
}
.certMain__types-icon img {
width: 100%;
height: auto;
flex-shrink: 0;
}
.certMain__types-icon:before,
.certMain__types-icon:after {
content: '';
width: 80px;
height: 1px;
background-color: #FF5A0A;
flex-shrink: 0;
}
.certMain__types-icon:before {
margin-right: 20px;
}
.certMain__types-icon:after {
margin-left: 20px;
}
.certMain__typesList {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
width: 100%;
max-width: 1500px;
margin-bottom: 30px;
}
.certMain__typesItem {
padding: 30px 65px;
border-radius: 15px;
border: 1px solid #E8E8E5;
background-color: #fff;
display: flex;
align-items: center;
transition: all .3s;
position: relative;
box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
}
.certMain__typesItem:before {
content: '';
width: 42px;
height: 42px;
border-radius: 1000px;
background-color: #FF5A0A;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_white.svg);
background-repeat: no-repeat;
background-size: 20px;
background-position: center;
position: absolute;
right: 15px;
top: 15px;
opacity: 0;
transition: all .3s;
}
.certMain__typesItem:hover:before,
.certMain__typesItem:focus:before {
opacity: 1;
transition: all .3s;
}
.certMain__typesItem:hover,
.certMain__typesItem:focus {
background-color: #FCF2E8;
transition: all .3s;
border-color: #FF5A0A;
}
.certMain__typesItem:hover .certMain__typesItem-icon,
.certMain__typesItem:focus .certMain__typesItem-icon {
background-color: #FDEDE0;
transition: all .3s;
}
.certMain__typesItem-icon {
font-size: 0;
padding: 25px;
background-color: #FCF2E8;
border: 1px solid #E8E8E5;
border-radius: 1000px;
margin-right: 30px;
transition: all .3s;
flex-shrink: 0;
}
.certMain__typesItem-icon img {
width: 60px;
height: 60px;
}
.certMain__typesItem-title {
font-size: 28px;
font-weight: bold;
margin-bottom: 10px;
}
.certMain__typesItem-desc {
font-size: 20px;
color: #667085;
font-weight: 600;
}
.certSecure {
display: flex;
align-items: center;
justify-content: center;
}
.certSecure__icon {
font-size: 0;
width: 28px;
height: 28px;
margin-right: 10px;
}
.certSecure__icon img {
width: 100%;
height: auto;
}
.certSecure__text {
color: #667085;
font-size: 21px;
font-weight: 600;
}
.certAmount__block {
max-width: 660px;
}
.certAmount__bg--mob {
display: none;
position: initial;
left: initial;
right: initial;
top: initial;
}
.certBtnBack__icon {
width: 24px;
height: 24px;
font-size: 0;
margin-right: 15px;
}
.certBtnBack__icon img {
width: 100%;
height: auto;
}
.certBtnBack {
display: flex;
justify-self: flex-start;
align-items: center;
transition: all .3s;
margin-bottom: 55px;
cursor: pointer;
}
.certBtnBack:hover .certBtnBack__text,
.certBtnBack:focus .certBtnBack__text {
color: #FF5A0A;
transition: all .3s;
}
.certBtnBack__text {
font-size: 21px;
font-weight: 600;
color: #667085;
transition: all .3s;
}
.certAmount__form {
display: flex;
flex-direction: column;
margin-bottom: 40px;
}
.certAmount__form-title {
font-size: 30px;
font-weight: 600;
margin-bottom: 20px;
}
.certAmount__form-inputWrap {
display: flex;
position: relative;
align-items: center;
margin-bottom: 25px;
}
.certAmount__form-input {
width: 100%;
border: 1px solid #FF5A0A;
border-radius: 15px;
font-size: 45px;
padding: 22px 100px 22px 30px;
transition: all .3s;
font-weight: bold;
}
.certAmount__form-input:placeholder {
font-weight: bold;
}
.certAmount__form-input:hover,
.certAmount__form-input:focus {
box-shadow: 0 0 15px rgba(254, 99, 11, .15);
transition: all .3s
}
.certAmount__form-inputIcon {
position: absolute;
right: 25px;
width: 52px;
height: 52px;
background-color: #EBEBEB;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
font-size: 0;
}
.certAmount__form-inputIcon img {
width: 28px;
height: 28px;
}
.certAmount__form-amountBtns {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.certAmount__form-amountBtn {
border-radius: 15px;
border: 1px solid #FF5A0A;
font-size: 25px;
padding: 15px;
font-weight: bold;
transition: all .3s;
}
.certAmount__form-amountBtn:hover,
.certAmount__form-amountBtn:focus {
background-color: #FCF2E8;
transition: all .3s;
color: #FF5A0A;
}
.certAmount__uspList {
display: flex;
align-items: center;
margin-bottom: 65px;
}
.certAmount__uspItem:not(:last-child) {
margin-right: 20px;
}
.certAmount__uspItem:not(:last-child):after {
content: '';
width: 1px;
height: 82px;
background-color: #E8E8E5;
margin-left: 20px;
}
.certAmount__uspItem {
display: flex;
align-items: center;
}
.certAmount__uspItem-icon {
margin-right: 10px;
width: 75px;
height: 75px;
display: flex;
align-items: center;
flex-shrink: 0;
font-size: 0;
}
.certAmount__uspItem-icon img {
width: 100%;
}
.certAmount__uspItem-text {
font-size: 19px;
}
.certBtnNext {
color: #fff;
background-color: #FF5A0A;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
border-radius: 15px;
padding: 20px 90px;
font-weight: 600;
position: relative;
margin-bottom: 30px;
transition: all .3s;
}
.certBtnNext:hover,
.certBtnNext:focus {
transition: all .3s;
background-color: #FE400B;
}
.certBtnNext__icon {
font-size: 0;
flex-shrink: 0;
width: 38px;
height: 38px;
position: absolute;
right: 35px;
}
.certBtnNext__icon img {
width: 100%;
height: auto;
}
.certBtnNext__text {
font-size: 32px;
}
.certProgram__offer {
max-width: 850px;
}
.certProgram__pathItem {
display: flex;
flex-direction: column;
}
.certProgram__pathItem input[type="radio"] {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
.certProgram__pathCard:before {
content: '';
width: 42px;
height: 42px;
border-radius: 1000px;
background-color: #FF5A0A;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_white.svg);
background-repeat: no-repeat;
background-size: 20px;
background-position: center;
position: absolute;
right: 20px;
top: 20px;
opacity: 0;
transition: all .3s;
z-index: 1;
box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}
.certProgram__pathItem:hover input[type="radio"]:not(:checked)+.certProgram__pathCard:before,
.certProgram__pathItem:focus input[type="radio"]:not(:checked)+.certProgram__pathCard:before {
opacity: 1;
background-color: #fff;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_orange.svg);
transition: all .3s;
}
.certProgram__pathItem:hover .certProgram__pathItem-img img,
.certProgram__pathItem:focus .certProgram__pathItem-img img {
transform: scale(1.03);
transition: all .3s;
}
.certProgram__pathItem:hover input[type="radio"]:not(:checked)+.certProgram__pathCard,
.certProgram__pathItem:focus input[type="radio"]:not(:checked)+.certProgram__pathCard {
background-color: #FCF2E8;
border-color: #ff6b00;
transition: all .3s;
}
.certProgram__pathCard {
display: flex;
flex-direction: column;
position: relative;
padding: 10px;
border-radius: 25px;
border: 1px solid #E8E8E5;
transition: all .3s;
background-color: #fff;
cursor: pointer;
box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
}
.certProgram__pathItem input[type="radio"]:checked+.certProgram__pathCard {
border-color: #ff6b00;
background-color: #FCF2E8;
cursor: initial;
}
.certProgram__pathItem input[type="radio"]:checked+.certProgram__pathCard .certProgram__pathItem-img img {
transform: scale(1.03);
transition: all .3s;
}
.certProgram__pathItem input[type="radio"]:checked+.certProgram__pathCard:before {
opacity: 1;
transition: all .3s;
}
.certProgram__pathItem input[type="radio"]:checked+.certProgram__pathCard .certProgram__pathItem-icon {
background-color: #FDEDE0;
transition: all .3s;
}
.certProgram__pathItem:not(:last-child) {
margin-right: 30px;
}
.certProgram__pathList {
display: flex;
}
.certProgram__pathItem-img {
font-size: 0;
height: 250px;
border-radius: 15px;
overflow: hidden;
pointer-events: none;
}
.certProgram__pathItem-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all .3s;
pointer-events: none;
}
.certProgram__pathItem-sale {
background-color: #FF5A0A;
display: flex;
align-items: center;
border-radius: 10px;
padding: 9px;
position: absolute;
left: 20px;
top: 20px;
z-index: 1;
}
.certProgram__pathItem-saleIcon {
font-size: 0;
flex-shrink: 0;
width: 22px;
height: 22px;
margin-right: 6px;
}
.certProgram__pathItem-saleIcon img {
width: 100%;
height: auto;
}
.certProgram__pathItem-saleText {
color: #fff;
font-size: 20px;
font-weight: 600;
}
.certProgram__pathItemHead {
display: flex;
align-items: center;
border-bottom: 1px solid #E8E8E5;
padding-bottom: 15px;
margin-bottom: 15px;
}
.certProgram__pathItem-title {
font-size: 28px;
font-weight: bold;
margin-bottom: 7px;
}
.certProgram__pathItem-desc {
font-size: 20px;
font-weight: 600;
color: #667085;
}
.certProgram__pathItem-text {
display: flex;
flex-direction: column;
}
.certProgram__pathItem:hover .certProgram__pathItem-icon,
.certProgram__pathItem:focus .certProgram__pathItem-icon {
background-color: #FDEDE0;
transition: all .3s;
}
.certProgram__pathItem-icon {
font-size: 0;
flex-shrink: 0;
padding: 20px;
background-color: #FCF2E8;
border: 1px solid #E8E8E5;
border-radius: 1000px;
margin-right: 25px;
transition: all .3s;
}
.certProgram__pathItem-icon img {
width: 60px;
height: 60px;
}
.certProgram__pathItemTime {
display: flex;
align-items: center;
}
.certProgram__pathItemTime-icon {
width: 30px;
height: 30px;
font-size: 0;
flex-shrink: 0;
margin-right: 10px;
}
.certProgram__pathItemTime-icon img {
width: 100%;
height: auto;
}
.certProgram__pathItemTime-text {
font-size: 20px;
font-weight: 600;
}
.certProgram__uspList {
display: flex;
margin-bottom: 35px;
}
.certProgram__uspItem-icon {
width: 62px;
height: 62px;
flex-shrink: 0;
font-size: 0;
margin-right: 15px;
}
.certProgram__uspItem-icon img {
width: 100%;
height: auto;
}
.certProgram__uspItem {
display: flex;
align-items: center;
}
.certProgram__uspItem:not(:last-child) {
margin-right: 35px;
}
.certProgram__uspItem-title {
font-size: 21px;
font-weight: bold;
margin-bottom: 3px;
}
.certProgram__uspItem-subtitle {
font-size: 20px;
font-weight: 600;
}
.certProgram__pathItemContent {
padding: 15px;
}
.certProgram__pathItemFooter {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.certProgram__pathItemPrice {
font-size: 20px;
font-weight: 600;
display: flex;
align-items: flex-end;
}
.certProgram__pathItemPrice-amount {
font-size: 38px;
font-weight: bold;
color: #FF5A0A;
margin-left: 10px;
margin-bottom: -4px;
}
.certProgram__pathList {
margin-bottom: 30px;
}
.certCars__carList {
display: flex;
margin-bottom: 30px;
}
.certCars__carItem {
width: 100%;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.certCars__carItem:not(:last-child) {
margin-right: 30px;
}
.certCars__carLabel {
display: flex;
height: 570px;
width: 100%;
flex-direction: column;
transition: all .3s;
cursor: pointer;
}
.certCars__carLabel:hover,
.certCars__carLabel:focus {
border-color: #FF5A0A;
}
.certCars__carBg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0;
z-index: 1;
overflow: hidden;
pointer-events: none;
}
.certCars__carBg img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all .3s;
}
.certCars__carAmount {
position: absolute;
bottom: 15px;
z-index: 2;
display: flex;
justify-content: center;
background-color: #FAF9F8;
border-radius: 15px;
height: 76px;
}
.certCars__carAmount-value {
font-size: 38px;
text-align: center;
font-weight: 600;
background-color: rgba(0, 0, 0, 0);
width: 144px;
}
.certCars__carTitle {
font-size: 30px;
font-weight: bold;
margin-bottom: 19px;
position: relative;
z-index: 2;
}
.certCars__carDesc {
font-size: 22px;
font-weight: 600;
color: #667085;
position: relative;
z-index: 2;
}
.certCars__carCard {
display: flex;
flex-direction: column;
border: 1px solid #E8E8E5;
z-index: 2;
height: 100%;
padding: 30px;
border-radius: 25px;
overflow: hidden;
position: relative;
transition: all .3s;
box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
}
.certCars__carLabel input[type="checkbox"] {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
.certCars__carCard:before {
content: '';
width: 42px;
height: 42px;
border-radius: 1000px;
background-repeat: no-repeat;
background-size: 20px;
background-position: center;
position: absolute;
right: 20px;
top: 20px;
opacity: 0;
transition: all .3s;
box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_white.svg);
z-index: 2;
}
.certCars__carLabel:hover input[type="checkbox"]:not(:checked)+.certCars__carCard:before,
.certCars__carLabel:focus input[type="checkbox"]:not(:checked)+.certCars__carCard:before {
opacity: 1;
background-color: #fff;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_orange.svg);
transition: all .3s;
}
.certCars__carLabel:hover input[type="checkbox"]:not(:checked)+.certCars__carCard,
.certCars__carLabel:focus input[type="checkbox"]:not(:checked)+.certCars__carCard {
border-color: #ff6b00;
transition: all .3s;
}
.certCars__carLabel input[type="checkbox"]:checked+.certCars__carCard {
border-color: #ff6b00;
}
.certCars__carLabel input[type="checkbox"]:checked+.certCars__carCard:before {
background-color: #FF5A0A;
opacity: 1;
transition: all .3s;
}
.certCars__carLabel:hover .certCars__carBg img,
.certCars__carLabel:focus .certCars__carBg img {
transform: scale(1.03);
transition: all .3s;
}
.certCars__carLabel input[type="checkbox"]:checked+.certCars__carCard .certCars__carBg img {
transform: scale(1.03);
transition: all .3s;
}
.certCars__carAmount-minus,
.certCars__carAmount-plus {
font-size: 74px;
padding: 0 25px;
display: flex;
align-items: center;
padding-bottom: 12px;
opacity: 1;
color: #FF5A0A;
cursor: pointer;
transition: all .3s;
}
.certCars__carAmount-minus:disabled,
.certCars__carAmount-plus:disabled {
opacity: 0.5;
color: #5D5F64;
cursor: default;
}
.certCars__carAmount-plus {
border-radius: 0 15px 15px 0;
}
.certCars__carAmount-minus {
border-radius: 15px 0 0 15px;
}
.certCars__carAmount-minus:not(:disabled):hover,
.certCars__carAmount-plus:not(:disabled):hover,
.certCars__carAmount-minus:not(:disabled):focus,
.certCars__carAmount-plus:not(:disabled):focus {
color: #fff;
background-color: #FF5A0A;
transition: all .3s;
}
.certDesign__list {
width: 100%;
padding: 20px 0 !important;
}
.certDesign__item input[type="radio"] {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
.certDesign__item {
cursor: grab;
display: block;
height: auto;
}
.certDesign__slider {
cursor: grab;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.certDesign__listBlock {
position: relative;
margin-bottom: 30px;
}
.certDesign__listBlock .swiper-pagination-bullet {
margin: 0 19px !important;
height: 13px;
width: 13px;
border-radius: 1000px;
flex-shrink: 0;
transition: all .3s;
}
.certDesign__listBlock .swiper-pagination-bullet-active {
background-color: #FF5A0A;
width: 24px;
border-radius: 1000px;
}
.certDesign__listBlock-prev {
background-position: 45% center;
left: -106px;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAxOCAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjM5ODcgMC42MjIxNDdDMTUuMjIyNSAtMC4yMDczODIgMTYuNTU4MyAtMC4yMDczODIgMTcuMzgyMSAwLjYyMjE0N0MxOC4yMDYgMS40NTE2OCAxOC4yMDYgMi43OTY2MSAxNy4zODIxIDMuNjI2MTRMNS4wOTMwMSAxNkwxNy4zODIxIDI4LjM3MzlDMTguMjA1OSAyOS4yMDM0IDE4LjIwNTkgMzAuNTQ4MyAxNy4zODIxIDMxLjM3NzlDMTYuNTU4MyAzMi4yMDc0IDE1LjIyMjUgMzIuMjA3NCAxNC4zOTg3IDMxLjM3NzlMMC42MTc4ODYgMTcuNTAyQy0wLjIwNTk2MiAxNi42NzI1IC0wLjIwNTk2MiAxNS4zMjc1IDAuNjE3ODg2IDE0LjQ5OEwxNC4zOTg3IDAuNjIyMTQ3WiIgZmlsbD0iI0ZFNjMwQiIvPgo8L3N2Zz4K");
}
.certDesign__listBlock-next {
background-position: 55% center;
right: -30px;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAxOCAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNjAxMyAzMS4zNzc5QzIuNzc3NDUgMzIuMjA3NCAxLjQ0MTczIDMyLjIwNzQgMC42MTc4ODUgMzEuMzc3OUMtMC4yMDU5NjIgMzAuNTQ4MyAtMC4yMDU5NjIgMjkuMjAzNCAwLjYxNzg4NiAyOC4zNzM5TDEyLjkwNyAxNkwwLjYxNzg4OCAzLjYyNjE0Qy0wLjIwNTk0NiAyLjc5NjYyIC0wLjIwNTkxOSAxLjQ1MTY4IDAuNjE3ODg4IDAuNjIyMTQ3QzEuNDQxNzQgLTAuMjA3MzgzIDIuNzc3NDYgLTAuMjA3MzgyIDMuNjAxMyAwLjYyMjE0OEwxNy4zODIxIDE0LjQ5OEMxOC4yMDYgMTUuMzI3NSAxOC4yMDYgMTYuNjcyNSAxNy4zODIxIDE3LjUwMkwzLjYwMTMgMzEuMzc3OVoiIGZpbGw9IiNGRTYzMEIiLz4KPC9zdmc+Cg==");
}
.certDesign__listBlock .swiper-pagination {
position: relative;
top: initial !important;
bottom: initial !important;
display: flex;
justify-content: center;
margin-top: 10px;
}
.certDesign__listBlock-btn {
width: 76px;
height: 76px;
display: flex;
background-repeat: no-repeat;
background-color: #fff;
border-radius: 1000px;
box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
position: absolute;
top: 50%;
z-index: 1;
transform: translate(50%, calc(-50% - 70px));
transition: all .3s;
}
.certDesign__listBlock-btn:hover,
.certDesign__listBlock-btn:focus {
background-color: #FF5A0A;
transition: all .3s;
}
.certDesign__listBlock-prev:hover,
.certDesign__listBlock-prev:focus {
left: -106px;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAxOCAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjM5ODcgMC42MjIxNDdDMTUuMjIyNSAtMC4yMDczODIgMTYuNTU4MyAtMC4yMDczODIgMTcuMzgyMSAwLjYyMjE0N0MxOC4yMDYgMS40NTE2OCAxOC4yMDYgMi43OTY2MSAxNy4zODIxIDMuNjI2MTRMNS4wOTMwMSAxNkwxNy4zODIxIDI4LjM3MzlDMTguMjA1OSAyOS4yMDM0IDE4LjIwNTkgMzAuNTQ4MyAxNy4zODIxIDMxLjM3NzlDMTYuNTU4MyAzMi4yMDc0IDE1LjIyMjUgMzIuMjA3NCAxNC4zOTg3IDMxLjM3NzlMMC42MTc4ODYgMTcuNTAyQy0wLjIwNTk2MiAxNi42NzI1IC0wLjIwNTk2MiAxNS4zMjc1IDAuNjE3ODg2IDE0LjQ5OEwxNC4zOTg3IDAuNjIyMTQ3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}
.certDesign__listBlock-next:hover,
.certDesign__listBlock-next:focus {
right: -30px;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAxOCAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNjAxMyAzMS4zNzc5QzIuNzc3NDUgMzIuMjA3NCAxLjQ0MTczIDMyLjIwNzQgMC42MTc4ODUgMzEuMzc3OUMtMC4yMDU5NjIgMzAuNTQ4MyAtMC4yMDU5NjIgMjkuMjAzNCAwLjYxNzg4NiAyOC4zNzM5TDEyLjkwNyAxNkwwLjYxNzg4OCAzLjYyNjE0Qy0wLjIwNTk0NiAyLjc5NjYyIC0wLjIwNTkxOSAxLjQ1MTY4IDAuNjE3ODg4IDAuNjIyMTQ3QzEuNDQxNzQgLTAuMjA3MzgzIDIuNzc3NDYgLTAuMjA3MzgyIDMuNjAxMyAwLjYyMjE0OEwxNy4zODIxIDE0LjQ5OEMxOC4yMDYgMTUuMzI3NSAxOC4yMDYgMTYuNjcyNSAxNy4zODIxIDE3LjUwMkwzLjYwMTMgMzEuMzc3OVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}
.certDesign__itemCard:before {
content: '';
width: 42px;
height: 42px;
border-radius: 1000px;
background-color: #FF5A0A;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_white.svg);
background-repeat: no-repeat;
background-size: 20px;
background-position: center;
position: absolute;
right: 15px;
top: 15px;
opacity: 0;
transition: all .3s;
box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
z-index: 2;
}
.certDesign__item:hover input[type="checkbox"]:not(:checked)+.certDesign__itemCard:before,
.certDesign__item:focus input[type="checkbox"]:not(:checked)+.certDesign__itemCard:before {
opacity: 1;
background-color: #fff;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_orange.svg);
transition: all .3s;
}
.certDesign__item:hover input[type="checkbox"]:not(:checked)+.certDesign__itemCard,
.certDesign__item:focus input[type="checkbox"]:not(:checked)+.certDesign__itemCard {
border-color: #ff6b00;
transition: all .3s;
}
.certDesign__item input[type="radio"]:checked+.certDesign__itemCard {
border-color: #ff6b00;
opacity: 1;
box-shadow: 0 0 20px rgba(254, 99, 11, .4);
}
.certDesign__item input[type="radio"]:checked+.certDesign__itemCard:before {
opacity: 1;
transition: all .3s;
} .certDesign__item-bg {
font-size: 0;
display: flex;
}
.certDesign__item-bg img {
width: 100%;
}
.certDesign__itemCard {
border-radius: 25px;
overflow: hidden;
display: flex;
opacity: .2;
transition: all .3s;
}
.certDesign__note {
margin-bottom: 15px;
display: flex;
align-items: center;
}
.certDesign__note-icon {
font-size: 0;
flex-shrink: 0;
width: 40px;
height: 40px;
margin-right: 10px;
}
.certDesign__note-icon img {
width: 100%;
height: auto;
}
.certDesign__offer {
display: flex;
align-items: center;
flex-direction: column;
}
.certDesign__title {
text-align: center;
}
.certDesign__subtitle {
text-align: center;
margin-bottom: 15px;
}
.certDesign__note-text {
font-size: 22px;
color: #667085;
font-weight: 600;
}
.certDesign__choice {
display: flex;
min-width: 660px;
justify-self: center;
align-items: center;
font-size: 22px;
font-weight: bold;
color: #667085;
background-color: #fff;
box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
border-radius: 15px;
padding: 13px 65px;
margin-top: 30px;
transition: all .3s;
}
.certDesign__choice-title {
margin-right: 10px;
display: flex;
align-items: center;
}
.certDesign__choice-title:before {
content: '';
width: 42px;
height: 42px;
border-radius: 1000px;
background-color: #fff;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_orange.svg);
background-repeat: no-repeat;
background-size: 20px;
background-position: center;
transition: all .3s;
border: 3px solid #FF5A0A;
z-index: 2;
margin-right: 10px;
flex-shrink: 0;
}
.certDesign__choice-desc {
color: #FF5A0A;
}
.certDesign__choice-desc:before {
content: '«';
}
.certDesign__choice-desc:after {
content: '»';
}
.certDesign__certBtnBack {
margin-bottom: -50px;
}
.certDelivery__types {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
justify-content: space-between;
margin-bottom: 30px;
}
.certDelivery__type:hover .certDelivery__typeHead-icon,
.certDelivery__type:focus .certDelivery__typeHead-icon {
background-color: #FDEDE0;
transition: all .3s;
}
.certDelivery__typeHead-icon {
font-size: 0;
flex-shrink: 0;
padding: 20px;
background-color: #FCF2E8;
border: 1px solid #E8E8E5;
border-radius: 1000px;
margin-right: 25px;
transition: all .3s;
}
.certDelivery__typeHead-icon img {
width: 60px;
height: 60px;
}
.certDelivery__typeHead {
display: flex;
align-items: center;
margin-bottom: 25px;
}
.certDelivery__type input[type="radio"] {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
.certDelivery__typeCard:before {
content: '';
width: 42px;
height: 42px;
border-radius: 1000px;
background-color: #FF5A0A;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_white.svg);
background-repeat: no-repeat;
background-size: 20px;
background-position: center;
position: absolute;
right: 30px;
top: 30px;
opacity: 0;
transition: all .3s;
z-index: 1;
box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}
.certDelivery__type:hover input[type="radio"]:not(:checked)+.certDelivery__typeCard:before,
.certDelivery__type:focus input[type="radio"]:not(:checked)+.certDelivery__typeCard:before {
opacity: 1;
background-color: #fff;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_orange.svg);
transition: all .3s;
}
.certDelivery__type:hover input[type="radio"]:not(:checked)+.certDelivery__typeCard,
.certDelivery__type:focus input[type="radio"]:not(:checked)+.certDelivery__typeCard {
background-color: #FCF2E8;
border-color: #ff6b00;
transition: all .3s;
}
.certDelivery__typeCard {
display: flex;
flex-direction: column;
position: relative;
padding: 30px;
border-radius: 25px;
border: 1px solid #E8E8E5;
transition: all .3s;
background-color: #fff;
box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
cursor: pointer;
height: 100%;
}
.certDelivery__type input[type="radio"]:checked+.certDelivery__typeCard {
border-color: #ff6b00;
background-color: #FCF2E8;
cursor: initial;
}
.certDelivery__type input[type="radio"]:checked+.certDelivery__typeCard:before {
opacity: 1;
transition: all .3s;
}
.certDelivery__type input[type="radio"]:checked+.certDelivery__typeCard .certDelivery__typeHead-icon {
background-color: #FDEDE0;
transition: all .3s;
}
.certDelivery__typeHead-title {
font-size: 28px;
font-weight: bold;
margin-bottom: 7px;
}
.certDelivery__typeHead-subtitle {
font-size: 20px;
font-weight: 600;
color: #667085;
}
.certDelivery__typeField-name {
font-size: 20px;
color: #667085;
font-weight: 600;
margin-bottom: 10px;
}
.certDelivery__typeField-label {
display: flex;
width: 100%;
}
.certDelivery__typeField-label input {
border-radius: 15px;
border: 1px solid #E8E8E5;
font-size: 20px;
padding: 16px;
width: 100%;
transition: all .3s;
}
.certDelivery__typeField-label textarea {
border-radius: 15px;
border: 1px solid #E8E8E5;
font-size: 20px;
padding: 16px;
width: 100%;
transition: all .3s;
}
.certDelivery__typeField-label input:hover,
.certDelivery__typeField-label input:focus,
.certDelivery__typeField-label textarea:hover,
.certDelivery__typeField-label textarea:focus {
transition: all .3s;
border: 1px solid #ff6b00;
}
.certDelivery__typeFields>*:not(:last-child) {
margin-bottom: 25px;
}
.cert__uspList {
display: flex;
justify-content: space-around;
margin-bottom: 30px;
box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
background-color: #fff;
border-radius: 25px;
padding: 30px;
}
.cert__uspItem {
display: flex;
align-items: center;
}
.cert__uspItem-line {
width: 2px;
height: 75px;
background-color: #E8E8E5;
}
.cert__uspItem-icon {
width: 75px;
height: 75px;
font-size: 0;
flex-shrink: 0;
margin-right: 30px;
}
.cert__uspItem-icon img {
width: 100%;
height: auto;
}
.cert__uspItem-title {
font-size: 20px;
font-weight: bold;
margin-bottom: 7px;
}
.cert__uspItem-subtitle {
font-size: 20px;
font-weight: 600;
color: #667085;
}
.certOrder__row {
display: flex;
margin-bottom: 30px;
}
.certOrder__options {
box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
background-color: #fff;
border-radius: 25px;
border: 1px solid #E8E8E5;
padding: 30px;
margin-right: 30px;
display: flex;
flex-direction: column;
width: 65%;
}
.certOrder__option {
display: flex;
align-items: flex-start;
}
.certOrder__option:not(:last-child) {
margin-bottom: 20px;
border-bottom: 1px solid #E8E8E5;
padding-bottom: 20px;
}
.certOrder__option-text {
margin-right: 30px;
}
.certOrder__option-btn {
margin-left: auto;
font-size: 20px;
color: #FF5A0A;
font-weight: bold;
align-self: center;
height: 100%;
padding-left: 30px;
}
.certOrder__option-btn:hover,
.certOrder__option-btn:focus {
text-decoration: underline;
}
.certOrder__option-icon {
font-size: 0;
flex-shrink: 0;
padding: 14px;
background-color: #FCF2E8;
border: 1px solid #E8E8E5;
border-radius: 1000px;
margin-right: 25px;
transition: all .3s;
}
.certOrder__option-icon img {
width: 42px;
height: 42px;
}
.certOrder__option-title {
font-size: 22px;
font-weight: bold;
margin-bottom: 7px;
}
.certOrder__option-value {
font-size: 20px;
font-weight: 600;
color: #667085;
}
.certOrder__option-value:not(:last-child) {
margin-bottom: 10px;
}
.certOrder__details {
box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
background-color: #fff;
border-radius: 25px;
border: 1px solid #E8E8E5;
padding: 30px;
display: flex;
flex-direction: column;
align-items: center;
width: 35%;
margin-top: -170px;
}
.certOrder__details-img {
border-radius: 25px;
box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
overflow: hidden;
width: 400px;
font-size: 0;
will-change: transform;
transform-style: preserve-3d;
cursor: zoom-in;
}
.certOrder__details-img img {
width: 100%;
height: auto;
}
.certOrder__details-price {
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
border-top: 1px solid #E8E8E5;
margin-top: 40px;
padding-top: 20px;
}
.certOrder__details-priceText {
font-size: 24px;
font-weight: bold;
}
.certOrder__details-priceValue {
font-size: 42px;
font-weight: bold;
color: #FF5A0A;
}
.certOrder__details-priceValue:after {
content: ' ₽';
}
.certOrder__details-title {
font-size: 33px;
margin-bottom: 30px;
font-weight: bold;
} .certFloatPrice {
position: fixed;
right: 40px;
bottom: 40px;
z-index: 900; display: flex;
flex-direction: column;
align-items: flex-end;
gap: 8px;
background-color: #fff;
border: 1px solid #E8E8E5;
border-radius: 22px;
box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
padding: 22px 32px;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
transition: opacity .3s ease, transform .3s ease, visibility .3s;
pointer-events: none;
}
.certFloatPrice_visible {
opacity: 1;
visibility: visible;
transform: translateY(0);
pointer-events: auto;
}
.certFloatPrice__label {
font-size: 17px;
font-weight: 600;
color: #7A7A78;
}
.certFloatPrice__value {
font-size: 42px;
font-weight: bold;
color: #FF5A0A;
line-height: 1;
} .certDelivery__typeField-label.certField_error input,
.certDelivery__typeField-label.certField_error textarea {
border-color: #FF3B30 !important;
background-color: #FFF4F3;
}
.certDelivery__typeField-label.certField_error input:hover,
.certDelivery__typeField-label.certField_error input:focus,
.certDelivery__typeField-label.certField_error textarea:hover,
.certDelivery__typeField-label.certField_error textarea:focus {
border-color: #FF3B30;
}
.certDelivery__typeField-error {
display: none;
color: #FF3B30;
font-size: 15px;
font-weight: 600;
margin-top: 8px;
}
.certDelivery__typeField-error_visible {
display: block;
}
.certCars__carItem.certField_error .certCars__carCard {
border-color: #FF3B30;
box-shadow: 0 0 0 1px #FF3B30;
}
.certCars__error {
display: none;
color: #FF3B30;
font-size: 18px;
font-weight: 600;
text-align: center;
margin-bottom: 20px;
}
.certCars__error_visible {
display: block;
} .certForm__hp {
position: absolute !important;
left: -9999px !important;
top: -9999px !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
} .certDelivery__consentLabel {
display: flex;
align-items: flex-start;
cursor: pointer;
position: relative;
margin-top: 10px;
}
.certDelivery__consentCheckbox {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
.certDelivery__consentText {
font-size: 16px;
color: #667085;
font-weight: 600;
line-height: 1.4;
position: relative;
padding-left: 30px;
}
.certDelivery__consentText:before {
content: '';
position: absolute;
left: 0;
top: -1px;
width: 22px;
height: 22px;
border: 1px solid #E8E8E5;
border-radius: 1000px;
margin-right: 12px;
flex-shrink: 0;
transition: all .3s;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.certDelivery__consentCheckbox:checked+.certDelivery__consentText:before {
background-color: #FF5A0A;
border-color: #FF5A0A;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_white.svg);
background-repeat: no-repeat;
background-size: 12px;
background-position: center;
transition: none;
}
.certDelivery__consentCheckbox:focus+.certDelivery__consentText:before {
box-shadow: 0 0 0 2px rgba(255, 90, 10, 0.2);
}
.certDelivery__consentLabel.certField_error .certDelivery__consentText:before {
border-color: #FF3B30;
} @media (min-width: 768px) and (max-width: 1920px) {
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root { }
html {
scroll-behavior: smooth;
overflow-x: clip;
}
body {
font-family: 'Manrope', sans-serif;
font-size: var(--d-fontsize);
font-style: normal;
color: #111111;
overflow-x: clip;
background-color: #FAFAF8;
}
a {
color: inherit;
text-decoration: none;
}
a:hover,
a:focus {
outline: none;
}
.link_under {
transition: all .3s;
}
a[href].link_under:hover,
a[href].link_under:focus {
color: #FF5A0A;
text-decoration: underline;
transition: all .3s;
}
button {
font-family: 'Manrope';
background: none;
border: none;
outline: none;
color: inherit;
font-family: inherit;
cursor: pointer;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} input[type="number"] {
-moz-appearance: textfield;
}
input,
textarea,
select {
font-family: 'Manrope';
outline: none;
border: none;
resize: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.overflow_hidden {
overflow: clip;
}
.text_color--orange {
color: #FF5A0A;
}
.text_color--black {
color: #111111;
}
.text_weight--bold {
font-weight: bold;
}
.container {
padding: 0 6.25vw;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.title {
font-size: 3.5417vw;
font-weight: 800;
line-height: 100%;
margin-bottom: 1.5625vw;
}
.subtitle {
font-weight: 600;
color: #667085;
font-size: 1.5625vw;
margin-bottom: 1.8229vw;
}
.section__bg {
position: absolute;
left: 0;
top: 0;
font-size: 0;
width: 100%;
}
.section__bg:after {
content: '';
width: 100%;
height: 6.5104vw;
position: absolute;
bottom: 0;
left: 0;
background: linear-gradient(180deg, rgba(252, 248, 246, 0) 0%, rgba(252, 248, 246, 1) 100%);
}
.section__bg img {
width: 100%;
height: auto;
}
.section__content {
position: relative;
z-index: 1;
padding-bottom: 2.6042vw;
}
.header {
display: flex;
justify-content: space-between;
padding: 2.0833vw 2.8125vw;
position: fixed;
z-index: 1000; left: 0;
top: 0;
width: 100%;
;
transition: all .3s;
border-radius: 0 0 1.3021vw 1.3021vw;
}
.header_scroll {
background: rgba(252, 248, 246, .9);
backdrop-filter: blur(5px);
transition: all .3s;
z-index: 1000; padding: 1.5625vw 2.8125vw;
}
.header__logo {
width: 8.3333vw;
font-size: 0;
}
.header__logo img {
width: 100%;
height: auto;
}
.header__col {
display: flex;
align-items: center;
}
.header__phone {
display: flex;
align-items: center;
margin-right: 1.5625vw;
transition: all .3s;
}
.header__phone:hover,
.header__phone:focus {
color: #FF5A0A;
transition: all .3s;
}
.header__phone:after {
content: '';
width: 0.1042vw;
height: 2.6042vw;
background-color: #E8E8E5;
margin-left: 1.5625vw;
}
.header__phone-icon {
margin-right: 0.5208vw;
}
.header__phone-text {
font-size: 2.1875vw;
font-weight: bold;
}
.header__time {
font-size: 1.0938vw;
color: #5D5F64;
margin-right: 3.9062vw;
}
.header__phone-icon {
width: 2.6042vw;
font-size: 0;
}
.header__phone-icon img {
width: 100%;
height: auto;
}
.header__navBtn {
position: relative;
width: 2.3958vw;
height: 2.4479vw; background: transparent;
border: none;
cursor: pointer;
padding: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0.4167vw; transition: all 0.3s ease;
}
.header__navBtn:hover span,
.header__navBtn:focus span {
background: #FF5A0A;
transition: all 0.3s;
} .header__navBtn span {
display: block;
width: 2.3958vw;
height: 0.2604vw; background: #111111;
border-radius: 0.1562vw;
transition: all 0.3s;
transform-origin: center;
flex-shrink: 0;
} .certSection {
margin-top: 10.4167vw;
display: none;
}
.certSection_active {
display: block;
}
.certMain__offer {
max-width: 33.3333vw;
display: flex;
flex-direction: column;
}
.certMain__uspList {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.3021vw;
margin-bottom: 3.125vw;
}
.certMain__uspItem {
display: flex;
flex-direction: column;
align-items: center;
border-radius: 0.7812vw;
border: 1px solid #E8E8E5;
background-color: #fff;
padding: 1.5625vw;
box-shadow: 0 0.2604vw 0.7812vw rgba(0, 0, 0, .05);
}
.certMain__uspItem-icon {
width: 3.125vw;
height: 3.125vw;
font-size: 0;
margin-bottom: 0.5208vw;
}
.certMain__uspItem-icon img {
width: 100%;
height: auto;
}
.certMain__uspItem-text {
font-size: 0.9896vw;
font-weight: 600;
text-align: center;
}
.certMain__types {
display: flex;
flex-direction: column;
align-items: center;
}
.certMain__types-title {
font-size: 1.7188vw;
font-weight: bold;
margin-bottom: 0.2604vw;
}
.certMain__types-icon {
font-size: 0;
width: 2.3958vw;
height: 2.3958vw;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-bottom: 0.5208vw;
}
.certMain__types-icon img {
width: 100%;
height: auto;
flex-shrink: 0;
}
.certMain__types-icon:before,
.certMain__types-icon:after {
content: '';
width: 4.1667vw;
height: 0.0521vw;
background-color: #FF5A0A;
flex-shrink: 0;
}
.certMain__types-icon:before {
margin-right: 1.0417vw;
}
.certMain__types-icon:after {
margin-left: 1.0417vw;
}
.certMain__typesList {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5625vw;
width: 100%;
max-width: 78.125vw;
margin-bottom: 1.5625vw;
}
.certMain__typesItem {
padding: 1.5625vw 3.3854vw;
border-radius: 0.7812vw;
border: 1px solid #E8E8E5;
background-color: #fff;
display: flex;
align-items: center;
transition: all .3s;
position: relative;
box-shadow: 0 0.2604vw 0.7812vw rgba(0, 0, 0, .05);
}
.certMain__typesItem:before {
content: '';
width: 2.1875vw;
height: 2.1875vw;
border-radius: 52.0833vw;
background-color: #FF5A0A;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_white.svg);
background-repeat: no-repeat;
background-size: 1.0417vw;
background-position: center;
position: absolute;
right: 0.7812vw;
top: 0.7812vw;
opacity: 0;
transition: all .3s;
}
.certMain__typesItem:hover:before,
.certMain__typesItem:focus:before {
opacity: 1;
transition: all .3s;
}
.certMain__typesItem:hover,
.certMain__typesItem:focus {
background-color: #FCF2E8;
transition: all .3s;
border-color: #FF5A0A;
}
.certMain__typesItem:hover .certMain__typesItem-icon,
.certMain__typesItem:focus .certMain__typesItem-icon {
background-color: #FDEDE0;
transition: all .3s;
}
.certMain__typesItem-icon {
font-size: 0;
padding: 1.3021vw;
background-color: #FCF2E8;
border: 1px solid #E8E8E5;
border-radius: 52.0833vw;
margin-right: 1.5625vw;
transition: all .3s;
flex-shrink: 0;
}
.certMain__typesItem-icon img {
width: 3.125vw;
height: 3.125vw;
}
.certMain__typesItem-title {
font-size: 1.4583vw;
font-weight: bold;
margin-bottom: 0.5208vw;
}
.certMain__typesItem-desc {
font-size: 1.0417vw;
color: #667085;
font-weight: 600;
}
.certSecure {
display: flex;
align-items: center;
justify-content: center;
}
.certSecure__icon {
font-size: 0;
width: 1.4583vw;
height: 1.4583vw;
margin-right: 0.5208vw;
}
.certSecure__icon img {
width: 100%;
height: auto;
}
.certSecure__text {
color: #667085;
font-size: 1.0938vw;
font-weight: 600;
}
.certAmount__block {
max-width: 34.375vw;
}
.certBtnBack__icon {
width: 1.25vw;
height: 1.25vw;
font-size: 0;
margin-right: 0.7812vw;
}
.certBtnBack__icon img {
width: 100%;
height: auto;
}
.certBtnBack {
display: flex;
justify-self: flex-start;
align-items: center;
transition: all .3s;
margin-bottom: 2.8646vw;
cursor: pointer;
}
.certBtnBack:hover .certBtnBack__text,
.certBtnBack:focus .certBtnBack__text {
color: #FF5A0A;
transition: all .3s;
}
.certBtnBack__text {
font-size: 1.0938vw;
font-weight: 600;
color: #667085;
transition: all .3s;
}
.certAmount__form {
display: flex;
flex-direction: column;
margin-bottom: 2.0833vw;
}
.certAmount__form-title {
font-size: 1.5625vw;
font-weight: 600;
margin-bottom: 1.0417vw;
}
.certAmount__form-inputWrap {
display: flex;
position: relative;
align-items: center;
margin-bottom: 1.3021vw;
}
.certAmount__form-input {
width: 100%;
border: 1px solid #FF5A0A;
border-radius: 0.7812vw;
font-size: 2.3438vw;
padding: 1.1458vw 5.2083vw 1.1458vw 1.5625vw;
transition: all .3s;
font-weight: bold;
}
.certAmount__form-input:placeholder {
font-weight: bold;
}
.certAmount__form-input:hover,
.certAmount__form-input:focus {
box-shadow: 0 0 0.7812vw rgba(254, 99, 11, .15);
transition: all .3s
}
.certAmount__form-inputIcon {
position: absolute;
right: 1.3021vw;
width: 2.7083vw;
height: 2.7083vw;
background-color: #EBEBEB;
border-radius: 0.7812vw;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
font-size: 0;
}
.certAmount__form-inputIcon img {
width: 1.4583vw;
height: 1.4583vw;
}
.certAmount__form-amountBtns {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.0417vw;
}
.certAmount__form-amountBtn {
border-radius: 0.7812vw;
border: 1px solid #FF5A0A;
font-size: 1.3021vw;
padding: 0.7812vw;
font-weight: bold;
transition: all .3s;
}
.certAmount__form-amountBtn:hover,
.certAmount__form-amountBtn:focus {
background-color: #FCF2E8;
transition: all .3s;
color: #FF5A0A;
}
.certAmount__uspList {
display: flex;
align-items: center;
margin-bottom: 3.3854vw;
}
.certAmount__uspItem:not(:last-child) {
margin-right: 1.0417vw;
}
.certAmount__uspItem:not(:last-child):after {
content: '';
width: 0.0521vw;
height: 4.2708vw;
background-color: #E8E8E5;
margin-left: 1.0417vw;
}
.certAmount__uspItem {
display: flex;
align-items: center;
}
.certAmount__uspItem-icon {
margin-right: 0.5208vw;
width: 3.9062vw;
height: 3.9062vw;
display: flex;
align-items: center;
flex-shrink: 0;
font-size: 0;
}
.certAmount__uspItem-icon img {
width: 100%;
}
.certAmount__uspItem-text {
font-size: 0.9896vw;
}
.certBtnNext {
color: #fff;
background-color: #FF5A0A;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
border-radius: 0.7812vw;
padding: 1.0417vw 4.6875vw;
font-weight: 600;
position: relative;
margin-bottom: 1.5625vw;
transition: all .3s;
}
.certBtnNext:hover,
.certBtnNext:focus {
transition: all .3s;
background-color: #FE400B;
}
.certBtnNext__icon {
font-size: 0;
flex-shrink: 0;
width: 1.9792vw;
height: 1.9792vw;
position: absolute;
right: 1.8229vw;
}
.certBtnNext__icon img {
width: 100%;
height: auto;
}
.certBtnNext__text {
font-size: 1.6667vw;
}
.certProgram__offer {
max-width: 44.2708vw;
}
.certProgram__pathItem {
display: flex;
flex-direction: column;
}
.certProgram__pathItem input[type="radio"] {
position: absolute;
width: 0.0521vw;
height: 0.0521vw;
margin: -0.0521vw;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
.certProgram__pathCard:before {
content: '';
width: 2.1875vw;
height: 2.1875vw;
border-radius: 52.0833vw;
background-color: #FF5A0A;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_white.svg);
background-repeat: no-repeat;
background-size: 1.0417vw;
background-position: center;
position: absolute;
right: 1.0417vw;
top: 1.0417vw;
opacity: 0;
transition: all .3s;
z-index: 1;
box-shadow: 0 0.5208vw 0.7812vw rgba(0, 0, 0, .1);
}
.certProgram__pathItem:hover input[type="radio"]:not(:checked)+.certProgram__pathCard:before,
.certProgram__pathItem:focus input[type="radio"]:not(:checked)+.certProgram__pathCard:before {
opacity: 1;
background-color: #fff;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_orange.svg);
transition: all .3s;
}
.certProgram__pathItem:hover .certProgram__pathItem-img img,
.certProgram__pathItem:focus .certProgram__pathItem-img img {
transform: scale(1.03);
transition: all .3s;
}
.certProgram__pathItem:hover input[type="radio"]:not(:checked)+.certProgram__pathCard,
.certProgram__pathItem:focus input[type="radio"]:not(:checked)+.certProgram__pathCard {
background-color: #FCF2E8;
border-color: #ff6b00;
transition: all .3s;
}
.certProgram__pathCard {
display: flex;
flex-direction: column;
position: relative;
padding: 0.5208vw;
border-radius: 1.3021vw;
border: 1px solid #E8E8E5;
transition: all .3s;
background-color: #fff;
cursor: pointer;
box-shadow: 0 0.2604vw 0.7812vw rgba(0, 0, 0, .05);
}
.certProgram__pathItem input[type="radio"]:checked+.certProgram__pathCard {
border-color: #ff6b00;
background-color: #FCF2E8;
cursor: initial;
}
.certProgram__pathItem input[type="radio"]:checked+.certProgram__pathCard .certProgram__pathItem-img img {
transform: scale(1.03);
transition: all .3s;
}
.certProgram__pathItem input[type="radio"]:checked+.certProgram__pathCard:before {
opacity: 1;
transition: all .3s;
}
.certProgram__pathItem input[type="radio"]:checked+.certProgram__pathCard .certProgram__pathItem-icon {
background-color: #FDEDE0;
transition: all .3s;
}
.certProgram__pathItem:not(:last-child) {
margin-right: 1.5625vw;
}
.certProgram__pathList {
display: flex;
}
.certProgram__pathItem-img {
font-size: 0;
height: 13.0208vw;
border-radius: 0.7812vw;
overflow: hidden;
pointer-events: none;
}
.certProgram__pathItem-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all .3s;
pointer-events: none;
}
.certProgram__pathItem-sale {
background-color: #FF5A0A;
display: flex;
align-items: center;
border-radius: 0.5208vw;
padding: 0.4688vw;
position: absolute;
left: 1.0417vw;
top: 1.0417vw;
z-index: 1;
}
.certProgram__pathItem-saleIcon {
font-size: 0;
flex-shrink: 0;
width: 1.1458vw;
height: 1.1458vw;
margin-right: 0.3125vw;
}
.certProgram__pathItem-saleIcon img {
width: 100%;
height: auto;
}
.certProgram__pathItem-saleText {
color: #fff;
font-size: 1.0417vw;
font-weight: 600;
}
.certProgram__pathItemHead {
display: flex;
align-items: center;
border-bottom: 1px solid #E8E8E5;
padding-bottom: 0.7812vw;
margin-bottom: 0.7812vw;
}
.certProgram__pathItem-title {
font-size: 1.4583vw;
font-weight: bold;
margin-bottom: 0.3646vw;
}
.certProgram__pathItem-desc {
font-size: 1.0417vw;
font-weight: 600;
color: #667085;
}
.certProgram__pathItem-text {
display: flex;
flex-direction: column;
}
.certProgram__pathItem:hover .certProgram__pathItem-icon,
.certProgram__pathItem:focus .certProgram__pathItem-icon {
background-color: #FDEDE0;
transition: all .3s;
}
.certProgram__pathItem-icon {
font-size: 0;
flex-shrink: 0;
padding: 1.0417vw;
background-color: #FCF2E8;
border: 1px solid #E8E8E5;
border-radius: 52.0833vw;
margin-right: 1.3021vw;
transition: all .3s;
}
.certProgram__pathItem-icon img {
width: 3.125vw;
height: 3.125vw;
}
.certProgram__pathItemTime {
display: flex;
align-items: center;
}
.certProgram__pathItemTime-icon {
width: 1.5625vw;
height: 1.5625vw;
font-size: 0;
flex-shrink: 0;
margin-right: 0.5208vw;
}
.certProgram__pathItemTime-icon img {
width: 100%;
height: auto;
}
.certProgram__pathItemTime-text {
font-size: 1.0417vw;
font-weight: 600;
}
.certProgram__uspList {
display: flex;
margin-bottom: 1.8229vw;
}
.certProgram__uspItem-icon {
width: 3.2292vw;
height: 3.2292vw;
flex-shrink: 0;
font-size: 0;
margin-right: 0.7812vw;
}
.certProgram__uspItem-icon img {
width: 100%;
height: auto;
}
.certProgram__uspItem {
display: flex;
align-items: center;
}
.certProgram__uspItem:not(:last-child) {
margin-right: 1.8229vw;
}
.certProgram__uspItem-title {
font-size: 1.0938vw;
font-weight: bold;
margin-bottom: 0.1562vw;
}
.certProgram__uspItem-subtitle {
font-size: 1.0417vw;
font-weight: 600;
}
.certProgram__pathItemContent {
padding: 0.7812vw;
}
.certProgram__pathItemFooter {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.certProgram__pathItemPrice {
font-size: 1.0417vw;
font-weight: 600;
display: flex;
align-items: flex-end;
}
.certProgram__pathItemPrice-amount {
font-size: 1.9792vw;
font-weight: bold;
color: #FF5A0A;
margin-left: 0.5208vw;
margin-bottom: -0.2083vw;
}
.certProgram__pathList {
margin-bottom: 1.5625vw;
}
.certCars__carList {
display: flex;
margin-bottom: 1.5625vw;
}
.certCars__carItem {
width: 100%;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.certCars__carItem:not(:last-child) {
margin-right: 1.5625vw;
}
.certCars__carLabel {
display: flex;
height: 29.6875vw;
width: 100%;
flex-direction: column;
transition: all .3s;
cursor: pointer;
}
.certCars__carLabel:hover,
.certCars__carLabel:focus {
border-color: #FF5A0A;
}
.certCars__carBg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0;
z-index: 1;
overflow: hidden;
pointer-events: none;
}
.certCars__carBg img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all .3s;
}
.certCars__carAmount {
position: absolute;
bottom: 0.7812vw;
z-index: 2;
display: flex;
justify-content: center;
background-color: #FAF9F8;
border-radius: 0.7812vw;
height: 3.9583vw;
}
.certCars__carAmount-value {
font-size: 1.9792vw;
text-align: center;
font-weight: 600;
background-color: rgba(0, 0, 0, 0);
width: 7.5vw;
}
.certCars__carTitle {
font-size: 1.5625vw;
font-weight: bold;
margin-bottom: 0.9896vw;
position: relative;
z-index: 2;
}
.certCars__carDesc {
font-size: 1.1458vw;
font-weight: 600;
color: #667085;
position: relative;
z-index: 2;
}
.certCars__carCard {
display: flex;
flex-direction: column;
border: 1px solid #E8E8E5;
z-index: 2;
height: 100%;
padding: 1.5625vw;
border-radius: 1.3021vw;
overflow: hidden;
position: relative;
transition: all .3s;
box-shadow: 0 0.2604vw 0.7812vw rgba(0, 0, 0, .05);
}
.certCars__carLabel input[type="checkbox"] {
position: absolute;
width: 0.0521vw;
height: 0.0521vw;
margin: -0.0521vw;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
.certCars__carCard:before {
content: '';
width: 2.1875vw;
height: 2.1875vw;
border-radius: 52.0833vw;
background-repeat: no-repeat;
background-size: 1.0417vw;
background-position: center;
position: absolute;
right: 1.0417vw;
top: 1.0417vw;
opacity: 0;
transition: all .3s;
box-shadow: 0 0.5208vw 0.7812vw rgba(0, 0, 0, .1);
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_white.svg);
z-index: 2;
}
.certCars__carLabel:hover input[type="checkbox"]:not(:checked)+.certCars__carCard:before,
.certCars__carLabel:focus input[type="checkbox"]:not(:checked)+.certCars__carCard:before {
opacity: 1;
background-color: #fff;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_orange.svg);
transition: all .3s;
}
.certCars__carLabel:hover input[type="checkbox"]:not(:checked)+.certCars__carCard,
.certCars__carLabel:focus input[type="checkbox"]:not(:checked)+.certCars__carCard {
border-color: #ff6b00;
transition: all .3s;
}
.certCars__carLabel input[type="checkbox"]:checked+.certCars__carCard {
border-color: #ff6b00;
}
.certCars__carLabel input[type="checkbox"]:checked+.certCars__carCard:before {
background-color: #FF5A0A;
opacity: 1;
transition: all .3s;
}
.certCars__carLabel:hover .certCars__carBg img,
.certCars__carLabel:focus .certCars__carBg img {
transform: scale(1.03);
transition: all .3s;
}
.certCars__carLabel input[type="checkbox"]:checked+.certCars__carCard .certCars__carBg img {
transform: scale(1.03);
transition: all .3s;
}
.certCars__carAmount-minus,
.certCars__carAmount-plus {
font-size: 3.8542vw;
padding: 0 1.3021vw;
display: flex;
align-items: center;
padding-bottom: 0.625vw;
opacity: 1;
color: #FF5A0A;
cursor: pointer;
transition: all .3s;
}
.certCars__carAmount-minus:disabled,
.certCars__carAmount-plus:disabled {
opacity: 0.5;
color: #5D5F64;
cursor: default;
}
.certCars__carAmount-plus {
border-radius: 0 0.7812vw 0.7812vw 0;
}
.certCars__carAmount-minus {
border-radius: 0.7812vw 0 0 0.7812vw;
}
.certCars__carAmount-minus:not(:disabled):hover,
.certCars__carAmount-plus:not(:disabled):hover,
.certCars__carAmount-minus:not(:disabled):focus,
.certCars__carAmount-plus:not(:disabled):focus {
color: #fff;
background-color: #FF5A0A;
transition: all .3s;
}
.certDesign__list {
width: 100%;
padding: 1.0417vw 0 !important;
}
.certDesign__item input[type="radio"] {
position: absolute;
width: 0.0521vw;
height: 0.0521vw;
margin: -0.0521vw;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
.certDesign__item {
cursor: grab;
display: block;
height: auto;
}
.certDesign__slider {
cursor: grab;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.certDesign__listBlock {
position: relative;
margin-bottom: 1.5625vw;
}
.certDesign__listBlock .swiper-pagination-bullet {
margin: 0 0.9896vw !important;
height: 0.6771vw;
width: 0.6771vw;
transition: all .3s;
}
.certDesign__listBlock .swiper-pagination-bullet-active {
background-color: #FF5A0A;
width: 1.25vw;
border-radius: 52.0833vw;
}
.certDesign__listBlock-prev {
background-position: 45% center;
left: -5.5208vw;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAxOCAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjM5ODcgMC42MjIxNDdDMTUuMjIyNSAtMC4yMDczODIgMTYuNTU4MyAtMC4yMDczODIgMTcuMzgyMSAwLjYyMjE0N0MxOC4yMDYgMS40NTE2OCAxOC4yMDYgMi43OTY2MSAxNy4zODIxIDMuNjI2MTRMNS4wOTMwMSAxNkwxNy4zODIxIDI4LjM3MzlDMTguMjA1OSAyOS4yMDM0IDE4LjIwNTkgMzAuNTQ4MyAxNy4zODIxIDMxLjM3NzlDMTYuNTU4MyAzMi4yMDc0IDE1LjIyMjUgMzIuMjA3NCAxNC4zOTg3IDMxLjM3NzlMMC42MTc4ODYgMTcuNTAyQy0wLjIwNTk2MiAxNi42NzI1IC0wLjIwNTk2MiAxNS4zMjc1IDAuNjE3ODg2IDE0LjQ5OEwxNC4zOTg3IDAuNjIyMTQ3WiIgZmlsbD0iI0ZFNjMwQiIvPgo8L3N2Zz4K");
}
.certDesign__listBlock-next {
background-position: 55% center;
right: -1.5625vw;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAxOCAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNjAxMyAzMS4zNzc5QzIuNzc3NDUgMzIuMjA3NCAxLjQ0MTczIDMyLjIwNzQgMC42MTc4ODUgMzEuMzc3OUMtMC4yMDU5NjIgMzAuNTQ4MyAtMC4yMDU5NjIgMjkuMjAzNCAwLjYxNzg4NiAyOC4zNzM5TDEyLjkwNyAxNkwwLjYxNzg4OCAzLjYyNjE0Qy0wLjIwNTk0NiAyLjc5NjYyIC0wLjIwNTkxOSAxLjQ1MTY4IDAuNjE3ODg4IDAuNjIyMTQ3QzEuNDQxNzQgLTAuMjA3MzgzIDIuNzc3NDYgLTAuMjA3MzgyIDMuNjAxMyAwLjYyMjE0OEwxNy4zODIxIDE0LjQ5OEMxOC4yMDYgMTUuMzI3NSAxOC4yMDYgMTYuNjcyNSAxNy4zODIxIDE3LjUwMkwzLjYwMTMgMzEuMzc3OVoiIGZpbGw9IiNGRTYzMEIiLz4KPC9zdmc+Cg==");
}
.certDesign__listBlock .swiper-pagination {
position: relative;
top: initial !important;
bottom: initial !important;
display: flex;
justify-content: center;
margin-top: 0.5208vw;
}
.certDesign__listBlock-btn {
width: 3.9583vw;
height: 3.9583vw;
display: flex;
background-repeat: no-repeat;
background-color: #fff;
border-radius: 52.0833vw;
box-shadow: 0 0.5208vw 1.0417vw rgba(0, 0, 0, .1);
position: absolute;
top: 50%;
z-index: 1;
transform: translate(50%, calc(-50% - 70px));
transition: all .3s;
}
.certDesign__listBlock-btn:hover,
.certDesign__listBlock-btn:focus {
background-color: #FF5A0A;
transition: all .3s;
}
.certDesign__listBlock-prev:hover,
.certDesign__listBlock-prev:focus {
left: -5.5208vw;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAxOCAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjM5ODcgMC42MjIxNDdDMTUuMjIyNSAtMC4yMDczODIgMTYuNTU4MyAtMC4yMDczODIgMTcuMzgyMSAwLjYyMjE0N0MxOC4yMDYgMS40NTE2OCAxOC4yMDYgMi43OTY2MSAxNy4zODIxIDMuNjI2MTRMNS4wOTMwMSAxNkwxNy4zODIxIDI4LjM3MzlDMTguMjA1OSAyOS4yMDM0IDE4LjIwNTkgMzAuNTQ4MyAxNy4zODIxIDMxLjM3NzlDMTYuNTU4MyAzMi4yMDc0IDE1LjIyMjUgMzIuMjA3NCAxNC4zOTg3IDMxLjM3NzlMMC42MTc4ODYgMTcuNTAyQy0wLjIwNTk2MiAxNi42NzI1IC0wLjIwNTk2MiAxNS4zMjc1IDAuNjE3ODg2IDE0LjQ5OEwxNC4zOTg3IDAuNjIyMTQ3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}
.certDesign__listBlock-next:hover,
.certDesign__listBlock-next:focus {
right: -1.5625vw;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAxOCAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNjAxMyAzMS4zNzc5QzIuNzc3NDUgMzIuMjA3NCAxLjQ0MTczIDMyLjIwNzQgMC42MTc4ODUgMzEuMzc3OUMtMC4yMDU5NjIgMzAuNTQ4MyAtMC4yMDU5NjIgMjkuMjAzNCAwLjYxNzg4NiAyOC4zNzM5TDEyLjkwNyAxNkwwLjYxNzg4OCAzLjYyNjE0Qy0wLjIwNTk0NiAyLjc5NjYyIC0wLjIwNTkxOSAxLjQ1MTY4IDAuNjE3ODg4IDAuNjIyMTQ3QzEuNDQxNzQgLTAuMjA3MzgzIDIuNzc3NDYgLTAuMjA3MzgyIDMuNjAxMyAwLjYyMjE0OEwxNy4zODIxIDE0LjQ5OEMxOC4yMDYgMTUuMzI3NSAxOC4yMDYgMTYuNjcyNSAxNy4zODIxIDE3LjUwMkwzLjYwMTMgMzEuMzc3OVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}
.certDesign__itemCard:before {
content: '';
width: 2.1875vw;
height: 2.1875vw;
border-radius: 52.0833vw;
background-color: #FF5A0A;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_white.svg);
background-repeat: no-repeat;
background-size: 1.0417vw;
background-position: center;
position: absolute;
right: 0.7812vw;
top: 0.7812vw;
opacity: 0;
transition: all .3s;
box-shadow: 0 0.5208vw 0.7812vw rgba(0, 0, 0, .1);
z-index: 2;
}
.certDesign__item:hover input[type="checkbox"]:not(:checked)+.certDesign__itemCard:before,
.certDesign__item:focus input[type="checkbox"]:not(:checked)+.certDesign__itemCard:before {
opacity: 1;
background-color: #fff;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_orange.svg);
transition: all .3s;
}
.certDesign__item:hover input[type="checkbox"]:not(:checked)+.certDesign__itemCard,
.certDesign__item:focus input[type="checkbox"]:not(:checked)+.certDesign__itemCard {
border-color: #ff6b00;
transition: all .3s;
}
.certDesign__item input[type="radio"]:checked+.certDesign__itemCard {
border-color: #ff6b00;
opacity: 1;
box-shadow: 0 0 1.0417vw rgba(254, 99, 11, .4);
}
.certDesign__item input[type="radio"]:checked+.certDesign__itemCard:before {
opacity: 1;
transition: all .3s;
} .certDesign__item-bg {
font-size: 0;
display: flex;
}
.certDesign__item-bg img {
width: 100%;
}
.certDesign__itemCard {
border-radius: 1.3021vw;
overflow: hidden;
display: flex;
opacity: .2;
transition: all .3s;
}
.certDesign__note {
margin-bottom: 0.7812vw;
display: flex;
align-items: center;
}
.certDesign__note-icon {
font-size: 0;
flex-shrink: 0;
width: 2.0833vw;
height: 2.0833vw;
margin-right: 0.5208vw;
}
.certDesign__note-icon img {
width: 100%;
height: auto;
}
.certDesign__offer {
display: flex;
align-items: center;
flex-direction: column;
}
.certDesign__title {
text-align: center;
}
.certDesign__subtitle {
text-align: center;
margin-bottom: 0.7812vw;
}
.certDesign__note-text {
font-size: 1.1458vw;
color: #667085;
font-weight: 600;
}
.certDesign__choice {
display: flex;
min-width: 34.375vw;
justify-self: center;
align-items: center;
font-size: 1.1458vw;
font-weight: bold;
color: #667085;
background-color: #fff;
box-shadow: 0 0.2604vw 0.7812vw rgba(0, 0, 0, .05);
border-radius: 0.7812vw;
padding: 0.6771vw 3.3854vw;
margin-top: 1.5625vw;
transition: all .3s;
}
.certDesign__choice-title {
margin-right: 0.5208vw;
display: flex;
align-items: center;
}
.certDesign__choice-title:before {
content: '';
width: 2.1875vw;
height: 2.1875vw;
border-radius: 52.0833vw;
background-color: #fff;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_orange.svg);
background-repeat: no-repeat;
background-size: 1.0417vw;
background-position: center;
transition: all .3s;
border: 3px solid #FF5A0A;
z-index: 2;
margin-right: 0.5208vw;
flex-shrink: 0;
}
.certDesign__choice-desc {
color: #FF5A0A;
}
.certDesign__choice-desc:before {
content: '«';
}
.certDesign__choice-desc:after {
content: '»';
}
.certDesign__certBtnBack {
margin-bottom: -2.6042vw;
}
.certDelivery__types {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5625vw;
justify-content: space-between;
margin-bottom: 1.5625vw;
}
.certDelivery__type:hover .certDelivery__typeHead-icon,
.certDelivery__type:focus .certDelivery__typeHead-icon {
background-color: #FDEDE0;
transition: all .3s;
}
.certDelivery__typeHead-icon {
font-size: 0;
flex-shrink: 0;
padding: 1.0417vw;
background-color: #FCF2E8;
border: 1px solid #E8E8E5;
border-radius: 52.0833vw;
margin-right: 1.3021vw;
transition: all .3s;
}
.certDelivery__typeHead-icon img {
width: 3.125vw;
height: 3.125vw;
}
.certDelivery__typeHead {
display: flex;
align-items: center;
margin-bottom: 1.3021vw;
}
.certDelivery__type input[type="radio"] {
position: absolute;
width: 0.0521vw;
height: 0.0521vw;
margin: -0.0521vw;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
.certDelivery__typeCard:before {
content: '';
width: 2.1875vw;
height: 2.1875vw;
border-radius: 52.0833vw;
background-color: #FF5A0A;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_white.svg);
background-repeat: no-repeat;
background-size: 1.0417vw;
background-position: center;
position: absolute;
right: 1.5625vw;
top: 1.5625vw;
opacity: 0;
transition: all .3s;
z-index: 1;
box-shadow: 0 0.5208vw 0.7812vw rgba(0, 0, 0, .1);
}
.certDelivery__type:hover input[type="radio"]:not(:checked)+.certDelivery__typeCard:before,
.certDelivery__type:focus input[type="radio"]:not(:checked)+.certDelivery__typeCard:before {
opacity: 1;
background-color: #fff;
background-image: url(//kvadropro18.ru/wp-content/themes/kvadro_pro/cert/assets/img/icon--check_orange.svg);
transition: all .3s;
}
.certDelivery__type:hover input[type="radio"]:not(:checked)+.certDelivery__typeCard,
.certDelivery__type:focus input[type="radio"]:not(:checked)+.certDelivery__typeCard {
background-color: #FCF2E8;
border-color: #ff6b00;
transition: all .3s;
}
.certDelivery__typeCard {
display: flex;
flex-direction: column;
position: relative;
padding: 1.5625vw;
border-radius: 1.3021vw;
border: 1px solid #E8E8E5;
transition: all .3s;
background-color: #fff;
box-shadow: 0 0.2604vw 0.7812vw rgba(0, 0, 0, .05);
cursor: pointer;
height: 100%;
}
.certDelivery__type input[type="radio"]:checked+.certDelivery__typeCard {
border-color: #ff6b00;
background-color: #FCF2E8;
cursor: initial;
}
.certDelivery__type input[type="radio"]:checked+.certDelivery__typeCard:before {
opacity: 1;
transition: all .3s;
}
.certDelivery__type input[type="radio"]:checked+.certDelivery__typeCard .certDelivery__typeHead-icon {
background-color: #FDEDE0;
transition: all .3s;
}
.certDelivery__typeHead-title {
font-size: 1.4583vw;
font-weight: bold;
margin-bottom: 0.3646vw;
}
.certDelivery__typeHead-subtitle {
font-size: 1.0417vw;
font-weight: 600;
color: #667085;
}
.certDelivery__typeField-name {
font-size: 1.0417vw;
color: #667085;
font-weight: 600;
margin-bottom: 0.5208vw;
}
.certDelivery__typeField-label {
display: flex;
width: 100%;
}
.certDelivery__typeField-label input {
border-radius: 0.7812vw;
border: 1px solid #E8E8E5;
font-size: 1.0417vw;
padding: 0.8333vw;
width: 100%;
transition: all .3s;
}
.certDelivery__typeField-label textarea {
border-radius: 0.7812vw;
border: 1px solid #E8E8E5;
font-size: 1.0417vw;
padding: 0.8333vw;
width: 100%;
transition: all .3s;
}
.certDelivery__typeField-label input:hover,
.certDelivery__typeField-label input:focus,
.certDelivery__typeField-label textarea:hover,
.certDelivery__typeField-label textarea:focus {
transition: all .3s;
border: 1px solid #ff6b00;
}
.certDelivery__typeFields>*:not(:last-child) {
margin-bottom: 1.3021vw;
}
.cert__uspList {
display: flex;
justify-content: space-around;
margin-bottom: 1.5625vw;
box-shadow: 0 0.2604vw 0.7812vw rgba(0, 0, 0, .05);
background-color: #fff;
border-radius: 1.3021vw;
padding: 1.5625vw;
}
.cert__uspItem {
display: flex;
align-items: center;
}
.cert__uspItem-line {
width: 0.1042vw;
height: 3.9062vw;
background-color: #E8E8E5;
}
.cert__uspItem-icon {
width: 3.9062vw;
height: 3.9062vw;
font-size: 0;
flex-shrink: 0;
margin-right: 1.5625vw;
}
.cert__uspItem-icon img {
width: 100%;
height: auto;
}
.cert__uspItem-title {
font-size: 1.0417vw;
font-weight: bold;
margin-bottom: 0.3646vw;
}
.cert__uspItem-subtitle {
font-size: 1.0417vw;
font-weight: 600;
color: #667085;
}
.certOrder__row {
display: flex;
margin-bottom: 1.5625vw;
}
.certOrder__options {
box-shadow: 0 0.2604vw 0.7812vw rgba(0, 0, 0, .05);
background-color: #fff;
border-radius: 1.3021vw;
border: 1px solid #E8E8E5;
padding: 1.5625vw;
margin-right: 1.5625vw;
display: flex;
flex-direction: column;
width: 65%;
}
.certOrder__option {
display: flex;
align-items: flex-start;
}
.certOrder__option:not(:last-child) {
margin-bottom: 1.0417vw;
border-bottom: 1px solid #E8E8E5;
padding-bottom: 1.0417vw;
}
.certOrder__option-text {
margin-right: 1.5625vw;
}
.certOrder__option-btn {
margin-left: auto;
font-size: 1.0417vw;
color: #FF5A0A;
font-weight: bold;
align-self: center;
height: 100%;
padding-left: 1.5625vw;
}
.certOrder__option-btn:hover,
.certOrder__option-btn:focus {
text-decoration: underline;
}
.certOrder__option-icon {
font-size: 0;
flex-shrink: 0;
padding: 0.7292vw;
background-color: #FCF2E8;
border: 1px solid #E8E8E5;
border-radius: 52.0833vw;
margin-right: 1.3021vw;
transition: all .3s;
}
.certOrder__option-icon img {
width: 2.1875vw;
height: 2.1875vw;
}
.certOrder__option-title {
font-size: 1.1458vw;
font-weight: bold;
margin-bottom: 0.3646vw;
}
.certOrder__option-value {
font-size: 1.0417vw;
font-weight: 600;
color: #667085;
}
.certOrder__option-value:not(:last-child) {
margin-bottom: 0.5208vw;
}
.certOrder__details {
box-shadow: 0 0.2604vw 0.7812vw rgba(0, 0, 0, .05);
background-color: #fff;
border-radius: 1.3021vw;
border: 1px solid #E8E8E5;
padding: 1.5625vw;
display: flex;
flex-direction: column;
align-items: center;
width: 35%;
margin-top: -8.8542vw;
}
.certOrder__details-img {
border-radius: 1.3021vw;
box-shadow: 0 0.2604vw 0.7812vw rgba(0, 0, 0, .05);
overflow: hidden;
width: 20.8333vw;
font-size: 0;
will-change: transform;
transform-style: preserve-3d;
cursor: zoom-in;
}
.certOrder__details-img img {
width: 100%;
height: auto;
}
.certOrder__details-price {
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
border-top: 1px solid #E8E8E5;
margin-top: 2.0833vw;
padding-top: 1.0417vw;
}
.certOrder__details-priceText {
font-size: 1.25vw;
font-weight: bold;
}
.certOrder__details-priceValue {
font-size: 2.1875vw;
font-weight: bold;
color: #FF5A0A;
}
.certOrder__details-priceValue:after {
content: ' ₽';
}
.certOrder__details-title {
font-size: 1.7188vw;
margin-bottom: 1.5625vw;
font-weight: bold;
} .certFloatPrice {
position: fixed;
right: 2.0833vw;
bottom: 2.0833vw;
z-index: 900; display: flex;
flex-direction: column;
align-items: flex-end;
gap: 0.4167vw;
background-color: #fff;
border: 1px solid #E8E8E5;
border-radius: 1.1458vw;
box-shadow: 0 0.5208vw 1.5625vw rgba(0, 0, 0, .15);
padding: 1.1458vw 1.6667vw;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
transition: opacity .3s ease, transform .3s ease, visibility .3s;
pointer-events: none;
}
.certFloatPrice_visible {
opacity: 1;
visibility: visible;
transform: translateY(0);
pointer-events: auto;
}
.certFloatPrice__label {
font-size: 0.8854vw;
font-weight: 600;
color: #7A7A78;
}
.certFloatPrice__value {
font-size: 2.1875vw;
font-weight: bold;
color: #FF5A0A;
line-height: 1;
} .certDelivery__typeField-label.certField_error input,
.certDelivery__typeField-label.certField_error textarea {
border-color: #FF3B30 !important;
background-color: #FFF4F3;
}
.certDelivery__typeField-label.certField_error input:hover,
.certDelivery__typeField-label.certField_error input:focus,
.certDelivery__typeField-label.certField_error textarea:hover,
.certDelivery__typeField-label.certField_error textarea:focus {
border-color: #FF3B30;
}
.certDelivery__typeField-error {
display: none;
color: #FF3B30;
font-size: 0.7812vw;
font-weight: 600;
margin-top: 0.4167vw;
}
.certDelivery__typeField-error_visible {
display: block;
}
.certCars__carItem.certField_error .certCars__carCard {
border-color: #FF3B30;
box-shadow: 0 0 0 0.0521vw #FF3B30;
}
.certCars__error {
display: none;
color: #FF3B30;
font-size: 0.9375vw;
font-weight: 600;
text-align: center;
margin-bottom: 1.0417vw;
}
.certCars__error_visible {
display: block;
}
}
.certDelivery__consentLabel {
margin-top: 0.5208vw;
}
.certDelivery__consentCheckbox {
width: 0.0521vw;
height: 0.0521vw;
margin: -0.0521vw;
}
.certDelivery__consentText {
font-size: 0.8333vw;
}
.certDelivery__consentText:before {
width: 1.1458vw;
height: 1.1458vw;
margin-right: 0.625vw;
}
.certDelivery__consentCheckbox:checked+.certDelivery__consentText:before {
background-size: 0.625vw;
}
.certDelivery__consentCheckbox:focus+.certDelivery__consentText:before {
box-shadow: 0 0 0 0.1042vw rgba(255, 90, 10, 0.2);
} @media (max-width: 768px) { .container {
padding: 0 20px;
}
.title {
font-size: 30px;
margin-bottom: 16px;
}
.subtitle {
font-size: 14px;
margin-bottom: 24px;
}
.section__content {
padding-bottom: 30px;
}
.certSection {
margin-top: 90px;
}
.section__bg:after {
height: 40px;
}
.section__bg:before {
content: '';
width: 100%;
height: 40px;
position: absolute;
top: 0;
left: 0;
background: linear-gradient(0deg, rgba(252, 248, 246, 0) 0%, rgba(252, 248, 246, 1) 100%);
} .header {
padding: 16px 20px;
}
.header_scroll {
padding: 14px 20px;
}
.header__logo {
width: 100px;
}
.header__col {
gap: 10px;
}
.header__phone {
margin-right: 10px;
}
.header__phone:after {
margin-left: 10px;
height: 30px;
}
.header__phone-icon {
width: 30px;
margin-right: 6px;
}
.header__phone-text {
font-size: 16px;
}
.header__time {
display: none;
}
.header__navBtn {
width: 28px;
height: 28px;
gap: 4px;
}
.header__navBtn span {
width: 28px;
height: 4px;
}  .certMain__bg {
display: none;
}
.certMain__bg--mob {
display: block;
}
.certMain__offer {
max-width: 55%;
}
.certMain__uspList {
grid-template-columns: 1fr;
gap: 12px;
margin-bottom: 30px;
}
.certMain__uspItem {
flex-direction: row;
justify-content: flex-start;
padding: 16px;
text-align: left;
}
.certMain__uspItem-icon {
width: 40px;
height: 40px;
margin-bottom: 0;
margin-right: 15px;
flex-shrink: 0;
}
.certMain__uspItem-text {
font-size: 13px;
text-align: left;
}
.certMain__types-title {
font-size: 18px;
text-align: center;
}
.certMain__types-icon:before,
.certMain__types-icon:after {
width: 30px;
}
.certMain__types-icon {
width: 30px;
height: 30px;
}
.certMain__typesList {
gap: 10px;
margin-bottom: 20px;
}
.certMain__typesItem {
flex-direction: column;
align-items: center;
text-align: center;
padding: 22px 12px;
}
.certMain__typesItem-icon {
padding: 14px;
margin-right: 0;
margin-bottom: 12px;
}
.certMain__typesItem-icon img {
width: 30px;
height: 30px;
}
.certMain__typesItem-title {
font-size: 14px;
margin-bottom: 4px;
}
.certMain__typesItem-desc {
font-size: 12px;
line-height: 1.35;
}
.certSecure__text {
font-size: 13px;
} .certBtnBack {
margin-bottom: 25px;
}
.certBtnBack__icon {
width: 16px;
height: 16px;
margin-right: 8px;
}
.certBtnBack__text {
font-size: 14px;
}
.certBtnNext {
padding: 16px 20px;
margin-bottom: 16px;
}
.certBtnNext__text {
font-size: 16px;
}
.certBtnNext__icon {
width: 24px;
height: 24px;
right: 18px;
} .certAmount__block {
max-width: initial;
}
.certAmount__bg {
display: none;
}
.certAmount__bg--mob {
display: block;
width: 100%;
}
.certAmount__bg--mob img {
width: 100%;
height: auto;
}
.certAmount__subtitle {
margin-bottom: initial;
}
.certAmount__form {
margin-bottom: 24px;
}
.certAmount__form-title {
font-size: 16px;
margin-bottom: 12px;
}
.certAmount__form-inputWrap {
margin-bottom: 15px;
}
.certAmount__form-input {
font-size: 20px;
padding: 16px 60px 16px 16px;
border-radius: 12px;
}
.certAmount__form-inputIcon {
right: 12px;
width: 38px;
height: 38px;
border-radius: 10px;
}
.certAmount__form-inputIcon img {
width: 18px;
height: 18px;
}
.certAmount__form-amountBtns {
gap: 10px;
}
.certAmount__form-amountBtn {
font-size: 14px;
padding: 12px 6px;
border-radius: 10px;
}
.certAmount__uspList {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin-bottom: 30px;
}
.certAmount__uspItem {
flex-direction: column;
align-items: center;
text-align: center;
}
.certAmount__uspItem:not(:last-child) {
margin-right: 0;
}
.certAmount__uspItem:not(:last-child):after {
display: none;
}
.certAmount__uspItem-icon {
width: 36px;
height: 36px;
margin-right: 0;
margin-bottom: 8px;
}
.certAmount__uspItem-text {
font-size: 13px;
line-height: 1.35;
} .certProgram__bg {
top: 100px;
right: 0;
left: initial;
width: 100%;
}
.certProgram__offer {
max-width: 340px;
}
.certProgram__uspList {
flex-direction: column;
gap: 12px;
margin-bottom: 24px;
}
.certProgram__uspItem:not(:last-child) {
margin-right: 0;
}
.certProgram__uspItem-icon {
width: 40px;
height: 40px;
margin-right: 12px;
}
.certProgram__uspItem-title {
font-size: 13px;
}
.certProgram__uspItem-subtitle {
font-size: 13px;
}
.certProgram__pathList {
flex-direction: column;
margin-bottom: 20px;
}
.certProgram__pathItem-saleIcon {
width: 16px;
height: 16px;
}
.certProgram__pathItem-saleText {
font-size: 12px;
}
.certProgram__pathItem:not(:last-child) {
margin-right: 0;
margin-bottom: 20px;
}
.certProgram__pathItem-img {
height: 180px;
}
.certProgram__pathItemContent {
padding: 10px;
}
.certProgram__pathItemHead {
padding-bottom: 10px;
margin-bottom: 10px;
}
.certProgram__pathItem-icon {
padding: 12px;
margin-right: 12px;
}
.certProgram__pathItem-icon img {
width: 34px;
height: 34px;
}
.certProgram__pathItem-title {
font-size: 14px;
margin-bottom: 2px;
}
.certProgram__pathItem-desc {
font-size: 13px;
}
.certProgram__pathItemTime-icon {
width: 22px;
height: 22px;
margin-right: 6px;
}
.certProgram__pathItemTime-text {
font-size: 13px;
}
.certProgram__pathItemFooter {
flex-wrap: wrap;
gap: 8px;
}
.certProgram__pathItemPrice {
font-size: 14px;
}
.certProgram__pathItemPrice-amount {
font-size: 22px;
margin-left: 6px;
} .certCars__carList {
flex-direction: column;
margin-bottom: 20px;
}
.certCars__carItem:not(:last-child) {
margin-right: 0;
margin-bottom: 20px;
}
.certCars__carLabel {
height: 420px;
}
.certCars__carCard {
padding: 18px;
}
.certCars__carTitle {
font-size: 18px;
margin-bottom: 6px;
}
.certCars__carDesc {
font-size: 14px;
}
.certCars__carAmount {
height: 46px;
}
.certCars__carAmount-value {
font-size: 20px;
width: 70px;
}
.certCars__carAmount-minus,
.certCars__carAmount-plus {
font-size: 42px;
padding: 0 14px;
padding-bottom: 8px;
} .certDesign__note {
margin-bottom: 10px;
}
.certDesign__note-icon {
width: 26px;
height: 26px;
margin-right: 8px;
}
.certDesign__note-text {
font-size: 14px;
} .certDesign__listBlock-btn {
display: none;
}
.certDesign__listBlock {
margin-bottom: 15px;
}
.certDesign__listBlock .swiper-pagination-bullet {
width: 10px;
height: 10px;
margin: 0 6px !important;
}
.certDesign__choice {
min-width: 0;
width: 100%;
flex-direction: column;
text-align: center;
font-size: 15px;
padding: 14px 16px;
gap: 6px;
}
.certDesign__choice-title {
margin-right: 0;
} .certDelivery__typeField-error {
font-size: 12px;
}
.certDelivery__types {
grid-template-columns: 1fr;
gap: 16px;
margin-bottom: 20px;
}
.certDelivery__typeCard {
padding: 18px;
border-radius: 18px;
}
.certDelivery__typeCard:before {
width: 28px;
height: 28px;
background-size: 13px;
right: 10px;
top: 10px;
}
.certDelivery__typeHead {
margin-bottom: 15px;
}
.certDelivery__typeHead-icon {
padding: 12px;
margin-right: 14px;
}
.certDelivery__typeHead-icon img {
width: 34px;
height: 34px;
}
.certDelivery__typeHead-title {
font-size: 16px;
margin-bottom: 3px;
}
.certDelivery__typeHead-subtitle {
font-size: 13px;
}
.certDelivery__typeField-name {
font-size: 14px;
margin-bottom: 6px;
}
.certDelivery__typeField-label input,
.certDelivery__typeField-label textarea { font-size: 14px;
padding: 12px;
border-radius: 10px;
}
.certDelivery__typeFields>*:not(:last-child) {
margin-bottom: 15px;
} .cert__uspList {
flex-direction: column;
align-items: stretch;
gap: 16px;
padding: 18px;
border-radius: 18px;
margin-bottom: 20px;
}
.cert__uspItem-line {
display: none;
}
.cert__uspItem-icon {
width: 46px;
height: 46px;
margin-right: 15px;
}
.cert__uspItem-title {
font-size: 13px;
margin-bottom: 3px;
}
.cert__uspItem-subtitle {
font-size: 13px;
} .certOrder__row {
flex-direction: column;
margin-bottom: 20px;
}
.certOrder__details-title {
font-size: 20px;
margin-bottom: 15px;
}
.certOrder__options {
width: 100%;
margin-right: 0;
margin-bottom: 20px;
padding: 18px;
border-radius: 18px;
}
.certOrder__option:not(:last-child) {
margin-bottom: 15px;
padding-bottom: 15px;
}
.certOrder__option-icon {
padding: 10px;
margin-right: 14px;
}
.certOrder__option-icon img {
width: 28px;
height: 28px;
}
.certOrder__option-title {
font-size: 14px;
margin-bottom: 2px;
}
.certOrder__option-value {
font-size: 13px;
}
.certOrder__option-btn {
font-size: 13px;
padding-left: 12px;
}
.certOrder__details {
width: 100%;
margin-top: 0;
padding: 18px;
border-radius: 18px;
}
.certOrder__details-img {
width: 100%;
max-width: 210px;
}
.certOrder__details-price {
margin-top: 20px;
padding-top: 15px;
}
.certOrder__details-priceText {
font-size: 15px;
}
.certOrder__details-priceValue {
font-size: 26px;
} .certFloatPrice {
right: 12px;
bottom: 12px;
padding: 14px;
border-radius: 16px;
gap: 4px;
}
.certFloatPrice__label {
font-size: 13px;
}
.certFloatPrice__value {
font-size: 20px;
}  .certMain__typesItem:before,
.certProgram__pathCard:before,
.certCars__carCard:before,
.certDesign__itemCard:before {
width: 28px;
height: 28px;
background-size: 13px;
right: 20px;
top: 20px;
}
.certDesign__choice-title:before {
width: 20px;
height: 20px;
background-size: 10px;
border-width: 2px;
margin-right: 6px;
}
}
.certDelivery__consentLabel {
margin-top: 5px;
}
.certDelivery__consentText {
font-size: 13px;
}
.certDelivery__consentText:before {
width: 20px;
height: 20px;
margin-right: 10px;
border-radius: 1000px;
}
.certDelivery__consentCheckbox:checked+.certDelivery__consentText:before {
background-size: 11px;
}
@media (max-width: 475px) {
.certProgram__bg {
top: 220px;
}
.certProgram__offer {
margin-bottom: 60px;
}
}
@media (max-width: 400px) {
.container {
padding: 0 16px;
}
.title {
font-size: 24px;
}
.certAmount__form-amountBtns {
grid-template-columns: repeat(3, 1fr);
gap: 6px;
}
.certAmount__form-amountBtn {
font-size: 14px;
padding: 10px 4px;
}
.certCars__carLabel {
height: 400px;
}
.certOrder__details-img {
max-width: 100%;
}
} .siteMenu {
position: fixed;
inset: 0;
z-index: 1100; visibility: hidden;
pointer-events: none;
}
.siteMenu_open {
visibility: visible;
pointer-events: auto;
}
.siteMenu__overlay {
position: absolute;
inset: 0;
background-color: rgba(17, 17, 17, .45);
opacity: 0;
transition: opacity .35s ease;
}
.siteMenu_open .siteMenu__overlay {
opacity: 1;
}
.siteMenu__panel {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: min(380px, 86vw);
background-color: #fff;
box-shadow: -20px 0 50px rgba(0, 0, 0, .15);
padding: 100px 40px 40px;
display: flex;
flex-direction: column;
overflow-y: auto;
transform: translateX(100%);
transition: transform .35s ease;
}
.siteMenu_open .siteMenu__panel {
transform: translateX(0);
}
.siteMenu__closeBtn {
position: absolute;
top: 28px;
right: 28px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
border: none;
padding: 0;
cursor: pointer;
color: #111111;
transition: color .3s;
}
.siteMenu__closeBtn svg {
width: 100%;
height: auto;
}
.siteMenu__closeBtn:hover,
.siteMenu__closeBtn:focus {
color: #FF5A0A;
}
.siteMenu__links {
display: flex;
flex-direction: column;
gap: 4px;
margin-bottom: auto;
}
.siteMenu__link {
font-size: 22px;
font-weight: 700;
color: #111;
padding: 14px 12px;
border-radius: 14px;
transition: background-color .2s, color .2s;
}
.siteMenu__link:hover,
.siteMenu__link:focus,
.siteMenu__link_active {
background-color: #FCF2E8;
color: #FF5A0A;
}
.siteMenu__contacts {
margin-top: 30px;
padding-top: 25px;
border-top: 1px solid #E8E8E5;
}
.siteMenu__phone {
display: block;
font-size: 26px;
font-weight: bold;
color: #111;
margin-bottom: 8px;
transition: color .2s;
}
.siteMenu__phone:hover,
.siteMenu__phone:focus {
color: #FF5A0A;
}
.siteMenu__time {
font-size: 15px;
font-weight: 600;
color: #7A7A78;
} html.noScroll {
overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1920px) { .siteMenu {
position: fixed;
inset: 0;
z-index: 1100; visibility: hidden;
pointer-events: none;
}
.siteMenu_open {
visibility: visible;
pointer-events: auto;
}
.siteMenu__overlay {
position: absolute;
inset: 0;
background-color: rgba(17, 17, 17, .45);
opacity: 0;
transition: opacity .35s ease;
}
.siteMenu_open .siteMenu__overlay {
opacity: 1;
}
.siteMenu__panel {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: min(19.7917vw, 86vw);
background-color: #fff;
box-shadow: -1.0417vw 0 2.6042vw rgba(0, 0, 0, .15);
padding: 7.8125vw 2.0833vw 2.0833vw;
display: flex;
flex-direction: column;
overflow-y: auto;
transform: translateX(100%);
transition: transform .35s ease;
}
.siteMenu_open .siteMenu__panel {
transform: translateX(0);
}
.siteMenu__links {
display: flex;
flex-direction: column;
gap: 0.2083vw;
margin-bottom: auto;
}
.siteMenu__link {
font-size: 1.1458vw;
font-weight: 700;
color: #111;
padding: 0.7292vw 0.625vw;
border-radius: 0.7292vw;
transition: background-color .2s, color .2s;
}
.siteMenu__link:hover,
.siteMenu__link:focus,
.siteMenu__link_active {
background-color: #FCF2E8;
color: #FF5A0A;
}
.siteMenu__contacts {
margin-top: 1.5625vw;
padding-top: 1.3021vw;
border-top: 1px solid #E8E8E5;
}
.siteMenu__phone {
display: block;
font-size: 1.3542vw;
font-weight: bold;
color: #111;
margin-bottom: 0.4167vw;
transition: color .2s;
}
.siteMenu__phone:hover,
.siteMenu__phone:focus {
color: #FF5A0A;
}
.siteMenu__time {
font-size: 0.7812vw;
font-weight: 600;
color: #7A7A78;
} html.noScroll {
overflow: hidden;
}
}
@media (max-width: 767px) {
.siteMenu__panel {
width: min(320px, 84vw);
padding: 60px 15px 30px;
}
.siteMenu__closeBtn {
top: 20px;
right: 20px;
width: 24px;
height: 24px;
}
.siteMenu__link {
font-size: 14px;
padding: 10px;
}
.siteMenu__phone {
font-size: 18px;
}
.siteMenu__time {
font-size: 13px;
}
} #cookie-banner-root .pucp-wrap {
display: none;
position: fixed;
bottom: 10px;
left: 10px;
width: 100%;
max-width: 620px;
padding: 18px;
background: #1a1a1a;
color: #ffffff;
border-radius: 16px;
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
z-index: 99999;
flex-direction: column;
gap: 16px;
font-family: sans-serif;
box-sizing: border-box;
} body.cookie-active #cookie-banner-root .pucp-wrap {
display: flex;
}
body.cookie-active .ws-quiz-btn-el-container {
inset: auto auto 175px 15px !important;
} body:not(.cookie-active) .ws-quiz-btn-el-container {
inset: auto auto 20px 20px !important;
} #cookie-banner-root .pucp-text {
font-size: 14px;
line-height: 1.4;
color: rgba(255, 255, 255, 0.9);
}
#cookie-banner-root .pucp-link {
color: #ffffff;
text-decoration: underline;
}
#cookie-banner-root .pucp-button {
background: #ffffff;
color: #000;
border: none;
border-radius: 8px;
padding: 12px 20px;
font-weight: 600;
cursor: pointer;
width: 100%;
}
@media (max-width: 560px) {
#cookie-banner-root .pucp-wrap {
left: 12px;
right: 12px;
width: auto;
}
body.cookie-active .ws-quiz-btn-el-container {
inset: auto auto 225px 15px !important;
}
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}