* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
:root {
--main-color: #354c67;
--second-color: #35b0e6;
--third-color: #224b6a;
}
body {
color: var(--main-color);
font-family: 'Ubuntu' !important;
}
header {
border-bottom: 2px solid var(--main-color);
padding: 15px 0;
}
ul li {
margin-left: 20px;
}
.mya {
text-decoration: none;
color: var(--second-color);
}
#my-content {
min-height: calc(100vh - 330px);
position: relative;
overflow: hidden;
}
.ptiza {
position: absolute;
right: 0;
bottom: 15px;
}
.noa,
.noa:active,
.noa:visited {
color: var(--main-color) !important;
text-decoration: none;
list-style: none;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.noa:hover {
color: var(--second-color);
text-decoration: none;
}
.header-space {
min-height: 300px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.site-branding {
position: absolute;
left: calc(50% - 275px);
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
top: -300px;
height: 293px;
width: 550px;
z-index: 100000;
}
.site-branding img {
max-width: 100%;
max-height: 100%;
}
#primary-menu {
list-style: none;
position: relative;
z-index: 100;
}
ul#primary-menu li {
margin-left: 30px;
}
ul#primary-menu li a {
color: var(--main-color);
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
ul#primary-menu li a:hover {
color: var(--second-color);
text-decoration: none;
}
.container {
max-width: 1250px !important;
}
.header-contacts {
text-align: right;
margin: 20px 0;
}
.header-contacts i {
margin-right: 10px;
color: var(--second-color);
}
.header-contacts div {
display: inline-block;
}
.header-contacts div {
margin-left: 30px;
}
.slide {
position: relative;
}
.slide-content {
position: absolute;
bottom: 0%;
left: calc(50% - 610px);
color: #fff;
font-size: 30px;
max-width: 1250px;
opacity: 0;
-webkit-transition: 2s;
-o-transition: 2s;
transition: 2s;
}
.main-navigation {
position: relative;
}
.header-dis {
position: absolute;
left: 0;
width: 40em;
font-size: 18px;
line-height: 22px;
color: #224b6a;
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
white-space: nowrap;
overflow: hidden;
-webkit-animation: type 5s steps(50, end);
animation: type 5s steps(50, end);
}
.mynav {
position: absolute;
bottom: 30px;
text-align: center;
width: 100%;
z-index: 100;
}
.mynav button,
.mynav button:active,
.mynav button:focus {
border: none;
background: #fff;
outline: none;
font-size: 30px;
color: #fff;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.mynav .owl-dot {
width: 10px;
height: 10px;
background: #fff;
border-radius: 50%;
margin: 0 10px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.mynav .owl-dot:hover {
background: var(--second-color);
}
.mynav .owl-dot.active {
height: 15px;
width: 15px;
}
@keyframes type {
from {
width: 0;
}
}
@-webkit-keyframes type {
from {
width: 0;
}
}
.header-dis.opa {
opacity: 0;
}
.hide {
display: none;
}
.fix {
position: fixed;
background: #fff;
top: 0;
width: 100%;
z-index: 1000;
}
.slide-header {
color: #fff;
font-size: 110px;
}
.slide-dis {
color: #fff;
font-size: 20px;
} footer {
padding: 30px 0 15px 0;
background: #003254;
}
.footer {
padding-bottom: 15px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer-title {
font-size: 20px;
color: #fff;
padding: 0 0 15px 15px;
}
.footer-title span {
max-width: 670px;
margin-left: auto;
display: block;
font-size: 1em;
}
.footer-menu {
list-style: none;
margin-left: auto;
margin-bottom: 0;
font-size: 14px;
}
.footer-menu li {
width: 25%;
margin: 7px 0;
padding: 0 7px;
}
.footer-menu li a {
color: #fff;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.footer-menu li a:hover {
text-decoration: none;
color: var(--second-color);
}
.footer-tel,
.footer-mail {
margin-top: 15px;
padding-left: 15px;
}
.footer-tel a,
.footer-mail a {
color: #fff;
}
.entry-footer {
display: none; }
.footer-block {
border-left: 2px solid #fff;
padding-left: 15px;
}
.grafiks-wrap > div {
width: 50%;
color: #fff;
margin: 7px 0;
}
.footer-tel svg,
.footer-mail svg {
color: var(--second-color);
margin-right: 10px;
}
.footer-logo-wrap img {
max-width: 100%;
}
.who-wrap {
text-align: center;
color: #fff;
padding: 50px 0 15px;
margin: auto;
}
.owl-item.active .slide-content {
bottom: 20%;
opacity: 1;
}
.modal-wrap {
background: #224a68;
min-height: 100vh;
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;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 10000000;
}
.modal-title-text {
color: #fff;
margin-top: 15px;
font-size: 18px;
}
.modal-cont {
width: 100%;
max-width: 1000px;
border-bottom: 1px solid #66a7d9;
text-align: center;
padding-bottom: 30px;
}
.modal-links-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
max-width: 1000px;
} .modal-link,
.modal-link:hover {
width: 25%;
text-align: center;
padding: 15px;
display: block;
margin-top: 20px;
text-decoration: none;
position: relative;
}
.modal-link:before {
content: ' ';
display: block;
position: absolute;
top: -25px;
left: 50%;
border-radius: 10px;
height: 8px;
width: 0;
background: #66a7d9;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.modal-link:hover:before {
left: 0;
width: 100%;
}
.modal-link:hover .modal-text {
color: #66a7d9;
}
.modal-link img {
max-width: 100%;
}
.modal-text {
margin-top: 35px;
color: #fff;
text-transform: uppercase;
font-size: 14px;
font-weight: 100;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.seo-sec,
.what-we-can-sec {
overflow: hidden;
}
.seo-img img {
max-width: 100px;
}
.what-title {
margin: 40px 0;
font-size: 32px;
color: var(--second-color);
position: relative;
display: inline-block;
}
.what-title:after {
content: ' ';
background: var(--second-color);
height: 1px;
width: 2000px;
display: block;
position: absolute;
left: calc(100% + 15px);
top: 50%;
}
.what-img img {
max-height: 250px;
}
.what-block-title {
font-size: 22px;
color: var(--second-color);
margin: 30px 0;
}
.what-dis {
color: #354c67;
font-size: 12px;
line-height: 16px;
max-width: 310px;
margin: auto;
min-height: 70px;
}
.what-link a {
display: block;
color: #fff;
background: var(--second-color);
border-radius: 30px;
width: 160px;
margin: 30px auto;
padding: 8px 0;
line-height: 20px;
border: 1px solid transparent;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
position: relative;
text-align: center;
font-family: 'Ubuntu' !important;
}
.what-link a:after {
width: 0;
height: 0;
content: ' ';
display: block;
position: absolute;
border: 1px dashed var(--second-color);
top: 0;
border-radius: 30px;
left: 0;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
opacity: 0;
}
.what-link a:hover {
color: #fff;
text-decoration: none;
}
.what-link a:hover:after {
width: calc(100% + 12px);
height: calc(100% + 12px);
opacity: 1;
top: -6px;
left: -6px;
}
.content-page h1 {
color: var(--second-color);
font-size: 38px;
margin-bottom: 30px;
}
.breadcrumb {
background: transparent !important;
background-color: transparent !important;
color: #aeaeae;
padding: 15px 0 0 !important;
max-width: 100%;
margin: auto;
font-family: 'Ubuntu' !important;
}
.breadcrumb span,
.breadcrumb a {
font-size: 12px;
color: #aeaeae;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.breadcrumb a:hover {
color: var(--second-color) !important;
text-decoration: none;
}
.breadcrumb > a:after {
content: ' ';
display: inline-block;
height: 3px;
width: 3px;
background: var(--second-color);
margin: 0 5px;
border-radius: 50%;
vertical-align: 2px;
}
.vacancy {
position: relative;
max-width: 380px;
}
.vacancy img {
width: calc(100% - 30px);
}
.vacancy-blue-block {
position: absolute;
bottom: 10px;
left: 10px;
width: 100%;
max-width: 450px;
background: var(--second-color);
color: #fff;
padding: 15px;
border-radius: 15px;
min-height: 200px;
}
.blue-inner {
border-left: 1px solid #000;
padding-left: 15px;
}
.vacancy-header {
font-size: 16px;
margin-bottom: 15px;
max-width: 250px;
min-height: 50px;
}
.vacancy-dis {
font-size: 12px;
margin-bottom: 15px;
min-height: 75px;
}
.vacancy-links,
.vacancy-links a,
.vacancy-links a:hover,
.vacancy-links a:active {
font-size: 12px;
text-transform: uppercase;
color: #fff;
text-decoration: none;
position: relative;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.vacancy-resume {
position: relative;
cursor: pointer;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.vacancy-resume i {
margin-right: 5px;
}
.vacancy-links a:after,
.vacancy-resume:after {
position: absolute;
content: ' ';
width: 0;
height: 2px;
background: #fff;
bottom: -5px;
left: -5px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.vacancy-links a:hover:after,
.vacancy-resume:hover:after {
width: calc(100% + 10px);
}
.vacancy-resume:after {
bottom: -2px;
}
.vacancy-link:before {
content: ' ';
height: 10px;
width: 1px;
display: inline-block;
background: #000;
margin: 0 15px;
}
.vacancy .animal-img {
width: auto;
position: absolute;
bottom: calc(100% - 10px);
max-width: 100px;
max-height: 100px;
}
.career-subtitle {
margin: 0 0 30px 0;
font-size: 22px;
font-weight: bold;
}
.career-text {
font-size: 14px;
color: var(--third-color);
}
.vacancy-title {
color: var(--second-color);
margin-top: 30px;
font-size: 38px;
}
.vacancy-sec,
.vacancy {
margin: 15px 0;
}
.red-star {
color: red;
position: absolute;
}
.modal-content {
width: 360px;
border-radius: 30px;
}
.modal-title {
font-size: 18px;
text-align: center;
color: var(--second-color);
width: 100%;
font-weight: bold;
}
.modal-title:after {
content: ' ';
display: block;
height: 2px;
width: 280px;
margin: auto;
background: var(--main-color);
margin: 15px auto 30px;
}
.close {
position: absolute;
top: -30px;
right: -30px;
opacity: 1 !important;
}
.close span {
text-shadow: none !important;
color: var(--second-color);
font-size: 28px;
}
#my-content.about-wrap {
min-height: calc(100vh - 130px);
}
.about-wrap {
background-size: cover !important;
background-position: center !important;
padding-bottom: 50px;
}
.about-wrap .breadcrumb span,
.about-wrap .breadcrumb a {
color: #fff;
}
.about-inner-wrap {
padding-top: 60px;
background: #354c67;
}
.about-text {
color: #fff;
line-height: 16px;
}
.about-text ul {
list-style: none;
}
.about-text ul li {
max-width: 500px;
min-height: 25px;
}
.about-text ul li:before {
content: ' ';
display: inline-block;
height: 4px;
width: 4px;
border-radius: 50%;
background: var(--second-color);
margin-right: 5px;
vertical-align: 2px;
}
.about-title {
margin-bottom: 30px;
font-size: 22px;
}
.about-link {
display: inline-block;
background: var(--second-color);
padding: 10px 0;
width: 190px;
color: #fff;
border-radius: 20px;
margin: 15px 30px 0 0;
text-align: center;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
border: 1px solid transparent;
}
.about-link:hover {
color: var(--main-color);
border: 1px solid #000;
background: #fff;
text-decoration: none;
}
.about-text ul li {
margin-left: 0;
}
.fon-img {
max-width: 1250px;
margin: auto;
}
.fon-img img {
width: 100%;
}
form input {
border: none;
border-bottom: 1px solid #8b8b8b;
margin-bottom: 15px;
width: calc(100% - 30px);
padding: 2px 5px;
font-size: 13px;
}
form select {
width: calc(100% - 30px);
padding: 2px 5px;
border: 1px solid var(--main-color);
margin-bottom: 15px;
border-radius: 5px;
}
form textarea {
width: calc(100% - 25px);
padding: 2px 5px;
border: 1px solid var(--main-color);
margin-bottom: 15px;
margin-left: 15px;
border-radius: 10px;
height: 60px;
font-size: 13px;
}
.wpcf7-submit {
background: var(--second-color);
padding: 10px 0;
width: 125px;
border-radius: 30px;
color: #fff;
border: 1px solid transparent;
margin-bottom: 0;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.wpcf7-submit:hover {
border: 1px solid var(--second-color);
color: var(--third-color);
background: #fff;
}
.form-wrap {
padding: 15px;
border: 1px solid var(--second-color);
border-radius: 10px;
}
.zvezda {
color: red;
font-weight: bold;
vertical-align: -2px;
margin-right: 5px;
}
.online-img {
max-width: 100%;
}
.sotrud-subtitle {
color: var(--second-color);
font-size: 18px;
margin: 30px 0;
}
.director-name {
font-size: 18px;
color: var(--second-color);
margin-bottom: 30px;
}
.director-img {
border-radius: 50%;
max-width: 200px;
}
.director-otdel {
font-size: 12px;
color: var(--third-color);
font-weight: 500;
}
.director-mail i {
font-size: 14px;
vertical-align: -2px;
color: var(--second-color);
margin-right: 5px;
}
.director-mail a {
color: var(--third-color);
font-size: 12px;
}
.pravila {
font-size: 12px;
margin-top: 15px;
}
.pravila a {
color: var(--second-color);
}
.region {
border-left: 1px solid var(--second-color);
padding-left: 15px;
margin-bottom: 30px;
}
.region-title {
font-size: 22px;
color: var(--second-color);
margin-bottom: 15px;
}
.region-text,
.region-text a {
font-size: 12px;
color: var(--third-color);
}
.region-text i {
color: var(--second-color);
margin-right: 5px;
margin-bottom: 10px;
}
.cooperation-title {
font-size: 38px;
color: var(--second-color);
margin: 30px 0;
overflow: hidden;
}
.cooperetion-title-inner {
position: relative;
display: inline-block;
}
.cooperetion-title-inner:after {
position: absolute;
left: calc(100% + 5px);
width: 2000px;
content: ' ';
display: block;
height: 2px;
background: var(--second-color);
top: calc(50% + 6px);
}
.karta-wrap {
height: 500px;
margin: 15px auto;
background: url(//www.suziria.ua/wp-content/themes/suziria-distribution/image/karta.jpg);
background-size: cover;
background-position: center;
border: 2px solid var(--third-color);
position: relative;
}
.marka {
position: absolute;
cursor: pointer;
opacity: .6;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.marka:hover {
opacity: 1;
}
.marka.act {
opacity: 1;
z-index: 10;
}
.marka.kyiv1 {
top: 150px;
left: 410px;
}
.marka.kyiv2 {
top: 150px;
left: 420px;
}
.marka.kharkiv {
top: 199px;
left: 775px;
}
.marka.chernigov {
top: 46px;
left: 461px;
}
.marka.poltava {
top: 239px;
left: 668px;
}
.marka.dnipro {
left: 700px;
top: 346px;
}
.city {
position: absolute;
background: #fff;
width: 320px;
bottom: 15px;
left: 15px;
border-radius: 15px;
}
.city img {
width: 100%;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.city-title {
font-size: 22px;
margin-bottom: 15px;
color: var(--second-color);
}
.city-text {
font-size: 13px;
margin-bottom: 15px;
}
.city-text a {
color: #000;
}
.city-text i {
color: var(--second-color);
margin-right: 10px;
}
.bord {
border-right: 1px solid var(--second-color);
}
.proud-cont {
padding-left: 15px;
border-left: 1px solid var(--second-color);
height: 100%;
}
.proud-header {
font-size: 18px;
line-height: 22px;
margin: 15px 0;
color: var(--second-color);
}
.proud-title {
font-size: 22px;
}
.proud-dis {
font-size: 12px;
}
.phil-row {
margin: 30px 0;
}
.phil_img {
text-align: center;
}
.phil-nav.mynav {
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;
position: static;
}
.phil-nav i {
color: var(--second-color);
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.phil-nav i:hover {
color: var(--third-color);
}
.phil-nav.mynav .owl-dot {
height: 8px;
border-radius: 50%;
width: 8px;
background: #fff;
background: var(--second-color);
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.phil-nav.mynav .owl-dot.active {
background: var(--second-color);
height: 14px;
width: 14px;
margin-top: -3px;
}
.history-cont {
overflow: hidden;
}
.history-container {
max-width: 1030px;
margin: 30px auto 60px;
position: relative;
}
.history-block {
text-align: center;
color: var(--third-color);
position: relative;
}
.history-block:before {
content: ' ';
position: absolute;
width: calc(100% + 30px);
left: -15px;
top: 51px;
height: 2px;
background: var(--second-color);
}
.history-text {
font-size: 12px;
max-width: 200px;
margin: auto;
}
.history-kryg {
height: 25px;
width: 25px;
border-radius: 50%;
border: 2px solid var(--third-color);
margin: 15px auto;
cursor: pointer;
position: relative;
background: #fff;
z-index: 100;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.history-kryg:hover {
background: var(--second-color);
}
#historyModal .modal-header {
border-bottom: 2px solid var(--third-color);
padding: 5px;
margin: 15px;
}
.vacancy.blog img {
width: calc(100% - 60px);
height: auto;
}
.vacancy.blog .vacancy-blue-block {
bottom: calc(50% - 100px);
max-width: 300px;
left: calc(100% - 215px);
}
.blog .vacancy-header {
max-width: 300px;
}
.video-header {
font-size: 22px;
font-weight: bold;
margin: 15px 0 30px;
}
.blog-videos {
max-width: calc(100% - 60px);
margin: auto !important;
}
.blog-video iframe {
max-width: 100% !important;
height: 200px !important;
}
.blog-videos .owl-nav {
width: calc(100% + 60px);
left: -30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: absolute;
top: calc(50% - 12px);
color: var(--third-color);
font-size: 24px;
}
.form-modal input,
.form-modal textarea {
font-size: 10px;
}
.form-modal .zvezda {
margin-right: 5px;
font-size: 10px;
vertical-align: -1px;
}
.form-modal .modal-content {
max-width: 360px;
padding: 30px 15px;
border-radius: 20px;
margin: auto;
}
.form-modal .modal-header {
border-bottom: none !important;
padding: 0;
}
.submit-row p {
margin-bottom: 0;
}
.form-modal form textarea {
margin: 0;
}
.form-modal .modal-title:after {
margin: 15px auto;
}
.form-modal form .form-block,
.form-modal form .submit-row {
max-width: 280px;
margin: auto;
}
.form-modal .form-block input,
.form-modal .form-block textarea {
width: 100%;
}
.form-block .red-star {
left: 20px;
font-size: 10px;
z-index: 1000;
}
.top-bird,
.bot-bird {
width: 40px;
position: absolute;
}
.top-bird {
top: 30px;
right: 0;
}
.bot-bird {
bottom: 30px;
left: 0;
}
.vacancy-inner-resume {
background: var(--second-color);
color: #fff;
padding: 8px 0;
width: 220px;
text-align: center;
border-radius: 20px;
}
.career-innter-page {
padding-bottom: 60px;
}
.history-modal-inner-text {
display: none;
}
.post-title {
font-size: 22px;
font-weight: bold;
margin-bottom: 30px;
}
.post-date {
color: #787878;
}
img.alignright {
float: right;
padding-left: 15px;
}
img.alignleft {
float: left;
padding-right: 15px;
}
.project-back {
padding: 15px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin-bottom: 30px;
min-height: 500px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.project-cont {
max-width: 370px;
color: #fff;
}
.proj-link {
max-width: 370px;
}
.proj-cont {
padding-left: 15px; height: 100%;
}
.proj-cont img {
height: 100px;
width: auto;
}
.proj-link a {
margin: 30px 0 0 auto;
}
.projects-title {
color: var(--second-color);
font-size: 38px;
margin-bottom: 30px;
}
.proj-wrap {
margin-bottom: 30px;
}
.proj-dis {
max-width: 300px;
font-size: 12px;
}
.big-top-bird {
position: absolute;
top: 15px;
right: 0;
}
.proj-title {
font-size: 14px;
margin: 15px 0;
color: var(--second-color);
}
.brand-head-row img {
max-width: 100%;
height: auto;
}
.brands-image-row {
margin: 30px 0;
}
.brand-image {
width: 100%;
}
.sotr-page-title {
font-size: 18px;
color: var(--third-color);
text-align: center;
}
.what-link.sotr-link a {
width: 100%;
max-width: 370px;
}
.what-link.sotr-link a:hover:after {
width: calc(100% + 11px);
}
.sotr-pages-sec .cooperetion-title-inner {
font-size: 24px;
color: var(--second-color);
margin-right: -15px;
}
.sotr-cart {
margin: 15px 0;
}
.sotr-cart-inner {
border-left: 1px solid var(--second-color);
width: 100%;
min-width: 300px;
padding-left: 15px;
height: 100%;
}
.sotr-region {
font-size: 20px;
margin-bottom: 15px;
color: var(--second-color);
}
.sotr-name {
font-size: 16px;
margin-bottom: 15px;
color: var(--second-color);
}
.sotr-cart-inner i {
color: var(--second-color);
margin-right: 15px;
}
.sotr-adres {
min-height: 40px;
}
.sotr-adres,
.sotr-grafik {
font-size: 12px;
color: var(--third-color);
margin-bottom: 15px;
}
.sotr-image {
margin-right: 15px;
}
.sotr-image img {
border-radius: 50%;
width: 100px;
height: 100px;
}
.sotr-pages-sec.second .cooperetion-title-inner:after {
right: -330px;
}
.about-links {
padding-top: calc(100vh - 460px);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.about-links .what-link a {
padding: 10px 0;
width: 180px;
}
.nice-select {
min-width: 350px;
border: 1px solid var(--second-color) !important;
border-radius: 20px !important;
}
.nice-select .list {
max-height: 370px;
overflow-y: scroll !important;
width: 100%;
}
.cooperetion-title-inner.cop-page {
padding: 0 15px;
}
#map-container {
position: relative;
}
#map {
height: 450px;
width: 100%;
}
.NewCity.active {
display: block;
}
.NewCity {
position: absolute;
background: #fff;
width: 360px;
bottom: 15px;
right: 15px;
border-radius: 15px;
z-index: 1;
display: none;
padding: 15px;
}
#select-region-container {
position: absolute;
left: 10%;
top: 4%;
z-index: 10;
}
.NewCity img {
width: 80px;
height: 80px;
border-radius: 50%;
}
#map { }
.city-inner {
margin-left: 15px;
}
.new-city-inner {
padding-left: 15px;
border-left: 1px solid var(--second-color);
}
.city-info {
margin-bottom: 15px;
}
.city-inner .city-text {
margin-bottom: 5px;
}
.home-slider-sec .owl-carousel .animated {
-webkit-animation-duration: 2s !important;
animation-duration: 2s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.hrono-nav button,
.hrono-nav button:active,
.hrono-nav button:focus {
border: none;
background: #fff;
outline: none;
font-size: 20px;
color: var(--third-color);
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.hrono-nav button:hover {
color: var(--second-color);
}
.hrono-nav button:last-child {
margin-left: 15px;
}
.hrono-nav .owl-next.disabled,
.hrono-nav .owl-prev.disabled {
opacity: .4;
}
.hrono-text {
font-size: 18px;
margin-bottom: 15px;
}
.burger {
display: none;
}
.step-number {
border: 2px solid var(--third-color);
height: 30px;
width: 30px;
border-radius: 50%;
position: relative;
z-index: 10;
background: #fff;
font-weight: bold;
margin: auto;
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;
font-family: 'Helvetica Neue OTS';
color: var(--third-color);
}
.order-line {
display: block;
height: 2px;
width: 100%;
background: var(--second-color);
position: absolute;
top: 15px;
left: 15px;
z-index: 1;
}
.steps > div:last-child .order-line {
width: calc(100% - 30px);
}
.step-text {
font-size: 12px;
text-align: center;
margin: 15px 0;
font-family: 'helvetica';
color: var(--main-color);
}
.bl {
border-left: 1px solid var(--second-color);
}
.online-order {
margin-bottom: 30px;
}
.form-title {
text-align: center;
margin: 15px 0;
}
.form-title span {
font-size: 16px;
color: var(--third-color);
}
.form-title span:after {
content: ' ';
display: block;
width: 170px;
margin: 15px auto;
height: 2px;
background: #d0d0d0;
}
.content-page {
position: relative;
}
.zakaz {
position: absolute;
top: -40px;
right: 0;
}
.file-wrap input {
opacity: 0;
}
.file-wrap span {
border-bottom: 1px solid #8b8b8b;
}
.file-inner {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 270px;
}
.file-text {
font-size: 12px;
color: #8b8b8b;
}
.file-text .red-star {
position: relative;
left: 0;
top: -7px;
margin-right: 5px;
border: none;
}
.screpka {
margin-top: -7px;
-webkit-transform: rotate(100deg);
-ms-transform: rotate(100deg);
transform: rotate(100deg);
font-size: 18px;
}
.lang-drop {
display: none;
}
.lang-wrap {
position: relative;
}
.lang-drop {
position: absolute;
left: 10px;
list-style: none;
}
.cur-lang,
.cur-lang i,
.lang-drop a {
color: var(--third-color);
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
cursor: pointer;
}
.cur-lang:hover,
.cur-lang:hover i,
.lang-drop a:hover {
color: var(--second-color);
}
.cur-lang i {
margin-left: 5px;
margin-right: 0;
}
.soc a {
color: #000;
font-size: 20px;
margin: 0 5px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.soc a:hover {
color: var(--second-color);
}
.sub-form-wrap form {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.sub-form-wrap .adres {
position: relative;
}
.sub-form-wrap .adres input {
background: #fff;
border-radius: 20px;
width: 300px !important;
outline: none !important;
}
.sub-form-wrap .adres input::-webkit-input-placeholder {
color: #000;
font-size: 12px;
}
.sub-form-wrap .adres input::-moz-placeholder {
color: #000;
font-size: 12px;
}
.sub-form-wrap .adres input:-ms-input-placeholder {
color: #000;
font-size: 12px;
}
.sub-form-wrap .adres input::-ms-input-placeholder {
color: #000;
font-size: 12px;
}
.sub-form-wrap .adres input::placeholder {
color: #000;
font-size: 12px;
}
.sub-but input {
background: var(--second-color);
color: #fff;
margin-left: -50px !important;
z-index: 1000;
position: relative;
width: 110px;
border-radius: 20px;
}
#mailpoet_form_1 .mailpoet_validate_success {
position: absolute;
width: 700px;
top: 60px;
left: 30px;
}
.parsley-errors-list {
position: absolute;
top: 50px;
left: -10px;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
border: none !important;
}
.form-dis {
color: #fff;
text-align: center;
}
.footer-soc {
color: #fff;
font-size: 24px;
border: 1px solid #fff;
border-radius: 50%;
height: 40px;
width: 40px;
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;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
margin: 15px;
}
.footer-soc:hover {
color: var(--second-color);
border: 1px solid var(--second-color);
text-decoration: none;
}
.footer-soc-main-wrap {
border-bottom: 1px solid var(--second-color);
margin-bottom: 30px;
}
.#mailpoet_form_1 .mailpoet_paragraph {
margin-bottom: 10px !important;
}
.vacancy-blog-wrap {
padding: 15px 90px 15px 30px;
}
.blog-car-wrap .owl-nav {
position: absolute;
top: calc(50% - 24px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
font-size: 48px;
}
.phil-nav {
margin: 30px 0;
}
.phil-dots {
margin: 0 7px;
}
.phil-dot {
height: 8px;
width: 8px;
border-radius: 50%;
background: var(--second-color);
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
margin: 0 7px;
cursor: pointer;
}
.phil-dot.act {
height: 16px;
width: 16px;
}
.blog-car-wrap .owl-nav button {
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
outline: none !important;
color: var(--third-color) !important;
}
.blog-car-wrap .owl-nav button:hover {
color: var(--second-color) !important;
}
.phil-car {
min-height: 400px;
margin: auto;
position: relative;
}
.phil-block-wrap {
background: #aecfdf;
margin-top: 15px;
padding: 15px;
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
border-radius: 10px;
width: 60%;
position: absolute;
cursor: pointer;
}
.phil-block-wrap img {
max-width: 100%;
}
.phil-block-wrap.anim-right {
left: calc(40% + 15px);
}
.phil-block-wrap.anim-left {
left: 15px;
}
.phil-block-wrap.main {
margin-top: 0;
background: #36b0e6;
padding: 30px 15px;
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
z-index: 100;
border-radius: 10px;
left: 25%;
}
#historyModal img {
max-width: 100%;
}
.states-wrap img {
max-width: 100%;
height: auto;
}
.suz-blog-text {
color: #224b6a;
font-size: 14px;
margin-top: 15px;
}
.suz-blog-text a:hover,
.suz-blog-text a:active,
.suz-blog-text a {
color: #66a7d9;
position: relative;
text-decoration: none;
}
.suz-blog-text a:after {
content: ' ';
display: block;
position: absolute;
width: 0;
height: 1px;
bottom: -3px;
background: #66a7d9;
left: 2px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.suz-blog-text a:hover:after {
width: 100%;
}
.cat-item-1 {
display: none;
}
.cat-item {
padding: 15px 0;
border-bottom: 1px solid var(--second-color);
line-height: 20px;
}
.cat-item a {
font-size: 16px;
line-height: 18px;
}
.children .cat-item {
border-bottom: none;
padding: 0;
}
.suz-blog h1 {
font-size: 22px;
line-height: 26px;
margin-bottom: 15px;
color: var(--third-color);
}
.suz-blog img {
max-width: 100%;
height: auto;
}
.suz-blog .categories {
list-style: none;
font-size: 18px;
color: var(--second-color);
}
.suz-blog .categories .children {
margin: 15px 0 5px;
list-style: none;
display: none;
}
.suz-blog .categories .children a {
color: var(--third-color);
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
font-size: 16px;
}
.suz-blog .categories .children li {
position: relative;
margin-left: 0;
}
.suz-blog .categories .children li a:before {
content: ' ';
display: inline-block;
margin-right: 15px;
height: 7px;
width: 7px;
background: var(--third-color);
border-radius: 50%;
position: relative;
z-index: 2;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.suz-blog .categories .children li a:after {
content: ' ';
display: inline-block;
position: absolute;
left: 3px;
top: 15px;
height: 100%;
width: 1px;
margin-left: 0;
background: var(--second-color);
z-index: 1;
}
.suz-blog .categories .children li:last-child a:after {
display: none;
}
.suz-blog .categories .children a:hover {
text-decoration: none;
color: var(--second-color);
}
.suz-blog .categories ul li a:hover:before {
background: var(--second-color);
}
.all-rub {
text-align: center;
}
.all-rub a {
color: var(--third-color);
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
text-transform: uppercase;
}
.all-rub a:hover {
color: var(--second-color);
text-decoration: none;
}
.suz-cat {
padding: 30px 0;
}
.comment-wrap {
margin-top: 30px;
}
.comment-title {
font-size: 22px;
color: var(--second-color);
line-height: 26px;
padding-bottom: 15px;
}
.comment-bar {
border: 1px solid var(--third-color);
border-radius: 10px;
}
.comment-bar li {
list-style: none;
padding: 15px;
}
.comment-bar .comment-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.suz-blog-title {
font-size: 32px;
line-height: 38px;
color: var(--second-color);
margin-bottom: 15px;
}
.comment-author img {
border-radius: 50%;
margin-right: 15px;
}
.comment-author .says {
display: none;
}
.comment-list {
list-style: none;
}
.comment {
margin-bottom: 15px;
padding-bottom: 15px;
}
.comment:after {
content: ' ';
display: block;
width: 100%;
margin: auto;
height: 1px;
background: var(--second-color);
}
.comment-meta {
background: #fff;
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;
}
.comment-meta time {
margin-left: 15px;
font-size: 16px;
color: var(--third-color);
}
.comment-bar .comment-meta time {
font-size: 14px;
}
.comment-meta .fn {
color: var(--third-color);
}
.comment-content {
font-size: 14px;
margin-top: 15px;
color: var(--third-color);
padding-left: 53px;
}
.comment-bar .comment-content {
padding-left: 5px;
margin-top: 5px;
}
.comment-metadata a,
.comment-reply-link {
display: block;
text-align: right;
color: var(--third-color);
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.comment-metadata a:hover,
.comment-reply-link:hover {
color: var(--second-color);
text-decoration: none;
}
.comment-bar .comment-edit-link,
.comment-bar .comment-reply-link {
display: none;
}
.post-date {
font-size: 12px;
color: var(--third-color);
margin: 5px 0 15px;
}
.categories li {
margin-left: 0;
list-style: none;
}
.categories li a {
color: var(--third-color);
}
.car {
display: inline-block;
margin-left: 15px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
cursor: pointer;
}
.cat-item a:hover {
text-decoration: none;
}
.car-rev {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.comment-reply-login,
.must-log-in {
display: none;
}
.logged-in-as a:first-child {
color: var(--third-color);
pointer-events: none;
}
.form-submit {
text-align: right;
}
.form-submit input {
background: var(--second-color);
color: #fff;
width: 250px;
height: 45px;
border: 1px solid var(--third-color);
border-radius: 20px;
font-size: 16px;
letter-spacing: 1px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.form-submit input:hover {
background: var(--third-color);
}
.mypad {
padding: 30px 0;
}
.cat-title {
font-size: 22px;
line-height: 26px;
color: var(--second-color);
}
.blog-vid iframe {
width: 100%;
height: 500px;
}
.error-page {
position: relative;
padding: 60px 15px;
min-height: 550px;
}
.er {
font-size: 270px;
line-height: 280px;
color: #66a7d9;
text-align: center;
text-shadow: 1px 1px 1px black, 1px 2px 5px #000;
margin-right: 300px;
}
.error-image {
position: absolute;
top: 30px;
left: calc(50% + 50px);
max-height: 480px;
}
.er-text {
font-size: 20px;
font-weight: bold;
color: #000;
text-align: center;
margin-right: 530px;
}
.go-home {
display: inline-block;
margin-left: calc(50% - 84px);
background: var(--second-color);
padding: 8px 36px;
border-radius: 20px;
color: #fff;
text-align: center;
text-decoration: none;
margin-top: 60px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
border: 1px solid var(--second-color);
}
.go-home:hover {
color: var(--third-color);
background: #fff;
text-decoration: none;
}
.post-cont img {
float: none !important;
display: block;
margin: 15px 0 0 0;
padding: 0;
}
.zakaz-torg {
margin-bottom: 60px;
}
.zakaz-torg .form-wrap {
border-bottom: none;
border-top: none;
border-radius: 0;
}
.zakaz-img {
text-align: right;
}
.zakaz-img img {
max-width: 100%;
}
.torg-select select {
padding: 6px 5px 6px 15px;
}
.torg-header {
font-size: 18px;
color: var(--third-color);
margin-bottom: 30px;
}
.torg-select select {
color: #8b8b8b;
width: calc(100% - 25px);
padding: 6px 2px;
font-size: 13px;
}
.lil-container {
width: 100%;
max-width: 1000px;
margin: auto;
padding: 0 15px;
}
.lil-container img {
max-width: 100%;
border-radius: 20px;
}
.line {
height: 140px;
width: 3px;
background: var(--second-color);
}
.left-but {
display: block;
margin: 30px 0 60px;
background: var(--main-color);
color: #fff;
border-radius: 30px;
padding: 0 8px;
width: 100%;
font-size: 20px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
text-decoration: none;
min-height: 60px;
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;
}
.left-but:hover {
background: var(--second-color);
color: #fff;
text-decoration: none;
}
.dostig-wrap {
padding-left: 30px;
padding-right: 30px;
margin-top: 30px;
margin-bottom: 60px;
}
.dostig-wrap .owl-nav {
z-index: -1;
top: calc(50% - 12px);
position: absolute;
left: -30px;
font-size: 24px;
width: calc(100% + 60px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.dostig-wrap .owl-nav button {
outline: none !important;
}
.dostig-wrap .owl-nav i {
color: var(--second-color);
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.dostig-wrap .owl-nav i:hover {
color: var(--main-color);
}
.dostig-block .dostig-text {
text-decoration: none;
}
.dostig-block .dostig-text div {
color: var(--main-color);
font-size: 14px;
line-height: 18px;
text-align: center;
margin-top: 30px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.dostig-block a:hover div {
color: var(--second-color);
}
.dostig-title {
font-size: 16px;
font-weight: bold;
color: var(--main-color);
line-height: 20px;
}
.dostig-inner-section {
margin-bottom: 60px;
}
.dostig-inner-section img {
width: 100%;
}
.mazaika-row {
margin: 30px 0;
}
.galery-sec {
margin: 30px 0;
}
.galery-sec img {
margin: 15px 0;
max-width: 100%;
cursor: pointer;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.galery-sec img:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
z-index: 100;
}
@-webkit-keyframes scroll {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
stroke: #fff;
}
50% {
-webkit-transform: translateY(100px);
transform: translateY(100px);
stroke: var(--second-color);
}
}
@keyframes scroll {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
stroke: #fff;
}
50% {
-webkit-transform: translateY(100px);
transform: translateY(100px);
stroke: var(--second-color);
}
}
svg #wheel {
-webkit-animation: scroll ease 1.5s infinite;
animation: scroll ease 1.5s infinite;
}
.about-text:before {
content: url(//www.suziria.ua/image/suz.svg);
width: 25px;
height: 25px;
display: block;
position: absolute;
top: -15px;
left: -15px;
}
.galery {
background: #F8F8F8;
position: relative;
}
.galery-car {
margin-top: 30px;
}
.galery-title {
font-size: 32px;
color: #232323;
font-weight: bold;
text-transform: uppercase;
text-align: center;
padding-top: 30px;
}
.after-slide {
text-align: center;
position: absolute;
bottom: 0px;
width: 100%;
z-index: 1000;
background: rgba(0, 0, 0, .6);
padding: 4px 0;
}
.after-slide button {
background: none;
border: none;
outline: none;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
padding: 3px;
border: 2px solid transparent;
}
.after-slide button.active {
border: 2px solid var(--second-color);
border-radius: 6px;
}
.after-slide span {
height: 70px;
width: 70px;
display: block;
background-size: cover;
}
.blog-car-wrap {
position: relative;
margin: auto;
} .contacts-page {
padding-bottom: 30px;
}
.otdel-block {
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid var(--second-color);
}
.otdel-header button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
padding: 0;
}
.bor-row.row {
margin-left: 0;
border-left: 1px solid var(--second-color);
}
.colapse-text {
display: block;
font-size: 36px;
color: var(--second-color);
line-height: 42px;
text-align: left;
margin-bottom: 30px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.hasicon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: var(--third-color);
font-size: 14px;
margin-bottom: 30px;
}
.hasicon a {
color: var(--third-color);
font-size: 14px;
}
.hasicon:before {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-weight: bold;
margin-right: 15px;
color: var(--second-color);
}
.hasicon.adres:before {
content: '\f3c5';
}
.hasicon.grafik:before {
content: '\f017';
}
.hasicon.tel:before {
content: '\f095';
}
.hasicon.mail:before {
content: '\f0e0';
}
.otdel-sotr-name {
font-size: 16px;
color: var(--second-color);
margin-bottom: 15px;
}
.otdel-sotr-posada {
font-size: 14px;
color: var(--main-color);
margin-bottom: 15px;
font-weight: 500;
}
.light-otdel .hasicon {
margin: 15px 0;
}
#mapa {
max-width: 100%;
}
.bor-left {
height: 240px;
width: 1px;
background: var(--second-color);
}
.mailpoet_submit {
width: 150px !important;
}
#mailpoet_form_1 .mailpoet_validate_success {
left: 240px !important;
}
#site-navigation .current-menu-item a {
color: var(--second-color);
}
.seo-sec {
padding-bottom: 30px;
}
.seo-text {
margin-bottom: 30px;
}
.seo-block {
text-align: center;
}
.seo-block-text {
margin: 15px 0;
font-size: 16px;
color: var(--third-color);
font-family: helvetica;
}
.warning-block {
margin: 30px 0;
border: 1px solid var(--second-color);
border-radius: 30px;
padding: 45px 15px 0px;
position: relative;
}
.warning-text {
text-align: justify;
}
.warning-close {
position: absolute;
top: 5px;
font-size: 20px;
right: 20px;
cursor: pointer;
color: var(--second-color);
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.warning-but {
margin: 15px 0 15px auto;
width: 120px;
cursor: pointer;
background: var(--second-color);
padding: 5px 0;
text-align: center;
color: #fff;
border-radius: 20px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.warning-but:hover {
background: var(--third-color);
}
.warning-close:hover {
color: var(--sthird-color);
}
.sklad-row {
border-radius: 20px;
min-height: 410px;
text-align: justify;
}
.sklad .mydots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 220px;
}
.sklad .mydots button {
background: var(--second-color);
height: 15px;
width: 15px;
border-radius: 50%;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.sklad .mydots button.active {
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
background: var(--main-color);
}
.sklad .team-dostig-nav {
width: 100%;
margin: 30px auto;
}
.sklad .sklad-car .my-dots {
display: none;
} .savory-content {
background: #000;
font-family: 'Caviar Dreams';
}
.savory-content .logo-text {
font-size: 49px;
font-weight: bold;
}
.savory-content .logo-text span {
color: #fff !important;
}
.savory-content .logo-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 30px 0;
}
.hurrytimer-headline {
color: #bb9350 !important;
font-size: 30px !important;
font-family: 'Caviar Dreams' !important;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 30px !important;
}
.hurrytimer-timer-digit {
font-size: 70px !important;
color: #fff !important;
font-weight: bold;
position: relative;
padding: 30px 0;
}
.hurrytimer-timer-digit:before {
content: ' ';
height: 2px;
width: 90px;
background: #fff;
position: absolute;
top: 15px;
left: 0;
}
.hurrytimer-timer-digit:after {
content: ' ';
height: 2px;
width: 90px;
background: #fff;
position: absolute;
bottom: 15px;
left: 0;
}
.hurrytimer-timer-sep {
color: #fff !important;
font-size: 50px !important;
line-height: 50px !important;
font-weight: bold;
margin-right: 5px !important;
margin-left: 5px !important;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
position: relative;
bottom: 15px;
}
.hurrytimer-timer-label {
font-size: 16px !important;
letter-spacing: 1px;
color: #bb9350 !important;
}
.timer-sec {
position: relative;
}
.timer-sec:after {
margin-top: 300px;
content: ' ';
display: block;
height: 10px;
width: 80%;
background: #bb9350;
margin-left: auto;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.sobaka {
position: absolute;
right: 0;
bottom: 9px;
}
.savory-cont {
color: #fff;
max-width: 585px;
margin: 90px 0 0 auto;
}
.savory-title {
color: #bb9350;
text-transform: uppercase;
}
.savory-content .content-sec .container {
max-width: 800px !important;
}
.savory-content .content-sec {
position: relative;
}
.savory-content .content-sec:after {
margin-top: 90px;
content: ' ';
display: block;
height: 10px;
width: 80%;
background: #bb9350;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.cat {
position: absolute;
left: 0;
bottom: 9px;
}
.meat {
position: absolute;
top: -150px;
right: 0;
}
.savory-footer-icons {
margin: 50px 0;
}
.savory-icon {
font-size: 30px;
color: #bb9350;
border: 2px solid #bb9350;
border-radius: 10px;
padding: 1px 0;
text-align: center;
width: 50px;
}
.savory-soc {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 15px 0;
}
.savory-text {
margin-left: 15px;
}
.savory-text a,
.savory-text a:hover,
.savory-text a:active,
.savory-text a:focus {
color: #fff;
text-decoration: none;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.savory-text a:hover {
color: #bb9350;
}
.savory-footer-icons .container .row {
max-width: 950px !important;
}
img {
max-width: 100%;
height: auto;
}
.proud-new img {
height: 370px;
width: auto;
-o-object-fit: cover;
object-fit: cover;
border-radius: 20px;
} .entry-content {
color: #4e617e;
}
.pagination {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.pagination a,
.pagination span {
margin: 0 5px;
padding: 0 8px;
border: 1px solid var(--second-color);
font-size: 18px;
font-weight: bold;
text-decoration: none;
color: var(--main-color);
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.pagination a:hover {
text-decoration: none;
color: var(--second-color);
}
.pagination span {
background: var(--main-color);
color: #fff;
}
.drop-cont ol,
.hidden-drop ol {
margin-left: 40px;
}
.hidden-drop {
display: none;
}
.drop-but a {
cursor: pointer;
color: #fff !important;
}
.drop h1,
.drop .hidden-drop,
.drop .drop-cont {
color: var(--third-color);
}
.sotr-pages-first h1 {
color: var(--main-color);
}
.four-in-row img {
max-height: 180px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.header-logo {
width: 200px;
}
.football-banner {
position: relative;
width: 100%;
}
.football-banner img {
width: 100%;
}
.football-banner-wrap {
display: flex;
justify-content: flex-end;
width: calc(50% + 610px);
margin-left: auto;
}
.football-banner-text {
position: absolute;
bottom: 50px;
left: 50px;
color: #fff;
font-size: 50px;
font-weight: bold;
max-width: 700px;
}
.footbal-about-sec {
margin: 30px 0;
}
.footbal-about-title {
font-size: 36px;
font-weight: bold;
color: var(--second-color);
margin-bottom: 30px;
}
.footbal-about-title.lined span {
position: relative;
}
.footbal-about-title.lined span:after {
content: ' ';
height: 2px;
width: 200px;
position: absolute;
left: calc(100% + 30px);
top: calc(50% + 4px);
background: var(--second-color);
}
.last-matchs-title {
padding: 15px;
background: var(--main-color);
color: var(--second-color);
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.match-block-wrap {
border: 2px solid var(--main-color);
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
max-height: 370px;
overflow: auto;
padding-bottom: 30px;
}
.match-block {
display: flex;
justify-content: space-between;
padding: 15px;
}
.match-block-wrap .match-block:nth-child(odd) {
background: #EFEFEF;
}
.score {
text-align: center;
}
.teamname {
width: 32%;
font-size: 13px;
line-height: 14px;
color: var(--main-color);
font-weight: bold;
}
.match-block .teamname:first-child {
padding-right: 15px;
}
.match-block .teamname:last-child {
text-align: right;
padding-right: 30px;
}
.about-match {
color: var(--main-color);
font-size: 14px;
width: 36%;
text-align: center;
}
.score {
font-weight: bold;
}
.container.team-cont {
max-width: 900px !important;
}
.football-page .what-title {
font-weight: 700;
}
.footer-block .current-menu-item a {
color: var(--second-color) !important;
}
.sostav-row-wrap
{
height: 640px;
overflow: hidden;
transition: .4s;
}
.sostav-row > div {
margin-top: 30px;
}
.sostav-cart img {
max-width: 100%;
}
.sostav-cart-inner {
text-align: center;
position: relative;
}
.sostav-cart-inner img
{
width: 190px;
height: 190px;
object-fit: cover;
object-position: center;
}
.sostav-info {
display: flex;
justify-content: center;
margin: 15px auto;
}
.sostav-nomer {
font-size: 36px;
font-weight: 700;
color: var(--second-color);
margin-right: 10px;
line-height: 30px;
}
.sostav-har {
border-left: 1px solid #8C8C8C;
padding-left: 10px;
}
.sostav-pos {
font-size: 12px;
margin-bottom: 10px;
color: var(--main-color);
}
.sostav-age {
font-size: 12px;
color: var(--main-color);
}
.sostav-name {
font-size: 14px;
line-height: 16px;
color: var(--main-color);
font-weight: 700;
margin-bottom: 5px;
}
.team-dostig {
margin: 30px 0;
}
.team-dostig-title {
margin: 15px 0;
color: var(--second-color);
font-size: 38px;
}
.dostig-opis {
color: var(--main-color);
font-size: 14px;
line-height: 14px;
font-weight: 700;
padding: 5px 0;
text-align: center;
}
.team-dostig-nav {
position: absolute;
width: calc(100% + 30px);
top: calc(50% - 45px);
left: -15px;
height: 0;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.team-dostig-wrap {
position: relative;
}
.team-dostig-nav button,
.team-dostig-nav button:focus,
.team-dostig-nav button:active {
background: transparent;
border: none;
font-size: 30px;
color: var(--second-color);
outline: none;
}
.team-dostig-nav button.disabled {
color: var(--third-color);
}
.zaiavka-wrap {
margin: 30px 0 0;
text-align: center;
}
.zaiavka {
display: inline-block;
padding: 8px 30px;
border: 1px solid var(--second-color);
background: var(--second-color);
color: #fff;
border-radius: 10px;
cursor: pointer;
text-transform: uppercase;
transition: .4s;
}
.zaiavka:hover {
background: transparent;
color: var(--second-color);
}
#footmodal .modal-header {
flex-direction: column;
}
.football-modal-title {
font-size: 36px;
line-height: 40px;
max-width: 200px;
text-align: center;
font-weight: 700;
margin: auto;
padding: 15px 0;
border-bottom: 1px solid var(--second-color);
color: var(--second-color);
}
.football-modal-text {
max-width: 320px;
margin: 15px auto;
text-align: center;
font-size: 13px;
color: var(--main-color);
}
#footmodal input {
border: 1px solid var(--second-color);
border-radius: 10px;
padding: 8px;
display: block;
max-width: 300px;
margin: auto;
}
.modal-div {
margin-top: 15px;
}
.football-rad {
text-align: center;
margin-top: 15px;
}
.football-rad label {
display: flex;
cursor: pointer;
}
.football-rad label span {
line-height: 12px;
color: var(--main-color);
}
.football-rad input {
height: 15px;
width: 15px;
margin-right: 5px !important;
cursor: pointer;
}
#footmodal .modal-content {
padding: 15px 0;
}
.agree {
max-width: 320px;
margin: 0 auto 15px;
text-align: center;
font-size: 13px;
color: var(--main-color);
padding-top: 15px;
border-top: 1px solid var(--second-color);
}
.svg-click {
margin-top: 15px;
cursor: pointer;
}
.svg-click svg
{
fill:#35b0e6;
transition: .4s;
}
.svg-click svg:hover
{
fill:#fff;
}
.sostav-open-but
{
padding: 10px;
border: 1px solid var(--second-color);
border-radius: 50%;
display: inline-block;
cursor: pointer;
position: relative;
top: -25px;
left: 90%;
background: #fff;
transition: .4s;
}
.sostav-open-but:hover
{
background: var(--second-color)
}
.sostav-open-but:hover svg
{
fill:#fff;
}
.sostav-open-but svg
{
fill:#35B0E6;
height: 30px;
width: 30px;
transition: .4s;
}
.sostav-open-but-wrap
{
height: 1px;
background: var(--second-color);
margin: 30px 0;
}
#cboxOverlay
{
background: #224B6ABF !important; 
}
.after-img
{
position: absolute;
left: 0;
opacity: 0;
transition: .4s;
top: 0;
}
.before-image
{
transition: .4s;
}
.sostav-cart:hover .before-image
{
opacity: 0;
}
.sostav-cart:hover .after-img
{
opacity: 1;
}
.team-dostig-car
{
position: relative;
}
@media(max-width:600px) {
.zaiavka {
padding: 8px;
}
.football-banner-wrap {
width: 100%;
}
.football-video iframe {
height: 250px;
}
.football-banner-text {
font-size: 24px;
line-height: 28px;
bottom: 15px;
left: 15px;
}
.match-block .teamname:last-child {
padding: 0 15px;
}
.header-contacts {
display: none;
}
.brand-image,
.soc {
margin: 15px 0;
}
.vacancy img {
display: none;
}
.vacancy-blue-block {
position: static;
}
.project-back {
background-size: contain;
background-position: top center;
min-height: 250px;
}
img.alignleft {
float: none;
display: block;
padding: 0;
margin: auto;
}
.savory-subtitle {
font-size: 20px !important;
}
.savory-cont {
margin: 15px 0;
}
.meat {
display: none;
}
.cat {
max-width: 200px;
}
.savory-content .content-sec:after {
margin-top: 200px;
}
.sobaka {
max-width: 250px;
}
.savory-content .logo-row {
margin-bottom: 0px;
}
.hurrytimer-timer-label {
font-size: 12px !important;
}
.hurrytimer-timer-sep {
font-size: 20px !important;
line-height: 20px !importat;
margin-left: 1px !important;
margin-right: 1px !important;
bottom: 5px;
}
.hurrytimer-headline {
font-size: 18px !important;
margin-bottom: 15px !important;
text-align: center;
}
.savory-content .logo-text {
font-size: 26px;
margin: 30px auto 15px;
text-align: center;
}
.hurrytimer-timer-digit:after,
.hurrytimer-timer-digit:before {
width: 40px;
}
.hurrytimer-timer {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.hurrytimer-timer-digit {
font-size: 28px !important;
}
.entry-content {
padding: 15px;
}
.entry-content p,
.entry-content h2,
.entry-content h3 {
padding-left: 0 !important;
}
.sklad-row {
min-height: 700px;
}
.sklad-car {
width: calc(100% + 30px) !important;
margin-left: -15px;
margin-right: -15px;
}
.seo-block br {
display: none;
}
.team-dostig-title {
font-size: 24px;
}
.team-dostig-nav button,
.team-dostig-nav button:focus,
.team-dostig-nav button:active {
font-size: 24px;
}
.team-dostig-nav {
width: calc(100% + 20px);
left: -10px;
height: 0;
}
.dostig-opis {
padding: 10px 0;
}
.sostav-title {
font-size: 13px;
}
.sostav_cart img {
width: 100%;
}
.mailpoet_message {
width: 100%;
}
.mailpoet_text {
outline: none !important;
text-align: center;
}
.sub-but.last {
margin-top: 15px;
}
.footer-menu li {
width: 50%;
text-align: center;
}
#mapa {
max-width: 100%;
}
.bor-left {
height: 1px;
width: 100%;
margin: 30px 0 15px;
}
.colapse-text {
font-size: 20px;
line-height: 28px;
}
.cat-item a {
font-size: 14px;
}
.states-wrap .row .col-12 {
margin-bottom: 30px;
}
.brand-after-images img {
display: block;
margin: 10px auto;
}
.sub-but input {
margin-left: 0px !important;
}
.blog-car-wrap .owl-nav {
top: calc(50% - 40px);
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: calc(100% + 14px);
left: -7px;
z-index: -1;
}
.blog-car {
padding: 0;
margin: 0;
}
.vacancy.blog img {
display: none;
}
.vacancy-blog-wrap {
padding: 15px;
}
.vacancy.blog .vacancy-blue-block {
max-width: 100%;
position: static;
width: 100%;
margin: auto;
}
#my-content.about-wrap {
min-height: 200px;
background-size: 300% !important;
background-position: 50% 100% !important;
padding-bottom: 30px;
}
.about-links {
padding-top: 200px;
}
.left-but {
font-size: 20px;
}
.dostig-block img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.line {
height: 3px;
width: 140px;
margin-bottom: 60px;
}
.blog-vid iframe {
height: 300px;
}
.suz-blog h1 {
font-size: 22px !important;
}
.comment-bar {
margin-bottom: 30px;
}
.phil-car {
min-height: 600px;
}
.phil-block-wrap {
width: 100%;
opacity: 0;
}
.phil-block-wrap.main {
left: 15px;
opacity: 1;
}
.home-silde .slide img {
max-width: 1000px;
height: 220px;
width: auto !important;
position: relative;
left: -50%;
}
}
@media(max-width:900px) {
.mailpoet_paragraph.adres {
width: 300px;
}
.sub-form-wrap form {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.after-slide span {
height: 30px;
width: 30px;
}
.about-text:before {
position: static;
margin: 0 auto 15px;
}
.home-silde .slide {
overflow: hidden;
}
.footer-soc-main-wrap {
padding-bottom: 30px;
}
.form-dis {
margin-top: 0;
margin-bottom: 15px;
}
.lang-drop {
left: -9px;
}
.header-contacts div {
margin-left: 10px;
}
.bl {
border: none;
}
.zakaz {
display: none;
}
.order-line {
width: calc(100% - 30px);
}
.brand-after-images {
text-align: center;
}
.brand-after-images span {
display: none;
}
.modal-wrap {
display: none !important;
}
body {
overflow: auto !important;
}
.form-wrap {
margin: 30px auto;
}
.sotr-pages-sec .cooperetion-title-inner {
margin: 0;
}
.big-top-bird {
display: none;
}
.project-back {
padding: 15px;
margin-left: -15px;
margin-right: -15px;
}
.bord {
border: none;
}
#select-region-container {
left: 15px;
top: 15px;
}
.cooperation-title {
font-size: 24px;
}
.cooperetion-title-inner:after,
.what-title:after {
display: none;
}
.proj-cont {
text-align: center;
}
.proj-dis {
margin-top: 15px;
max-width: 100%;
}
.post-cont td {
display: block;
width: 100% !important;
margin-top: 15px;
}
.post-cont img {
height: auto !important;
}
.content-page h1,
h1 {
font-size: 28px !important;
}
img {
max-width: 100%;
}
.mynav .owl-dot {
margin: 0 5px;
height: 7px;
width: 7px;
}
.mynav .owl-dot.active {
height: 10px;
width: 10px;
}
.owl-item.active .slide-content {
bottom: 50px;
}
.burger {
display: block;
text-align: right;
font-size: 24px;
padding-right: 30px;
}
.menu-wrap {
margin-right: -15px;
margin-left: -15px;
}
.history-container {
margin: 15px auto;
}
header {
padding: 0;
border: none;
}
.about-inner-wrap {
padding: 15px 0;
}
.about-links {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.what-link a {
margin: 15px auto;
}
.header-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#primary-menu {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
ul#primary-menu li {
margin-left: 0;
margin-top: 15px;
text-align: center;
}
.what-img img {
max-width: 100%;
height: auto;
}
.header-logo {
margin: 15px auto;
}
.footer-logo-wrap {
text-align: center;
margin-bottom: 30px;
}
#menu-footer-menu li {
width: 50%;
}
#menu-footer-menu {
max-width: 280px;
margin: auto;
}
.slide-dis span {
font-size: 18px !important;
}
.slide-dis span.slide-title {
font-size: 24px !important;
}
.main-navigation {
display: none;
position: absolute;
left: 0;
width: 100%;
background: #fff;
z-index: 100;
top: 135px;
}
.mynav {
bottom: 5px;
}
#my-content {
min-height: 0px;
}
.slide-content {
left: 15px;
width: calc(100% - 30px);
}
.grafiks-wrap > div {
width: 100%;
margin: 10px auto;
max-width: 280px;
text-align: center;
}
.footer-tel {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
padding-left: 0;
}
.footer-mail {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
padding-left: 0;
}
.footer-grafik {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.footer-weekend {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.footer-block {
padding-left: 0;
border: none;
}
.header-contacts {
font-size: 12px;
text-align: center;
}
.header-contacts i {
margin-right: 5px;
}
.modal-link {
width: 100%;
margin-top: 0;
}
.modal-text {
margin-top: 15px;
}
.modal-text:after {
font-family: "Font Awesome 5 Free";
font-weight: 600;
content: '\f105';
margin-left: 5px;
}
.phil_img {
margin-bottom: 15px;
}
.phil-nav.mynav {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.phil-nav.mynav .owl-dot {
height: 4px;
width: 40px;
}
.ptiza {
display: none;
}
.proj-dis {
margin-top: 30px;
}
.sub-form-wrap form {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.sub-form-wrap .adres input {
width: 100% !important;
outline: none !important;
}
.soc-inner {
max-width: 300px;
margin: auto;
}
.mailpoet_form .mailpoet_paragraph {
margin-bottom: 0 !important;
}
}
@media(min-width:1000px) and (max-width:1200px) {
.project-back {
min-height: 420px;
background-size: contain;
}
.meat {
max-width: 150px;
top: 0;
}
.cat {
max-width: 300px;
}
.savory-cont {
margin-top: 15px;
}
.sub-form-wrap .adres input {
width: 330px !important;
}
.brand-after-images span {
display: none;
}
.slide-content {
left: 30px;
}
.slide-dis span {
font-size: 38px !important;
}
.slide-dis span.slide-title {
font-size: 40px !important;
}
#my-content {
min-height: 0px;
}
.footer-tel svg,
.footer-mail svg {
margin-left: 5px;
}
.footer-block {
font-size: 14px;
}
.brand-after-images img {
width: 22%;
height: auto !important;
}
.proj-dis {
margin-top: 15px;
}
.post-cont td {
display: inline-block;
width: 49% !important;
margin-top: 15px;
}
.phil-car {
min-height: 400px;
}
.phil-block-wrap {
height: 330px;
}
.phil-block-wrap.main {
height: 350px;
}
}
@media(min-width:600px) and (max-width:999px) {
.project-back {
min-height: 350px;
background-size: contain;
}
.meat {
display: none;
}
.cat {
max-width: 180px;
}
.savory-cont {
margin-top: 15px;
}
.sobaka {
max-width: 350px;
}
.sklad-row {
min-height: 700px;
}
.home-silde .slide img {
left: 0;
height: 300px;
width: auto !important;
}
.phil-car {
min-height: 650px;
}
.phil-block-wrap {
height: 600px;
}
.phil-block-wrap.main {
height: 630px;
}
.proj-dis {
margin-top: 30px;
}
.brand-after-images span {
display: none;
}
.slide-content {
left: 30px;
bottom: 30% !important;
}
.slide-dis span {
font-size: 28px !important;
}
.slide-dis span.slide-title {
font-size: 36px !important;
}
}
@media(max-width:320px) {
.sub-form-wrap .adres input {
width: 100% !important;
}
.sub-form-wrap .adres input::-webkit-input-placeholder {
color: #000;
font-size: 10px;
}
.sub-form-wrap .adres input::-moz-placeholder {
color: #000;
font-size: 10px;
}
.sub-form-wrap .adres input:-ms-input-placeholder {
color: #000;
font-size: 10px;
}
.sub-form-wrap .adres input::-ms-input-placeholder {
color: #000;
font-size: 10px;
}
.sub-form-wrap .adres input::placeholder {
color: #000;
font-size: 10px;
}
.form-dis {
font-size: 12px;
}
.sub-but input {
width: 100px;
margin-left: -40px;
}
}