@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}

.politics__title,
.management__text,
.management__name-dsecr,
.error__text,
.address__name,
.start__title,
.about__subtitle,
.numbers__text,
.screen__title,
.subtitle,
.title,
html,
body {
font-family: "Acrom", sans-serif;
font-weight: normal;
font-style: normal;
display: swap;
}
.modal__subtitle,
.modal__title,
.projects__subtitle,
.partners__name,
.management__title,
.management__name,
.error__title,
.products__subtitle-mini,
.products__subtitle,
.partners__main-title {
font-family: "Acrom", sans-serif;
font-weight: 500;
font-style: normal;
display: swap;
}
.address__phone,
.address__email,
.numbers__numbers,
.header__phone,
.main__btn {
font-family: "Acrom", sans-serif;
font-weight: bold;
font-style: normal;
display: swap;
cursor: pointer;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
ul[class],
ol[class] {
padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
margin: 0;
}
input,
button,
textarea,
select {
font: inherit;
}
ul[class],
li[class] {
list-style: none;
}
img {
max-width: 100%;
display: block;
}
a {
display: inline-block;
text-decoration: none;
color: inherit;
}
html,
body {
height: 100%;
color: #000;
position: relative;
overflow-x: hidden;
margin: 0 auto;
background-color: #f5f5f5;
font-size: 18px;
line-height: 20px;
}
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background-color: #f5f5f5;
position: relative;
}
::-webkit-scrollbar-thumb {
background-color: #1C94D2;
border-radius: 5px;
}
.wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 100%;
}
.main {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.footer {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.container {
max-width: 1562px;
margin: 0 auto;
padding: 0 15px;
}
.container-full {
max-width: 1920px;
margin: 0 auto;
}
.title {
font-size: 32px;
line-height: 40px;
text-transform: uppercase;
text-align: center;
margin: 0 auto;
margin-bottom: 50px;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
}
.subtitle {
font-size: 21px;
line-height: 25px;
}
.section {
padding: 50px 100px;
}
.main__btn {
font-size: 14px;
line-height: 17px;
padding: 10px 27px;
border-radius: 5px;
background-color: #1C94D2;
color: #fff;
text-transform: uppercase;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: 1px solid #1C94D2;
}
.main__btn:hover {
color: #1C94D2;
background-color: #fff;
border: 1px solid #1C94D2;
}
.main__btn-wrapper {
text-align: center;
width: 100%;
}
.menu__btn {
width: 30px;
cursor: pointer;
z-index: 100;
display: none;
}
.menu__btn.active .row {
height: 3px;
width: 30px;
}
.menu__btn.active .row1 {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: relative;
top: 5px;
background-color: #1C94D2;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.menu__btn.active .row2 {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
position: relative;
top: -4px;
background-color: #1C94D2;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.menu__btn.active .row3 {
display: none;
}
.row {
background-color: #1C94D2;
height: 3px;
border-radius: 5px;
display: block;
margin-bottom: 6px;
margin-top: 6px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.row3 {
width: 20px;
margin-left: auto;
}
.social-mob {
display: none;
}
.header__phone-mob {
display: none;
}
.header__phone-burger--wrapper {
width: fit-content;
position: relative;
}
.header__phone-burger {
margin-right: 65px;
}
.header__phone-burger--wharsapp {
position: absolute;
right: 0px;
top: -4px;
}
.header__phone-mob-wrapper {
position: relative;
width: fit-content;
padding-right: 60px;
}
.header__phone-mob--wharsapp {
display: none;
position: absolute;
right: 0;
top: -3px;
padding: 10px 10px 5px 10px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: 2px solid transparent;
}
.header__phone-mob--wharsapp:hover {
background-color: #fff;
border: 2px solid #1C94D2;
border-radius: 5px;
-webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
@font-face {
font-family: "Acrom";
src: url(//groupstp.ru/wp-content/themes/ykstp/assets/fonts/Acrom-Bold.eot);
src: local("Acrom Bold"), local("Acrom-Bold"), url(//groupstp.ru/wp-content/themes/ykstp/assets/fonts/Acrom-Bold.eot?#iefix) format("embedded-opentype"), url(//groupstp.ru/wp-content/themes/ykstp/assets/fonts/Acrom-Bold.woff2) format("woff2"), url(//groupstp.ru/wp-content/themes/ykstp/assets/fonts/Acrom-Bold.woff) format("woff"), url(//groupstp.ru/wp-content/themes/ykstp/assets/fonts/Acrom-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Acrom";
src: url(//groupstp.ru/wp-content/themes/ykstp/assets/fonts/Acrom-Regular.eot);
src: local("Acrom"), local("Acrom-Regular"), url(//groupstp.ru/wp-content/themes/ykstp/assets/fonts/Acrom-Regular.eot?#iefix) format("embedded-opentype"), url(//groupstp.ru/wp-content/themes/ykstp/assets/fonts/Acrom-Regular.woff2) format("woff2"), url(//groupstp.ru/wp-content/themes/ykstp/assets/fonts/Acrom-Regular.woff) format("woff"), url(//groupstp.ru/wp-content/themes/ykstp/assets/fonts/Acrom-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Acrom";
src: url(//groupstp.ru/wp-content/themes/ykstp/assets/fonts/Acrom-Medium.eot);
src: local("Acrom Medium"), local("Acrom-Medium"), url(//groupstp.ru/wp-content/themes/ykstp/assets/fonts/Acrom-Medium.eot?#iefix) format("embedded-opentype"), url(//groupstp.ru/wp-content/themes/ykstp/assets/fonts/Acrom-Medium.woff2) format("woff2"), url(//groupstp.ru/wp-content/themes/ykstp/assets/fonts/Acrom-Medium.woff) format("woff"), url(//groupstp.ru/wp-content/themes/ykstp/assets/fonts/Acrom-Medium.ttf) format("truetype");
font-weight: 500;
font-style: normal;
}
.header {
padding: 15px;
margin: 0 auto;
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
background-color: #f5f5f5;
z-index: 10;
}
.header__wrapper {
max-width: 1756px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.logo {
width: 150px;
height: 50px;
}
.logo img {
width: 150px;
height: 50px;
}
.header__left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 420px;
width: 100%;
}
.header__right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 460px;
width: 100%;
}
.header__work {
font-size: 14px;
line-height: 17px;
display: none;
}
.menu__list {
display: inline-block;
font-size: 14px;
line-height: 22px;
border-bottom: 2px solid transparent;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
text-transform: uppercase;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.menu__list:hover {
color: #1C94D2;
border-bottom: 2px solid #1C94D2;
}
.menu__list+.menu__list {
margin-left: 40px;
}
.menu__list-hover {
position: relative;
cursor: pointer;
z-index: 10;
}
.menu__list-hover:hover .sub-menu {
display: block;
}
.menu__list-hover::before {
position: absolute;
content: "";
top: 7px;
right: -17px;
width: 12px;
height: 7px;
background-image: url(//groupstp.ru/wp-content/themes/ykstp/assets/images/icons/arrows__bottom.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.arrows {
position: absolute;
content: "";
top: 7px;
right: -17px;
width: 12px;
height: 7px;
background-image: url(//groupstp.ru/wp-content/themes/ykstp/assets/images/icons/arrows__bottom.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.sub-menu {
position: absolute;
top: 24px;
left: -10px;
padding: 15px 10px 0 !important;
display: none;
z-index: 1;
background-color: #f5f5f5;
border-radius: 5px !important;
margin-bottom: 0;
}
.sub-menu__list {
margin-bottom: 15px;
color: #000;
border-bottom: 2px solid transparent;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.sub-menu__list:hover {
color: #1C94D2;
border-bottom: 2px solid #1C94D2;
}
.social__list {
display: inline-block;
padding: 10px 10px 5px 10px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: 2px solid transparent;
}
.social__list+.social__list {
margin-left: 5px;
}
.social__list:hover {
background-color: #fff;
border: 2px solid #1C94D2;
border-radius: 5px;
-webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.social__img {
width: 25px;
height: 25px;
}
.header__phone {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
color: #1C94D2;
padding: 10px 20px;
border: 2px solid transparent;
}
.header__phone:hover {
background-color: #fff;
border: 2px solid #1C94D2;
border-radius: 5px;
-webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.screen {
margin-top: 79px;
}
.screen__wrapper {
margin-top: 90px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 630px;
position: relative;
}
.screen__wrapper::before {
position: absolute;
content: "";
width: 630px;
height: 630px;
background-image: url(//groupstp.ru/wp-content/themes/ykstp/assets/images/logo/bg-logo.png);
top: 0;
left: -200px;
background-repeat: no-repeat;
background-size: cover;
}
.screen__left {
min-width: 700px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0px 15px;
}
.screen__right {
max-width: 1050px;
border-radius: 5px;
width: 100%;
-webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.screen__right img {
border-radius: 5px;
height: 100%;
}
.screen__title {
font-size: 36px;
line-height: 56px;
text-transform: uppercase;
letter-spacing: 0.05em;
max-width: 750px;
}
.screen__pink {
color: #E52179;
}
.screen__green {
color: #A6CE38;
}
.screen__blue {
color: #00BDEF;
}
.numbers {
background-color: #EAF5FD;
}
.numbers__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.numbers__numbers {
text-transform: uppercase;
font-size: 60px;
line-height: 70px;
color: #1C94D2;
}
.numbers__text {
font-size: 28px;
line-height: 31px;
text-transform: uppercase;
}
.about__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.about__left {
width: 776px;
padding-right: 20px;
}
.about__subtitle {
margin-bottom: 30px;
}
.about__services {
margin-bottom: 30px;
}
.about__list {
margin-bottom: 15px;
padding-left: 15px;
position: relative;
}
.about__list::before {
position: absolute;
content: "";
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #000;
top: 9px;
left: 0;
}
.about__text {
margin-bottom: 50px;
}
.about__right {
max-width: 640px;
width: 100%;
}
.about__box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
.about__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.about__item {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
-webkit-box-shadow: 0px 0px 10.6981px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 10.6981px rgba(0, 0, 0, 0.5);
border-radius: 5px;
width: 310px;
height: 250px;
margin-bottom: 20px;
}
.about__item-long {
width: 675px;
height: 263px;
}
.leader__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.leader__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 50px;
}
.leader__box {
max-width: 300px;
width: 100%;
padding-right: 14px;
}
.leader__box-name {
margin-bottom: 30px;
}
.leader__box-function {
font-size: 16px;
line-height: 19px;
}
.leader__item-img {
width: 300px;
height: 400px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
margin-right: 30px;
}
.products {
background-color: #EAF5FD;
}
.products__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 510px;
margin-bottom: 50px;
width: 100%;
}
.products__item {
width: 50%;
}
.products__box {
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.products__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.products__items,
.products__item {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: 5px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin: 10px;
position: relative;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10.6981px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10.6981px;
}
.products__items:hover,
.products__item:hover {
padding-top: 35px;
}
.products__items:hover .projects__item-btn,
.products__item:hover .projects__item-btn {
background-color: #f5f5f5;
color: #1C94D2;
}
.products__items:hover .products__bg,
.products__item:hover .products__bg {
height: auto;
}
.products__items {
max-width: 480px;
width: 100%;
height: 235px;
}
.products__items-long {
max-width: 100%;
}
.products__bg {
background-color: #fff;
opacity: 0.7;
height: 100%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
text-align: center;
padding: 15px;
border-radius: 5px;
}
.products__subtitle {
font-size: 21px;
line-height: 25px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.products__subtitle-mini {
font-size: 20px;
line-height: 24px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.company__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 50px;
}
.company__box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 850px;
width: 100%;
}
.company__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify; justify-content: space-around;
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 50px;
}
.company__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.company__inners {
padding-left: 130px;
max-width: 300px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.feedback {
background-color: #EAF5FD;
}
.feedback__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 610px;
width: 100%;
margin: 0 auto;
margin-bottom: 60px;
}
.feedback__item {
padding: 10px 20px;
margin-bottom: 4px;
border-radius: 5px;
border: 1px solid #1C94D2;
width: 100%;
max-width: 295px;
width: 100%;
font-size: 16px;
line-height: 28px;
color: #000;
text-transform: uppercase;
}
.feedback__items {
padding: 10px 20px;
border-radius: 5px;
border: 1px solid #1C94D2;
width: 100%;
max-width: 295px;
height: 135px;
width: 100%;
font-size: 16px;
line-height: 18px;
color: #000;
text-transform: uppercase;
resize: none; }
.feedback__items:last-child {
margin-bottom: 15px;
}
.footer {
font-size: 14px;
line-height: 17px;
}
.footer__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer__info-text {
margin-bottom: 20px;
}
.footer__info-politics,
.footer__info-lapki {
display: block;
margin-bottom: 20px;
border-bottom: 1px solid transparent;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.footer__info-politics:hover,
.footer__info-lapki:hover {
border-bottom: 1px solid #1C94D2;
}
.footer__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 300px;
width: 100%;
}
.footer__menu-list {
margin-bottom: 20px;
border-bottom: 1px solid transparent;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.footer__menu-list:hover {
border-bottom: 1px solid #1C94D2;
}
.footer__contacts-wrapper {
position: relative;
width: fit-content;
}
.footer__phone {
padding-right: 70px; }
.footer__whatsapp {
position: absolute;
right: 0px;
top: -18px;
width: 50px;
height: 50px;
}
.footer__phone,
.footer__email {
display: block;
margin-bottom: 20px;
padding-left: 10px;
}
.start {
margin-top: 79px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 400px;
padding-top: 25px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10.6981px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10.6981px;
}
.start__wrapper {
text-align: center;
padding: 15px 15px 25px;
background: rgba(255, 255, 255, 0.8);
}
.start__title {
font-size: 40px;
line-height: 56px;
letter-spacing: 0.05em;
text-transform: uppercase;
margin-bottom: 15px;
}
.start__suptitle {
font-size: 21px;
line-height: 25px;
}
.address__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.address__item {
padding: 0 10px;
margin-bottom: 50px;
}
.address__name {
margin-bottom: 20px;
font-size: 18px;
line-height: 22px;
}
.address__phone,
.address__email {
margin-bottom: 20px;
color: #1C94D2;
font-size: 18px;
line-height: 22px;
display: block;
}
.address__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.address__map {
max-width: 1200px;
width: 100%;
height: 260px;
padding-left: 20px;
}
.error {
margin-top: 79px;
background-color: #EAF5FD;
text-align: center;
min-height: 550px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: auto;
}
.error__title {
font-size: 64px;
line-height: 77px;
color: #1C94D2;
margin-bottom: 30px;
text-transform: uppercase;
}
.error__text {
font-size: 36px;
line-height: 43px;
letter-spacing: 0.05em;
text-transform: uppercase;
margin-bottom: 50px;
}
.management__item {
position: relative;
margin-bottom: 50px;
}
.management__img {
width: 300px;
height: 400px;
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
border-radius: 5px;
position: absolute;
left: 0;
margin-left: auto;
}
.management__info {
width: 100%;
padding-left: 380px;
}
.management__name {
font-size: 24px;
line-height: 29px;
margin-bottom: 30px;
}
.management__name-dsecr {
font-size: 16px;
line-height: 19px;
margin-bottom: 50px;
}
.management__title {
margin-bottom: 15px;
}
.management__text {
margin-bottom: 30px;
}
.partners__inner {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
.partners__info {
padding-top: 30px;
}
.partners__item {
padding: 20px 30px 0;
text-align: center; -webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin-bottom: 15px;
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
border-radius: 5px;
margin-left: 15px;
margin-right: 15px;
} .partners__item-logo img {
margin: 0 auto;
margin-bottom: 50px;
}
.partners__main-title {
padding-top: 30px;
font-size: 36px;
line-height: 40px;
margin-bottom: 30px;
}
.partners__name {
font-size: 20px;
line-height: 24px;
margin-bottom: 40px; }
.partners__text {
margin-bottom: 30px;
text-align: left;
}
.partners__box {
margin-bottom: 30px;
}
.partners__list {
margin-bottom: 15px;
text-align: left;
position: relative;
padding-left: 15px;
}
.partners__list::before {
position: absolute;
content: "";
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #000;
top: 9px;
left: 0;
}
.partners__btn {
margin-bottom: 20px;
}
.projects__inner {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
.projects__item {
margin: 20px;
height: 500px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 5px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
position: relative;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10.6981px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10.6981px;
}
.projects__item:hover {
padding-top: 35px;
}
.projects__item:hover .projects__item-btn {
background-color: #f5f5f5;
color: #1C94D2;
}
.projects__item:hover .projects__bg {
height: auto;
}
.projects__item-inner--btn {
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
margin-bottom: 50px;
}
.projects__item-btn {
display: inline-block;
}
.projects__bg {
background-color: #fff;
opacity: 0.7;
padding: 27px;
height: 100%;
border-radius: 5px;
}
.projects__subtitle {
font-size: 21px;
line-height: 25px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
text-align: center;
}
.politics {
margin-top: 79px;
}
.politics__title {
padding-top: 50px;
font-size: 48px;
line-height: 58px;
letter-spacing: 0.05em;
text-transform: uppercase;
margin-bottom: 15px;
text-align: center;
}
.politics__subtitle {
margin-bottom: 15px;
}
.politics__text {
padding-left: 30px;
margin-bottom: 15px;
}
.modal {
background-color: rgba(255, 255, 255, 0.8);
padding: 100px;
position: fixed;
height: 100%;
left: 0px;
right: 0px;
top: 0;
overflow-y: scroll;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 auto;
display: none;
}
.modal__box {
max-width: 1500px;
width: 100%;
border: 1px solid #1C94D2;
background-color: #fff;
padding: 30px;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
position: relative;
z-index: 100;
}
.modal__title {
text-align: center;
margin-bottom: 40px;
font-size: 28px;
line-height: 32px;
}
.modal__subtitle {
font-size: 21px;
line-height: 25px;
margin-top: 20px;
}
.modal__text {
margin-top: 20px;
}
.modal__text-mod {
display: block;
margin-bottom: 15px;
padding-left: 15px;
position: relative;
}
.modal__text-mod::before {
position: absolute;
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #1C94D2;
left: 0;
top: 6px;
}
.modal__close {
width: 15px;
height: 15px;
position: absolute;
right: 20px;
top: 20px;
cursor: pointer;
color: #1C94D2;
}
.modal.active {
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.modal__text-number {
display: block;
margin-bottom: 20px;
padding-left: 20px;
position: relative;
}
.modal__text-number::before {
position: absolute;
left: 0;
top: 0px;
}
.number1::before {
content: "1.";
}
.number2::before {
content: "2.";
}
.number3::before {
content: "3.";
}
.number4::before {
content: "4.";
}
.number5::before {
content: "5.";
}
.number6::before {
content: "6.";
}
.number7::before {
content: "7.";
}
.number8::before {
content: "8.";
}
.number9::before {
content: "9.";
}
.number10::before {
content: "10.";
margin-left: -10px;
}
.modal__text-letters--wrapper {
margin-bottom: 20px;
}
.modal__text-letters {
display: block;
margin-bottom: 5px;
padding-left: 20px;
margin-left: 30px;
position: relative;
}
.modal__text-letters::before {
position: absolute;
left: 0;
top: 0px;
}
.letters1::before {
content: "a.";
}
.letters2::before {
content: "b.";
}
.letters3::before {
content: "c.";
}
.letters4::before {
content: "d.";
}
.work__social {
width: 250px;
margin-bottom: 20px;
}
.work__text {
text-align: center;
width: 100%;
}
.work__text-link {
color: #1C94D2;
} .feedback__item {
height: 50px;
}
.numberproject__item {
text-align: left;
}
.numberproject__name {
text-align: left;
}
.warning {
position: fixed;
z-index: 1;
bottom: 0;
left: 0;
display: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
font-size: 16px !important;
padding: 15px 80px;
box-sizing: border-box;
background-color: rgba(28, 148, 210, 0.9);
color: #fff;
}
.warning--active {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.warning__box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.warning__text {
margin-right: 30px;
position: relative;
padding-left: 60px;
}
.warning__text::before {
position: absolute;
content: "";
left: 0;
top: 0; font-size: 16px;
background-image: url(//groupstp.ru/wp-content/themes/ykstp/assets/images/icons/coockie.svg);
width: 38px;
height: 40px;
}
.warning__read {
display: block;
margin-left: 15px;
border-bottom: 1px solid #fff;
}
.warning__apply {
padding: 5px 20px;
border-radius: 5px;
background-color: transparent;
color: #fff;
border: 1px solid #fff;
cursor: pointer;
}
.warning__apply:hover {
transition: all .3s;
background-color: #fff;
color: #000;
}
.checkbox__policy { text-align: center;
color: #1C94D2;
position: relative;
padding-left: 50px;
max-width: 500px;
margin: 0 auto;
margin-bottom: 30px;
}
.checkbox__policy .wpcf7-form-control-wrap {
position: absolute;
left: 0;
top: 0;
}
.checkbox__policy-link {
border-bottom: 1px dashed #1C94D2;
}
@media (max-width: 1200px) {
.warning__text {
max-width: 500px;
}
}
@media (max-width: 1000px) {
.warning--active {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.warning__box {
width: 100%;
}
.warning__text {
margin-bottom: 20px;
}
}
@media (max-width: 700px) {
.warning {
padding: 15px 80px 15px 40px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.warning__text {
padding-left: 0;
}
.warning__text::before {
display: none;
}
.warning__box {
width: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (max-width: 400px) {
.warning {
padding: 15px 80px 15px 15px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (max-height: 900px) {
.screen__wrapper {
height: 400px;
}
.screen__wrapper::before {
width: 400px;
height: 400px;
}
.screen__left {
max-width: 700px;
}
.screen__right {
max-width: 550px;
margin-right: 115px;
}
}
@media (max-width: 1600px) {
.address__map {
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
}
.address__map iframe {
width: 1000px;
height: 260px;
}
}
@media (max-width: 1550px) {
.header__right {
max-width: 450px;
}
.logo {
width: 120px;
height: 40px;
}
.logo img {
width: 120px;
height: 40px;
}
.header__left {
max-width: 370px;
}
}
@media (max-width: 1500px) {
.menu__btn {
display: block;
position: relative;
}
.header__right {
margin-left: auto;
padding-right: 20px;
max-width: 470px;
}
.menu__wrapper {
padding-left: 20px !important;
}
.menu {
display: none;
}
.menu.active {
display: block;
position: fixed;
top: 0px;
right: 0;
width: 480px;
height: 100vh;
bottom: 0;
background-color: #fff;
padding: 60px 0 0px 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: space-between;
-ms-flex-align: space-between;
align-items: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
z-index: 10;
}
.header__phone-mob--wharsapp {
display: block;
}
.mob__wrapper {
width: 100%;
margin-top: auto;
padding-bottom: 70px;
}
.menu__list {
display: block;
margin-bottom: 15px;
}
.menu__list+.menu__list {
margin-left: 0;
}
.menu__list-hover {
border: none;
padding-right: 17px;
}
.menu__list-hover::before {
position: absolute;
content: "";
top: 7px;
right: 0px;
width: 12px;
height: 7px;
background-image: url(//groupstp.ru/wp-content/themes/ykstp/assets/images/icons/arrows__bottom.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.menu__list-hover:hover {
border: none;
}
.menu__list-hover:hover .sub-menu {
display: none;
}
.sub-menu {
position: static;
height: auto;
display: none;
padding-right: 0 !important;
padding-top: 15px !important;
background-color: #fff;
width: 15px;
}
.social-mob {
display: block;
margin-left: 10px;
}
.header__phone-mob {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
padding: 10px 10px;
margin-left: 10px;
margin-bottom: 10px;
}
.numbers__numbers {
font-size: 50px;
line-height: 60px;
}
.numbers__text {
font-size: 20px;
line-height: 24px;
}
.partners__main-title {
font-size: 30px;
line-height: 36px;
}
}
@media (max-width: 1400px) {
.screen__title {
font-size: 32px;
line-height: 52px;
}
.screen__wrapper {
height: 450px;
}
.screen__wrapper:before {
width: 450px;
height: 450px;
}
.screen__left {
min-width: 600px;
}
.screen__left::before {
width: 350px;
height: 580px;
}
.leader__item-img {
width: 280px;
height: 373px;
}
.address__inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.address__item {
padding: 0 30px;
}
.projects__item {
height: 600px;
}
}
@media (max-width: 1300px) and (max-height: 900px) {
.screen__right {
margin-right: 0;
}
}
@media (max-width: 1300px) {
.partners__item {
max-width: 1000px;
width: 100%;
margin: 0 auto;
margin-bottom: 30px;
}
}
@media (max-width: 1300px) {
.partners__info {
width: 100%;
}
}
@media (max-width: 1300px) {
.title {
font-size: 24px;
line-height: 29px;
}
}
@media (max-width: 1300px) {
.subtitle {
font-size: 20px;
line-height: 24px;
}
}
@media (max-width: 1300px) {
.start__title {
font-size: 32px;
line-height: 38px;
}
}
@media (max-width: 1300px) {
.start__suptitle {
font-size: 20px;
line-height: 24px;
}
}
@media (max-width: 1300px) {
.start__wrapper {
padding: 10px 15px 15px;
}
}
@media (max-width: 1300px) {
.start {
height: 370px;
}
}
@media (max-width: 1300px) {
.text {
font-size: 16px;
line-height: 19px;
}
}
@media (max-width: 1300px) {
.about__right {
width: 500px;
}
}
@media (max-width: 1300px) {
.about__item {
width: 243px;
height: 195px;
}
}
@media (max-width: 1300px) {
.about__item-long {
width: 500px;
height: 195px;
}
}
@media (max-width: 1300px) {
.products__items {
height: 233px;
}
.products__items .projects__subtitle {
font-size: 16px;
line-height: 19px;
}
}
@media (max-width: 1300px) {
.products__subtitle {
font-size: 16px !important;
line-height: 19px !important;
}
}
@media (max-width: 1300px) {
.address__map iframe {
width: 780px;
height: 260px;
}
}
@media (max-width: 1300px) {
.error__title {
font-size: 55px;
line-height: 66px;
}
}
@media (max-width: 1300px) {
.error__text {
font-size: 32px;
line-height: 38px;
}
}
@media (max-width: 1300px) {
.management__info {
padding-left: 0;
}
}
@media (max-width: 1300px) {
.management__box {
height: 425px;
padding-left: 350px;
}
}
@media (max-width: 1300px) {
.partners__inner {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
@media (max-width: 1200px) {
.section {
padding-left: 0;
padding-right: 0;
}
.screen__wrapper {
height: 460px;
}
.screen__wrapper::before {
width: 460px;
height: 460px;
}
.screen__left {
min-width: 600px;
}
.projects__item {
height: 500px;
}
}
@media (max-width: 1100px) {
.screen__title {
font-size: 24px;
line-height: 44px;
}
.screen__left {
min-width: 450px;
}
.leader__item-img {
margin-bottom: 30px;
}
.leader__box-name {
margin-bottom: 10px;
}
.leader__item {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.leader__box {
max-width: 320px;
}
.company__inners {
padding-left: 80px;
}
.company__item {
padding: 0 15px;
}
.footer__logo {
width: 100%;
margin-bottom: 50px;
}
.footer__logo img {
width: 120px;
height: 40px;
}
.footer__wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.address__map iframe {
width: 600px;
height: 260px;
}
}
@media (max-width: 1000px) {
.numbers__inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.numbers__item {
margin-bottom: 50px;
width: 300px;
}
.about__right {
width: 243px;
}
.about__box {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.products__wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: auto;
margin: 0 auto;
max-width: 700px;
width: 100%;
}
.products__box {
width: 100%;
}
.products__item {
width: 100%;
height: 500px;
margin-bottom: 20px;
}
.products__items {
margin-bottom: 20px;
max-width: 340px;
width: 100%;
height: 250px;
}
.products__items-long {
max-width: 100%;
}
.products__bg {
height: auto;
}
.company__wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.projects__inner {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
.projects__bg {
height: auto;
}
}
@media (max-width: 900px) {
.header__work {
display: none;
}
.header__left {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.footer__inner {
display: block;
max-width: 150px;
}
.address__map {
height: 175px;
}
.address__map iframe {
width: 400px;
height: 175px;
}
}
@media (max-width: 800px) {
.screen__right {
display: none;
}
.screen__left {
min-width: 100%;
}
.screen__wrapper {
height: 300px;
}
.screen__wrapper::before {
margin-left: 207px;
width: 300px;
height: 300px;
}
.footer__contacts {
max-width: 100%;
width: 100%;
}
.address__inner {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.error {
min-height: auto;
}
.error__title {
font-size: 40px;
line-height: 48px;
}
.error__text {
font-size: 20px;
line-height: 24px;
}
.management__img {
width: 225px;
height: 299px;
}
.management__box {
height: 340px;
padding-left: 319px;
}
.politics__title {
font-size: 28px;
line-height: 30px;
}
}
@media (max-width: 700px) {
.header__right {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.header__right .social {
display: none;
}
.header__phone {
padding: 0;
}
.header__phone:hover {
background-color: transparent;
border: 2px solid transparent;
border-radius: 5px;
-webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 1));
filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 1));
}
.header__phone-burger--wharsapp {
position: absolute;
right: 0px;
top: -12px;
}
.section {
padding: 30px 0;
}
.numbers__item {
margin-bottom: 30px;
}
.about__left {
padding-right: 0;
}
.about__right {
display: none;
}
.about__btn-wrapper {
text-align: center;
width: 100%;
}
.leader__item-img {
width: 225px;
height: 299px;
}
.leader__box {
width: 255px;
}
.products__wrapper {
max-width: 532px;
}
.products__item {
height: 387px;
}
.products__items {
max-width: 256px;
width: 100%;
height: 186px;
}
.products__items-long {
max-width: 100%;
}
.products__bg,
.projects__bg {
padding: 10px;
}
.company__inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.company__item {
max-width: 170px;
width: 100%;
margin-bottom: 50px;
}
.company__items {
max-width: 150px;
width: 100%;
padding-left: 0;
}
.address__wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.address__info {
width: 100%;
padding-left: 30px;
}
.header__phone-mob--wharsapp {
top: -12px;
}
}
@media (max-width: 650px) {
.menu.active {
max-width: 100%;
max-width: 100%;
}
.feedback__inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; margin-bottom: 30px;
}
.feedback__box { margin-bottom: 40px;
}
.feedback__item {
max-width: 295px;
}
.partners__main-title {
font-size: 26px;
line-height: 30px;
padding-top: 10px;
margin-bottom: 20px;
}
}
@media (max-width: 600px) {
.footer__wrapper {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer__info {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.footer__inner {
max-width: 350px;
margin-bottom: 30px;
}
.footer__contacts {
max-width: 370px;
margin-bottom: 30px;
}
.start {
height: 350px;
}
.management__img {
width: 180px;
height: 239px;
}
.management__box {
height: 272px;
padding-left: 210px;
}
}
@media (max-width: 550px) {
.modal {
padding: 70px 0 0;
}
.screen__wrapper {
height: 230px;
}
.screen__wrapper::before {
width: 230px;
height: 230px;
}
.screen__title {
font-size: 20px;
line-height: 30px;
}
.leader__inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.leader__item-img {
margin: 0 15px 30px;
}
.leader__box {
width: 235px;
}
.products__wrapper {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.products__item,
.products__items {
max-width: 300px;
width: 100%;
height: 217px;
}
.products__inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.products__items-long {
margin: 0 auto;
margin-bottom: 30px;
}
.products__subtitleб .projects__subtitle {
font-size: 16px;
line-height: 19px;
}
.company__item {
max-width: 550px;
}
.company__inner {
margin-bottom: 0;
}
.company__inners {
padding-left: 0;
}
.address__map {
padding-left: 0;
}
.address__map iframe {
width: 300px;
height: 150px;
}
.projects__item {
height: 350px;
}
}
@media (max-width: 450px) {
.header__phone {
font-size: 14px;
line-height: 22px;
padding-left: 8px;
}
.footer__wrapper {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.footer__contacts {
max-width: 350px;
}
.footer__phone,
.footer__email {
display: block;
margin-bottom: 20px;
padding-left: 0px;
}
.management__img {
width: 142px;
height: 189px;
left: 0;
right: 0;
margin: 0 auto;
}
.management__box {
height: auto;
padding-top: 210px;
padding-left: 0px;
}
.management__name {
font-size: 20px;
line-height: 24px;
margin-bottom: 15px;
}
.management__name-dsecr {
margin-bottom: 30px;
}
.politics__title {
font-size: 20px;
line-height: 24px;
padding-top: 30px;
}
.header__phone-burger--wharsapp {
display: none;
}
.header__phone {
margin-right: 0;
}
}
@media (max-width: 380px) {
.modal {
padding: 63px 0 0;
}
.start {
height: 450px;
}
.logo {
width: 90px;
height: 30px;
}
.logo img {
width: 90px;
height: 30px;
}
.footer__logo img {
width: 90px;
height: 30px;
}
.numbers__numbers {
font-size: 40px;
line-height: 48px;
}
.numbers__text {
font-size: 16px;
line-height: 19px;
}
.projects__item {
height: 300px;
}
}
.wpcf7-form-control-wrap {
position: relative;
display: block;
height: 44px !important;
}
.wpcf7-not-valid-tip { }
@media (max-width: 650px) {
.wpcf7-form-control-wrap {
position: relative;
display: block;
height: auto !important;
}
}