/*
Theme Name: DiscsForCars
Author: Black square studio
Author URI: http://bs-studio.com.ua/
Version: 1.0
*/

@charset utf-8;
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  outline: 0 none;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
menu,
nav,
section,
summary {
  display: block;
}
a,
a:hover,
button,
button:hover,
.anime,
.small_btn,
.btn:hover .small_btn {
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
button {
  cursor: pointer;
}
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Pragmatica";
  src: url("assets/fonts/Pragmatica.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("assets/fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("assets/fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Montserrat-Light";
  font-size: 14px;
  line-height: normal;
  background-color: #fff;
  color: #000000;
}

.header__block_social ul li:hover,
.footer__block_social ul li:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer__block_social ul li {
  margin-right: 1px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.header__block {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(41.99%, rgba(0, 0, 0, 0.56)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.56) 41.99%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.56) 41.99%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.56) 41.99%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 90px;
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 0;
}

.header__block_menu ul {
  list-style: none;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__block_menu ul li {
  margin-right: 20px;
}

.header__block_menu ul li:last-child,
.header__block_social ul li:last-child {
  margin-right: 0;
}

.header__block_menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.header__block_menu ul li a:hover {
  color: #19a4c0;
}

.active {
  color: #19a4c0 !important;
}

.header__block_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
}
.header__block_phone a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.header__block_social ul {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__block_social ul li {
  margin-right: 10px;
  list-style: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.header__block_phone a:hover {
  text-decoration: none;
  color: #19a4c0;
}

.block__footer {
  /*margin-top: 100px;*/
  /*height: 225px;*/
  background-color: #000000;
}

.block__footer h5 {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}

.block__footer p span {
  text-transform: uppercase;
  line-height: 1.8;
}

.header__block_social .menu-image-title,
.footer__block_social .menu-image-title {
  display: none;
}
.menu-item a.menu-image-title-after.menu-image-not-hovered img,
.menu-item
  a.menu-image-hovered.menu-image-title-after
  .menu-image-hover-wrapper {
  padding-right: 0;
}

.block__footer p {
  margin: 0;
  color: #fff;
}

.block__footer_about_us {
  width: 469px;
}

#footer_menu li {
  padding-bottom: 8px;
}

#footer_menu li a {
  color: #fff;
  text-transform: uppercase;
}

.block__footer_about_us,
.footer__block_menu,
.footer__block_social,
.footer__block_city {
  padding-top: 16px;
}

.footer__block_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bs_studio a {
  color: #fff;
}

.bs_studio a:hover {
  text-decoration: none;
  color: #fff;
}

body .rev_slider .tp-caption {
  font-family: "Montserrat-SemiBold" !important;
}

.block__welcome {
  background-color: rgba(0, 0, 0, 0.19);
  height: 389px;
}

.block__welcome_form {
  margin: -5em auto;
  position: relative;
  background-color: #fff;
  height: 130px;
  width: 1030px;
  max-width: 100%;
}

.block__welcome_form_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 130px;
  margin-left: 30px;
}

.block__welcome_form_text p {
  font-family: "Montserrat-Light";
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
}

.block__welcome_form_f {
  margin-top: 38px;
  margin-left: 10px;
}

.block__welcome_form_f input[type="tel"] {
  background: rgba(0, 0, 0, 0.09);
  border-radius: 30px;
  border: 0;
  height: 42px;
  color: #000000;
  padding-left: 10px;
  max-width: 100%;
}

.block__welcome_form ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block__welcome_form_f input[type="submit"] {
  background: #be0019;
  border-radius: 30px;
  border: 0;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
  color: #fff;
  height: 45px;
  width: 175px;
  margin-left: 30px;
}

.block__welcome_form_f input[type="submit"]:hover {
  background-color: #fff;
  color: #be0019;
  border: 1px solid #be0019;
}

.block__welcome_form_f input[type="tel"]::-webkit-input-placeholder {
  color: #000000;
}

.block__welcome_form_f input[type="tel"]:focus,
.block__welcome_form_f input[type="submit"]:focus {
  outline: 0;
}

.block__welcome_title {
  background-image: url("images/number_one.png");
  background-repeat: no-repeat;
  background-position: 50% 70%;
  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;
  height: 339px;
}

.block__welcome_title h1 {
  color: rgba(0, 0, 0, 0.63);
  text-transform: uppercase;
  font-size: 48px;
  font-family: "Montserrat-ExtraBold";
  text-align: center;
  margin-top: 50px;
}

.block__why {
  margin-top: 74px;
  /*	margin-bottom: 51px;*/
}

.block__portfolio_front h2,
.block__stagesPainting h2,
.block__why h2 {
  font-size: 24px;
  color: #be0019;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  text-align: center;
}

.block__why_flex {
  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;
  height: 300px;
}

.block__why_skills img {
  margin: 0 auto;
  display: block;
}

.block__why_skills h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Montserrat-Light";
  padding-top: 18px;
  margin: 0;
}

.block__why_skills p {
  font-family: "Montserrat-Light";
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  min-height: 75px;
}

.animated {
  -webkit-animation: zoom-out 2s;
  animation: zoom-out 2s;
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: translate(0px, 50px) rotate(0deg);
    transform: translate(0px, 50px) rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 1;
  }
}

@keyframes zoom-out {
  0% {
    -webkit-transform: translate(0px, 50px) rotate(0deg);
    transform: translate(0px, 50px) rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 1;
  }
}

.block__why_skills_text {
  opacity: 0;
}

/*3d cart*/
.block__service .container-fluid {
  padding: 0;
}

.block__service_card {
  width: 100%;
  height: 311px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.block__service_card_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
}

.block__service_card_overlay_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.block__service_card_text,
.block__service_card_price {
  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;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block__service_card_text p,
.block__service_card_text_back h5,
.block__service_card_text_back p {
  color: #fff;
  font-family: "Montserrat-Bold";
  position: relative;
  z-index: 5;
}

.block__service_card_text_back h5 {
  font-size: 30px;
  position: relative;
  z-index: 5;
}

.block__service_card_text span,
.block__service_card_text_back span {
  font-size: 24px;
  position: relative;
  z-index: 5;
}

.block__service_card_front,
.block__service_card_back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  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;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bg_1 {
  background-image: url("images/disc/1.jpg");
  background-size: cover;
}

.bg_2 {
  background-image: url("images/disc/front_2.jpg");
  background-size: cover;
}

.bg_3 {
  background-image: url("images/disc/3.jpg");
  background-size: cover;
}

.bg_4 {
  background-image: url("images/disc/4.jpg");
  background-size: cover;
}

.bg_5 {
  background-image: url("images/disc/5.jpg");
  background-size: cover;
}

.bg_6 {
  background-image: url("images/disc/6.jpg");
  background-size: cover;
}

.bg_back_1 {
  background-image: url("images/disc/2.jpg");
  background-size: cover;
}

.bg_back_2 {
  background-image: url("images/disc/back_2.jpg");
  background-size: cover;
}

.bg_back_3 {
  background-image: url("images/disc/back_3.jpg");
  background-size: cover;
}

.bg_back_4 {
  background-image: url("images/disc/back_4.jpg");
  background-size: cover;
}

.bg_back_5 {
  background-image: url("images/disc/back_5.jpg");
  background-size: cover;
}

.bg_back_6 {
  background-image: url("images/disc/back_6.jpg");
  background-size: cover;
}

/*.block__service_card_front{
	outline: 0.5px solid #000000;
}*/

.block__service_card_back {
  background-color: #000000;
  -webkit-box-shadow: 1px 0px 0px 0px black;
  box-shadow: 1px 0px 0px 0px black;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.block__service_card:hover .block__service_card_front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.block__service_card:hover .block__service_card_back {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
/**/

.block__portfolio_front {
  margin-top: 40px;
}

.padding_top {
  padding-top: 25px;
}
.padding_top50 {
  padding-top: 75px;
}

.slider-nav img {
  border-radius: 50%;
}

.slider-nav {
  width: 900px;
  margin: 50px auto;
}

.slider-nav .slick-list {
  padding: 0 !important;
}

.slider_pagination {
  text-align: center;
}

.block__portfolio_view {
  text-align: center;
  text-transform: uppercase;
}

.block__portfolio_view p {
  color: #000000;
  font-family: "Montserrat-Light";
  font-size: 18px;
  padding-bottom: 20px;
}

.block__portfolio_view_button {
  background-color: #be0019;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
  border-radius: 30px;
  width: 175px;
  height: 45px;
  display: block;
  margin: 0 auto;
}

.block__portfolio_view_button a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
}

.block__portfolio_view_button a:hover {
  text-decoration: none;
  background-color: #fff;
  border-radius: 30px;
  color: #be0019;
  border: 1px solid #be0019;
}

.block__stagesPainting {
  /*margin-top: 50px;*/
}

.grey_line {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1.5px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.block__stagesPainting h2 {
  padding-bottom: 60px;
}

.block__stagesPainting_img {
  height: 230px;
  background-color: rgba(196, 196, 196, 0.19);
  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;
}

.block__stagesPainting_img img {
  max-width: 100%;
}

.block__stagesPainting_text {
  height: 230px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.block__stagesPainting_text p,
.block__stagesPainting_text h5 {
  padding-left: 25px;
}

.block__stagesPainting_text h5 {
  font-family: "Montserrat-SemiBold";
  text-transform: uppercase;
  color: #be0019;
  font-size: 18px;
  padding-top: 50px;
}

.block__feedBack {
  background-color: #c4c4c4;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
  height: 600px;
  margin-top: 50px;
}

.block__feedBack h2 {
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: left;
  line-height: 37px;
  font-weight: 700;
  text-align: center;
}

.block__feedBack_form input[type="text"],
.block__feedBack_form input[type="tel"] {
  height: 50px;
  width: 432px;
  background-color: rgba(0, 0, 0, 0.63);
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
  border-radius: 30px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  -webkit-filter: drop-shadow(16px 16px 10px #00000073);
  filter: drop-shadow(16px 16px 10px #00000073);
  max-width: 100%;
}

.block__feedBack_form textarea {
  background-color: rgba(0, 0, 0, 0.63);
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
  border-radius: 30px;
  width: 432px;
  height: 115px;
  text-align: center;
  padding-top: 50px;
  -webkit-filter: drop-shadow(16px 16px 10px #00000073);
  filter: drop-shadow(16px 16px 10px #00000073);
  color: #fff;
  max-width: 100%;
}

.block__painting_disc_service {
  margin-bottom: 35px;
}

.block__painting_disc_service h1 {
  color: #be0019;
  font-size: 24px;
  font-family: Montserrat-SemiBold;
  text-transform: uppercase;
}

.block__painting_disc_service ul {
  margin-left: 30px;
}

.block__feedBack_form input[type="text"]:focus,
.block__feedBack_form input[type="tel"]:focus,
.block__feedBack_form textarea:focus,
.block__feedBack_form input[type="submit"] {
  outline: none;
}

.block__feedBack_form input[type="text"]::-webkit-input-placeholder,
.block__feedBack_form input[type="tel"]::-webkit-input-placeholder,
.block__feedBack_form textarea::-webkit-input-placeholder {
  color: #fff;
}

.block__feedBack_form input[type="submit"] {
  margin-top: 50px;
  background-color: #be0019;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
  border-radius: 30px;
  width: 175px;
  height: 45px;
  border: 0;
  color: #fff;
}

.block__feedBack_form input[type="submit"]:hover {
  background-color: #fff;
  border: 1px solid #be0019;
  color: #be0019;
}

.block__reviews_slide_img img {
  border-radius: 50%;
  max-width: 100%;
  width: 90px;
  height: 90px;
}

.block__reviews_slide {
  background-color: rgba(196, 196, 196, 0.19);
  margin-right: 15px;
  margin-left: 15px;
}
.block__reviews_slide_img,
.block__reviews_slide_text {
  padding-top: 20px;
}

.block__reviews_slide_img {
  text-align: center;
}

.block__reviews {
  margin-top: 55px;
  margin-bottom: 100px;
}
.block__reviews h2 {
  font-family: "Montserrat-Bold";
  text-align: center;
  text-transform: uppercase;
  color: #be0019;
  margin-bottom: 35px;
  font-size: 24px;
}

.block__reviews_slide_text h5 {
  font-size: 18px;
  text-transform: uppercase;
}

.color_grey {
  background: rgba(0, 0, 0, 0.69);
}

/*Страница услуг*/
.block__painting_disc {
  margin-top: 110px;
}

.block__painting_disc h2 {
  color: #be0019;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat-SemiBold";
  padding-bottom: 25px;
  margin-left: 5px;
}

.block__painting_disc .container-fluid,
.block__order .container-fluid,
.block__work .container-fluid,
.block__advantages .container-fluid {
  margin: 0;
  padding: 0;
}

.block__advantages {
  margin-bottom: 100px;
}

.block__painting_disc_img,
.block__work_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block__painting_disc_img img,
.block__order_img img,
.block__work_img img,
.block__advantages_img img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.block__painting_disc_text,
.block__order_text,
.block__work_text,
.block__advantages_text {
  /* background-color: rgba(196, 196, 196, 0.19); */
  /*height: 312px;*/
  height: 100%;
}

.block__painting_disc_text p {
  /*padding: 41px 100px 41px 41px;*/
  /* padding-top: 20px; */
  margin-left: 20px;
}

.block__painting_disc_text ul,
.block__order_text ul,
.block__work_text ol,
.block__advantages_text ul {
  margin-left: 50px;
}

.block__order_text p {
  /*padding: 27px 33px 27px 130px;*/
  /* padding-top: 20px; */
  margin-left: 20px;
}

.block__work_text p {
  /*padding: 45px 64px 45px 105px;*/
  /* padding-top: 20px; */
  margin-left: 20px;
}

.block__advantages_text p {
  /*padding: 10px 30px 10px 130px;*/
  /* padding-top: 10px; */
  margin-left: 20px;
}

.block__order h2,
.block__work h2,
.block__advantages h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat-SemiBold";
  color: #be0019;
  font-size: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/**/

/*Страница портфолио*/

.block__portfolio {
  margin-top: 100px;
}

.block__portfolio_section {
  position: relative;
}

.block__portfolio_section_img img {
  width: 100%;
  height: 100%;
}

/*.block__portfolio_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
}*/

.block__portfolio .gallery_ {
  background-color: transparent !important;
}

.block__portfolio .container {
  max-width: 1200px;
}

.block__portfolio h1 {
  color: #be0019;
  text-transform: uppercase;
  font-family: "Montserrat-SemiBold";
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.block__portfolio .figure {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.block__portfolio .sortLink {
  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;
  text-align: left;
  color: #fff;
  font-family: "Montserrat-Light";
  background-color: rgba(196, 196, 196, 0.28);
  border-radius: 0;
  margin: 0;
  border: none;
  width: 171px;
  height: 50px;
  margin-right: 4px;
  outline: 1px solid #be0019;
}

.block__portfolio .sortLink.selected {
  color: #be0019;
  background-color: #fff;
  outline: none;
}

.block__portfolio .sortLink:hover {
  color: #be0019;
  background-color: #fff;
  text-decoration: none;
}

.block__portfolio .photos {
  padding-top: 10px;
}

.pull {
  display: none;
}

/*Страница контакты*/
.block__contacts {
  background-image: url("images/bg_contacts.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 550px;
}

.blocks__contacts_overlay {
  /*	position: absolute;
	top: 0;
	left: 0;*/
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.block__contacts_adress,
.block__contacts_form {
  margin-top: 100px;
}

.block__contacts_adress h1 {
  color: #be0019;
  /*	font-size: 18px;*/
  font-size: 28px;
  font-family: "Montserrat-SemiBold";
  margin-top: 22px;
  margin-bottom: 22px;
}

.block__contacts_adress h5 {
  color: #fff;
  font-size: 24px;
  font-family: "Montserrat-SemiBold";
  margin-top: 25px;
  margin-bottom: 25px;
}

.block__contacts_adress p {
  color: #fff;
  font-size: 20px;
}

.block__contacts_form h3 {
  text-align: left;
  color: #fff;
  font-size: 24px;
  margin-bottom: 50px;
}

.block__contacts_form input[type="text"],
.block__contacts_form input[type="tel"],
.block__contacts_form input[type="email"] {
  border: 1px solid #fff;
  text-align: center;
  background: rgba(196, 196, 196, 0.19);
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 415px;
  height: 40px;
  color: #fff;
  margin: 0 auto;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  max-width: 100%;
}

.block__contacts_form input[type="text"]::-webkit-input-placeholder,
.block__contacts_form input[type="tel"]::-webkit-input-placeholder,
.block__contacts_form input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

.block__contacts_form input[type="text"]:focus,
.block__contacts_form input[type="tel"]:focus,
.block__contacts_form input[type="email"]:focus,
.block__contacts_form input[type="submit"]:focus {
  outline: none;
}

.block__contacts_form input[type="submit"] {
  text-align: center;
  color: #fff;
  background-color: #be0019;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
  border-radius: 30px;
  border: none;
  width: 175px;
  height: 45px;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.block__contacts_form input[type="submit"]:hover {
  background-color: #fff;
  border: 1px solid #be0019;
  color: #be0019;
}

/*.block__contacts_form{
	display: flex;
	justify-content: center;
	text-align: left;
}*/

.contacts_line {
  background-color: #be0019;
  width: 1px;
  height: 400px;
  margin-top: 80px;
}
/**/

.fixedNav {
  position: fixed;
  top: 0;
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.63);
  left: 0;
  color: #323232;
  width: 100%;
  height: 90px;
  z-index: 9999;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.fixedNav:hover {
  opacity: 1;
}

.block__why_skills {
  width: 100%;
}

.order_img_1 {
  -webkit-box-ordinal-group: -11;
  -ms-flex-order: -12;
  order: -12;
}
.order_text_2 {
  -webkit-box-ordinal-group: -10;
  -ms-flex-order: -11;
  order: -11;
}
.order_img_2 {
  -webkit-box-ordinal-group: -9;
  -ms-flex-order: -10;
  order: -10;
}
.order_text_4 {
  -webkit-box-ordinal-group: -8;
  -ms-flex-order: -9;
  order: -9;
}
.order_img_3 {
  -webkit-box-ordinal-group: -7;
  -ms-flex-order: -8;
  order: -8;
}
.order_text_6 {
  -webkit-box-ordinal-group: -6;
  -ms-flex-order: -7;
  order: -7;
}
.order_text_1 {
  -webkit-box-ordinal-group: -5;
  -ms-flex-order: -6;
  order: -6;
}
.order_img_4 {
  -webkit-box-ordinal-group: -4;
  -ms-flex-order: -5;
  order: -5;
}

.block__feedBack {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.block__feedBack h2,
.block__feedBack .block__feedBack_form {
  position: relative;
  z-index: 5;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.overlay h1 {
  text-align: center;
  color: #fff;
  font-size: 70px;
  margin-top: 17%;
}

.error-404 {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}

.block__price {
  margin-top: 100px;
}

.block__price_section {
  position: relative;
}

/*.block__price_section_img img{
	width: 100%;
	height: 100%;
}*/

.block__price_section,
.block__portfolio_section {
  background-image: url("images/bg_p.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100%;
}

.block__price h1 {
  color: #be0019;
  text-transform: uppercase;
  font-family: "Montserrat-SemiBold";
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.price__block_tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-align: center;
}

.price__block_tabs ul li {
  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;
  color: #fff;
  margin-right: 4px;
  outline: 1px solid #be0019;
  width: 171px;
  height: 50px;
  background-color: rgba(196, 196, 196, 0.28);
  font-size: 13px;
  cursor: pointer;
}

.tab_active {
  color: #be0019 !important;
  background-color: #fff !important;
  outline: none !important;
}

.block__price_table_2,
.block__price_table_3,
.block__price_table_4,
.block__price_table_5,
.block__price_table_6 {
  display: none;
}

.block__price_table_1 img,
.block__price_table_2 img,
.block__price_table_3 img,
.block__price_table_4 img,
.block__price_table_5 img,
.block__price_table_6 img {
  border: 1px solid #fff;
  max-width: 100%;
}

.table_price h4 {
  text-align: center;
  color: #be0019;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table_price {
  -webkit-animation: left-out 2s;
  animation: left-out 2s;
  padding-bottom: 30%;
}

@-webkit-keyframes left-out {
  0% {
    -webkit-transform: rotate(0deg) scale(0.3, 0.3);
    transform: rotate(0deg) scale(0.3, 0.3);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1.05, 1.05);
    transform: rotate(0deg) scale(1.05, 1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
  }
}

@keyframes left-out {
  0% {
    -webkit-transform: rotate(0deg) scale(0.3, 0.3);
    transform: rotate(0deg) scale(0.3, 0.3);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1.05, 1.05);
    transform: rotate(0deg) scale(1.05, 1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
  }
}

.block__welcome_form_f div.wpcf7-validation-errors,
.block__welcome_form_f div.wpcf7-acceptance-missing {
  color: #000;
  border: none !important;
}
.block__contacts_form div.wpcf7-response-output {
  border: none !important;
  color: #fff;
  text-align: center;
}
.wpcf7-response-output {
  border: none !important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #fff;
  margin: 0;
  border: none !important;
  text-align: center;
}
.block__contacts_form span.wpcf7-not-valid-tip {
  display: inherit;
}
/*media 1024px*/

.formFrontPageTwo {
  margin-bottom: 50px;
}
.block__feedBack_form .wpcf7-response-output {
  color: #fff;
  height: 300px;
  font-size: 18px;
}

.tab__description {
  margin-top: 30px;
}

.tab__description p {
  color: #fff;
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
  line-height: 25px;
}

.tab_red {
  color: #be0019;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .block__advantages_text p,
  .block__work_text p,
  .block__order_text p,
  .block__painting_disc_text p {
    padding: 10px 10px 10px 10px;
    margin: 0;
  }

  .block__painting_disc_img img,
  .block__order_img img,
  .block__work_img img,
  .block__advantages_img img {
    height: 100%;
  }
  .header__block_phone {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .block__portfolio_section_img img {
    height: 100vh;
  }
  .contacts_line {
    display: none;
  }
  .block__contacts {
    height: auto;
  }
  .block__order h2,
  .block__work h2,
  .block__advantages h2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .header__block_logo {
    text-align: center;
  }
  .header__block_menu ul,
  .header__block_phone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding-top: 10px;
  }
  .header__block_social ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding-top: 20px;
  }
  .block__portfolio,
  .block__painting_disc {
    margin-top: 250px;
  }
  .block__portfolio h1,
  .block__painting_disc h2 {
    text-align: center;
  }
  .block__footer_about_us {
    width: 100%;
  }
  .footer__block_social ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .footer__block_social ul li {
    margin-right: 15px;
  }
  .color_grey {
    height: auto;
  }

  .block__painting_disc_text p,
  .block__order_text p,
  .block__work_text p,
  .block__advantages_text p {
    font-size: 12px;
  }
  .slider-nav {
    width: 450px;
  }
  .block__why_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .block__reviews_slide_text h5 {
    text-align: center;
  }
  .block__reviews_slide_text p {
    padding: 10px;
  }
  .block__welcome_form_text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    height: 100px;
  }
  .block__welcome_form_text p {
    text-align: center;
  }
  .block__welcome_form ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block__welcome_form {
    height: 100%;
  }
  .block__welcome_form_f {
    margin: 0;
  }
  .block__welcome_title h1,
  .block__service_card_text span,
  .block__service_card_text_back span {
    font-size: 35px;
  }

  .order_text_1 {
    -webkit-box-ordinal-group: -11;
    -ms-flex-order: -12;
    order: -12;
  }
  .order_img_1 {
    -webkit-box-ordinal-group: -10;
    -ms-flex-order: -11;
    order: -11;
  }

  .order_text_2 {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10;
  }
  .order_img_2 {
    -webkit-box-ordinal-group: -8;
    -ms-flex-order: -9;
    order: -9;
  }

  .order_text_3 {
    -webkit-box-ordinal-group: -7;
    -ms-flex-order: -8;
    order: -8;
  }
  .order_img_3 {
    -webkit-box-ordinal-group: -6;
    -ms-flex-order: -7;
    order: -7;
  }

  .order_text_4 {
    -webkit-box-ordinal-group: -5;
    -ms-flex-order: -6;
    order: -6;
  }
  .order_img_4 {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5;
  }

  .order_text_5 {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4;
  }
  .order_img_5 {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
  }

  .order_text_6 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
  .order_img_6 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .task_text {
    display: block;
    margin: 0 auto;
    width: 200px !important;
  }
  .padding_top50 {
    padding: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .block__service_card_text p,
  .block__service_card_text_back h5,
  .block__service_card_text_back p {
    text-align: center;
  }
  .block__footer p {
    line-height: 1.8;
  }
  .block__service_card {
    -webkit-perspective: unset;
    perspective: unset;
  }
  .block__contacts_adress {
    margin-top: 300px;
  }
  .block__contacts_form {
    margin: 30px;
  }
  .block__contacts_adress h1 {
    text-align: center;
    font-size: 40px;
  }
  .block__contacts_adress_city h5,
  .block__contacts_adress_city p,
  .block__contacst_adress_phone h5,
  .block__contacst_adress_phone p,
  .block__contacts_form h3 {
    text-align: center;
  }
  .block__contacts_form h3 {
    margin-bottom: 25px;
  }
  .block__welcome_title {
    background-position: 50% 60%;
  }

  .fixedNav {
    height: auto;
  }
  .fixedNav .header__block_phone,
  .fixedNav .header__block_social {
    display: none;
  }

  .fullscreen-bg__video {
    display: none;
  }

  .block__price_section_img img {
    display: none;
  }
  .block__price_overlay {
    position: unset;
  }
  .block__price {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 0;
  }
  .block__price h1 {
    text-align: center;
    margin-top: 70px;
    font-size: 24px;
  }
}

@media (max-width: 414px) {
  .slider-nav {
    width: 150px;
  }
  .block__welcome_form ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block__feedBack h2 {
    font-size: 25px;
  }
  .block__welcome_form_f input[type="tel"] {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
  }
  .slider-nav {
    display: none;
  }
  .block__portfolio_view p {
    padding-top: 30px;
  }
  .block__welcome_title h1,
  .block__service_card_text span,
  .block__service_card_text_back span {
    font-size: 25px;
  }
  .block__feedBack_form input[type="submit"] {
    margin-top: 30px;
  }

  .pull {
    display: block;
  }
  .mobile__menu {
    border-bottom: 0;
    width: 80%;
    margin: 0 auto;
  }

  .mobile__menu ul li {
    text-align: center;
    list-style: none;
    margin-top: 15px;
    width: 100%;
  }
  .mobile__menu ul li a {
    color: #fff;
  }
  .mobile__menu ul {
    display: none;
    height: auto;
  }
  nav a.pull:after {
    content: "";
    background: url("images/menu.png") no-repeat;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 7px;
    width: 24px;
    height: 24px;
  }
  .mobile__menu a.pull {
    display: block;
    position: relative;
    text-decoration: none;
    margin-bottom: 15px;
    color: #fff;
    margin-left: 10px;
    height: 40px;
    padding-top: 12px;
  }
  .header__block_menu {
    background: #21252987;
    width: 70%;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
  }
  .block__portfolio_section_img {
    background-color: rgba(0, 0, 0, 0.9);
    height: 222px;
  }
  .block__portfolio {
    margin: 0;
  }
  .block__portfolio_section_img img {
    display: none;
  }
  .block__portfolio #FilerTab {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block__portfolio .sortLink {
    width: 80%;
    text-align: center;
    margin-bottom: 5px;
  }
  .block__portfolio .photos {
    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;
  }
  .block__painting_disc {
    margin-top: 270px;
  }
  .block__portfolio h1 {
    padding-top: 50px;
  }

  .order__block_2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
  .order__block_1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .block__painting_disc_text,
  .block__order_text,
  .block__work_text,
  .block__advantages_text {
    height: auto;
  }

  .fixedNav {
    height: auto;
  }
  .fixedNav .header__block_menu {
    border: 1px solid #fff;
  }
  .fixedNav .mobile__menu a.pull {
    height: auto;
  }
  .fixedNav nav a.pull:after {
    top: 10px;
  }
  .fixedNav .header__block_phone,
  .fixedNav .header__block_social {
    display: none;
  }
  .fixedNav .header__block_logo {
    text-align: left;
  }
  .fixedNav .header__block_menu {
    margin-left: 150px;
    margin-top: -65px;
    width: 50%;
  }
  .block__welcome_title {
    background-image: unset;
  }
  .block__welcome_title h1 {
    margin-top: 0;
  }
  .block__reviews_slider .slick-prev {
    left: 25px;
    top: 55px;
  }
  .block__reviews_slider .slick-next {
    right: 50px;
    top: 55px;
  }
  .block__order h2,
  .block__work h2,
  .block__advantages h2 {
    font-size: 18px;
  }
  .block__price h1 {
    margin-top: 150px;
  }
  .price__block_tabs ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .price__block_tabs ul li {
    width: 80%;
    margin-bottom: 10px;
  }
  .table_price h4 {
    font-size: 14px;
  }
  /*		.block__portfolio_overlay{position: unset;}*/
  .block__portfolio_section {
    overflow: visible;
  }
}

@media (max-width: 320px) {
  .block__feedBack h2,
  .block__welcome_title h1 {
    font-size: 23px;
  }
}
/**/
