body{
	font-family: 'Ubuntu', sans-serif;
	font-family: 'Roboto Slab', serif;
	font-family: 'Montserrat', sans-serif;
}

a:hover{
	text-decoration: none;
	color: inherit;
}

header .headerUl {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 8px;
    padding-left: 0;
    padding: 10px 0;
    border-radius: 4px;
}

header .headerUl li:first-child {
    margin-left: 0;
}

header .headerUl li {
    display: inline-block;
    margin: 0 10px;
    margin-top: 0px;
}

header .headerUl li a {
    line-height: normal;
    font-size: 13px;
    color: #4c4b4b;
    font-weight: 700;
    text-transform: uppercase;
}
header .headerUl li:last-child {
    margin-right: 0;
}

/*header {
    width: 100%;
    padding-bottom: 100px;
    background: url(https://polservis.kiev.ua/img/prom-pol-primer-4.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all 0.3s;
}

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

header .container{
	position: relative;
	z-index: 999;
}

header nav{
	position: relative;
	z-index: 999;
}


.time{
	font-size: 12.5px;
    color: #4c4b4b;
    font-weight: 500;
    margin-bottom: 0px;
}

.time p{
	margin-bottom: 0px;
}

header nav {
    padding-top: 20px;
    padding-bottom: 10px;
    z-index: 50000;
    display: block;
    width: 100%;
    transition: all 0.3s;
}

header .contacts .telephone .contacts__telephone {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    color: #4c4b4b;
    display: inline-block;
    top: 5px;
}

.btn__header {
    border: 1px solid #ffdc19;
    background-color: #ffdc19;
    font-family: Arial, sans-serif;
    padding: 5px 25px 5px 25px;
    font-size: 17px;
    color: #4c4b4b;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: all .3s;
    text-transform: none;
    float: right;
    margin-top: 7px;
}

.btn__header:hover{
	text-decoration: none;
	color: #ffdc19;
}

.text-header h1{
	position: relative;
    color: #ffdc19;
    font-size: 40px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
    text-shadow: 0px 0px 2px #000;
}

.text-header h1 span{
    color: #4c4b4b;
    text-shadow: none;
}

.header__text_1{
	font-size: 23px;
    color: #4c4b4b;
    font-weight: 700;
    line-height: 32px;
}

.header__text_2{
	font-weight: 500;
    color: #4c4b4b;
    font-size: 20px;
    margin-top: 20px;
}

.header__text_2 li{
	margin-bottom: 12px;
	list-style-type: none;
}

.header__text_2 li img{
	width: 24px;
    margin-top: -3px;
    margin-right: 1px;
}

.logo{
	background: #ffdc19;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    color: #000;
    font-weight: bold;
    padding: 8px 0 6px;
    margin-top: 8px;
}

.logo a{
	color: #000;
}

.buttons{
	margin-top: 30px;
}

.buttons a{
	border: none;
    border-radius: 4px;
    background-color: #ffdc19;
    font-family: SourceSPR, Arial, sans-serif;
    font-size: 21px;
    text-transform: none;
    color: #141533;
    padding: 10px 40px 10px 40px;
    box-shadow: 0 2px 2px rgb(20 21 51 / 50%);
    width: 100%;
    display: inline-block;
    max-width: 400px;
    text-align: center;
}

.header-img{
	width: 128%;
    margin-top: 41px;
    margin-left: -25%;
}

.calc{
	background: url(../img/bg-mat.png);
	padding: 60px 0;

}

.calc .title{
	text-align: center;
    margin: 0 auto 55px auto;
}

#calculator__filed-area-slider{
	margin-bottom: 50px;
}

.min{
	float: left;
	margin-top: 15px;
}

.max{
	float: right;
	margin-top: 15px;
}

.calculator__field{
	margin-bottom: 12px;
}

.calculator__field input{
	float: right;
    border-radius: 4px;
    border: 1px solid #4c4b4b;
    text-align: center;
    padding: 3px 0px;
    outline: none;
}

.step2{
	display: none;
	padding: 11px 0;
}

.calculator__result{
	font-size: 18px;
    text-align: center;
    width: 49%;
    display: inline-block;
}

.calculator__field-label--low input {
    display: none;
}

.calculator__field-pseudo-label {
    position: relative;
    width: 14px;
    margin-right: 5px;
    height: 14px;
    display: block;
    background-color: #ffc327;
    border-radius: 100%;
    cursor: pointer;
    margin-top: 4px;
    float: left;
}

.calculator__field-label--low input:checked ~ .calculator__field-pseudo-label:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 100%;
    background-color: #f1f1f1;
}

.calculator__field-label{
	margin-right: 20px;
}

.calculator__field-label--low{
	margin-right: 20px;
}

.res{
	background: #ffdc19;
    padding: 5px 20px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
}

.calculator__form{
	display: inline-block;
    width: 100%;
    border-radius: 4px;
    padding: 17px 0px;
    background: #ffffff;
    position: relative;
}


.step2 .calculator__field{
	width: 49%;
    display: inline-block;
    padding: 0 22px
}

.step2 .calculator__field-label{
	display: block;
}

.step2 .calculator__field input{
	float: none;
	width: 100%;
}

.calculator__button-group{
	text-align: center;
}

.calculator__button-group button{
	background: #ffdc19;
    border: 2px solid #4c4b4b;
    font-size: 18px;
    padding: 4px 10px;
    border-radius: 4px;
    display: none;
    width: 556px;
    margin-left: -8px;
    margin-top: 10px;
}

.first-step-btn{

    border-radius: 4px;
    background-color: #ffdc19;
    font-family: SourceSPR, Arial, sans-serif;
    font-size: 21px;
    text-transform: none;
    color: #141533;
    padding: 10px 40px 10px 40px;
    box-shadow: 0 2px 2px rgb(20 21 51 / 50%);
    width: 100%;
    max-width: 400px;
    text-align: center;
    max-width: 400px;
    font-size: 20px;
    margin: 30px auto 0;
    background: #ffdc19;
    border: 1px solid #4c4b4b;
    display: block;
}

.what{
	padding: 60px 0;
}

.what .title{
	text-align: center;
	margin: 0 auto 49px;
}

.mater{
	background: url(../img/bg-mat.png);
	display: inline-block;
    min-height: 223px;
    margin-bottom: 14px;
    padding: 10px;
    width: 100%;
}

.mater img{
	height: 100px;
    margin: 0 auto;
    display: block;
}

.mater h3{
	margin: 0 0 20px 0;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    min-height: 36px;
    line-height: 20px;
}

.mater span{
	display: block;
    max-width: 400px;
    background: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin: 10px auto 0;
    color: #000;
    border-radius: 30px;
    text-align: center;
    padding: 5px 0;
}

.why{
	background: url(../img/bg-mat.png);
    padding: 40px 0;
}

.why ul {
    background: #fff;
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    padding-left: 0;
    margin-bottom: -150px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 32%);
}

.why ul li:first-child {
    border-left: 0;
}

.why ul li .text{
	font-size: 18px;
    font-weight: 500;
}

.why ul li {
    position: relative;
    float: left;
    width: 25%;
    font-size: 20px;
    font-weight: 700;
    color: #18181c;
    padding: 100px 30px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;

}

.why ul li .line {
    position: absolute;
    top: 58px;
    right: 25px;
    left: 30px;
    height: 3px;
    background: url(../img/line.png) 100% 0 repeat #fff;
}

.why ul li .icon {
    position: absolute;
    top: -10px;
    width: 45px;
    background: #fff;
}

.why ul li .line img {
    width: 28px;
}

.why ul li:first-child:before{
	display: none;
}

.why ul li:before {
    position: absolute;
    left: -12px;
    top: 50px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/arrow.png) 0 0 no-repeat;
    content: '';
}

.title{
	margin: 0 auto 30px auto;
    max-width: 400px;
    font-weight: 700;
    display: block;
    text-align: center;
}

.item img{
	width: 100%;
}

.owl-buttons{
	display: none;
}

.owl-theme .owl-controls {
    margin-top: -25px!important;
    text-align: center;
}

.owl-theme .owl-controls .owl-page span{
	background: #fff;
	opacity:0.5;
	border: 1px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #fff;
	opacity:0.99!important;
}

.owl-carousel{
	margin-bottom: 40px;
}

.portfolio{
	padding-top: 161px;
}

.btn__header:hover{
	color: #000;
}

.btn__header{
	cursor: pointer;
}

.buttons a{
	cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgb(0 16 30 / 90%);
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 0 auto; /* 15% from the top and centered */
  margin-top: 31vh;
  padding: 20px;
  border: 1px solid #888;
  max-width: 420px;
  animation: animatetop 0.3s;
  box-shadow: 0px 0px 0px 12px rgb(255 255 255 / 32%);
  position: relative;
}

@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animateout{from{top:0px;opacity:1} to{top:-300px;opacity:0}}

/* The Close Button */
.close {
  color: #999999;
 float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 0;
    opacity: 0.5;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal form {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.modal form input{
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 4px;
    border: none;
    color: #4c4b4b;
    font-weight: 400;
    margin: 0 0px;
    background: #f1f1f1;
    border: 1px solid #4c4b4b;
    width: 100%;
    max-width: 400px;
    margin-bottom: 16px;
    outline: none;
}

.modal form button{
    border: none;
    border-radius: 4px;
    background-color: #ffdc19;
    font-family: SourceSPR, Arial, sans-serif;
    font-size: 21px;
    text-transform: none;
    color: #141533;
    padding: 10px 40px 10px 40px;
    box-shadow: 0 2px 2px rgb(20 21 51 / 50%);
    width: 100%;
    display: inline-block;
    max-width: 400px;
    text-align: center;
}

.modal h4{
    text-align: center;
    font-size: 20px;
    margin: -5px 0 20px 0;
    line-height: 25px;
}

.callback-bt {
          background: #ffdc19;
    border: 2px solid #ffdc19;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgb(255 220 25 / 30%);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 3%;
    bottom: 7%;
    z-index: 999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color: #4c4b4b;
    opacity: 0;
    font-size: 0;
    position: absolute;
    right: 9px;
    top: 20px;
    line-height: 14px;
    font-weight: 600;
    text-transform: none;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
    font-size: 11px;
}
.callback-bt:hover img {
    display:none;
}

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover img {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-bt img {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt img  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
        width: 40px;
    margin-top: 11px;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(255,197,0,0.3),0 0 0 0 rgba(255,197,0,0.2),0 0 0 0 rgba(255,197,0,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(255,197,0,0.3),0 0 0 15px rgba(255,197,0,0.2),0 0 0 0 rgba(255,197,0,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(255,197,0,0.3),0 0 0 30px rgba(255,197,0,0),0 0 0 26.7px rgba(255,197,0,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(255,197,0,0.3),0 0 0 30px rgba(255,197,0,0),0 0 0 40px rgba(255,197,0,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(255,197,0,0.3),0 0 0 0 rgba(255,197,0,0.2),0 0 0 0 rgba(255,197,0,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(255,197,0,0.3),0 0 0 15px rgba(255,197,0,0.2),0 0 0 0 rgba(255,197,0,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(255,197,0,0.3),0 0 0 30px rgba(255,197,0,0),0 0 0 26.7px rgba(255,197,0,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(255,197,0,0.3),0 0 0 30px rgba(255,197,0,0),0 0 0 40px rgba(255,197,0,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* конец кнопки звонка */


footer{
	background: #161616;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}

footer h3{
	font-size: 30px;
}

footer a{
	color: #ffdc19;
    font-size: 30px;
    font-weight: 700;
    margin: -5px 0 20px 0;
    display: inline-block;
}

footer p{
	margin-bottom: 0;
}

.portfolio .title{
	margin-bottom: 48px;
}

.fixed-phone{
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #ffdc19;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    left: 50%;
    margin-left: -150px;
    font-size: 20px;
    color: #000;
    z-index: 999999;
    font-weight: 700;
    padding: 8px 0;
    border-radius: 4px;
}

.fixed-phone img{
	width: 20px;
}

.contacts__telephone img{
	width: 22px;
    margin-top: -6px;
}

.contacts__time img{
	width:16px;margin-top: -4px;
}

.mob-adress{
	display: none;
}

.results-main-block{
    position: absolute;
    right: 0px;
    top: 0;
    border: 4px solid #ffdc19;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 37%;
}

.results-main-block h2{
    text-align: center;
    margin: 10px 0 30px;
    font-size: 23px;
    font-weight: 600;
}

.step1 h2{
    text-align: center;
    margin: 10px 0 45px;
    font-size: 18px;
    font-weight: 600;
}

.step2 h2{
    text-align: center;
    margin: 10px 0 45px;
    font-size: 18px;
    font-weight: 600;
}


.double-line {
    width: 180px;
    padding: 2.5px 0;
    border-top: 1px solid #e8e8e9;
    border-bottom: 1px solid #e8e8e9;
    margin-top: 30px;
    margin-bottom: 21px;
    margin-right: auto;
    margin-left: auto;
}

.calc-block{
    border: 1px solid #d2d2d3;
    margin: 0px 0px 0px 27px;
    padding: 0px 26px 21px 26px;
}

.bottom-res{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

@media(max-width: 1200px){
	.text-header h1{font-size: 35px;}
	header .contacts .telephone .contacts__telephone{font-size: 17px;}
	.btn__header{font-size: 17px;margin-top: 5px;padding: 0px 25px 0px 25px;}
	.contacts__telephone img{width: 16px!important;margin-top: -3px!important;}
	.time{font-size: 10.5px;margin-bottom: 0;}
	.contacts__time img {width: 11px;margin-top: -2px;}
	header{padding: 0 0 30px;}
	.step2 .calculator__field-label {margin-right: 0px;}
	.step2 .calculator__button-group button{width: 100%;margin-left: 0;}
	.portfolio .col-md-5{margin-bottom: 11px;}
}

@media(max-width: 992px){
	.time{text-align: center;}
	.telephone{text-align: center;margin-top: 9px;}
	.btn__header{float: none;margin-left: 12px;}
	header .contacts .telephone .contacts__telephone{top: 0;}
	.text-header{text-align: center;}
	.header__text_2{text-align: left;padding-left: 0;max-width: 324px;display: block;margin: 0 auto;}
	.header-img{display: none;}
	header nav{padding-top: 0px;}
	.time{display: none;}
	.mob-adress{display: block!important;font-size: 18px;padding: 10px 0 2px;}
	.mob-adress br{display: none;}
	.contacts__time img {width: 19px;margin-top: -3px;}
	.why ul li{width:50%;padding: 62px 30px 30px 30px;}
	.why ul li:before{display: none;}
	.why ul li .line {background: none;top: 30px;}
	.step2 .calculator__field input {width: 100%;}
	.calculator__button-group {text-align: center;padding-left: 20px;padding-right: 28px;}
	.step2{margin-bottom: 17px;}
	.what {padding: 50px 0 40px;}
	.mater{margin-bottom: 25px;}
	.mater span{background: #33332b;color: #ffdc19;}
	.results-main-block {position: relative;right: 0px;top: 0;border: 4px solid #ffdc19;margin: 0;padding: 0 0 15px 0;height: 100%;width: 100%;}
	.calculator__form{padding: 0px 0px 0;}
	.calc-block{margin: 0px 0px 0px 0px;}
}

@media(max-width: 767px){
	.calc {padding: 40px 0 30px;}
	.calc .title {margin: 0px auto 50px auto;}
}

@media(max-width: 690px){
	.why ul li{width: 50%;text-align: center;max-width: 400px;display: block;margin: 0 auto;float: left;padding: 0;margin: 20px 0;}
	.why ul li .icon {position: relative;height: 45px;width: 45px;line-height: 35px;background: #161616;margin: 0 auto;border-radius: 100%;border: 4px solid #ffdc19;}
	.why ul li .line {position: relative;top: 0px;right: 0;left: 0;height: auto;}
	.why ul{padding: 25px 0 20px;}

}

@media(max-width: 660px){
	.mob-adress{font-size: 16px;}
	header .headerUl{margin-top: 0;}
}

@media(max-width: 600px){
	.mob-adress{font-size: 14px;}
	.contacts__time img {width: 16px;margin-top: -3px;}
}

@media(max-width: 570px){
	.why ul li {width: 100%;text-align: center;max-width: 400px;display: block;margin: 0 auto;float: none;padding: 0;margin: 20px auto 43px;}
	.why ul li .text{padding: 0 10px;}
	.portfolio {padding-top: 65px;}
	.why ul {padding: 25px 0 0px;}
}

@media(max-width: 560px){
	.text-header h1 {font-size: 26px;line-height: 38px;background: #ffdc19;display: inline-block;padding: 4px 15px;color: #fff;}
	.mob-adress span{display: none;}
	.mob-adress br{display: block;}
	.mob-adress{line-height: 24px;} 
	.callback-bt{right: 2%;bottom: 2%;}
	.calculator__field{text-align: center;}
	.calculator__field-label{width: 100%;margin-right: 0;margin-bottom: 10px;}
	.calculator__field input{float: none;}
	.calculator__result{font-size: 21px;}
	#calculator__filed-area-slider {margin-bottom: 35px;}
	.step2 .calculator__field-label {text-align: left;}
	.step1 h2{margin: 20px 0 28px;}
}

@media(max-width: 500px){
	.step2 .calculator__field{width: 100%;}
	.calculator__button-group{padding-right: 23px;}
}

@media(max-width: 450px){
	.text-header h1 {font-size: 22px;line-height: 34px;}
	.btn__header{padding: 0px 20px 0px 20px;}
	.calculator__form{padding: 0px 0px;}
	.title {font-size: 22px;line-height: 27px;}
}

@media(max-width: 400px){
	.text-header h1 {font-size: 19px;line-height: 26px;background: #ffdc19;display: inline-block;padding: 4px 15px;color: #fff;}
	.header__text_1 {font-size: 17px;font-weight: 600;line-height: 22px;}
	.header__text_2 li{font-size: 16px;}
	.header__text_2 li img{width: 18px;}
	.header__text_2{max-width: 250px;margin-top: 21px;}
	.btn__header {padding: 1px 5px 1px 5px;font-size: 14px;}
	header .contacts .telephone .contacts__telephone{font-size: 14px;}
	.contacts__telephone img{width: 13px!important;margin-top: -3px!important;}
	.calculator__result {text-align: center;font-size: 17px;}
	.calculator__field-label--low {margin-right: 10px;}
	.calc-block {padding: 0px 15px 21px 15px;}
}

@media(max-width: 396px){

}

@media(max-width: 350px){
	.text-header h1 {font-size: 17px;}
	header .headerUl li a{font-size: 11px;}
	footer h3 {font-size: 27px;line-height: 34px;}
}

.mod-price{
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    display: block;
    text-align: center;
    background: #ffdc19;
    padding: 12px;
}

.mod-price i{
    font-style:normal;
}

@media(max-width:767px){
    .mod-price i{display:block;}.mod-price strong{display:none;}
    .mod-price{margin-top:0;}
}