1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330 |
- @media screen and (min-width: 1209px) {
- .main-button:hover {
- background-color: #CDB092;
- }
- .main-button--header:hover {
- background-color: #A52841;
- }
- .main-button--white:hover {
- background-color: #F7F7F7;
- }
- .general-more:hover {
- color: #1C1C1C;
- border-color: #CDB092;
- }
- .general-more:hover .icon-arrow-right {
- color: #CDB092;
- }
- .general-more--dark:hover {
- color: #ffffff;
- border-color: #CDB092;
- }
- }
- /* General */
- * {
- margin: 0;
- padding: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-appearance: none;
- -moz-appearance: none;
- -ms-appearance: none;
- -o-appearance: none;
- appearance: none;
- }
- ul[class] {
- list-style: none;
- }
- ol[class] {
- list-style: none;
- }
- ul:not([class]),
- ol:not([class]) {
- padding-left: 17px;
- }
- img {
- max-width: 100%;
- max-height: 100%;
- vertical-align: top;
- }
- a {
- font: inherit;
- color: inherit;
- text-decoration: none;
- }
- textarea {
- font: inherit;
- color: inherit;
- outline: none;
- }
- input {
- font: inherit;
- color: inherit;
- outline: none;
- }
- button {
- font: inherit;
- color: inherit;
- text-transform: inherit;
- outline: none;
- border: none;
- background: none;
- cursor: pointer;
- }
- input[type=number]::-webkit-inner-spin-button {
- -webkit-appearance: none;
- -moz-appearance: none;
- -ms-appearance: none;
- -o-appearance: none;
- appearance: none;
- }
- input[type=date]::-webkit-inner-spin-button {
- -webkit-appearance: none;
- -moz-appearance: none;
- -ms-appearance: none;
- -o-appearance: none;
- appearance: none;
- }
- html {
- overflow-x: hidden;
- -webkit-overflow-scrolling: touch;
- }
- html.overflow {
- height: auto;
- position: relative;
- overflow: hidden !important;
- margin-right: 17px;
- }
- body {
- overflow: hidden;
- min-width: 320px;
- font-family: "Basis Grotesque Pro";
- font-weight: 400;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- -webkit-overflow-scrolling: touch;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- color: #1C1C1C;
- background-color: #ffffff;
- }
- main {
- position: relative;
- }
- .container {
- max-width: 1280px;
- width: 100%;
- padding: 0px 55px;
- margin: 0px auto;
- }
- .main-button {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- font-weight: 500;
- font-size: 13px;
- line-height: 17px;
- letter-spacing: 0.05em;
- text-transform: uppercase;
- color: #ffffff;
- max-width: 190px;
- width: 100%;
- height: 53px;
- background-color: #AD957C;
- -webkit-transition: background-color 0.4s;
- transition: background-color 0.4s;
- }
- .main-button--header {
- font-size: 10px;
- max-width: 142px;
- height: 40px;
- background-color: #561623;
- }
- .main-button--white {
- color: #1C1C1C;
- background-color: #ffffff;
- border: 1px solid #AD957C;
- }
- .general-header {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- text-align: center;
- margin-bottom: 40px;
- }
- .general-header__icon {
- display: block;
- width: 37px;
- height: 31px;
- background-size: contain;
- background-position: center;
- background-repeat: no-repeat;
- margin-bottom: 15px;
- }
- .main-caption-l {
- font-family: "Cochin", serif;
- font-weight: bold;
- font-size: 36px;
- line-height: 42px;
- letter-spacing: 0.05em;
- text-transform: uppercase;
- color: #1C1C1C;
- }
- .main-caption-s {
- font-family: "Cochin", serif;
- font-weight: 700;
- font-size: 24px;
- line-height: 28px;
- letter-spacing: 0.05em;
- text-transform: uppercase;
- }
- .general-more {
- font-weight: 500;
- font-size: 12px;
- line-height: 15px;
- letter-spacing: 0.05em;
- text-transform: uppercase;
- color: #333333;
- padding: 0px 0px 8px 8px;
- border-bottom: 1px solid #AD957C;
- position: relative;
- z-index: 1;
- -webkit-transition: color 0.4s, border-color 0.4s;
- transition: color 0.4s, border-color 0.4s;
- }
- .general-more::before {
- content: "";
- position: absolute;
- left: 0px;
- top: 0px;
- width: 12px;
- height: 15px;
- background-color: #E0E0E0;
- z-index: -1;
- }
- .general-more .icon-arrow-right {
- font-size: 8px;
- color: #AD957C;
- -webkit-transition: color 0.4s;
- transition: color 0.4s;
- margin-left: 7px;
- }
- .general-more--dark {
- color: #FFFFFF;
- }
- .general-more--dark::before {
- background-color: #561623;
- }
- .main-input__wrapper {
- display: block;
- width: 100%;
- margin-bottom: 20px;
- position: relative;
- }
- .main-input__wrapper:last-of-type {
- margin-bottom: 0px;
- }
- .main-input__wrapper .error-text {
- position: absolute;
- left: 0px;
- bottom: -18px;
- font-size: 12px;
- line-height: 120%;
- color: #A52841;
- visibility: hidden;
- }
- .main-input {
- width: 100%;
- height: 35px;
- font-size: 14px;
- line-height: 18px;
- padding-bottom: 10px;
- border: none;
- background-color: none;
- border-bottom: 1px solid #E0E0E0;
- -webkit-transition: border-color 0.4s;
- transition: border-color 0.4s;
- }
- .main-input::-webkit-input-placeholder {
- font-size: 14px;
- line-height: 18px;
- color: #AD957C;
- }
- .main-input::-moz-placeholder {
- font-size: 14px;
- line-height: 18px;
- color: #AD957C;
- }
- .main-input:-ms-input-placeholder {
- font-size: 14px;
- line-height: 18px;
- color: #AD957C;
- }
- .main-input::-ms-input-placeholder {
- font-size: 14px;
- line-height: 18px;
- color: #AD957C;
- }
- .main-input::placeholder {
- font-size: 14px;
- line-height: 18px;
- color: #AD957C;
- }
- .main-input:focus {
- border-color: #CDB092;
- }
- .main-input:disabled::-webkit-input-placeholder {
- color: #E0E0E0;
- }
- .main-input:disabled::-moz-placeholder {
- color: #E0E0E0;
- }
- .main-input:disabled:-ms-input-placeholder {
- color: #E0E0E0;
- }
- .main-input:disabled::-ms-input-placeholder {
- color: #E0E0E0;
- }
- .main-input:disabled::placeholder {
- color: #E0E0E0;
- }
- .main-input.active {
- border-color: #AD957C;
- }
- .main-input.error {
- border-color: #A52841;
- }
- .main-input.error + .error-text {
- visibility: visible;
- }
- .icon-phone {
- font-size: 15px;
- margin-right: 12px;
- }
- .icon-place {
- font-size: 16px;
- margin-right: 14px;
- }
- .icon-email {
- font-size: 12px;
- margin-right: 12px;
- }
- /* Seo block */
- .seo-block {
- margin-bottom: 100px;
- }
- .seo-block__content {
- font-size: 16px;
- line-height: 150%;
- }
- .seo-block__content h5 {
- font-size: 16px;
- line-height: 150%;
- }
- .seo-block__content p {
- margin-bottom: 30px;
- }
- .seo-block__content p:last-child {
- margin-bottom: 0px;
- }
- /* //Seo block */
- [class^="icon-"],
- [class*=" icon-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'icomoon' !important;
- speak: never;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-arrow-left:before {
- content: "\e900";
- }
- .icon-arrow-right:before {
- content: "\e901";
- }
- .icon-email:before {
- content: "\e902";
- }
- .icon-phone:before {
- content: "\e903";
- }
- .icon-place:before {
- content: "\e904";
- }
- @font-face {
- font-family: "Basis Grotesque Pro";
- src: url(../fonts/BasisGrotesquePro-Regular.ttf);
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- }
- @font-face {
- font-family: "Basis Grotesque Pro";
- src: url(../fonts/BasisGrotesquePro-Medium.ttf);
- font-style: normal;
- font-weight: 500;
- font-display: swap;
- }
- @font-face {
- font-family: "Basis Grotesque Pro";
- src: url(../fonts/BasisGrotesquePro-Bold.ttf);
- font-style: normal;
- font-weight: 700;
- font-display: swap;
- }
- @font-face {
- font-family: "Cochin";
- src: url(../fonts/Cochin-Bold.ttf);
- font-style: normal;
- font-weight: 700;
- font-display: swap;
- }
- @font-face {
- font-family: 'icomoon';
- src: url('../fonts/icomoon.ttf');
- font-weight: normal;
- font-style: normal;
- font-display: block;
- }
- @media screen and (min-width: 1209px) {
- /* Header hover */
- .header__contact-link:hover {
- color: #ffffff;
- }
- .header__link:hover {
- color: #CDB092;
- }
- }
- /* Header */
- .header__top {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- height: 30px;
- background-color: #39060A;
- }
- .header__contact-list {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- -ms-flex-pack: end;
- justify-content: flex-end;
- }
- .header__contact-item {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- font-weight: 500;
- font-size: 11px;
- line-height: 14px;
- margin-right: 30px;
- color: #BDBDBD;
- }
- .header__contact-item:last-child {
- margin-right: 0px;
- }
- .header__contact-link {
- -webkit-transition: color 0.4s;
- transition: color 0.4s;
- }
- .header__main {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- background-color: #7A1B2E;
- height: 65px;
- }
- .header__main__wrapper {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- -ms-flex-pack: justify;
- justify-content: space-between;
- }
- .header__logo {
- width: 100px;
- height: 41px;
- }
- .header__nav {
- margin-left: 40px;
- }
- .header__list {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- font-weight: 500;
- font-size: 12px;
- line-height: 15px;
- letter-spacing: 0.05em;
- text-transform: uppercase;
- color: #ffffff;
- }
- .header__item {
- margin-right: 30px;
- }
- .header__item:last-child {
- margin-right: 0px;
- }
- .header__link {
- -webkit-transition: color 0.4s;
- transition: color 0.4s;
- }
- /* Main-banner */
- @media screen and (min-width: 1209px) {
- .main-banner__nav-button:hover {
- border-color: #ffffff;
- color: #ffffff;
- }
- }
- .main-banner {
- margin-bottom: 40px;
- }
- .main-banner__list {
- width: 100%;
- height: 426px;
- position: relative;
- }
- .main-banner__item {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 100%;
- height: 100%;
- color: #ffffff;
- z-index: 0;
- }
- .main-banner__item.show {
- z-index: 1;
- }
- .main-banner__item.show .main-banner__item__img {
- opacity: 1;
- }
- .main-banner__item.show .main-banner__item__wrapper .main-button {
- -webkit-transform: translateX(0px);
- transform: translateX(0px);
- opacity: 1;
- }
- .main-banner__item.show .main-banner__item__caption {
- -webkit-transform: translateX(0px);
- transform: translateX(0px);
- opacity: 1;
- }
- .main-banner__item.show .main-banner__item__sub {
- -webkit-transform: translateX(0px);
- transform: translateX(0px);
- opacity: 1;
- }
- .main-banner__item__img {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 100%;
- height: 100%;
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- opacity: 0;
- -webkit-transition: opacity 0.6s;
- transition: opacity 0.6s;
- }
- .main-banner__item__wrapper {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- height: 100%;
- padding-left: 155px;
- }
- .main-banner__item__wrapper .main-button {
- -webkit-transform: translateX(-100px);
- transform: translateX(-100px);
- opacity: 0;
- -webkit-transition: opacity 0.4s 0.4s, background-color 0.4s, -webkit-transform 0.4s 0.4s;
- transition: opacity 0.4s 0.4s, background-color 0.4s, -webkit-transform 0.4s 0.4s;
- transition: opacity 0.4s 0.4s, transform 0.4s 0.4s, background-color 0.4s;
- transition: opacity 0.4s 0.4s, transform 0.4s 0.4s, background-color 0.4s, -webkit-transform 0.4s 0.4s;
- }
- .main-banner__item__caption {
- font-family: "Cochin", serif;
- font-weight: 700;
- font-size: 48px;
- line-height: 56px;
- letter-spacing: 0.05em;
- text-transform: uppercase;
- margin-bottom: 20px;
- max-width: 500px;
- -webkit-transform: translateX(-100px);
- transform: translateX(-100px);
- opacity: 0;
- -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
- transition: opacity 0.4s, -webkit-transform 0.4s;
- transition: opacity 0.4s, transform 0.4s;
- transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
- }
- .main-banner__item__sub {
- font-size: 16px;
- line-height: 21px;
- margin-bottom: 20px;
- max-width: 500px;
- -webkit-transform: translateX(-100px);
- transform: translateX(-100px);
- opacity: 0;
- -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
- transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
- transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
- transition: opacity 0.4s 0.2s, transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
- }
- .main-banner__nav-wrapper {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- -ms-flex-pack: end;
- justify-content: flex-end;
- margin-top: -81px;
- position: relative;
- z-index: 2;
- }
- .main-banner__nav-list {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- background-color: rgba(255, 255, 255, 0.25);
- padding: 20px;
- color: #E0E0E0;
- }
- .main-banner__nav-button {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- padding-left: 15px;
- border-left: 1px solid #E0E0E0;
- padding-right: 30px;
- font-weight: 500;
- font-size: 14px;
- line-height: 18px;
- min-width: 200px;
- -webkit-transition: border-color 0.4s, color 0.4s;
- transition: border-color 0.4s, color 0.4s;
- }
- .main-banner__nav-button:last-child {
- padding-right: 0px;
- }
- .main-banner__nav-button.active {
- border-color: #ffffff;
- color: #ffffff;
- }
- .main-banner__nav__number {
- font-size: 12px;
- margin-bottom: 5px;
- }
- /* /Main-banner */
- /* Our services */
- .our-services {
- margin-bottom: 150px;
- }
- .our-services__list {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-wrap: wrap;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- margin-right: -30px;
- margin-bottom: -50px;
- }
- .our-services__item {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: start;
- -webkit-align-items: flex-start;
- -ms-flex-align: start;
- align-items: flex-start;
- width: calc(25% - 30px);
- margin-right: 30px;
- margin-bottom: 50px;
- }
- .our-services__item .general-more {
- margin-top: auto;
- }
- .our-services__item__img {
- height: 120px;
- margin-bottom: 13px;
- }
- .our-services__item__img img {
- width: 100%;
- height: 100%;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .our-services__item__caption {
- font-family: "Cochin", serif;
- font-weight: 700;
- font-size: 20px;
- line-height: 120%;
- letter-spacing: 0.05em;
- text-transform: uppercase;
- margin-bottom: 10px;
- }
- .our-services__item__text {
- font-size: 14px;
- line-height: 150%;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- max-height: 42px;
- margin-bottom: 14px;
- }
- /* //Our services */
- /* Price block */
- @media screen and (min-width: 1209px) {
- .price-block__item:hover {
- background-color: #F8F8F8;
- }
- .price-block__tabs__item:hover {
- color: #AD957C;
- }
- }
- .price-block {
- margin-bottom: 150px;
- }
- .price-block__tabs {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- margin-bottom: 40px;
- }
- .price-block__tabs .price-block__tabs__item:first-child {
- margin-right: 30px;
- }
- .price-block__tabs .price-block__tabs__item:first-child::before {
- display: none;
- }
- .price-block__tabs__item {
- font-family: "Cochin", serif;
- font-weight: 700;
- font-size: 20px;
- line-height: 23px;
- text-align: center;
- text-transform: uppercase;
- position: relative;
- -webkit-transition: color 0.4s;
- transition: color 0.4s;
- }
- .price-block__tabs__item.active {
- color: #AD957C;
- }
- .price-block__tabs__item::before {
- content: "";
- width: 6px;
- height: 6px;
- position: absolute;
- left: -15px;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- background-color: #AD957C;
- }
- .price-block__list {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- }
- .price-block__slider {
- position: relative;
- }
- .price-block__list--slider {
- position: absolute;
- width: 100%;
- left: 0px;
- top: 0px;
- -webkit-transition: opacity 0.4s;
- transition: opacity 0.4s;
- z-index: 0;
- }
- .price-block__list--slider.show {
- z-index: 1;
- }
- .price-block__list--slider.show .price-block__item--slider {
- opacity: 1;
- }
- .price-block__list--slider.show .price-block__item--slider:nth-child(1) {
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- }
- .price-block__list--slider.show .price-block__item--slider:nth-child(2) {
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- }
- .price-block__list--slider.show .price-block__item--slider:nth-child(3) {
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- }
- .price-block__list--slider.show .price-block__item--slider:nth-child(4) {
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- }
- .price-block__list--slider.show .price-block__item--slider:nth-child(5) {
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- }
- .price-block__item {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- width: 20%;
- padding: 20px;
- text-align: center;
- border: 1px solid #E0E0E0;
- border-right: none;
- -webkit-transition: background-color 0.4s;
- transition: background-color 0.4s;
- }
- .price-block__item:last-child {
- border-right: 1px solid #E0E0E0;
- }
- .price-block__item .main-button {
- margin-top: auto;
- }
- .price-block__item--slider {
- opacity: 0;
- }
- .price-block__item--slider:nth-child(1) {
- -webkit-transform: translateY(100px);
- transform: translateY(100px);
- -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
- transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
- transition: opacity 0.6s 0s, transform 0.6s 0s;
- transition: opacity 0.6s 0s, transform 0.6s 0s, -webkit-transform 0.6s 0s;
- }
- .price-block__item--slider:nth-child(2) {
- -webkit-transform: translateY(100px);
- transform: translateY(100px);
- -webkit-transition: opacity 0.6s 0.2s, -webkit-transform 0.6s 0.2s;
- transition: opacity 0.6s 0.2s, -webkit-transform 0.6s 0.2s;
- transition: opacity 0.6s 0.2s, transform 0.6s 0.2s;
- transition: opacity 0.6s 0.2s, transform 0.6s 0.2s, -webkit-transform 0.6s 0.2s;
- }
- .price-block__item--slider:nth-child(3) {
- -webkit-transform: translateY(100px);
- transform: translateY(100px);
- -webkit-transition: opacity 0.6s 0.4s, -webkit-transform 0.6s 0.4s;
- transition: opacity 0.6s 0.4s, -webkit-transform 0.6s 0.4s;
- transition: opacity 0.6s 0.4s, transform 0.6s 0.4s;
- transition: opacity 0.6s 0.4s, transform 0.6s 0.4s, -webkit-transform 0.6s 0.4s;
- }
- .price-block__item--slider:nth-child(4) {
- -webkit-transform: translateY(100px);
- transform: translateY(100px);
- -webkit-transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
- transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
- transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
- transition: opacity 0.6s 0.6s, transform 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
- }
- .price-block__item--slider:nth-child(5) {
- -webkit-transform: translateY(100px);
- transform: translateY(100px);
- -webkit-transition: opacity 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
- transition: opacity 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
- transition: opacity 0.6s 0.8s, transform 0.6s 0.8s;
- transition: opacity 0.6s 0.8s, transform 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
- }
- .price-block__item__name {
- font-family: "Cochin", serif;
- font-weight: 700;
- font-size: 18px;
- line-height: 21px;
- letter-spacing: 0.05em;
- text-transform: uppercase;
- color: #7A1B2E;
- margin-bottom: 15px;
- }
- .price-block__item__price {
- font-family: "Cochin", serif;
- font-style: normal;
- font-weight: 700;
- font-size: 24px;
- line-height: 28px;
- text-transform: uppercase;
- margin-bottom: 15px;
- }
- .price-block__item__price span {
- padding-left: 10px;
- }
- .price-block__item__installment {
- font-weight: 700;
- font-size: 11px;
- line-height: 14px;
- letter-spacing: 0.05em;
- text-transform: uppercase;
- color: #828282;
- margin-bottom: 5px;
- }
- .price-block__item__installment-price {
- font-weight: 700;
- font-size: 12px;
- line-height: 15px;
- color: #4F4F4F;
- }
- .price-block__sub-list {
- text-align: left;
- margin: 20px 0px;
- font-weight: bold;
- font-size: 13px;
- line-height: 120%;
- color: #4F4F4F;
- }
- .price-block__sub-item {
- position: relative;
- padding-left: 20px;
- margin-bottom: 10px;
- }
- .price-block__sub-item:last-child {
- margin-bottom: 0px;
- }
- .price-block__sub-item::before {
- content: "";
- position: absolute;
- left: 0px;
- top: 5px;
- width: 6px;
- height: 6px;
- background-color: #AD957C;
- }
- /* //Price block */
- /* About us */
- .about-us {
- margin-bottom: 150px;
- }
- .about-us__container {
- background-color: #7A1B2E;
- color: #FFFFFF;
- padding: 30px 30px 30px 50px;
- }
- .about-us__container .main-caption-l {
- color: #FFFFFF;
- }
- .about-us__wrapper-info {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- }
- .about-us__img {
- width: 500px;
- height: 288px;
- background-size: cover;
- background-position: center;
- background-repeat: no-repeat;
- -webkit-flex-shrink: 0;
- -ms-flex-negative: 0;
- flex-shrink: 0;
- margin-right: 50px;
- margin-bottom: -50px;
- }
- .about-us__info {
- font-size: 16px;
- line-height: 150%;
- }
- .about-us__info p {
- margin-bottom: 20px;
- }
- .about-us__info p:last-child {
- margin-bottom: 0px;
- }
- .about-us__info .general-more {
- margin-top: 25px;
- }
- .about-us__info__caption {
- font-weight: 500;
- font-size: 18px;
- line-height: 23px;
- margin-bottom: 20px;
- }
- /* About us */
- /* Call back */
- @media screen and (min-width: 1209px) {
- .call-back__info-link:hover {
- color: #1C1C1C;
- }
- }
- .call-back {
- margin-bottom: 150px;
- }
- .call-back__wrapper {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- position: relative;
- }
- .call-back__wrapper::before {
- content: "";
- position: absolute;
- left: 20px;
- top: 0px;
- height: 100%;
- width: 1px;
- background-color: #7A1B2E;
- }
- .call-back__form {
- max-width: 470px;
- width: 100%;
- margin-right: 130px;
- padding-left: 99px;
- }
- .call-back__form .main-button {
- margin-top: 30px;
- }
- .call-back__form .main-caption-s {
- color: #7A1B2E;
- margin-bottom: 30px;
- }
- .call-back__info {
- max-width: 570px;
- width: 100%;
- height: 308px;
- background-color: #F2F2F2;
- background-size: cover;
- background-position: center;
- background-repeat: no-repeat;
- padding: 40px;
- }
- .call-back__info-list {
- margin-top: 25px;
- }
- .call-back__info-item {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- margin-bottom: 20px;
- font-weight: 500;
- font-size: 14px;
- line-height: 18px;
- color: #4F4F4F;
- }
- .call-back__info-item:last-child {
- margin-bottom: 0px;
- }
- .call-back__info-item [class^="icon-"] {
- color: #AD957C;
- }
- .call-back__info-link {
- -webkit-transition: color 0.4s;
- transition: color 0.4s;
- }
- /* Call back */
- /* Popup */
- @media screen and (min-width: 1209px) {
- .close__popup:hover::before,
- .close__popup:hover::after {
- background-color: #4a4a4a;
- }
- }
- .popup {
- position: fixed;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%) scale(0);
- transform: translate(-50%, -50%) scale(0);
- z-index: 4;
- padding: 50px 55px;
- background-color: #fff;
- max-height: 100%;
- overflow: auto;
- scrollbar-width: none;
- -ms-overflow-style: none;
- }
- .popup::-webkit-scrollbar {
- display: none;
- }
- .popup.active {
- -webkit-transform: translate(-50%, -50%) scale(1);
- transform: translate(-50%, -50%) scale(1);
- -webkit-transition: -webkit-transform 0.4s;
- transition: -webkit-transform 0.4s;
- transition: transform 0.4s;
- transition: transform 0.4s, -webkit-transform 0.4s;
- }
- .close__popup {
- display: block;
- position: absolute;
- right: 15px;
- top: 15px;
- width: 22px;
- height: 22px;
- z-index: 2;
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
- }
- .close__popup::before,
- .close__popup::after {
- content: "";
- position: absolute;
- left: 0px;
- top: 50%;
- width: 100%;
- height: 1px;
- background-color: #BDBDBD;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- -webkit-transition: background-color 0.4s;
- transition: background-color 0.4s;
- }
- .close__popup::after {
- left: 50%;
- top: 0px;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- height: 100%;
- width: 1px;
- }
- .overlay {
- display: none;
- position: fixed;
- left: 0px;
- top: 0px;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.3);
- z-index: 3;
- }
- .overlay.active {
- display: block;
- }
- .popup-caption {
- font-family: "Cochin", serif;
- font-weight: 700;
- font-size: 20px;
- line-height: 23px;
- letter-spacing: 0.05em;
- text-transform: uppercase;
- margin-bottom: 20px;
- }
- .popup-text {
- font-size: 14px;
- line-height: 18px;
- margin-bottom: 20px;
- }
- /* Popup call-back */
- .popup-call-back {
- text-align: center;
- }
- .popup-contact-caption {
- font-size: 14px;
- line-height: 18px;
- color: #828282;
- margin-top: 40px;
- }
- .call-back__info-list--popup {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- margin-top: 15px;
- }
- /* //Popup call-back */
- /* //Popup */
- /* Footer */
- @media screen and (min-width: 1209px) {
- .footer__link:hover {
- color: #CDB092;
- }
- .footer-policy-link:hover {
- color: #1C1C1C;
- }
- }
- .footer {
- padding: 40px 0px 20px;
- border-top: 1px solid #E0E0E0;
- }
- .footer__top {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- -ms-flex-pack: justify;
- justify-content: space-between;
- }
- .footer__list {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- font-weight: 500;
- font-size: 12px;
- line-height: 15px;
- letter-spacing: 0.05em;
- text-transform: uppercase;
- }
- .footer__item {
- margin-right: 30px;
- }
- .footer__item:last-child {
- margin-right: 0px;
- }
- .footer__link {
- -webkit-transition: color 0.4s;
- transition: color 0.4s;
- }
- .call-back__info-list--footer {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- margin-top: 0px;
- }
- .call-back__info-list--footer .call-back__info-item {
- margin-right: 32px;
- margin-bottom: 0px;
- }
- .call-back__info-list--footer .call-back__info-item:last-child {
- margin-right: 0px;
- }
- .footer__down {
- position: relative;
- margin-top: 40px;
- font-size: 11px;
- line-height: 14px;
- color: #828282;
- text-transform: uppercase;
- }
- .footer-policy-link {
- letter-spacing: 0.05em;
- -webkit-transition: color 0.4s;
- transition: color 0.4s;
- }
- .footer-copyright {
- position: absolute;
- left: 50%;
- bottom: 0px;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- }
- /* Footer */
|