init
This commit is contained in:
@@ -1,16 +1,210 @@
|
||||
/* Переменные, шрифты, UI kit */
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
|
||||
@font-face {
|
||||
font-family: "Museo Sans Cyrl";
|
||||
src: url("../fonts/MuseoSansCyrl300.eot");
|
||||
src: url("../fonts/MuseoSansCyrl300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl300.woff") format("woff"), url("../fonts/MuseoSansCyrl300.ttf") format("truetype");
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Museo Sans Cyrl";
|
||||
src: url("../fonts/MuseoSansCyrl500.eot");
|
||||
src: url("../fonts/MuseoSansCyrl500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl500.woff") format("woff"), url("../fonts/MuseoSansCyrl500.ttf") format("truetype");
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Museo Sans Cyrl";
|
||||
src: url("../fonts/MuseoSansCyrl700.eot");
|
||||
src: url("../fonts/MuseoSansCyrl700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl700.woff") format("woff"), url("../fonts/MuseoSansCyrl700.ttf") format("truetype");
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Museo Sans Cyrl";
|
||||
src: url("../fonts/MuseoSansCyrl900.eot");
|
||||
src: url("../fonts/MuseoSansCyrl900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl900.woff") format("woff"), url("../fonts/MuseoSansCyrl900.ttf") format("truetype");
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Museo Sans Cyrl";
|
||||
src: url("../fonts/MuseoSansCyrl300Italic.eot");
|
||||
src: url("../fonts/MuseoSansCyrl300Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl300Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl300Italic.ttf") format("truetype");
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Museo Sans Cyrl";
|
||||
src: url("../fonts/MuseoSansCyrl500Italic.eot");
|
||||
src: url("../fonts/MuseoSansCyrl500Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl500Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl500Italic.ttf") format("truetype");
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Museo Sans Cyrl";
|
||||
src: url("../fonts/MuseoSansCyrl700Italic.eot");
|
||||
src: url("../fonts/MuseoSansCyrl700Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl700Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl700Italic.ttf") format("truetype");
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Museo Sans Cyrl";
|
||||
src: url("../fonts/MuseoSansCyrl900Italic.eot");
|
||||
src: url("../fonts/MuseoSansCyrl900Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl900Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl900Italic.ttf") format("truetype");
|
||||
font-style: italic;
|
||||
font-weight: 900;
|
||||
font-display: swap;
|
||||
}
|
||||
html,
|
||||
body,
|
||||
div,
|
||||
span,
|
||||
applet,
|
||||
object,
|
||||
iframe,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
blockquote,
|
||||
pre,
|
||||
a,
|
||||
abbr,
|
||||
acronym,
|
||||
address,
|
||||
big,
|
||||
cite,
|
||||
code,
|
||||
del,
|
||||
dfn,
|
||||
em,
|
||||
img,
|
||||
ins,
|
||||
kbd,
|
||||
q,
|
||||
s,
|
||||
samp,
|
||||
small,
|
||||
strike,
|
||||
strong,
|
||||
sub,
|
||||
sup,
|
||||
tt,
|
||||
var,
|
||||
b,
|
||||
u,
|
||||
i,
|
||||
center,
|
||||
dl,
|
||||
dt,
|
||||
dd,
|
||||
ol,
|
||||
ul,
|
||||
li,
|
||||
fieldset,
|
||||
form,
|
||||
label,
|
||||
legend,
|
||||
table,
|
||||
caption,
|
||||
tbody,
|
||||
tfoot,
|
||||
thead,
|
||||
tr,
|
||||
th,
|
||||
td,
|
||||
article,
|
||||
aside,
|
||||
canvas,
|
||||
details,
|
||||
embed,
|
||||
figure,
|
||||
figcaption,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
menu,
|
||||
nav,
|
||||
output,
|
||||
ruby,
|
||||
section,
|
||||
summary,
|
||||
time,
|
||||
mark,
|
||||
audio,
|
||||
video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/* HTML5 display-role reset for older browsers */
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
menu,
|
||||
nav,
|
||||
section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
body {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/*
|
||||
blockquote,
|
||||
q {
|
||||
quotes: none;
|
||||
}
|
||||
|
||||
ШАБЛОН использования глобальных переменных:
|
||||
blockquote:before,
|
||||
blockquote:after,
|
||||
q:before,
|
||||
q:after {
|
||||
content: "";
|
||||
content: none;
|
||||
}
|
||||
|
||||
:root {
|
||||
--main-text: #e1667c;
|
||||
--main-color: #8da6cb;
|
||||
--font-family: "Craftwork Grotesk", sans-serif;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
*/
|
||||
* {
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
button {
|
||||
font-family: var(--font);
|
||||
border: none;
|
||||
outline: none;
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}/*# sourceMappingURL=gp-style-core.css.map */
|
||||
1
assets/css/gp-style-core.css.map
Normal file
1
assets/css/gp-style-core.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../scss/gp-style-core.scss","gp-style-core.css"],"names":[],"mappings":"AAwFQ,2MAAA;AAxFR;EACC,8BAAA;EACA,yCAAA;EACA,2LAAA;EAGA,kBAAA;EACA,gBAAA;EACA,kBAAA;ACAD;ADGA;EACC,8BAAA;EACA,yCAAA;EACA,2LAAA;EAGA,kBAAA;EACA,gBAAA;EACA,kBAAA;ACHD;ADMA;EACC,8BAAA;EACA,yCAAA;EACA,2LAAA;EAGA,kBAAA;EACA,gBAAA;EACA,kBAAA;ACND;ADSA;EACC,8BAAA;EACA,yCAAA;EACA,2LAAA;EAGA,kBAAA;EACA,gBAAA;EACA,kBAAA;ACTD;ADYA;EACC,8BAAA;EACA,+CAAA;EACA,6MAAA;EAGA,kBAAA;EACA,gBAAA;EACA,kBAAA;ACZD;ADeA;EACC,8BAAA;EACA,+CAAA;EACA,6MAAA;EAGA,kBAAA;EACA,gBAAA;EACA,kBAAA;ACfD;ADkBA;EACC,8BAAA;EACA,+CAAA;EACA,6MAAA;EAGA,kBAAA;EACA,gBAAA;EACA,kBAAA;AClBD;ADqBA;EACC,8BAAA;EACA,+CAAA;EACA,6MAAA;EAGA,kBAAA;EACA,gBAAA;EACA,kBAAA;ACrBD;AD0BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiFC,SAAA;EACA,UAAA;EACA,SAAA;EACA,eAAA;EACA,aAAA;EACA,wBAAA;ACxBD;;AD2BA,gDAAA;AACA;;;;;;;;;;;EAWC,cAAA;ACxBD;;AD2BA;EACC,cAAA;ACxBD;;AD2BA;;EAEC,gBAAA;ACxBD;;AD2BA;;EAEC,YAAA;ACxBD;;AD2BA;;;;EAIC,WAAA;EACA,aAAA;ACxBD;;AD2BA;EACC,yBAAA;EACA,iBAAA;ACxBD;;AD2BA;EACC,8BAAA;UAAA,sBAAA;ACxBD;;AD2BA;EACC,wBAAA;EACA,YAAA;EACA,aAAA;EACA,gBAAA;EACA,eAAA;EACA,UAAA;EACA,SAAA;ACxBD","file":"gp-style-core.css"}
|
||||
1
assets/css/gp-style-core.min.css
vendored
Normal file
1
assets/css/gp-style-core.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap";@font-face{font-family:"Museo Sans Cyrl";src:url("../fonts/MuseoSansCyrl300.eot");src:url("../fonts/MuseoSansCyrl300.eot?#iefix") format("embedded-opentype"),url("../fonts/MuseoSansCyrl300.woff") format("woff"),url("../fonts/MuseoSansCyrl300.ttf") format("truetype");font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:"Museo Sans Cyrl";src:url("../fonts/MuseoSansCyrl500.eot");src:url("../fonts/MuseoSansCyrl500.eot?#iefix") format("embedded-opentype"),url("../fonts/MuseoSansCyrl500.woff") format("woff"),url("../fonts/MuseoSansCyrl500.ttf") format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:"Museo Sans Cyrl";src:url("../fonts/MuseoSansCyrl700.eot");src:url("../fonts/MuseoSansCyrl700.eot?#iefix") format("embedded-opentype"),url("../fonts/MuseoSansCyrl700.woff") format("woff"),url("../fonts/MuseoSansCyrl700.ttf") format("truetype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:"Museo Sans Cyrl";src:url("../fonts/MuseoSansCyrl900.eot");src:url("../fonts/MuseoSansCyrl900.eot?#iefix") format("embedded-opentype"),url("../fonts/MuseoSansCyrl900.woff") format("woff"),url("../fonts/MuseoSansCyrl900.ttf") format("truetype");font-style:normal;font-weight:900;font-display:swap}@font-face{font-family:"Museo Sans Cyrl";src:url("../fonts/MuseoSansCyrl300Italic.eot");src:url("../fonts/MuseoSansCyrl300Italic.eot?#iefix") format("embedded-opentype"),url("../fonts/MuseoSansCyrl300Italic.woff") format("woff"),url("../fonts/MuseoSansCyrl300Italic.ttf") format("truetype");font-style:italic;font-weight:300;font-display:swap}@font-face{font-family:"Museo Sans Cyrl";src:url("../fonts/MuseoSansCyrl500Italic.eot");src:url("../fonts/MuseoSansCyrl500Italic.eot?#iefix") format("embedded-opentype"),url("../fonts/MuseoSansCyrl500Italic.woff") format("woff"),url("../fonts/MuseoSansCyrl500Italic.ttf") format("truetype");font-style:italic;font-weight:500;font-display:swap}@font-face{font-family:"Museo Sans Cyrl";src:url("../fonts/MuseoSansCyrl700Italic.eot");src:url("../fonts/MuseoSansCyrl700Italic.eot?#iefix") format("embedded-opentype"),url("../fonts/MuseoSansCyrl700Italic.woff") format("woff"),url("../fonts/MuseoSansCyrl700Italic.ttf") format("truetype");font-style:italic;font-weight:700;font-display:swap}@font-face{font-family:"Museo Sans Cyrl";src:url("../fonts/MuseoSansCyrl900Italic.eot");src:url("../fonts/MuseoSansCyrl900Italic.eot?#iefix") format("embedded-opentype"),url("../fonts/MuseoSansCyrl900Italic.woff") format("woff"),url("../fonts/MuseoSansCyrl900Italic.ttf") format("truetype");font-style:italic;font-weight:900;font-display:swap}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{-webkit-box-sizing:border-box;box-sizing:border-box}button{font-family:var(--font);border:none;outline:none;background:none;cursor:pointer;padding:0;margin:0}/*# sourceMappingURL=gp-style-core.min.css.map */
|
||||
1
assets/css/gp-style-core.min.css.map
Normal file
1
assets/css/gp-style-core.min.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../scss/gp-style-core.scss"],"names":[],"mappings":"AAwFQ,qMAAA,CAxFR,WACC,6BAAA,CACA,wCAAA,CACA,wLAAA,CAGA,iBAAA,CACA,eAAA,CACA,iBAAA,CAGD,WACC,6BAAA,CACA,wCAAA,CACA,wLAAA,CAGA,iBAAA,CACA,eAAA,CACA,iBAAA,CAGD,WACC,6BAAA,CACA,wCAAA,CACA,wLAAA,CAGA,iBAAA,CACA,eAAA,CACA,iBAAA,CAGD,WACC,6BAAA,CACA,wCAAA,CACA,wLAAA,CAGA,iBAAA,CACA,eAAA,CACA,iBAAA,CAGD,WACC,6BAAA,CACA,8CAAA,CACA,0MAAA,CAGA,iBAAA,CACA,eAAA,CACA,iBAAA,CAGD,WACC,6BAAA,CACA,8CAAA,CACA,0MAAA,CAGA,iBAAA,CACA,eAAA,CACA,iBAAA,CAGD,WACC,6BAAA,CACA,8CAAA,CACA,0MAAA,CAGA,iBAAA,CACA,eAAA,CACA,iBAAA,CAGD,WACC,6BAAA,CACA,8CAAA,CACA,0MAAA,CAGA,iBAAA,CACA,eAAA,CACA,iBAAA,CAKD,2ZAiFC,QAAA,CACA,SAAA,CACA,QAAA,CACA,cAAA,CACA,YAAA,CACA,uBAAA,CAID,8EAWC,aAAA,CAGD,KACC,aAAA,CAGD,MAEC,eAAA,CAGD,aAEC,WAAA,CAGD,oDAIC,UAAA,CACA,YAAA,CAGD,MACC,wBAAA,CACA,gBAAA,CAGD,EACC,6BAAA,CAAA,qBAAA,CAGD,OACC,uBAAA,CACA,WAAA,CACA,YAAA,CACA,eAAA,CACA,cAAA,CACA,SAAA,CACA,QAAA","file":"gp-style-core.min.css"}
|
||||
File diff suppressed because it is too large
Load Diff
1
assets/css/gp-style-desktop.css.map
Normal file
1
assets/css/gp-style-desktop.css.map
Normal file
File diff suppressed because one or more lines are too long
1
assets/css/gp-style-desktop.min.css
vendored
Normal file
1
assets/css/gp-style-desktop.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
assets/css/gp-style-desktop.min.css.map
Normal file
1
assets/css/gp-style-desktop.min.css.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
1
assets/css/gp-style-mobile.css.map
Normal file
1
assets/css/gp-style-mobile.css.map
Normal file
File diff suppressed because one or more lines are too long
1
assets/css/gp-style-mobile.min.css
vendored
Normal file
1
assets/css/gp-style-mobile.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
assets/css/gp-style-mobile.min.css.map
Normal file
1
assets/css/gp-style-mobile.min.css.map
Normal file
File diff suppressed because one or more lines are too long
@@ -1,5 +1,160 @@
|
||||
/* Стили для планшетов */
|
||||
@media only screen and (max-width: 992px) {
|
||||
.header__container {
|
||||
padding-right: 140px !important;
|
||||
}
|
||||
.header__nav-list {
|
||||
display: none;
|
||||
}
|
||||
.header__nav-burger {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
.section:not(.hero) {
|
||||
padding-top: 92px;
|
||||
padding-bottom: 92px;
|
||||
}
|
||||
.section:last-child {
|
||||
padding-bottom: 92px !important;
|
||||
}
|
||||
.section__header--jcsb {
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-webkit-box-align: start;
|
||||
-ms-flex-align: start;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.hero__bg {
|
||||
right: -10vw;
|
||||
}
|
||||
.hero__privilege-item {
|
||||
min-width: 140px;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cases__content {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
gap: 92px !important;
|
||||
}
|
||||
|
||||
.cta .section__container {
|
||||
padding: 50px 60px;
|
||||
background-position: left;
|
||||
}
|
||||
|
||||
.socials__content {
|
||||
gap: 46px;
|
||||
}
|
||||
.socials__chats {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-webkit-box-align: start;
|
||||
-ms-flex-align: start;
|
||||
align-items: flex-start;
|
||||
gap: 32px !important;
|
||||
}
|
||||
.socials__chats-links {
|
||||
width: 100%;
|
||||
}
|
||||
.socials__chats-info span {
|
||||
max-width: initial;
|
||||
}
|
||||
|
||||
.footer__navigations {
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
gap: 32px;
|
||||
}
|
||||
|
||||
.section__thumbnail {
|
||||
height: 490px;
|
||||
}
|
||||
|
||||
.company__item {
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.company__item-content {
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.contacts__section {
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.contacts__maps {
|
||||
height: 420px;
|
||||
}
|
||||
|
||||
.single__wrapper {
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
gap: 62px;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.single__content,
|
||||
.single__sidebar {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1070px) {
|
||||
.awards__wrapper {
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
.awards__content,
|
||||
.awards__img,
|
||||
.awards__desc {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 860px) {
|
||||
.hero__bg {
|
||||
right: -25vw;
|
||||
}
|
||||
.hero__expert {
|
||||
left: 160px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 770px) {
|
||||
.hero__bg {
|
||||
right: -30vw;
|
||||
}
|
||||
}/*# sourceMappingURL=gp-style-tablet.css.map */
|
||||
1
assets/css/gp-style-tablet.css.map
Normal file
1
assets/css/gp-style-tablet.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../scss/gp-style-tablet.scss","gp-style-tablet.css"],"names":[],"mappings":"AACE;EACE,+BAAA;ACAJ;ADII;EACE,aAAA;ACFN;ADKI;EACE,oBAAA;EAAA,oBAAA;EAAA,aAAA;ACHN;;ADSE;EACE,iBAAA;EACA,oBAAA;ACNJ;ADSE;EACE,+BAAA;ACPJ;ADWI;EACE,4BAAA;EAAA,6BAAA;MAAA,0BAAA;UAAA,sBAAA;EACA,wBAAA;MAAA,qBAAA;UAAA,uBAAA;ACTN;;ADeE;EACE,YAAA;ACZJ;ADgBI;EACE,gBAAA;EACA,4BAAA;EAAA,6BAAA;MAAA,0BAAA;UAAA,sBAAA;EACA,kBAAA;ACdN;;ADoBE;EACE,oBAAA;EAAA,oBAAA;EAAA,aAAA;EACA,4BAAA;EAAA,6BAAA;MAAA,0BAAA;UAAA,sBAAA;EACA,oBAAA;ACjBJ;;ADsBE;EACE,kBAAA;EACA,yBAAA;ACnBJ;;ADwBE;EACE,SAAA;ACrBJ;ADwBE;EACE,oBAAA;EAAA,oBAAA;EAAA,aAAA;EACA,4BAAA;EAAA,6BAAA;MAAA,0BAAA;UAAA,sBAAA;EACA,wBAAA;MAAA,qBAAA;UAAA,uBAAA;EACA,oBAAA;ACtBJ;ADwBI;EACE,WAAA;ACtBN;AD0BM;EACE,kBAAA;ACxBR;;AD+BE;EACE,4BAAA;EAAA,6BAAA;MAAA,0BAAA;UAAA,sBAAA;EACA,SAAA;AC5BJ;;ADgCA;EACE,aAAA;AC7BF;;ADgCA;EACE,4BAAA;EAAA,6BAAA;MAAA,0BAAA;UAAA,sBAAA;EACA,kBAAA;EACA,SAAA;AC7BF;;ADgCA;EACE,yBAAA;MAAA,sBAAA;UAAA,mBAAA;AC7BF;;ADgCA;EACE,4BAAA;EAAA,6BAAA;MAAA,0BAAA;UAAA,sBAAA;AC7BF;;ADgCA;EACE,aAAA;AC7BF;;ADgCA;EACE,4BAAA;EAAA,6BAAA;MAAA,0BAAA;UAAA,sBAAA;EACA,SAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,mBAAA;AC7BF;;ADgCA;;EAEE,WAAA;AC7BF;;ADgCA;EACE;IACE,4BAAA;IAAA,6BAAA;QAAA,0BAAA;YAAA,sBAAA;EC7BF;EDgCA;;;IAGE,eAAA;EC9BF;AACF;ADiCA;EACE;IACE,YAAA;EC/BF;EDkCA;IACE,WAAA;EChCF;AACF;ADmCA;EACE;IACE,YAAA;ECjCF;AACF","file":"gp-style-tablet.css"}
|
||||
1
assets/css/gp-style-tablet.min.css
vendored
Normal file
1
assets/css/gp-style-tablet.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.header__container{padding-right:140px !important}.header__nav-list{display:none}.header__nav-burger{display:-webkit-box;display:-ms-flexbox;display:flex}.section:not(.hero){padding-top:92px;padding-bottom:92px}.section:last-child{padding-bottom:92px !important}.section__header--jcsb{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.hero__bg{right:-10vw}.hero__privilege-item{min-width:140px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.cases__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:92px !important}.cta .section__container{padding:50px 60px;background-position:left}.socials__content{gap:46px}.socials__chats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:32px !important}.socials__chats-links{width:100%}.socials__chats-info span{max-width:initial}.footer__navigations{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.section__thumbnail{height:490px}.company__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:14px}.company__item-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts__section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contacts__maps{height:420px}.single__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:62px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single__content,.single__sidebar{width:100%}@media screen and (max-width: 1070px){.awards__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.awards__content,.awards__img,.awards__desc{max-width:100%}}@media screen and (max-width: 860px){.hero__bg{right:-25vw}.hero__expert{left:160px}}@media screen and (max-width: 770px){.hero__bg{right:-30vw}}/*# sourceMappingURL=gp-style-tablet.min.css.map */
|
||||
1
assets/css/gp-style-tablet.min.css.map
Normal file
1
assets/css/gp-style-tablet.min.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../scss/gp-style-tablet.scss"],"names":[],"mappings":"AACE,mBACE,8BAAA,CAIA,kBACE,YAAA,CAGF,oBACE,mBAAA,CAAA,mBAAA,CAAA,YAAA,CAMJ,oBACE,gBAAA,CACA,mBAAA,CAGF,oBACE,8BAAA,CAIA,uBACE,2BAAA,CAAA,4BAAA,CAAA,yBAAA,CAAA,qBAAA,CACA,uBAAA,CAAA,oBAAA,CAAA,sBAAA,CAMJ,UACE,WAAA,CAIA,sBACE,eAAA,CACA,2BAAA,CAAA,4BAAA,CAAA,yBAAA,CAAA,qBAAA,CACA,iBAAA,CAMJ,gBACE,mBAAA,CAAA,mBAAA,CAAA,YAAA,CACA,2BAAA,CAAA,4BAAA,CAAA,yBAAA,CAAA,qBAAA,CACA,mBAAA,CAKF,yBACE,iBAAA,CACA,wBAAA,CAKF,kBACE,QAAA,CAGF,gBACE,mBAAA,CAAA,mBAAA,CAAA,YAAA,CACA,2BAAA,CAAA,4BAAA,CAAA,yBAAA,CAAA,qBAAA,CACA,uBAAA,CAAA,oBAAA,CAAA,sBAAA,CACA,mBAAA,CAEA,sBACE,UAAA,CAIA,0BACE,iBAAA,CAON,qBACE,2BAAA,CAAA,4BAAA,CAAA,yBAAA,CAAA,qBAAA,CACA,QAAA,CAIJ,oBACE,YAAA,CAGF,eACE,2BAAA,CAAA,4BAAA,CAAA,yBAAA,CAAA,qBAAA,CACA,iBAAA,CACA,QAAA,CAGF,uBACE,wBAAA,CAAA,qBAAA,CAAA,kBAAA,CAGF,mBACE,2BAAA,CAAA,4BAAA,CAAA,yBAAA,CAAA,qBAAA,CAGF,gBACE,YAAA,CAGF,iBACE,2BAAA,CAAA,4BAAA,CAAA,yBAAA,CAAA,qBAAA,CACA,QAAA,CACA,wBAAA,CAAA,qBAAA,CAAA,kBAAA,CAGF,kCAEE,UAAA,CAGF,sCACE,iBACE,2BAAA,CAAA,4BAAA,CAAA,yBAAA,CAAA,qBAAA,CAGF,4CAGE,cAAA,CAAA,CAIJ,qCACE,UACE,WAAA,CAGF,cACE,UAAA,CAAA,CAIJ,qCACE,UACE,WAAA,CAAA","file":"gp-style-tablet.min.css"}
|
||||
@@ -1,4 +0,0 @@
|
||||
/* Стили для ультрашироких экранов */
|
||||
@media only screen and (min-width: 1400px) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user