/*!
Theme Name: OSK-LEX
Theme URI: http://localhost
Author: Bilenko Alexey
Description: Данная тема предназначена для моего друга Олега. Удачи тебе братан в твоем деле.
Version: 1.0.0
Text Domain: osk-lex.com
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Lawyer is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

*{
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	box-sizing: border-box;
}

body {
	/*background: #F7F7F7;*/
	background:#fff;
	font-size: 16px;
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

a:hover, a:active {
	outline: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

@font-face {
    font-family: "SourceSansPro";
    src: url("fonts/SourceSansPro.ttf") format("truetype");
    font-style: bold;
    font-weight: 600;
}

.main-wrapper{
	max-width: 1140px;
	margin:0 auto;
}

.fiz-lica.main-wrapper{
    max-width:650px;
}

.text-404 {
     padding: 30px 0; 
}

.text-404 h1 {
    text-align: center;
    font-size: 60px;
}

header{
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    border-style: solid;
    border-color: #A7B2CC;
    position: fixed;
    width: 100%;
    border-width: 0px 0px 1px;
    z-index: 9999;
}

/*темное меню*/
.black-menu{
	display: flex;
	background: #0E1119;
}

.black-menu-wrap{
	display: flex;
	align-items: center;
    /*padding:10px 0;*/
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

.black-menu-right{
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 16px;
    box-sizing: border-box;
}

.nav-social{
	padding: 0 10px;
}

.nav-social a{
	color: #fff;
	font-size: 20px;
	transition: all 0.3s;
}

.nav-social a:hover{
	color: #036BDB;
	cursor: pointer;
}

.black-menu-left{
	width: 90%;
	display: flex;
    flex-wrap: wrap;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
}

.nav-phone-wrap{
	display: none;
}

.hide_phone:hover{
	cursor: pointer;
}

.nav_phone_icon i,
.nav_working_icon i{
	color: #036BDB;
	font-size:17px;
}

.nav_phone_number{
	padding-right: 15px;
}
/*конец темное меню*/

.white-menu{
	display: flex;
	background: #FFFFFF;
}

.white-menu-wrap{
	display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    max-width: 1140px;
    margin: 0 auto;
}

.logo-img{
  width: 20%;
  font-size: 30px;
  font-family: SourceSansPro;
  transition: all 0.3s;
}

.logo-img span{
  color: #036BDB;
}

.logo-img:hover{
	cursor: pointer;
}
.logo-img a{
	text-decoration: none;
	color: #000000;
}

.menu-wrap{
	width: 80%;
}

.menu{
	display: flex;
	justify-content: flex-end;
}

.menu li{
	list-style-type: none;
	padding: 25px 20px;
}

.menu li a{
	text-decoration: none;
	color: #0E1119;
	font-family: SourceSansPro;
	transition: all 0.3s;
}

li.current-menu-item a{
	color: #036BDB;;
}

.menu li a:hover{
	color: #036BDB;;
	cursor: pointer;
}

.uslugi{
	position: relative;
}

.uslugi:hover .sub-menu {
    opacity: 1;
    top: 65px;
    pointer-events: auto;
}

.sub-menu{
	pointer-events: none;
    opacity: 0; 
    position: absolute;
    top: 100px;
    left: -30px;
    background: #FFFFFF;
    min-width: 160px;
    transition: all 1s;
}

.sub-menu li{
	padding: 10px 0px;
	border-top:1px solid #0E1119;
	text-align: center;
}

.menu-btn{
	padding: 20px;
	background: #036BDB;
	border-radius: 50%;
    display: none;
    position: relative;
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after{
    position: absolute;
    top: 50%;
    left: 50%;
}

.menu-btn span::before,
.menu-btn span::after{
	content:'';
	transition: 0.2s;	
}

.mobile-menu-wrap{
		display: none;
		position: fixed;
		width: 100%;
		top: 110px;
		z-index: 9999;
	}

.mobile-top-menu .sub-menu{
	position: relative;
	display: none;
	top: 0 !important;
	left: 0;
	background: none;
	opacity: 1;
	pointer-events: auto;
	min-width: auto;
}
.mobile-top-menu .sub-menu li{
	border-top: none;
}

.uslugi a {
    position: relative;
    height: auto;
}

.uslugi::after{
    content: "\25be";
    color: #fff;
    font-size: 28px;
    display: block;
    position: absolute;
  	top: 5px;
  	right: 26px;
}

.uslugi2::after{
    content: "\25b4";
    color: #fff;
    font-size: 28px;
    display: block;
    position: absolute;
    top: 5px;
    right: 26px;
}

.progress-top{
  position: fixed;
  top: 110px;
  left: 0;
  width: 0px;
  height: 4px;
  background: #036BDB;
}

/*кнопка обратной связи*/

.phone-close{
  position: absolute;
  font-size: 18px;
  top: -18px;
  right: 11px;
  text-decoration: none;
  color: #000;
}

.phone-close:hover{
  cursor: pointer;
  color: #036BDB;
  transform:scale(1.3);
}

.pulsse {
  position: fixed;
  top: 105px;
  right: 30px;
  background: #036BDB;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  font-size: 60px;
  z-index: 9999;
  box-shadow: 3.28px 3.774px 9px 1px rgba(0, 1, 25, 0.31);
  perspective: 1000px;
}

.pulsse:hover{
  cursor: pointer;
}

@keyframes frontfase {
0%{
    transform: rotateY(0deg);
}

50%{
  transform: rotateY(180deg);

}

100%{
  transform: rotateY(0deg);

}
}

@keyframes backfase {
0%{
    transform: rotateY(180deg);
}

50%{
  transform: rotateY(360deg);

}

100%{
  transform: rotateY(180deg);

}
}

.pulsse-phone{
  font-size: 35px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 1s;
  backface-visibility: hidden;
  animation-name: frontfase;
  animation-duration: 9s;
  animation-delay: 4s;
  animation-iteration-count: infinite; 
}

.pulsse-back{
  left: 0;
  top: 0;
  font-size: 12px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 1s;
  transform: rotateY(90deg);
  backface-visibility: hidden;
  animation-name: backfase;
  animation-duration: 9s;
  animation-delay: 4s;
  animation-iteration-count: infinite; 
}

.pulsse:before,
.pulsse:after {
  content: " ";
  display: block;
  position: absolute;
  border: 1px solid #036BDB;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
}

.pulsse:after{
  animation-delay: .5s;
}

@keyframes animate
{
  0%
  {
    transform: scale(0.5);
    opacity: 0;
  }
  50%
  {
    opacity: 1;
  }
  100%
  {
    transform: scale(1.2);
    opacity: 0;
  }
}

footer{
	display: flex;
	border-top: 1px solid #dcd8d8;
	margin-top: 40px;
	font-size: 15px;	
}
.footer-wrap{
	display: flex;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}
.menu-wrap-footer{
	width: 70%;
	padding: 20px 0px;
}
.copyright{
	width: 30%;
	padding: 20px 0px;
}
.menu-footer{
	display: flex;
  justify-content: flex-end;
}
.menu-footer li{
	list-style-type: none;
	padding: 0 20px;
}
.menu-footer li a{
	text-decoration: none;
    color: #0E1119;
    font-family: SourceSansPro;
    transition: all 0.3s;
}
.menu-footer li a:hover{
	color: #0000FF;
    cursor: pointer;
}
.menu-footer li.current-menu-item a{
	color: #0000FF;
}

.map{
    margin-top: 20px;
}

/*контактная форма (кнопка обратной связи)*/

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(43, 46, 56, 0.9);
    z-index: 999;
    display: none;
    pointer-events: auto;
}
.contact-form{
    position: fixed;
    top: 5%;
    right: 0;
    left: 0;
    margin: 5% auto;
    background:#0E1119;
    padding: 30px 30px 20px;
    border-radius: 10px;
    max-width: 450px;
    transition: all 1s;
    z-index:9999; 
    transform: scale(0.0);    
}

.contact-form h1{
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.contact-form textarea{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.contact-form textarea,
.contact-form input{
	border-radius: 5px;
	font-size: 15px;
	border: 0px;
}

.form-row{
	margin-bottom: 15px;
}

.form-input {
    width: 100%;
    height: 15px;
    padding: 20px;
    box-sizing: border-box
}

.form-btn {
    text-align: center;
    margin-left: 14px;
}

.btn-blue {
    padding: 12px 30px;
    background: #036BDB;
    color: #fff;
    margin-bottom: 20px;
    border: 1px solid #036BDB !important;
    transition: all 0.2s;
}

.btn-blue:hover{
	background: #055fbf;
	border: 1px solid #055fbf !important;
	cursor: pointer;
}

.close{
    background: transparent;
    color: #95979c !important;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 24px;
    font-size: 18px;
    text-decoration: none !important;
}
.close:hover{ 
    color: #fff !important; 
}

/*Главна страница*/

.contacts_banner.main-header{
  padding:200px 0;
  margin-bottom: 40px;
  position: relative;
}

.slider-text:first-child{
  display: block;
}

.slider-text{
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  /* animation: shadow  8s infinite ease-in-out; */ 
  display: none;
}

@keyframes shadow{
  0%{
      transform: translateY(100%);
  }

25%{
  transform: translateY(0);
}
  100%{
      transform: translateY(0);
  }
}

.slider-text.active{
  display: block;
}

.contacts_title.main{
  font-size: 62px;
  text-transform: uppercase;
  padding: 0px;
}

.another-color{
  color: #000;
}

.blue-line.slider{
  margin: 15px 0;
  width: 90px;
}

.utp-description{
  color: #565D6D;
  font-size: 18px;
  width: 50%;
}

.buttom-wrap{
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.next, .prev {
  width: 20px;
  height: 20px;
  background-image: url(images/next2.png);
  background-size: cover;
  margin: 20px;
}

.next:hover, .prev:hover{
  cursor: pointer;
}

.prev{
  transform: rotate(180deg);
}


.main-about-wrap{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.about-main-left,
.about-main-right{
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.about-main-right{
  /*display: flex;*/
}

.about-main-left h3{
  font-size: 42px;
  padding-bottom: 10px;
}

.blue-line{
    height: 4px;
    width: 60px;
    background-color: #036BDB;
    border-radius: 5px;
}

.p-bold{
  font-weight: bold;
  padding: 25px 0;
}

.main-btn .btn-blue{
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 15px 50px;
  text-decoration: none;
}

.advantages,
.advantages.progress{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 450px;
  position: relative;
  border-radius: 3px;
  background-attachment: fixed;
  z-index: -1;
}

.advantages-background,
.advantages-background.progress{
  height: 450px;
  width: 100%;
  background-color: #036BDB;
  border-width: 0px;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

.advantages-text-h2,
.progress-h2{
  text-align: center;
  color: #FFFFFF;
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 32px;
}

.advantages-description{
  color: #AECCF9;
  width: 100%;
  text-align: center;
  margin-top: 35px;
  font-size: 18px;
}

.advantages-description p{
  width: 50%;
  margin: 0 auto;
}

.blue-line.advant{
  background-color: #05FFD9;
  margin: 20px auto;
  width: 90px;
}

.advantages-item-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -100px;
  margin-bottom: 80px;
}

.advantages-item{
  width: 33.3%;
  border: 1px solid #036BDB;
  background: #fff;
  box-sizing: border-box;
  padding:40px 20px;
  margin:-1px;
}

.advantages-item-img,
.progress-item-img{
  text-align: center;
}

.advantages-item h2{
  text-align: center;
  margin-top: 25px;
}

.blue-line.item{
  margin:15px auto;
  width: 80px;
}

.advantages-item-text{
  margin:20px auto 0 auto;
  text-align: center;
  width: 75%;
}

.advantages-background.progress{
  display: flex;
}

.progress-item-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-self: center;
}


.progress-item{
  width: 23%;
  border: 1px solid #D3DAE8;
  background: rgba(255,255,255,0.2);
  padding: 40px 20px;
  box-sizing: border-box;
}

.number-count{
  font-size: 70px;
  color: #F7F7F7;
  text-align: center;
  padding: 20px 0;
}

.progress-item-text{
  color: #F7F7F7;
  text-align: center;
}

.form-contact.main h2{
  padding: 40px 0;
}

/*Главна страница конец*/


/*Контакты*/
.pad-top{
	padding-top: 110px;
}
.contacts_banner {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.contacts_title{
	max-width: 1140px;
	margin: 0 auto;
	color: #036BDB;
	font-size: 36px;
}

.contact-txt{
	padding:40px 10px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-weight: bold;
    font-size: 18px;
}

.contacts-wrapp{
	display: flex;
	flex-wrap: wrap;
}

.form-contact-wrap{
	width: 45%;
	padding-right: 70px;
}
.contact-right{
	width: 35%;
}

.form-contact textarea{
    width: 100%;
    height: 129px;
    padding: 20px;
    box-sizing: border-box;
}

.form-contact input,
.form-contact textarea{
    border: 1px solid #9e9797;
    border-radius: 5px;
    font-size: 16px;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
    border: 2px solid #1292ce;
    color: #222;
    text-align: center;
}

.add-review__form div.wpcf7-validation-errors,
.add-review__form div.wpcf7-mail-sent-ok,
.contact-form div.wpcf7-validation-errors,
.contact-form div.wpcf7-mail-sent-ok{
	 border: 2px solid #1292ce;
   color: #fff;
   text-align: center;
}

.contact-form div.wpcf7-response-output{
	margin-top: 0px;
}

.form-contact div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
     border: 2px solid #1292ce;
     color: #222;
     text-align: center;
}

.contacts-time-work,
.contacts-email,
.contacts-number-wrap,
.contacts-number{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 18px;
}
.nav_working_icon{
	width: 12%;
}

.wrap-time-work{
	width: 68%;
}

.contacts-number-wrap .hide_number,
.contacts-number-wrap .nav-phone-wrap{
	padding-top: 14px;
}
.contacts-number-wrap .hide_number:hover{
	cursor: pointer;
}

.contact-right .nav_working_icon i{
	font-size: 34px;
}

.contacts-email,
.contacts-time-work{
	padding-bottom: 20px;
}

.contacts-sociall a i{
	color: #036BDB;
	transition: 0.3s;
	font-size: 50px;
	padding-top: 15px;
}

.contacts-sociall a i:hover{
	color: #055fbf;
}
/* конец Контакты*/

/* О нас*/

.about-us{
	text-align: justify;
  line-height: 25px;
}

.under_baner_txt{
	text-align: center;
	margin: 30px 0;
	font-size: 32px;
}

.about-us-img{
	padding-right: 15px;
    float: left;
    width: 50%;
}

.about-us-txt p {
	margin-bottom: 10px;
}

.about-price{
	background: #1a2b3a;
	margin: 20px 0px;
	text-align: center;
	border-radius: 5px;
}

.about-price h3{
	color: #fff;
    padding: 30px 10px;
    font-size: 32px;
    font-family: Opensas-Bold;
}

.form-little{
	text-align: center;
	margin: 40px 0;
}

.form-little h3{
	font-size: 23px;
	padding:30px 0;
}

.form-little .form-input{
	width: 100%;
    height: 36px;
    padding: 0px;
    display: inline-block;
    border: none;
    background: transparent;
    border-bottom: 1px solid #888080dd;
    font-size: 16px;
    border-radius: 0px;
}

.form-little .form-row{
	width: 25%;
    display: inline-block;
    margin: 0 30px;
}

.form-little .form-btn{
	display: inline-block;
	margin: 0px;
}

.form-little .btn-blue2{
	padding: 10px 30px;
    background: #036BDB;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #036BDB;
    transition: all 0.2s;
}

.btn-blue2:hover{
	cursor: pointer;
	background:#055fbf; 
	border:1px solid #055fbf;
}

/* конец  о нас*/

/* Отзывы*/

.review_main_wrap{
	padding-top: 110px;
}

.add-review_wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.review_wrap {
    padding: 30px 50px;
    background-color: rgba(0, 0, 0, 0.678);
    -webkit-box-shadow: 3.28px 3.774px 9px 1px rgba(0, 1, 25, 0.31);
    box-shadow: 3.28px 3.774px 9px 1px rgba(0, 1, 25, 0.31);
    border-radius: 5px;
    width: 50%;
}

.wrap-form-width{
	display: flex;
	flex-wrap: wrap;
}
.form-width{
	width: 50%;
	padding: 0 2px;
	box-sizing: border-box;
}

.add-review__title{
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding-bottom: 40px;
    font-family: Opensans-Regular;
    font-weight: 100;
}

.reviews-content {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.reviews-content{
		padding-bottom: 0px;
	}

.review__item {
    background-color: rgba(214, 230, 232, 0.678);
    -webkit-box-shadow: 3.28px 3.774px 9px 1px rgba(0, 1, 25, 0.31);
    box-shadow: 3.28px 3.774px 9px 1px rgba(0, 1, 25, 0.31);
    padding: 20px;
    margin-bottom: 30px;
    width: 50%;
    padding: 30px 50px;
    border-radius: 5px;
}

.review__header {
    display: -ms-flexbox;
    display: flex;
    align-items: center; 
    padding: 0 50px 20px;
    border-bottom: 1px solid #b6b1b1;
    margin-bottom: 25px;
}
.review__avatar {
    margin-right: 20px;
}

.review__title{
	font-size: 23px;
}

.review__content {
    padding: 0 50px 20px 50px;
}

.add-review__form input,
.add-review__form textarea{
	border: 1px solid #9e9797;
    border-radius: 5px;
    font-size: 16px;
}
.add-review__form textarea {
    width: 100%;
    height: 129px;
    padding: 20px;
    box-sizing: border-box;
    }
#load_more_gs{
width: 100%;
padding:50px 0;
margin:0 auto;
}
 
.cssload-container{
    position:relative;
}
     
.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgb(255,255,255);
    border-left-color: #036BDB;
    border-radius: 50%;
      
}
 
.cssload-whirlpool {
    margin: -24px 0 0 -24px;
    height: 49px;
    width: 49px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}
 
.cssload-whirlpool::before {
    content: "";
    margin: -22px 0 0 -22px;
    height: 43px;
    width: 43px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}
 
.cssload-whirlpool::after {
    content: "";
    margin: -28px 0 0 -28px;
    height: 55px;
    width: 55px;
    animation: cssload-rotate 2300ms linear infinite;
    -o-animation: cssload-rotate 2300ms linear infinite;
    -ms-animation: cssload-rotate 2300ms linear infinite;
    -webkit-animation: cssload-rotate 2300ms linear infinite;
    -moz-animation: cssload-rotate 2300ms linear infinite;
}
  
@keyframes cssload-rotate {
    100% {
        transform: rotate(360deg);
    }
}
 
@-o-keyframes cssload-rotate {
    100% {
        -o-transform: rotate(360deg);
    }
}
 
@-ms-keyframes cssload-rotate {
    100% {
        -ms-transform: rotate(360deg);
    }
}
 
@-webkit-keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
 
@-moz-keyframes cssload-rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}

/* конец  отзывы*/

/* Страницы Юрлица и Физлица*/

.fiz-lica{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  padding: 0 15px;
}

.form-fiz{
	width: 60%;
	padding-right: 0px;
}

.form-fiz h3{
	text-align: center;
	padding-bottom: 30px;
}

.wrap-uslugi{
	width: 100%;
  padding-bottom:60px;
}

.uslugi-item{
	display: flex;
  /*flex-wrap: wrap;*/
  justify-content: center;
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #bdbaba;
  transition: 0.3s;
  align-items: center;
}

.uslugi-item.active{
  align-items: flex-start;
}

.uslugi-item:hover{
  background: #eee;
  cursor: pointer;
}

.uslugi-item::after{
  content:"\25be";
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 32px;
  color: #777575;
}

.uslugi-item2::after{
    content: "\25b4";
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 32px;
    color: #777575;
}

.bord{
  width: 100%;
  border-top: 1px solid #bdbaba;
}

.uslugi-title{
  width: 40%;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  margin-left: 125px;
}

.uslugi-title::before {
    content: url(images/next.png);
    position: absolute;
    top: -7px;
    left: -50px;
}

.short_text{
  width: 49%;
  padding-right: 35px;
  box-sizing: border-box;
}

.long_text{
  display: none;
  width: 49%;
  padding-right: 35px;
  box-sizing: border-box;
}

.uslugi-name{
  padding-top: 15px;
  text-align: right;
}

/* конец  Страниц Юрлица и Физлица*/

/*single uslugi*/

.single-text-wrap{
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #036BDB;
  border-radius: 5px;
  margin: 10px 0;
  background: #eee;
}

.single_question{
  width: 100%;
}

.single_question h2{
  padding: 30px 0;
  text-align: center;
}

.single-service-number{
  width: 35px;
  height: 33px;
  border-radius: 50%;
  background: #036BDB;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}

.single-service-text{
  width: 80%;
  text-align: left;
}

.question-items-wrap{
  display: flex;
  flex-wrap: wrap;
}

.single_question_wrap{
  display: flex;
  align-items: center;
  width: 33%;
  flex-wrap: wrap;
  padding: 20px 0;
}

.single_advantages{
  display: flex;
  flex-wrap: wrap;
}

.item_advantages{
  width: 33%;
  padding: 20px;
  box-sizing: border-box;
}

.item_advantages .item-img img{
	max-width: 100%;
	height: auto;
}

.item-text{
  text-align: center;
}

.item-img{
  width: 100%;
  text-align: center;
  padding: 15px;
}

.item-img img{
  height: 70px;
  /*object-fit: contain;*/
}

.sing-h2{
  text-align: center;
  padding: 20px;
}


/*страница кейсов*/

.our-keysis{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.keys-wrap{
  background: #fff;
  margin-top: 40px;
  -webkit-box-shadow: 3.28px 3.774px 9px 1px rgba(0, 1, 25, 0.31);
  box-shadow: 3.28px 3.774px 9px 1px rgba(0, 1, 25, 0.31);
  border-radius: 5px;
  width: 48%;
  position: relative;
}

.practice-title{
  padding: 15px 0;
  text-align: center;
}

.practice-img{
  padding: 0 20px;
}

.practice-img img{
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.practice-content{
  padding: 20px;
  margin-bottom: 60px;
}

.practice-more{
    font-size: 18px;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.practice-more a{
  color: #0557af;
  text-decoration: none;
}
.practice-more a:hover{
  cursor: pointer;
  color: #036BDB;
}


/*страница конкретного кейса*/

.option-block{
  width: 100%;
  margin-top: 40px;
  line-height: 25px;
  text-align: justify;
}

.option-block a,
.utp-description a {
	text-decoration: none;
	color: #036BDB;
  font-weight: 800;
}

.option-block a:hover,
.utp-description a:hover{
	cursor: pointer;
}

.practice-title2{
  text-align: center !important;
  width: 100%;
}

.blockFotoImg{
  float: left;
  max-width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}

.blockFotoImg img{
  width: 100%;
  height: auto;
}

.form-keys{
  margin: 0px;
}

.form-keys h3{
  padding: 0 0 30px 0;
}

.excerpt-left{
  width: 100%;
  border-left: 3px solid #036BDB;
  padding-left: 10px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  font-family: Opensas-Bold;
}

.excerpt-background{
  width: 100%;
  background: #1a2b3a;
  text-align: center !important;
  border-radius: 5px;
}
.excerpt-background h3{
  color: #fff;
  padding: 30px 10px;
  font-size: 25px;
  font-family: Opensas-Bold;
  line-height: 30px;
}

.keys-consult{
  margin-top: 30px;
}

.messendger-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.messendger-wrap h3{
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
}

.practices-messendger{
  padding: 10px 30px;
  background: #1292ce;
  border-radius: 5px;
  border: 1px solid #1292ce;
  transition: all .2s;
  margin:10px 0px;
  min-width: 190px;
  text-align: center;
}

.practices-messendger:hover{
  cursor: pointer;
  background: #0e75a5;;
  border: 1px solid #0e75a5;;
}

.practices-messendger a {
  color: #fff;
  font-weight: 700;
}




@media only screen and (max-width: 1024px) {
	.black-menu-wrap,
	.white-menu-wrap,
	.main-wrapper,
	.footer-wrap,
	.contacts_title{
		max-width: 960px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.menu li{
		padding:18px 6px
	}
	.menu-footer li{
		padding: 0 6px;
	}
	.uslugi:hover .sub-menu{
		top: 57px;
	}
	.black-menu-right{
		padding-right: 0px;
	}

  .uslugi-title{
    margin-left: 60px;
  }
  .contacts_title {
    font-size: 28px;
  }

  .contacts_banner.main-header{
    padding: 230px 0;
  }
  
  .utp-description{
    width: 100%;
    margin-top: 30px;
  }

  .advantages-item-wrap{
    margin-top: -200px;
    margin-bottom: 40px;
  }

  .about-main-right img{
    object-fit: contain;
  }
}

@media only screen and (max-width: 960px) {

  .option-block{
    text-align: left;
  }
	.footer-wrap{
		flex-wrap: wrap;
	}
	.copyright{
		width: 100%;
		text-align: center;
		padding: 0 0 20px 0;
    order: 1;
	}
	.menu-wrap-footer{
		width: 100%;
	}
	.menu-footer{
		justify-content: center;
		flex-wrap: wrap;
	}
	.black-menu-right{
		padding-right: 0px;
	}
	.contact-form{
		max-width: 75%;
	}
	.contact-right{
	width: 43%;
}
	.nav_working_icon{
		width: 45px;
	}
    .form-contact-wrap{
	padding-right: 40px;
}

.form-contact-wrap.form-fiz{
  padding-right: 0px;
}

	.review__item{
		width: 100%;
	}

  .review_wrap{
    width: 100%;
  }

  .single_question_wrap,
  .item_advantages{
      width: 50%;
    }

    .utp-description{
      width: 60%;
    }
    .contacts_banner.main-header{
      padding: 250px 0;
    }
    .slider-text{
      top: 70px;
    }
    
    .advantages-item-text{
      width: 100%;
  }

}

@media only screen and (max-width: 900px) {
.about-main-left,
.about-main-right{
  width: 100%;
  padding: 0;
}
.about-main-right{
  display: none;
}
.about-main-left h3,
.p-bold,
.main-btn{
  text-align: center;
}
.main-btn.slider{
  text-align: left;
}

.blue-line{
  margin: 0 auto;
}

  .advantages.progress,
  .advantages-background.progress{
    height: 700px;
  }

  .progress-item{
    width: 48%;
    margin: 10px 0;
  }

}

@media only screen and (max-width: 768px) {
	.text-404 h1 {
    font-size: 40px;
    padding: 0 10px;
}
	.form-width {
    width: 100%;
    padding: 0;
}
	.review_wrap, .review__item {
    padding: 15px;
}
	.review__item{
		width: 100%;
	}

  .keys-wrap,
  .item-keys-wrap{
    width: 100%;
  }

  .advantages-item h2{
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
	.contacts_banner{
		padding: 70px 0;
    background-position: right;
	}
	.contact-right .nav_working_icon i {
    font-size: 34px;
}
    .about-us{
    	text-align: left;
    }

    .under_baner_txt{
    	font-size: 26px;
    	margin: 20px 0;
    }

    .contact-txt{
    	font-size: 18px;
    }

    .about-price h3{
	    font-size: 26px;
    }
	
	.form-little{
		  margin: 0px;
	}

    .form-little .btn-blue2{
    	margin-top: 10px;
    	margin-bottom: 0px;
    }

  .uslugi-item{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .uslugi-title{
    width: 70%;
  }
  .uslugi-title::before{
    top: 0px;
  }
  .short_text,
  .long_text{
    width: 100%;
    margin-left: 60px;
    padding-top: 15px;
  }

    .single_question_wrap,
    .item_advantages{
      width: 100%;
    }
    .single-service-text{
      width: 90%;
    }

    .blockFotoImg{
      width: 100%;
      max-width: 100%;
      float: none;
      padding-right: 0px;
    }
    .item_advantages{
      padding: 10px;
    }
    .excerpt-left, .excerpt-background h3{
      font-size: 20px;
      line-height: 25px;
    }

}

@media only screen and (max-width: 667px) {
	.black-menu-right{
		display: none;
	}
	.black-menu-left{
		width: 100%;
		justify-content: center;
	}
	.hide_number,
	.nav-phone-wrap,
	.nav-working-hours{
		padding-bottom: 2px;
	}
	.nav_phone_number{
		padding-right: 15px;
	}
	
	.logo-img{
		width: 80%;
	}
	.menu-wrap{
	width: 20%;
    display: flex;
    justify-content: flex-end;
	}
	.top-menu{
		display: none;
	}
	.menu-btn{
		display: block;
	}
	.mobile-top-menu .menu{
		display: block;
		width: 100%;
		text-align: center;
		background: #036BDB;
		opacity: 0.9;
		text-transform: uppercase;
		padding: 10px 0;
	}
	.mobile-top-menu .menu li{
		padding: 10px 0;
		width: 150px;
		margin: 0 auto;
	}
	.mobile-top-menu .menu li a{
		color: #fff;
		font-size: 16px;
	}
	.mobile-top-menu .menu li.current-menu-item a{
		border-bottom: 2px solid #fff;
		padding-bottom: 3px;
	}

	.menu-btn span,
    .menu-btn span::before,
    .menu-btn span::after{
	border-top: 2px solid #fff;
	margin-left: -10px;
	width: 20px;
	height: 0px;
}

.menu-btn-active span{
	border-top: 0px;
}

.menu-btn span::before{
	transform: translateY(-8px);
}
.menu-btn span::after{
	transform: translateY(4px) 
}

.menu-btn-active span:before{
	transform:rotate(45deg);
}

.menu-btn-active span:after{
	transform:rotate(-45deg);
}

.pulsse{
	top: 83%;
	right: 5px;
	width: 60px;
	height: 60px;
}
.pulsse-back{
	font-size: 10px;
}

.contacts_title{
	text-align: center;
}

.contact-right,
.form-contact-wrap{
	width: 100%;
}

.form-contact-wrap{
	padding-right: 0px;
}
.social-wrap{
	display: flex;
}
.contacts-sociall{
	padding: 0 5px;
}

 .about-us-img {
    padding-right: 0px;
    float: none;
    width: 100%;
    padding-bottom: 10px;
    }

    .contacts_banner.main-header{
    padding: 170px 0;
    margin-bottom: 30px;
  }
  
  .slider-text{
    top: 40px;
  }

  .blue-line.slider{
    margin: 15px auto;
  }

  .utp-description{
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .contacts_title.main{
    font-size: 36px;
    text-align: center;
  }

  .main-btn.slider{
  text-align: center;
}

  .advantages-description{
    margin-top: 25px;
  }

  .advantages-item h2{
    font-size: 24px;
}

  .advantages-description p{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .advantages-item-text{
    width: 75%;
  }
  
  .advantages-item{
    width: 50%;
  }

}

@media only screen and (max-width: 600px) {
	.form-little .form-row {
    width: 90%;
    margin: 15px 0;
    }

    .single-service-text{
      width: 80%;
    }

    .buttom-wrap{
      justify-content: space-between;
    }

}

@media only screen and (max-height: 620px) {
	.contact-form{
		top: 0;
	}
	.contact-form .form-row{
		width: 49%;
		display:inline-block;
	}
	.contact-form .form-area{
		width: 100%;
	}
	.contact-form textarea{
		height: 50px;
		padding: 15px 20px;
	}

}


@media only screen and (max-width: 480px) {
	.text-404 h1 {
    font-size: 30px;
    padding: 0 10px;
}

  .contacts_banner.main-header{
    padding: 200px 0;
    margin-bottom: 30px;
  }
  
  .advantages-item{
    width: 100%;
  }

  .advantages.progress,
  .advantages-background.progress{
    height: 1320px;
  }

  .progress-item{
    width: 100%;
    margin: 10px 0;
  }

  .buttom-wrap{
      justify-content: center;
    }

  .next, .prev{
    margin: 10px 20px;
  }
  .nav_phone_number {
    padding-right: 10px;
}
  
}

@media only screen and (max-width: 420px) {
.nav_phone_number {
    padding-right: 0px;
}

}


@media only screen and (max-height: 384px) {
.mobile-top-menu .menu li{
	padding: 5px 0;
}
.uslugi::after,
.uslugi2::after{
	top: 1px;
}
}

@media only screen and (max-width: 360px) {

  .contacts_banner.main-header{
    padding: 210px 0;
    margin-bottom: 30px;
  }
  
}

@media only screen and (max-width: 320px) {
.black-menu-wrap,
  .white-menu-wrap,
  .main-wrapper,
  .footer-wrap{
    padding-left: 5px;
    padding-right: 5px;
  }

  .black-menu-left{
    font-size: 14px;
  }

  }

@media only screen and (max-height: 320px) {
  .black-menu-wrap{
    display: none;
  }
  .mobile-menu-wrap{
    top: 60px;
  }
  .uslugi2::after,
  .uslugi::after{
    top: -1px;
  }
  .mobile-top-menu .menu li{
    padding: 5px 0;
  }
  .mobile-top-menu .menu li a{
    font-size: 12px;
  }
  .pad-top{
    padding-top: 62px;
  }

  .progress-top{
    display: none;
  }

  }

  @media only screen and (min-height: 1280px) {
.form-contact-wrap{
  width: 100%;
  padding-right: 0px;
}

.contact-right{
  width: 100%;
}
}

