@import url("https://fonts.googleapis.com/css?family=Play:400,700&subset=cyrillic");
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
html,
body {
width: 100%;
height: 100%;
margin: 0;
}
body {
font-family: 'Play', sans-serif;
color: #000;
-webkit-backface-visibility: hidden;
}
.side-social {
position: fixed;
left: 0px;
top: 170px;
z-index: 999;
transition: all 0.5s ease-out;
}
.side-social a {
margin-bottom: 10px;
}
.side-social .opn-btn {
position: relative;
left: 57px;
font-size: 42px;
top: -159px;
transition: all 0.5s;
color: #335deb;
width: 12px;
display: none;
}
.side-social:hover {
left: 0;
}
.side-social:hover .opn-btn {
opacity: 0;
}
.opn-btn:hover .side-social {
left: 0;
}
.opn-btn:hover {
opacity: 0;
}
.shake-horizontal {
-webkit-animation: shake-horizontal 8s ease-in-out infinite both;
animation: shake-horizontal 8s ease-in-out infinite both;
}
.cenyhead {
margin: 30px auto;
}
.cenyhead .row>* {
margin-bottom: 30px;
}
.cenyhead img {
max-width: 100%;
height: auto;
}
.price-nav {
display: none;
}
.cenyhead a {
position: relative;
display: block;
}
.cenyhead h2 {
position: absolute;
width: 100%;
height: 88px;
text-align: left;
text-transform: uppercase;
padding: 15px 21% 15px 15px;
margin: 0;
font-weight: 900;
font-size: 1.2em;
bottom: 0;
background: #FEB81C;
clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
transition: 0.2s ease-out;
}
.cenyhead a:hover h2 {
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
color: #fff;
background: #000;
}
@-webkit-keyframes shake-horizontal {
0%,
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%,
30%,
50%,
70% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
20%,
40%,
60% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
80% {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
90% {
-webkit-transform: translateX(-3px);
transform: translateX(-3px);
}
}
@keyframes shake-horizontal {
0%,
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%,
30%,
50%,
70% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
20%,
40%,
60% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
80% {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
90% {
-webkit-transform: translateX(-3px);
transform: translateX(-3px);
}
}
.hidden {
opacity: 0;
}
.none {
display: none;
}
a {
color: #000;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
outline: none;
}
section .section-heading {
text-transform: uppercase;
font-size: 4rem;
padding: 2rem;
}
section .section-heading h2 {
font-size: 3.5rem;
}
a:hover,
a:focus {
color: #ff3838;
text-decoration: none;
outline: none;
}
hr {
max-width: 100px;
margin: 25px auto 0;
border-width: 1px;
border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
border-color: #fff;
}
h1 {
font-family: 'Play', sans-serif;
color: #000;
-webkit-backface-visibility: hidden;
font-weight: 700;
}
h2,
h4,
h5,
h6 {
font-family: 'Play', sans-serif;
color: #000;
-webkit-backface-visibility: hidden;
font-weight: 400;
}
h3 {
font-family: 'Play', sans-serif;
color: #000;
-webkit-backface-visibility: hidden;
font-weight: 400;
}
p {
font-size: 16px;
}
.x1 {
order: 2;
}
.x2 {
order: 1;
}
.fa-vk {
background-color: #4872a3;
color: white;
width: 48px;
height: 48px;
padding-top: 8px;
text-align: center;
font-size: 32px;
border-radius: 8px;
cursor: pointer;
margin: 0 8px;
}
.fa-vk:hover {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
i {
margin: auto;
}
.fa-instagram {
background-color: #4872a3;
color: white;
width: 48px;
height: 48px;
padding-top: 4px;
text-align: center;
font-size: 40px;
border-radius: 8px;
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
cursor: pointer;
margin: 0 8px;
}
.fa-instagram:hover {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.fa-facebook-f {
background-color: #4267B2;
color: white;
width: 48px;
height: 48px;
padding-top: 10px;
padding-left: 19px;
font-size: 37px;
border-radius: 8px;
cursor: pointer;
margin: 0 8px;
}
.fa-facebook-f:hover {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.fa-odnoklassniki {
background-color: #ee8208;
color: white;
width: 48px;
height: 48px;
padding-top: 7px;
text-align: center;
font-size: 32px;
border-radius: 8px;
cursor: pointer;
margin: 0 8px;
}
footer .row.social .fa-vk {
font-size: 18px;
}
footer .row.social .fa-instagram {
font-size: 22px;
}
footer .row.social .fa-facebook-f {
font-size: 20px;
padding-left: 8px;
}
footer .row.social .fa-odnoklassniki {
font-size: 18px;
}
.fa-odnoklassniki:hover {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.btn-danger {
color: #fff;
background-color: #ff3838;
border-color: #ff3838;
}
.btn-outline {
color: #fff;
border: 1px solid;
border-color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
color: #000 !important;
border-color: #ff3838;
background-color: #ff3838;
}
a.btn.focus,
a.btn:focus {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: #ff3838 !important;
}
.moveToLeft {
left: -999px !important;
-webkit-transition: all .35s, easeOutCubic;
-moz-transition: all .35s, easeOutCubic;
transition: all .35s, easeOutCubic;
}
.moveToTop {
top: -112px !important;
-webkit-transition: all .35s, easeOutCubic;
-moz-transition: all .35s, easeOutCubic;
transition: all .35s, easeOutCubic;
}
@media screen and (max-width: 1200px) {
.moveToTop {
top: -79px !important;
}
}
.head-wrapper {
width: 100%;
}
.head-wrapper .navbar-wrapper {
background-color: #FEB81C;
width: 100%;
}
.head-wrapper .navbar-wrapper .navbar-nav {
justify-content: space-between;
}
#mainNav {
display: flex;
position: fixed;
z-index: 99;
top: 0;
right: 0;
left: 0;
background-color: #fff;
font-weight: 400;
letter-spacing: 1px;
padding: 0;
border: 0px solid #fff;
flex-direction: column;
font-family: 'Play', sans-serif;
color: #000;
-webkit-backface-visibility: hidden;
-webkit-transition: all .35s, easeOutCubic;
-moz-transition: all .35s, easeOutCubic;
transition: all .35s, easeOutCubic;
}
#mainNav #navbarResponsive {
flex-direction: column;
}
#mainNav .nav-item {
text-align: center;
width: 150px;
height: 60px;
color: #000;
}
#mainNav .nav-item:hover {
background-color: #000;
-webkit-transition: 0.35s;
-moz-transition: 0.35s;
transition: 0.35s;
}
#mainNav .nav-item a:hover {
color: #fff !important;
}
#mainNav .navbar-nav a {
font-size: 18px;
font-weight: 700;
font-family: 'Play', sans-serif;
-webkit-backface-visibility: hidden;
letter-spacing: 0px;
text-transform: uppercase;
margin-top: 11px;
color: #000;
}
#mainNav .navtop {
position: relative;
width: 90%;
display: flex;
margin: auto;
justify-content: space-between;
}
.header-contacts {
display: flex;
align-items: center;
}
.header-contacts p {
margin: 0;
}
.header-phone {
margin-left: 1em;
}
.header-phone span {
font-size: 0.7em
}
.navtop .column {
display: flex;
align-items: center;
}
.logotext {
margin-left: 1em;
}
.table table {
width: auto;
}
.table td,
.table th {
width: auto;
}
#mainNav .navtop .montaz {
color: #000;
text-transform: uppercase;
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 0;
white-space: normal;
}
#mainNav .navtop p {
font-weight: 500;
font-size: 1.5rem;
text-transform: uppercase;
margin: 0;
}
#mainNav .navtop .tel {
display: flex;
justify-content: center;
margin-left: 80px;
}
#mainNav .navtop .tel h3 {
color: #93433b;
margin: auto 0;
font-size: 1.5rem;
}
#mainNav .navtop .tel h2 {
margin: auto 0;
color: #93433b;
font-size: 3rem;
font-weight: 700;
}
#mainNav .navtop-mobile-cont {
width: 98%;
padding: 5px 0px 5px 15px;
display: none;
}
#mainNav .navtop-mobile {
position: relative;
width: 76.5%;
display: flex;
color: #93433b;
margin: auto;
}
#mainNav .navtop-mobile .montaz {
color: #93433b;
text-transform: uppercase;
font-size: 1.4rem;
font-weight: 700;
}
#mainNav .navtop-mobile p {
font-weight: 500;
font-size: 1rem;
text-transform: uppercase;
margin-bottom: 0;
}
#mainNav .navtop-mobile .tel {
display: flex;
justify-content: center;
margin-left: 15px;
margin-top: 2px;
}
#mainNav .navtop-mobile .tel h3 {
color: #93433b;
margin: auto 0;
font-size: 1rem;
}
#mainNav .navtop-mobile .tel h2 {
margin: auto 0;
color: #93433b;
font-size: 1.4rem;
font-weight: 700;
}
#mainNav .navbar-brand {
width: 100%;
color: #ededed;
font-family: 'Play', sans-serif;
color: #000;
-webkit-backface-visibility: hidden;
font-weight: 200;
letter-spacing: 1px;
margin: auto;
}
#mainNav .logo img {
height: 103px;
}
header .column #mainNav .navbar-toggler {
font-size: 22px;
padding: 8px 10px;
color: #000;
border: 1px solid #000;
outline: none;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
position: relative;
right: 5%;
}
#mainNav .open {
color: #000000a3;
border: 1px solid #000000a3;
background-color: #ededed;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
#mainNav .mobile-logo {
height: 60px;
padding: 5px 0;
display: none;
}
@media screen and (max-width: 1300px) {
section.about .countdown .ClassyCountdown-value div {
font-size: 2rem;
}
section.about .countdown .ClassyCountdown-value span {
font-size: 0.7rem!important;
}
#mainNav .navtop .montaz,
#mainNav .navtop p {
font-size: 1rem;
}
.header-contacts {
white-space: nowrap;
}
}
@media screen and (max-width: 1200px) {
section.about .spetial .img { margin: 0 auto;
}
section.about .whois-cont .whois .content {
padding: 50px 60px;
}
}
@media screen and (max-width: 1200px) {
#mainNav .logo img {
height: 70px !important;
}
#mainNav .nav-item {
width: 140px !important;
}
#mainNav .navtop {
margin: auto;
}
#mainNav .navtop p {
font-size: 0.7rem;
margin-bottom: 0;
}
#mainNav .navtop .tel {
margin-left: 15px;
margin-top: 2px;
}
#mainNav .navtop .tel h3 {
margin: auto 0;
font-size: 0.7rem;
}
#mainNav .navtop .tel h2 {
margin: auto 0;
font-size: 2rem;
font-weight: 700;
}
}
@media screen and (max-width: 992px) {
#mainNav {
border-color: transparent;
background-color: #ededed;
flex-direction: row-reverse;
}
#mainNav .nav-item {
text-align: left;
}
#mainNav .logo {
display: none;
}
#mainNav .mobile-logo {
height: 60px;
padding: 5px 0;
display: block;
}
#mainNav .navtop-mobile-cont {
display: flex;
}
#mainNav .navtop-mobile {
width: 76.5%;
margin: auto;
}
#mainNav .navtop-mobile .montaz {
font-size: 1.1rem;
}
#mainNav .navtop-mobile p {
font-size: 0.7rem;
margin-bottom: 0;
}
#mainNav .navtop-mobile .tel {
justify-content: center;
margin-left: 0;
margin-top: 2px;
}
#mainNav .navtop-mobile .tel h3 {
margin: auto 0;
font-size: 0.7rem;
}
#mainNav .navtop-mobile .tel h2 {
margin: auto 0;
font-size: 1.1rem;
}
#page-top>footer>div>div>div:nth-child(1) {
display: none !important;
}
#page-top>footer>div>div>div:nth-child(2) {
display: none !important;
}
#page-top>footer>div>div>div:nth-child(3) {
display: none !important;
}
#page-top>div>div.page_inf>div.page_inf>footer>div>div>div:nth-child(1) {
display: none !important
}
#page-top>div>div.page_inf>div.page_inf>footer>div>div>div:nth-child(2) {
display: none !important
}
#page-top>div>div.page_inf>div.page_inf>footer>div>div>div:nth-child(3) {
display: none !important
}
#page-top>footer {
padding: 46px 0;
}
section .section-heading h2 {
font-size: 2.5rem;
}
.navtop .column {
flex-direction: column;
align-items: start;
} }
@media (max-width: 768px) {
#mainNav .navtop-mobile-cont {
width: 88%;
}
#mainNav .navtop-mobile {
width: 58%;
}
#mainNav .navtop-mobile .column {
display: none;
}
#mainNav .navtop-mobile .tel {
justify-content: center;
margin-left: 0;
margin-top: 2px;
}
#mainNav .navtop-mobile .tel h3 {
margin: auto 0;
font-size: 1.5rem;
}
#mainNav .navtop-mobile .tel h2 {
margin: auto 0;
font-size: 2rem;
}
}
@media (max-width: 576px) {
#mainNav .navtop-mobile-cont {
width: unset;
flex: 1;
}
#mainNav .mobile-logo {
height: 50px;
}
#mainNav .navtop-mobile {
margin: 0;
justify-content: center;
}
#mainNav .navtop-mobile .montaz {
font-size: 1rem;
}
#mainNav .navtop-mobile p {
font-size: 0.6rem;
margin-bottom: 0;
}
#mainNav .navtop-mobile .tel h3 {
margin: auto 0;
font-size: 0.7rem;
}
#mainNav .navtop-mobile .tel h2 {
margin: auto 0;
font-size: 0.95rem;
font-weight: 700;
}
}
header.masthead {
position: relative;
width: 100%;
color: #fff; margin-top: 168px;
padding-top: 0px;
padding-bottom: 0px;
}
header.masthead .big-slider {
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
background-color: rgba(0, 0, 0, 0);
}
header.masthead .big-slider .owlimg {
width: 100%;
height: 600px;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size: cover;
background-position: 0% 0%;
}
@media screen and (max-width: 992px) {
header.masthead {
margin-top: 70px;
}
div.wpcf7 .ajax-loader {
position: absolute;
}
.item.item-right.col-xl-4.col-lg-4.col-md-12.col-sm-12 {
word-wrap: anywhere;
}
}
#page-top>footer>div>div>div:nth-child(4) {
padding-right: 0px;
padding-left: 0px;
} @media screen and (max-width: 375px) {
input.wpcf7-form-control.wpcf7-submit.btn {
margin-top: -20px;
}
}
section.small-info {
position: relative;
background-color: #fff;
padding: 85px 0;
}
section.small-info .item-wrapper {
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
margin-bottom: 15px;
flex-direction: column;
}
section.small-info .item-wrapper .img {
position: relative;
width: 100%;
height: 235px;
background-repeat: no-repeat;
background-size: contain;
-webkit-background-size: contain;
background-position: center;
}
section.small-info .item-wrapper p { width: 100%;
padding: 0;
color: #000;
font-size: 1.2rem;
margin: 0;
}
section.small-info .item-wrapper span {
display: block;
text-align: left;
width: 100%;
background-color: #FEB81C;
color: #000;
font-size: 1.5rem;
margin: 0;
padding: 5px 22px;
bottom: -10px;
left: -10px;
position: relative;
clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}
.small-info .item-wrapper {
position: relative;
background-color: #F0F0F0;
}
.parallax-cont {
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
}
.parallax-cover {
position: absolute;
height: 100%;
width: 100%;
background-position: right;
background-size: cover;
}
@media screen and (max-width: 1200px) {
section.small-info .item p {
padding: 15px;
font-size: 1.6rem;
}
}
@media screen and (max-width: 992px) {
section.small-info .item p {
padding: 15px;
font-size: 2rem;
}
}
@media screen and (max-width: 480px) {
section.small-info .item p {
padding: 50px 19px;
font-size: 1.2rem;
}
.header-addr {
display: none;
}
}
section.about {
overflow: hidden;
position: relative;
background-color: transparent;
padding: 0px 0;
height: auto;
}
section.about .s1 {
height: 500px;
width: 100%;
position: relative;
overflow: hidden;
}
.h100 {
height: 100%;
}
section.about .s2 {
width: 100%;
position: relative;
overflow: hidden;
}
section.about .zakaz {
height: 100%;
width: 100%;
padding: 0 5px;
background-color: rgba(0, 0, 0, 0);
z-index: 2;
}
section.about .spetial {
position: relative;
display: flex;
justify-content: center;
height: 100%;
width: 100%;
background-color: #212121;
padding: 7% 0;
}
.about .content {
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
max-width: 666px;
height: 100%;
}
.about .content h3 {
color: #fff;
font-size: 3em;
}
.about .content p {
font-size: 1.5em;
color: #000;
}
.about .content.lightfont p {
color: #fff;
}
section.about .spetial .container-fluid {
display: flex;
justify-content: center;
}
section.about .spetial .container {
height: 100%;
position: relative;
}
.spetial .row {
position: relative;
height: 100%;
justify-content: center;
align-items: center;
}
.spetial .social {
display: flex;
}
.spetial h3 {
color: #fff;
font-size: 1.5em;
margin: 3em 0 1em;
}
.spetial h4 {
color: #fff;
font-size: 3em;
line-height: 0.9;
}
.spetial h5 {
color: #fff;
font-size: 6em;
}
.spetial p {
color: #fff;
font-size: 1.5em;
}
section.about .spetial .item h3 {
color: #ededed;
font-size: 2rem;
font-weight: 700;
}
section.about .spetial .item h4 {
color: #ededed;
font-size: 3rem;
text-transform: uppercase;
font-weight: 700;
}
@media screen and (max-width: 480px) {
section.about .spetial .item h4 {
font-size: 2.5rem;
}
}
section.about .spetial .item h5 {
font-size: 3rem;
color: #ff3838;
text-transform: uppercase;
}
@media screen and (max-width: 480px) {
section.about .spetial .item h5 {
font-size: 2rem;
}
}
.ClassyCountdown-wrapper>div {
background: rgb(63, 63, 63);
background: -moz-radial-gradient(circle, rgba(63, 63, 63, 1) 0%, rgba(33, 33, 33, 1) 67%);
background: -webkit-radial-gradient(circle, rgba(63, 63, 63, 1) 0%, rgba(33, 33, 33, 1) 67%);
background: radial-gradient(circle, rgba(63, 63, 63, 1) 0%, rgba(33, 33, 33, 1) 67%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#3f3f3f", endColorstr="#212121", GradientType=1);
}
.countdown .ClassyCountdown-value div {
margin-bottom: 15px;
font-size: 4rem;
}
.ClassyCountdown-wrapper .ClassyCountdown-value {
top: 54%;
}
section.about .spetial .item p {
color: #ededed !important;
font-size: 2rem;
padding: 0 5px;
}
section.about .spetial .item .countdown {
position: relative;
}
section.about .spetial .item .social {
justify-content: center;
font-size: 3rem;
width: 290px;
padding-left: 10px;
}
section.about .spetial .img {
position: relative;
width: 100%;
max-width: 330px;
max-height: 260px;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size: cover;
background-position: 0% 50%;
}
section.about .whois-cont {
position: relative;
height: auto;
width: 100%;
background-color: #fff;
}
section.about .whois-cont .whois {
margin: 100px 0;
position: relative;
height: auto;
width: 100%;
display: flex;
border-left: 30px solid transparent;
left: 20px;
}
section.about .whois-cont .whois .content {
width: 50%;
background-color: #ededed;
padding: 50px 50px;
overflow: hidden;
z-index: 1;
}
section.about .whois-cont .whois .content:before {
background-color: #ededed;
content: '';
height: 100%;
width: 30%;
transform: skew(-9deg, 0deg);
position: absolute;
right: 47%;
top: 0px;
z-index: -1;
}
section.about .whois-cont .whois .content h3 {
padding-bottom: 1rem;
}
section.about .whois-cont .whois .img {
position: relative;
right: 45px;
width: 60%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size: cover;
background-position: 50% 50%;
transform: scale(0.85);
}
#single-service h3,
#single-service p {
color: #000;
}
@media screen and (max-width: 480px) {
section.about .whois-cont .whois .img {
display: contents;
}
}
.countdown .ClassyCountdown-value {
color: #ededed;
}
.countdown .ClassyCountdown-value div { }
.countdown .ClassyCountdown-value span {
font-size: 1.6rem!important;
}
.why {
padding: 6em 0;
}
.why ul {
list-style: none;
}
.why ul li {
margin-bottom: 20px;
}
.why img {
max-width: 100%;
}
.why ul li img {
width: 30px;
margin-right: 15px;
}
.why p {
font-size: 2em;
}
.why a {
display: flex;
margin-top: 25px;
}
.why a:after {
content: '';
display: block;
flex-grow: 1;
margin-left: 2em;
background-color: #FEB81C;
height: 1.2em;
}
footer .row.social i {
width: 30px;
height: 30px;
}
@media screen and (max-width: 992px) {
section.about .zakaz {
padding: 0 10px;
}
section.about .spetial .item {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
section.about .spetial .item .social {
width: 100%;
padding-left: 0;
} section.about .spetial h3 {
padding: 0rem 0;
padding-bottom: 1rem;
text-align: center;
}
section.about .countdown .ClassyCountdown-value div {
font-size: 4rem;
}
section.about .whois-cont .whois .content {
width: 55%;
padding: 30px 30px;
}
section.about .whois-cont .whois .content:before {
right: 42%;
}
}
@media screen and (max-width: 768px) {
section.about .spetial .item .social {
width: 100%;
padding-left: 0;
}
.card-img-top {
height: auto !important;
} section.about .countdown .ClassyCountdown-value div {
font-size: 2rem;
}
section.about .whois-cont .whois .content {
width: 55%;
padding: 30px 30px;
}
section.about .whois-cont .whois .content:before {
right: 40%;
}
.navbar-nav {
padding-left: 15px;
}
}
@media screen and (max-width: 576px) {
section.about .spetial .item .social {
width: 100%;
padding-left: 0;
} section.servises .card .card-text {
height: auto!important;
}
section.about .whois-cont .whois .content {
width: 95%;
padding: 22px 22px;
}
section.about .whois-cont .whois .content:before {
right: 24%;
}
section.about .whois-cont .whois {
left: 0px;
margin: 80px 0;
}
.side-social {
left: -56px;
}
.side-social .opn-btn {
display: block;
}
.side-social:hover {
left: 0;
}
.side-social:hover .opn-btn {
opacity: 0;
}
.why p {
font-size: 1.3em;
}
.spetial p {
display: none;
}
.spetial .social {
justify-content: center;
}
.spetial h4 {
font-size: 1.5em;
display: inline-block;
}
}
@media screen and (max-width: 465px) {
section.about .fab {
margin: 8px 8px;
}
.spetial h5 {
font-size: 2em;
}
.spetial h4 {
font-size: 1.4em;
}
.spetial h3 {
color: #fff;
font-size: 1.2em;
margin: 1em 0 1em;
}
.ClassyCountdown-wrapper .ClassyCountdown-value {
margin-top: -14px;
}
section.about .countdown .ClassyCountdown-value div {
font-size: 1.3rem;
margin-bottom: 2px;
}
section.about .spetial .item .social {
width: 100%;
padding-left: 0;
margin: 0 auto;
}
section.about .spetial .img {
margin-top: 30px; }
section.about .spetial .container-fluid .row-row {
padding: 5px;
}
section.about .whois-cont .whois .content {
width: 95%;
padding: 20px 20px;
}
section.about .whois-cont .whois .content:before {
right: 21%;
width: 35%;
}
}
section.servises {
position: relative;
padding: 30px 0;
}
section.servises .card {
width: 100%;
margin: 18px 0px;
}
section.servises .card .card-text {
height: 140px;
}
section.choose-us {
position: relative;
background-color: rgba(0, 0, 0, 0);
padding: 30px 0;
width: 100%;
background-position: right;
background-size: cover;
}
section.choose-us .row {
justify-content: center;
}
section.choose-us .image img {
margin: auto;
height: 120px;
width: auto;
}
section.choose-us .item-left {
margin-right: auto;
}
section.choose-us .item-right {
margin-left: auto;
}
section.choose-us .item {
position: relative;
display: flex;
height: 100%;
}
section.choose-us .item .content {
display: flex;
margin: auto;
padding: 0rem 0;
width: 100%;
}
section.choose-us .item .content h2 {
color: #fff;
width: 100%;
text-align: left;
font-weight: 400;
font-size: 2.5rem;
padding: 0.5rem 0;
}
section.choose-us .item .content h3 {
color: #fff;
width: 70%;
text-align: left;
font-weight: 400;
font-size: 1.5rem;
}
section.choose-us .item .round {
margin-right: 15px;
position: relative;
width: 60px;
height: 60px;
border-radius: 100%;
background-color: #ff3838;
color: #fff;
font-size: 2.4rem;
margin: auto;
}
@media screen and (max-width: 992px) {
section.choose-us .image {
order: 2;
}
section.choose-us .image img {
margin-top: 60px;
height: 100px;
}
section.choose-us .god {
order: 2;
}
section.choose-us .item {
height: 130px;
padding: 1.5rem;
}
section.choose-us .item .content {
padding: 0;
width: 100%;
}
}
section.clients {
position: relative;
padding: 30px 30px;
}
section.clients .client-slider .slide {
height: 320px;
}
section.clients .client-slider .slide-text {
padding: 10px 30px;
background-color: #fff;
}
section.clients .client-slider .slide-img .img {
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size: cover;
background-position: 50% 50%;
}
.wisme-front-slider-single img {
object-fit: contain;
} section.clients .stars {
color: #ff3838;
}
section.contact {
position: relative;
background-color: rgba(0, 0, 0, 0);
padding: 3rem 0;
width: 100%;
background-position: right;
background-size: cover;
}
section.contact .title {
display: flex;
justify-content: center;
}
section.contact .title h3 {
color: #fff !important;
font-size: 2rem;
z-index: 1;
}
section.contact .column a.tel {
padding-top: 2rem;
display: flex;
justify-content: center;
}
section.contact .column a.tel h3 {
color: #ff3838;
margin: auto 0;
font-size: 2rem;
z-index: 1;
}
section.contact .column a.tel h2 {
margin: auto 0;
color: #ff3838;
font-size: 2rem;
font-weight: 700;
z-index: 1;
}
footer {
padding: 25px 0;
text-align: center;
}
footer .f-logo {
height: 90px;
}
footer a {
font-size: 16px;
line-height: 1;
text-transform: uppercase;
}
footer footer ul li a:hover,
footer footer ul li a:focus,
footer footer ul li a:active,
footer footer ul li a.active {
text-decoration: none;
}
footer .social {
margin-top: 10px;
justify-content: center;
font-size: 3rem;
width: 100%;
}
section#single-service {
padding-top: 6%;
}
section#contacts {
padding-top: 6%;
}
section#contacts .wpcf7 {
width: 100%;
color: #000;
}
section#contacts .wpcf7 h4 {
color: #000;
}
section#contacts .wpcf7 [type="submit"] {
margin-top: 0px;
}
section#contacts .wpcf7 textarea {
height: 85px;
}
section#error404 {
box-shadow: none;
width: 100%;
height: 100%;
position: relative;
padding-top: 260px;
}
section#error404 h2 {
color: #000;
font-size: 200px;
text-align: center;
padding-bottom: 50px;
border-bottom: 4px solid #ededed;
}
section#error404 div {
padding-top: 50px;
width: 320px;
text-align: center;
margin: 0 auto;
}
section#error404 div h3 {
color: #000;
padding-bottom: 25px;
}
section#error404 div a {
width: 100%;
font-size: 16px;
right: 0px;
}
.wpcf7 {
width: 100%;
color: #fff;
}
.wpcf7 h4 {
color: #fff;
text-align: center;
margin-top: 30px;
z-index: 1;
}
.wpcf7 .cf7-field {
resize: none;
display: block;
margin: 20px auto;
width: 100%;
background-color: #fff;
border: 1px solid #ff3838;
padding: 5px 10px;
border-radius: .25rem;
}
.wpcf7 .form-check {
padding-left: 0;
}
.wpcf7 span.wpcf7-list-item {
margin: 0;
font-size: .8rem;
}
.wpcf7 [type="submit"] {
text-transform: uppercase;
padding: 8px;
margin-top: 20px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
background-color: #ff3838;
color: #fff;
z-index: 1;
}
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
display: block;
z-index: 1;
}
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
margin: 0 3px 0 0;
width: 20px;
height: 20px;
z-index: 1;
}
.wpcf7-list-item-label {
display: block;
cursor: pointer;
position: relative;
padding: 0 0 0 35px;
line-height: 20px;
margin-left: 20px;
font-size: .8rem;
opacity: .9;
margin-right: 20px;
}
.wpcf7-list-item-label a {
text-decoration: underline!important;
}
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
position: absolute;
opacity: 0;
}
.wpcf7-list-item-label::before {
border: 4px solid #ff3838;
border-radius: 50%;
content: '';
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
}
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
background-color: #ff3838;
}
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"]:checked+.wpcf7-list-item-label {
opacity: 1;
}
.wpcf7-response-output {
position: fixed;
bottom: 10px;
right: 30px;
background-color: #ededed;
color: green;
z-index: 99;
}
@media screen and (max-width: 1470px) {
#mainNav .logo img {
height: 69px !important;
}
header.masthead .big-slider .owlimg {
height: auto;
}
}
@media screen and (max-width: 992px) {
.head-wrapper .navbar-wrapper {
background-color: #f0f0f0;
}
#mainNav .nav-item:hover {
background-color: transparent;
}
.spetial h4 {}
#mainNav .nav-item a:hover {
color: #93433b!important;
}
section.about .s1 {
height: 380px;
}
.about .content {
max-width: 100%;
font-size: 10px;
}
.spetial h4 {
font-size: 2em;
display: inline-block;
}
.spetial h5 {
font-size: 3em;
display: inline-block;
}
.wpcf7 h4 {
margin-top: 15px;
}
.wpcf7 .cf7-field {
margin: 10px auto;
padding: 3px 8px;
}
.wpcf7 [type="submit"] {
padding: 8px;
margin-top: 0px;
width: 50%;
}
.row.social {
margin-right: 0;
margin-left: 0;
}
}
@media screen and (max-width: 768px) {
section.about .s1 {
height: 380px;
}
}
@media screen and (max-width: 411px) {
section.about .s1 {
height: 410px;
}
}
@media screen and (max-width: 380px) {
section.servises .card .card-text {
margin-bottom: 30px;
}
}
.hiddenRow img {
transition: transform 0.7s ease;
cursor: pointer;
width: 40px;
margin-right: 10px;
}
.rotate {
transform: rotate(180deg);
}
.hiddenRow {
border-top: none !important;
padding: .5rem !important;
}
.inf {
display: flex;
}
.text-1 {
width: 50%;
text-align: justify;
}
.text-1_img {
width: 50%;
padding: 0 30px;
}
.text-1_img img {
max-width: 100%;
height: auto;
}
.page_inf {
margin-top: 200px;
width: 100%;
}
.card-img-top {
height: 250px;
}
.quantity {
display: flex;
margin-left: 48%;
margin-bottom: 0px;
}
.quantity input[type="number"] {
color: #848484;
text-align: center;
width: 40px;
padding-right: 10px;
-moz-appearance: textfield;
}
.radbut {
color: #ff3838;
border-style: none;
background: none;
padding: 15px;
}
.radbut i {
font-size: 3rem;
}
.radborder {
border: #ff3838;
border-style: solid;
border-width: 2px;
border-radius: 2px;
padding: 3px 8px;
margin: auto 0;
}
.micro {
float: right;
width: 29%;
word-wrap: break-word;
}
@media screen and (max-width:991px) {
.page_inf {
margin-top: 100px;
}
.text-1_img {
width: 100%;
}
.text-1 {
width: 100%;
padding: 0;
}
.inf {
display: block;
}
}
@media screen and (max-width: 480px) {
.accordian-body.collapse.show p,
.accordian-body.collapse.show span,
.accordian-body.collapse.show b {
font-size: 12px;
}
.quantity {
transform: scale(0.8);
margin-left: 40%;
}
.micro {
width: 23%;
}
}
.foc:hover {
color: #ff3838;
text-decoration: none;
outline: none;
cursor: pointer;
}