/*
Theme Name: clean
Theme URI: http://web-make.pp.ua/byblyoteka/sajty/word-press/chystyj-shablon-wordpress-dlya-razrabotky/
Description: Чистый шаблон WordPress для разработки
Author: Khryshchuk@mail.ru
Author URI: * http://web-make.pp.ua
*/


.intro.page{
min-height:100px;
}

.page-single  {
    display: flex;
/*     flex-direction: column; */
/*     flex-wrap: wrap; */
    height: 100%;
}
.page-single>div.content {
    width: 75%;
   
    padding: 25px;
    font-family: "Gilroy",sans-serif;
}

.page-single>div.sidebar {
padding: 25px 0;
   width:25%;
}

@media ( max-width: 700px ) {
.page-single>div.content {
    width:100%;  
   
}
.page-single>div.sidebar {
 padding: 25px;
width:100%;  
order: 2;  
}
.page-single img {
    border-style: none;
    width: 100%;
    height: auto;
}
.page-single {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
}


    .page-single>div { width: 100%; } 
     .page-single>div:last-child { flex-basis: auto; } 
}
 .page-single p {
   line-height:18px;
    padding: 8px 0;
}
.page-single h1 {
color: #04418e;
}
.page-single h2 {
    color: #04418e;
    line-height: 24px;
    margin-bottom: 12px;
}
textarea {
    outline: none;
border: 1px solid #0195c7;
border-radius: 8px;
font-size: 16px;
    font-family: "Gilroy",sans-serif;
    font-weight: 400;
    color: #063068;
   width: 100%;
}
.wpcf7-form-control-wrap input {
    display: block;
    position: relative;
    padding: 10px 5px 10px 6px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #0195c7;
    font-size: 16px;
    font-family: "Gilroy",sans-serif;
    font-weight: 400;
    color: #063068;
}


input[type=submit]  {
    font-family: "Gilroy",sans-serif;
    font-weight: 500;
    height: 35px;
    
    min-width: 150px;
    border-radius: 17px;
    border: 1px solid #00a0d2;
    font-size: 14px;
    text-align: center;
 color: #fff;
background:#00a0d2;
}
input[type=submit] , input[type=submit]::after {
    border-radius: 28px;
}

input[type=submit]::before {
    bottom: -3px;
    border-radius: 26px;
    box-shadow: 0 15px 35px 0 rgba(6,48,114,.6);
}
input[type=submit]::after {
    background: linear-gradient(198deg,#063068 0%,#0067ee 100%);
    bottom: 0;
}
input[type=submit]::after, input[type=submit]::before {
    transition: ease .3s;
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #002f69;
    left: 0;
}
.sidebar>ul {
padding:0;
margin:0;
list-style:none;
    margin-top: 10px;
}
.sidebar>ul>li {
margin-bottom:25px;
}

.page-single a,.page-single a:visited,.page-single a:active {
color: #00a0d2;
text-decoration:underline;
}
.page-single a:hover {
color:#034aa9;
text-decoration:underline;
}
#menu-side-menu li {
margin:5px 0;
}
table {
   
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
}
table th, table td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
}
table td {
    background: #D8E6F3;
}
table th, table td:first-child {
    background: #007bff;
    color: white;
    padding: 10px 20px;
}
.popup_wrap .form_wrap
{
	position:absolute;
	z-index:1010;
	display:none;
	background:white;
	margin:auto;
	left:0;
	right:0;
	width:320px
}
.popup_wrap .background
{
	display:block;
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background:rgba(0,0,0,0.3);
	z-index:1000;
	display:none
}
.form_wrap
{
	padding:36px 0 0px;
	color:#404040
}
.form_wrap form
{
	padding:0 30px
}
.form_wrap form input[type=submit]
{
	margin:0 auto;
	margin-top:26px;
	margin-bottom:16px;
	    display: block;
}
.popup_wrap img.close
{
	position:absolute;
	top:-45px;
	right:0;
	opacity:1;
-webkit-transition:0.2s;
	transition:0.2s
}
.done
{
	display:none;
	position:fixed;
	top:calc(50% - 25px);
	left:0;
	right:0;
	z-index:1020;
	background:lightgreen;
	height:50px;
	line-height:50px;
	font-weight:700
}
.done p
{
	margin:auto;
	text-align:center;
	font-size:30px
}
.form_title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}
.wpcf7-response-output {
    display: none !important;
}
.close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #e7e8ec;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 5px;
    border-radius: 15px;
    width: 28px;
    text-align: center;
}
.price__table-data span {
font-size: 14px;
    color: #444;
}

/* ================== */
header {
	/*background: url('http://weboasis.beget.tech/wp-content/uploads/2019/03/head.png') no-repeat; */
	background-size: cover;
}

.menu-header > li:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.menu-header > li:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.menu-header > li:hover {
	background: rgba(255, 255, 255, .7);
	transition: .3s
	
}
.menu-header > li {
	padding: 10px 20px;	
	background: rgba(255, 255, 255, .2);
}

.menu-header > li > a, .bur-header > li > a {
	text-decoration: none;
	color: #063068;
	
	font-weight: bold;
}

.bur-header > li {
	display: flex;
	padding: 5px 0;
	color: #063068;
}

.bur-header > li > a {
	color: #063068 !important;
}

.sa > li > a {
	color: white;
	text-decoration: none;
}

.article {
	border: 2px solid #00A0D2;
}

.article > .categories {
	padding: 10px;
}
.article > li {
	display: flex;
	flex-direction: column;
	font-weight: bold;
	font-size: 25px;
}

.article > li > ul > li {
	font-size: 16px;
	font-weight: bold;
	color: #063068;
}

.article > li > ul > li > a {
	color: #00A0D2;
	font-weight: bold;
	padding: 10px 0;
}

.article > h3 {
	text-align: center;
	border-bottom: 2px dashed #00A0D2;
	padding: 10px 0;
	
	font-weight: bold;
	
	margin: 0 0 10px 0;
}

.views-but {
	position: relative !important;
	bottom: 3px;
}

.but-pol > a {
	text-decoration: none;
	font-weight: bold;	
	color: #063068;
}

input[type="submit"], ul > li {
	/* cursor: pointer;*/
}

/* pagination */
.navigation.pagination {
	display: flex;
	justify-content: space-around;
	
	border: 2px solid #00A0D2;
	
	padding:  10px;
}

.navigation.pagination > .nav-links > a {
	font-size: 16px;
	font-weight: bold;
	color: #00A0D2;
	
	padding: 0 5px;
}

.navigation.pagination > .nav-links > span {
	font-size: 20px;
	font-weight: bold;
	color: #063068;
	
	padding: 0 5px;
}

/* corusel bootstrap button */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  background-image: none;
} 

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: #00A0D2;
}

.carousel-uslugi-ooo {
	border: 2px solid #00A0D2;
	font-weight: bold;
	padding: 10px;
	border-radius: 15px;
}

.carousel-inner {
	padding: 10px 0 0 0;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #00A0D2;
}

.mob-us {
	display: none;
}

.bor-info-main-price {
	margin: 0 auto !important;
}

.ul-us > a {
	color: black !important;
	text-decoration: none;
}

.active-price-u {
	color: #1BA5D4 !important;
}
.header__logo:hover{
	
	text-decoration:none;
}
.rte{
	color:#063068!important;
	text-decoration:none;
}
.rte:hover{
	color:#063068!important;
	text-decoration:none;
}
@media screen and (max-width: 768px) {
	.sa {
		display: none !important;
	}
	
	.subf {
		height: auto !important;
	}
	
	.mob-us {
		display: block;
	}
	
	.m-us {
		display: none;
	}
	
	.bor-info-main-price {
		width: 90%;
	}
}
.valentin-tur-freelancer .ml-5{
	margin-left: 0rem!important;
    width: 100%;
}
.val-tur-links a{
	color: #37373b !important;
}
a.val-tur-links{
	color: #37373b !important;
}
a.container.valentin-tur-freelancer .ul-us.m-us{
	color: #37373b !important;
}
.container.valentin-tur-freelancer .ul-us.m-us a{
	color: #37373b !important;
}

.valentin-tur-freelancer .info-main-price-inline.font-weight-bold a{
	color: #37373b !important;
}
a.valentin-tur-freelancer .info-main-price-inline.font-weight-bold {
	color: #37373b !important;
}

.active-price{
	color: #37373b !important;
}


.menu-header > li{
	font-size:1.5em;
}
.text-dark.phone-siz{
	font-family: Arial;
}

.color-text3.f-10.pt-1.font-weight-bold{
	font-size: 17px!important;
    width: 200px;
    text-align: center;
}

h2.color-text1.font-weight-bold {
    padding-left: 6px;
}

h1.usluga-zagolovok{
	text-align:center;
	padding: 45px;
    font-size: 3em;
}

.font-weight-bold {
    font-weight: 400!important;
}

li#info-main-price-inline.font-weight-bold.mt-5.mt-md-1.mt-sm-1.mb-2 a{
    font-weight: 800!important;
}

.info-main-price-inline.font-weight-bold.mt-sm-1.mt-3.mb-2{
    font-weight: 800!important;
}

.info-main-price-inline.font-weight-bold.mt-sm-1.mt-3.mb-2 a{
    font-weight: 800!important;
}
.info-main-price-inline.font-weight-bold.mt-5.mt-md-1.mt-sm-1.mb-2{
    font-weight: 800!important;
	margin-bottom: 0.25rem!important;
}

.mb-3 {
    margin-bottom: 0.25rem!important;
}

.default-page {

}

.default-page img {
	max-width: 100%;
	height: auto;
}

.default-page p, .default-page ul, .default-page ol {
    margin-bottom: 15px;
}

.default-page h1, .default-page h2, .default-page h3, .default-page h4, .default-page h5 {
    margin: 20px 0 !important;
}

/*.default-page li {
    margin-bottom: 5px;
}*/

.default-page ul, .default-page ol {
    padding-left: 15px;
}

/*.default-page [class*="wp-image-"] {
    margin: 1.5rem 0 !important;
}*/

.valentin-tur-freelancer .col-lg-4.mt-5 ul ul {
    padding-left: 0;
}

.header-mob-info {
	display: none;
	max-width: 175px;
}

@media (max-width: 767px) {
	.header-mob-info {
		display: block;
	}
}
.header-mob-info .phone-wrap {
	text-align: center;
	margin: 8px 0 3px 0;
}

.header-mob-info .phone-wrap a {
	background: #04a2d3;
	color: #fff;
	padding: 4px 5px;
	border-radius: 100px;
	border: 3px solid #67d6f9ba;
}

.header-mob-info .slogan {
	font-size: 14px;
	text-align: center;
	color: #0093C1;
}

a.bur-bar {
    display: none;
	font-size: 16px;
	text-align: center;
	background: #ffffff;
	text-transform: uppercase;
	color: #04a2d3;
	width: 100%;
	border: 1px solid #04a2d3;
	border-radius: 3px;
	position: relative;
	text-decoration: none;
	transition: .3s;
    text-align: left;
    padding: 2px 15px;
}

@media (max-width: 767px) {
    a.bur-bar {
        display: block;
    }

    #sidebar-menu {
        display: none;
    }
    #sidebar-menu ul {
        padding: 0;
        margin: 0;
    }
	
	h1.usluga-zagolovok{
	text-align:center;
	padding: 15px;
    font-size: 2em;
}
}

a.bur-bar i.fa {
	position: absolute;
	right: 15px;
	top: 4px;
	margin: auto;
}

a.bur-bar:active, a.bur-bar:focus {
	color: #fff;
	background: #04a2d3;
}

#sidebar-menu .m-us {
    display: block;
}




ul.list-cats {
	list-style: disc;
}

ul.list-cats li a {
	/*color: #000;*/
	font-size: 18px;
	line-height: 1.4;
}



/*my*/
.pager{
	display:table; margin:0 auto 25px auto;
	font-size:20px; font-weight:bold;
	color:#868686;
	}
.pager a {
		padding:0 20px; float:left;
	}	
.pager a:hover {text-decoration:none; color:#eb4900; }
.pager span {padding:0 7px;  float:left; }	
a.prev-next { color:#eb4900; }