/*
Theme Name: ПК РВ
Version: 1.0
Description: Тема для ООО ПК "РВ"
Author: Zalex
Author URI: https://залекс.рф/
*/

@font-face {
	font-family: circe; /* Имя шрифта */
	src: url(../fonts/CRC55.otf); /* Путь к файлу со шрифтом */
}

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	color:#1f2839;
	font-family: circe;
	font-size: 16px;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.content {
	flex: 1 0 auto;
}

.breadcrumbs {
	padding: 20px 0;
}

.breadcrumbs a {
	color: #1f2839;
}

.breadcrumbs__link {
	text-decoration: underline;
}

.breadcrumbs__separator {
	padding: 0 5px;
}

.article-full h2 {
	font-size: 36px;
	margin-bottom: 40px;
}

.article-full p {
	margin: 0;
	line-height: 30px;
}

.article-full p:not(:last-child) {
	margin-bottom: 30px;
}

.article-full {
	padding-bottom: 60px;
	width: 100%;
}

.article-full h1 {
	text-align: center;
}

a:hover {
	text-decoration: none;
}

.btn {
	border: none;
}

.header .container {
	height: 100%;
	background-color: #323e65;
	padding-right: 0;
}

.header nav {
	font-size: 18px;
}

.header nav a {
	padding-right: .7rem;
    padding-left: .7rem;
}

.header .navbar-dark .navbar-nav .current_page_item > a {
	color: #f5d8a5;
}

.header .navbar-dark .navbar-actions .current_page_item > a {
	color: #FFF;
}

.header .navbar-dark .navbar-nav a:focus, .header .navbar-dark .navbar-nav a:hover {
	color: #f5d8a5;
}

.header .navbar-dark .navbar-nav a {
	color: #FFF;
}

.header .navbar-collapse {
	background-color: #323e65;
}

.header .navbar-actions {
	padding: 0 15px;
}

.header .navbar-actions .fa {
	margin-right: 10px;
	color: #f5d8a5;
}

.header .navbar-actions .nav-item {
	display: flex;
	align-items: center;
	text-transform: none;
}

.header .navbar-actions .nav-link {
	text-transform: none;
}

.header .navigation {
	text-transform: uppercase;
}

.slider-shell {
	background-image: url('../images/background.jpg');
	background-position-y: -90px;
	background-position-x: center;
	height: 900px;
    width: 100%;
}

.slider-shell .carousel-indicators li {
	opacity: 1;
	height: 8px;
	width: 38px;
}

.slider-shell .carousel-indicators li.active {
	background-color: #b69d74;
}

.slider-shell .container {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.home-slider {
	color: #FFF;
	padding-bottom: 45px;
}

.home-slider .title {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 600;
}

.home-slider .text {
	max-width: 650px;
	font-size: 32px;
	font-weight: 100;
}

.home-slider .btn {
	font-size: 22px;
	padding: 14px 38px;
	background-color: #b69d74;
	margin-top: 30px;
}

.slider-shell .top-service-block, .bottom-service-block {
	display: flex;
	padding: 0 15px;
}

.slider-shell .top-service-block .item, .bottom-service-block .item {
	width: 100%;
	height: 225px;
	color: #FFF;
	font-size: 26px;
    display: flex;
    align-items: center;
	padding: 25px;
}

.slider-shell .top-service-block .item img, .bottom-service-block .item img {
	margin-right: 15px;
}

.slider-shell .top-service-block .inner:first-child .item {
	background-color: #1f2839;
}

.slider-shell .top-service-block .inner:nth-child(2) .item {
	background-color: #283c5c;
}

.bottom-service-block .inner:first-child .item {
	background-color: #314b74;
}

.bottom-service-block .inner:nth-child(2) .item {
	background-color: #263652;
}

.company {
	margin-top: 55px;
}

.company h1 {
	display: none;
}

.company img {
	width: auto;
    height: auto;
    max-width: 100%;
}

.company p:not(:first-of-type) {
	margin-top: 2rem;
	margin-bottom: 0;
    text-align: justify;
	line-height: 30px;
}

.company img {
	box-shadow: 25px 25px 0 0 #b69d74;
}

.company .title {
	font-size: 36px;
	font-weight: bold;
	color: #1f2839;
}

.feedback {
	padding: 60px 0;
	background-color: #314b74;
	margin-top: 65px;
	
	background-image: url('../images/feedback.png');
	background-size: cover;
	background-position-x: center;
}

.feedback .heading {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.feedback .heading span {
	color: #b69d74;
}

.feedback .form-control {
	font-size: 16px;
	color: #FFF;
	background: transparent;
	border: 2px solid #FFF;
	padding: 28px 15px;
	text-align: center;
}

.feedback ::placeholder {
	color: #FFF;
	text-align: center;
}

.feedback input[type="submit"] {
	background-color: #b69d74;
    color: #FFF;
    text-transform: uppercase;
    padding: 14px 26px;
    font-size: 22px;
    border: none;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.feedback span[role="alert"] {
	color: #b69d74;
}

.feedback div[role="alert"] {
	display: none !important;
}

.footer {
	flex: 0 0 auto;
}

.footer-top {
	background-color: #314b74;
	font-size: 18px;
	padding: 50px 0;
}

.footer-bottom {
	height: 100px;
	background-color: #1f2839;
	
	display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom .copyright {
	color: #FFF;
}

.footer-top .container {
	height: 100%;
}

.footer-top .row {
	align-items: center;
    height: 100%;
}

.footer-top .item {
	color: #FFF;
}

.footer-top .item .fa {
	color: #f5d8a5;
	margin-right: 10px;
}

/*.footer-top .item:first-child, .footer-top .item:last-child {
	max-width: 300px;
}
*/

.footer-top .zalex {
	flex-direction: column;
}

.footer-top .zalex a {
	color: #b69d74;
	text-decoration: underline;
}

.footer-top .element {
	display: flex;
	align-items: baseline;
}

.footer-top .delimetr {
	line-height: 1;
}

.footer-logo {
	display: flex;
    align-items: flex-end;
	color: #b69d74;
}

.footer-top .tagline {
	margin-left: 10px;
	font-weight: 600;
	line-height: 18px;
	font-size: 16px;
}
.footer-top .footer-logo:hover {
	color: #b69d74;
}

.footer-top .actions {
	justify-content: space-between;
}

.btn-gray {
	background-color: #b69d74;
	color: #FFF;
	text-transform: uppercase;
	padding: 12px 26px;
	font-size: 22px;
}

.page-cover {
	height: 215px;
	background-image: url('../images/page-cover.jpg');
	background-size: cover;
}

.page-cover .title {
	font-size: 48px;
	font-weight: bold;
	color: #FFF;
}

/* WORDPRESS */
.has-text-align-center {
	text-align: center;
}
/* WORDPRESS */

.service-wrapper {
	padding: 0;
	color: #FFF;
	background-color: #263652;
	padding: 45px 0;
	margin-bottom: 40px !important;
}

.service-wrapper > .row {
	margin: 0;
}

.service-wrapper > .row >div:first-of-type {
	padding-left: 0;
}

.service-wrapper h2 {
	color: #b69d74;
	font-weight: bold;
}

.service-wrapper img {
	z-index: 2;
	position: relative;
}

.service-wrapper > .row > div:first-of-type:after {
	content: '';
    background-color: #b69d74;
    position: absolute;
    width: 50%;
    height: calc(100% + 90px);
    top: 0;
    left: 25%;
    margin: -45px 0;
    z-index: 1;
}

.contacts {
	padding: 0;
}

.contacts .container.left {
	background-color: #b69d74;
	color: #1f2839;
}

.contacts .container.left .row > div {
	padding: 0;
}

.contacts .container.left figure {
	margin: 0;
}

.contacts .container.left img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.contacts .container.left .list .col-12 {
	padding: 15px 30px;
}

.contacts .container.left .fa {
	color: #FFF;
	margin-right: 10px;
}

.contacts .row.right {
	background-image: url(../images/contact-form.jpg);
	background-size: cover;
}

.contacts .contact-form {
	padding: 40px;
}

.contacts .heading {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 33px;
}

.contacts .heading span {
	color: #b69d74;
}

.contacts .form-control {
	background: transparent;
	border: 2px solid #FFF;
	padding: 24px 12px;
	text-align: center;
	color: #FFF;
}

.contacts .form-control::placeholder {
	color: #FFF;
}

.contacts .contact-form .right textarea {
	max-height: 188px;
}

.contacts .contact-form input[type="submit"] {
	background-color: #b69d74;
    color: #FFF;
    text-transform: uppercase;
    padding: 14px 26px;
    font-size: 22px;
	border: none;
	line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}

.contacts .screen-reader-response {
	display: none;
}

.contacts .contact-form span[role="alert"] {
	color: #b69d74;
}

.contacts div[role="alert"] {
	display: none !important;
}

.yamap {
	height: 500px;
}

@media (max-width: 991px) {
	.header {
		background-color: #323e65;
	}
	
	.header .navbar-actions {
		background-color: #323e65;
	}
	
	.navbar-nav {
		padding: 0 15px;
	}
	
	.navbar-actions {
		border-top: 1px solid rgba(255,255,255,.1);
	}
	
	.slider-shell {
		background-size: cover;
		background-position-y: unset;
	}
	
	.footer .logo-delimetr {
		padding-bottom: 25px;
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	
	.footer-logo {
		max-width: 300px;
		margin: 0 auto;
	}
	
	.footer-top {
		padding: 30px 0;
	}
	
	.footer-top .item {
		padding: 25px 25px 0 25px;
	}
	
	.footer-top .item:nth-child(1), .footer-top .item:nth-child(2) {
		padding-top: 0;
	}
	
	.footer-top .element {
		padding: 25px 0 0 0;
	}
	
	.footer-top .delimetr {
		display: none;
	}
	
/* 	.contacts .left img {
		display: none;
	} */
	
	.carousel-indicators {
		margin-bottom: 5px;
	}
	
	.yamap {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.header .navbar-brand img, .footer .footer-logo img {
		height: 43px;
	}
	.header nav {
		font-size: 16px;
	}
	.home-slider .title {
		font-size: 28px;
	}
	.feedback .delimetr {
		display: none;
	}
	.home-slider .text {
		font-size: 18px;
	}
	.slider-shell {
		/*background: #100606;*/
/* 		height: auto; */
		height: 360px;
		background-position-y: -50px;
		padding-top: 30px;
	}
	.slider-shell .top-service-block .item, .bottom-service-block .item {
		font-size: 18px;
		height: auto;
	}
	.home-slider .btn {
		font-size: 16px;
	}
	.footer-top {
		font-size: 16px;
	}
	.footer-bottom {
		height: 60px;
	}
	.footer-logo {
		max-width: 230px;
	}
	
	.company .title {
		font-size: 28px;
	}
	
	.company p:not(:first-child) {
		margin-top: 1rem;
	}
	
	.feedback {
		margin-top: 30px;
		padding: 40px 0;
	}
	
	.feedback .heading {
		font-size: 28px
	}
	
	.feedback input[type="submit"] {
		font-size: 16px;
	}
	
	.article-full h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	
	.article-full p:not(:last-child) {
		margin-bottom: 15px;
	}
	
	.service-wrapper {
		padding: 30px 0;
	}
	
	.page-cover {
/* 		display: none; */
		height: 100px;
	}
	
	.contacts .contact-form {
		padding: 30px 0;
	}
	
	.contacts .heading {
		font-size: 28px;
	}
	
	.contacts .contact-form input[type="submit"] {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.home-slider .title {
		
	}
}

@media (min-width: 992px) {
	.header {
		background: linear-gradient(to right, #323e65 0%,#323e65 50%,#323e65 50%,#212641 50%,#212641 100%);
	}
	
	.header nav {
		padding: 0;
		height: 93px;
	}
	
	.header .navbar-actions {
		height: 100%;
		background-color: #212641;
		margin-right: -1px;
	}
	
	.header .navbar-collapse {
		height: 100%;
	}
	
	.footer-top {
		padding: 50px 0;
	}
	
	.footer-top .item {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.contacts .contact-form .right .form-group {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.company .picture {
		padding-right: 40px;
	}
	
	.header .navbar-actions .nav-item:first-child {
		display: none;
	}
}

@media (max-width: 991px) {
	.wp-block-image {
		display: flex;
    	justify-content: center;
	}
	
	.service-wrapper > .row > div:first-of-type:after {
		top: 10%;
		height: 100%;
	}
	
	.company {
		justify-content: center;
	}
	
	.company .picture {
		margin-bottom: 1rem;
	}
}