
@font-face {
 font-family: "Merriweather", serif;}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}









.col-auto,
.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.calculate-cost {
	
}

.calculate-cost .title {
	max-width: 600px;
	margin-bottom: 62px
}

.test-number-questions {
	max-width: 660px
}

.test-number-questions ul {
	display: inline-block;
	vertical-align: top;
	    font-size: 12px;
	line-height: 1;
	margin-top: 12px;
	margin-bottom: 40px
}

.test-number-questions ul li {
	float: left;
	position: relative;
	color: #aaaab2;
	font-weight: 500;
	margin-bottom: 5px;
	margin-left: 10px;
}

.test-number-questions ul li:after {
	content: " — ";
	white-space: pre-wrap
}

.test-number-questions ul li a {
	color: #aaaab2
}

.test-number-questions ul li:last-child:after {
	display: none
}

.test-number-questions ul li.active {
	color: #303038
}

.test-number-questions ul li.active a {
	color: #303038
}

.question-view .h4 {
	margin-bottom: 29px;
	max-width: 600px
}

.question-view label.test-checkbox {
	margin-bottom: 30px
}

.question-view .test-lawyer-comment {
	margin-left: -15px;
	margin-top: -192px
}

.question-view .btn {
	max-width: 360px
}

.question-view .col-auto {
	max-width: 100%
}




.question-view button {
    display: block;
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 49px;
    margin: 25px auto 15px auto;
    color: #fff;
    font-family: "Museo Cyrl";
    font-size: 16px;
    line-height: 49px;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 1;
    background-color: #c7b800;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-radius: 22px;
	color: white;
}

.question-view button::before {
  content: "";
  height: 100%;
  width: 0;
  background-color: #ff6716 ;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.question-view button::after {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icons/icon-arrow-right.svg);
  background-size: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: -1.1rem;
  position: absolute;
  top: 50%;
  right: 4rem;
}

.question-view button:hover::before {
  width: 100%;
}

.question-view button:hover::after {
  right: 3rem;
}


.question-view .input-style {
	max-width: 360px
}

.question-view label.privacy-policys {
	max-width: 420px
}
label.test-checkbox {
	display: inline-block;
	position: relative;
	vertical-align: top;
	text-align: left;
	width: 100%;
	z-index: 1
}

label.test-checkbox input[type=checkbox] {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 1
}

label.test-checkbox input[type=checkbox]:checked+.test-checked {
	-webkit-box-shadow: 0 5px 10px 0 rgba(48, 48, 56, .35);
	box-shadow: 0 5px 10px 0 rgba(48, 48, 56, .35);
	border-color: #ffdd2d
}

label.test-checkbox:hover .test-checked {
	-webkit-box-shadow: 0 5px 20px 0 rgba(48, 48, 56, .25);
	box-shadow: 0 5px 20px 0 rgba(48, 48, 56, .25);
	border-color: rgba(48, 48, 56, .5)
}

label.test-checkbox:active {
	opacity: .7
}
.test-checked {
	display: block;
	font-size: 20px;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	-webkit-box-shadow: 0 10px 40px 0 rgba(48, 48, 56, .25);
	box-shadow: 0 10px 40px 0 rgba(48, 48, 56, .25);
	line-height: 1.25;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 21px;
	padding-bottom: 21px
}

.test-checked-text img {
	width: 36px;
	height: 36px;
	vertical-align: middle;
	margin-right: 16px;
	margin-top: -6px
}
.test-lawyer-comment {
	border: 1px solid rgba(48, 48, 56, .1);
	padding-top: 42px;
	padding-bottom: 42px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px
}

.test-lawyer-comment-photo {
	width: 105px;
	height: 105px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px
}

.test-lawyer-comment-text {
	margin-top: 32px
}

.test-lawyer-comment-text strong {
	display: block;
	margin-bottom: 11px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}


.img-advantages{
	
	position: absolute;
    width: 40%;
    height: auto;
    margin-top: 4em;
	
}
@media only screen and (max-width: 767px) {
	.b-home__questionary .b-questionary {
    display: inline-block;
    padding: 25px;
    background: #2ea4c5b8;
    font-family: Acrom;
    font-size: 16px;
    line-height: 15px;
    border-radius: 18px;
    color: white;
    font-weight: 500;
}
.b-dialogs .close-bg {
    position: absolute;
    z-index: 51;
    width: 12%;
    height: -webkit-fill-available;
    float: right;
    right: 0px;
    background-image: url(../img/closer.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 50px;
	    height: 50px;
}

.pmblock {
    color: black;
    position: relative;
    width: 95%;
    margin-left: 0;
    text-align: left;
}
.img-advantages{
	
	position: relative;
    width: 40%;
    height: auto;
    margin-top: 4em;
	
}
}

@media only screen and (min-width: 767px){
.pmblock {
    color: black;
    position: relative;
    width: 95%;
    margin-left: 0;
    text-align: left;
}
.img-advantages{
	
	position: relative;
    width: 40%;
    height: auto;
    margin-top: 4em;
	
}
}
@media only screen and (min-width: 1200px){
	.pmblock {
    color: black;
    position: relative;
     width: 53.333333%;
    margin-left: 57.66667%;
    text-align: left;
}
 .img-advantages{
	
	position: absolute;
    width: 40%;
    height: auto;
    margin-top: 4em;
	
}


}
@media only screen and (max-width: 1200px){
	.formtel{
	    padding-top: 12em;
    position: fixed;
    z-index: 1;
    width: 1%;
    left: 60%;
    font-size: 15px;
    top: 11%;
	visibility:hidden;
	
}
}