*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flex-a {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icon/arr.png) 95% 50% no-repeat;
    cursor: pointer;
    outline: none
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.whatsapp {
    position: fixed;
    bottom: 10px;
    width: 70px;
    right: 10px;
/*    height: 60px;*/
    
}
.whatsapp img {
    width: 100%;
/*    height: 100%;*/
}
.mobi-but {
    display: block;
    width: 165px;
    position: fixed;
    bottom: 10px;
    height: 45px;
    text-align: center;
    background: #2cd945;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
}
.mobi-but:focus {
    background: #ffd600;
}
.mobi-but i {
    margin-right: 5px;
}
.recall {
    left: 10px;
}
.recall span {
    font-weight: bold;
    color: #3131f7
}
.recall:hover:after {
    z-index: -1
}
.recall:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 30px;
    background: linear-gradient(135deg, transparent 40px, rgba(255, 255, 255, 0.4) 60px, transparent 65px) no-repeat;
    background-position: -100px 0px;
    transform-origin: center;
    border-radius: 30px;
    animation-name: but;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier( .2, .2, .3, .4); 
    animation-iteration-count: infinite;
}
.recall:focus {
    outline: none;
}
@keyframes but {
    from {background-position: -100px 0px;}
    to {background-position: 500px 0px;}
}
.rewrite {
    right: 10px;
    padding: 11px 5px;
}
.rewrite img {
    width: 25px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
body {
    font-size: 20px;
    color: #000;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
body, html {
    overflow-x: hidden;
}
a{
	color:#000;
}
a:hover{
	text-decoration: none;
}
a:active{
	background: transparent;
}
.gray {
    background: #f8f6f6
}
.blue {
    background: #0e1224
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    flex-wrap: wrap;*/
}
.flex-a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.nav-head {
    display: none
}
.but {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 55px;
    border: none;
    background: #2bce43;
    color: #fff;
    outline: none;
    text-transform: uppercase
}
.but:hover, .modal-but:hover {
    color: #fff;
    background: #33e04c
}
.but:focus, .modal-but {
    color: #fff;
    text-decoration: none
}

.but_blue {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border: none;
    background: #2b83ce;
    color: #fff;
    outline: none;
    text-transform: uppercase
}
.but_blue:hover {
    color: #fff;
    background: #2ba1ce;
}
.but_blue:focus{
    color: #fff;
    text-decoration: none
}


.input {
    display: block;
    width: 100%;
    height: 65px;
    padding-left: 20px;
    font-size: 18px;
    outline: none;
    position: relative;
    border: 1px solid #1192c4;
    margin-bottom: 20px;
}

.block {
    padding: 70px 0;
}
.headline {
    margin: 0 0 30px;
    font-size: 46px;
    text-align: center;
}

h1 {
    margin: 0;
    font-size: 20px;
    color: #535453;
    text-align: center
}
.top-head {
    padding: 20px 0
}
.logo h3 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 37px;
    margin: 0 0 0 20px
}
.tel {
    text-align: right;
}
.tel a {
    position: relative;
    display: block;
    font-size: 35px;
}
.tel a:before {
    position: absolute;
    content: '';
    left: -40px;
    top: calc(50% - 16px);
    height: 28px;
    width: 28px;
    background: url(../img/icon/tel.png) center no-repeat;
}
.tel p {
    color: #2cd945;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

.menu {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9
}
.menu a {
    font-size: 16px;
    padding: 25px 0;
    position: relative;
    font-weight: bold;
}
.menu a span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 10px
}
.menu a:before {
    position: absolute;
    content: '';
    width: 42px;
    height: 11px;
    left: calc(50% - 21px);
    top: -6px;
    background: url(../img/icon/menu.png);
    display: none;
}
.menu a:hover:before, .menu a.active:before {
    display: block;
}
.menu a:hover, .menu a.active {
    color: #2cd945;
}
.ceny-head {
    padding: 110px 0;
}
.cont-head {
    padding: 170px 0;
}
.head-cont {
    color: #fff;
    display: flex;
    justify-content: flex-end
}
.head-text {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.head-text h2 {
    font-size: 52px;
    text-align: right;
    margin: 0 0 30px
}
.head-text .head-tit {
    font-size: 72px;
}
.head-block1 {
    padding-left: 10%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.head-block1 p {
    padding-left: 30px;
    width: auto;
    position: relative;
    font-weight: lighter;
    font-size: 18px;
    margin-bottom: 15px;
}
.head-block1 p:before {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    left: 0;
    top: 10px;
    content: '';
    border-radius: 50%;
}
.head-block1+p {
    font-weight: 500;
    text-align: right;
}
.head-cont .but {
    height: 60px;
    width: 300px;
    margin: 30px 0;
}
.head-block2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15%;
}
.head-block2 p span {
    font-size: 25px;
    display: block;
    border-bottom: 1px solid;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
    font-weight: bold;
}
.head-block2>p {
    width: 30%;
    text-align: center;
    font-size: 18px;
    font-weight: lighter
}

.uslug-bl {
    background: url(../img/bg1.jpg) center/cover;
    padding: 40px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 40px;
}
.uslug-it {
    width: 48.5%;
    background: #eee;
    border-radius: 10px;
    padding: 30px;
    font-size: 18px;
}
.uslug-it>div {
    margin-bottom: 20px
}
.uslug-it h3 {
    margin: 0 0 20px;
    
}
.uslug-it h3 a {
    color: #1192c4;
    font-size: 32px;
}
.uslug-p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.uslug-p .icon {
    width: 45px;
    flex-shrink: 0;
}
.uslug-it .price {
    text-align: center;
    color: #dd0e1d;
    font-size: 30px;
    margin: 0 0 5px
}
.uslug-it .but {
    width: 190px;
    height: 50px;
}

.call {
    width: 50%;
    border: 2px solid #1c97c6;
    text-align: center;
    margin: 40px auto;
    padding: 40px 0;
}
.call a {
    font-weight: bold;
    font-size: 46px;
    position: relative;
    padding-left: 40px;
}
.call .but {
    margin: 20px auto 0;
    width: 360px;
    height: 70px;
}
.call a:before {
    position: absolute;
    content: '';
    left: 0px;
    top: calc(50% - 16px);
    height: 28px;
    width: 28px;
    background: url(../img/icon/tel.png) center no-repeat;
}

.baner {
    background: url(../img/bg2.jpg) center/cover;
    color: #fff;
    padding: 250px 0 20px;
    margin-top: -110px
}
.baner p {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 45px;
}
.work {
    background: #e8e8e8
}
.work-bl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 80px;
    flex-wrap: wrap;
}
.work-it {
    width: 26%;
    position: relative;
    margin-bottom: 50px
}
.work-it p {
    position: relative;
    z-index: 2
}
.work-it span {
    position: absolute;
    left: -65px;
    top: -100px;
    color: #fff;
    font-size: 180px;
    font-weight: bold;
    z-index: 1
}

.tech-img {
    width: 75%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto 30px;
}
.tech-img img {
    width: 100%;
}
.tech-img figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 30px 0 30px 50px;
    color: #fff;
    background: url(../img/title-bg.png) 0 0 no-repeat;
    width: 100%;
    font-size: 30px;
}
.tehnika a {
    color: #2cd945;
    font-weight: bold;
    text-decoration: underline;
}
.tech-char {
    margin: 40px 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.tech-char>div {
    width: 48.5%;
    border: 1px solid #1192c4;
    padding: 40px;
}
.tech-char table {
    width: 100%;
}
.tech-char td:last-child {
    font-weight: bold;
    padding: 2px 0;
}
.tech-char span {
    color: #1192c4;
    font-weight: bold;
}

.about {
    #background: url(../img/bg3.jpg) center/cover no-repeat;
}
.about h4 {
    color: #1192c4;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 010px
}
.about h4 {
    
}
.about p {
    line-height: 35px;
    margin-bottom: 25px;
}
.faq {
   #background: url(../img/bg4.jpg) center;
   background-position:center;
}
.faq-it {
    border-bottom: 1px solid #1192c4;
}
.faq-it>div p {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
    padding: 30px 0
}
.faq-it>div span {
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-it.open span {
    transform: rotate(180deg)
}
.faq-it .answer {
    display: none;
    margin-bottom: 30px
}
.call1 {
    #background: url(../img/bg5.jpg) center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 70px 0 80px
}
.call1 a {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
}
.call1 .but {
    margin: 20px auto 40px;
    width: 360px;
    height: 70px;
}
.call1 p {
    font-size: 30px;
}

.online {
    background: #ebf2f8;
    position: relative
}
.online .deco {
    position: absolute;
    top: 30%;
}
.online .deco:nth-of-type(1) {
    right: -20%;
}
.online .deco:nth-of-type(2) {
    left: -20%;
}
@media screen and (min-width: 1400px) {
    .online .deco:nth-of-type(1) {
    right: 0%;
}
.online .deco:nth-of-type(2) {
    left: 0%;
}
}
.online .container {
    background: #fff;
    padding: 50px 0;
}
.online .form {
    margin: 0 auto;
    padding: 0 60px
}
.fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fields .input {
    width: 48.5%
}
.map {
    height: 400px;
    overflow: hidden;
    margin-bottom: 20px
}
#map-select {
    height: 100%;
    width: 100%;
    background: #eee;
    margin-top: 20px;
}
.submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.submit span {
    font-size: 23px
}
.submit b {
    color: #e31515;
    font-size: 42px;
}
.submit .but {
    margin-left: 20px;
    width: 320px;
    height: 60px
}

.garant-bl {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.garant-it {
    width: 48%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.garant-it p {
    font-weight: 500;
    margin-left: 30px;
}
.reviews {
    #background: url(../img/bg6.jpg) center/cover;
    
}
.reviews-bl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
.review-it {
    text-align: center;
    width: 31.5%
}
.review-it img {
    width: 100%;
    margin-bottom: 20px
}
.review-but {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}
.review-but .but {
    width: 350px;
    text-align: center;
    margin-top: 30px;
    font-size: 16px
}

.photo-bl {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.photo-bl>img {
    width: 31.5%;
    height: 250px;
    margin-bottom: 30px;
}
.photo-bl div {
    width: 31.5%;
}
.photo-bl div img {
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}
.photo-bl iframe {
    width: 65.5%;
    border: none;
    height: 530px;
}

.pays {
    #background: url(../img/bg7.jpg) center/cover
}
.pays-bl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    
}
.pays-bl>div {
    position: relative;
    height: 270px;
    width: 23.5%;
    display: flex;
    align-items: flex-end;
}
.pays-bl>div img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pays-bl p {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}
footer {
    padding: 40px 0 40px;
    color: #fff;
    background: #1e2528
}
.contact {
    border-bottom: 1px solid #464646;
    padding-bottom: 40px;
    font-weight: lighter;
    font-size: 18px;
}
.contact .headline {
    text-align: left;
    font-size: 30px;
    margin: 0 0 10px
}
.contact div {
    width: 30%;
}
.contact .contact-div1 p {
    display: flex;
    margin-bottom: 15px;
    
}
.contact .contact-div1 p span:nth-of-type(1){
    width: 150px;
    flex-shrink: 0
}
.contact .contact-div1 p span:nth-of-type(2) {
    position: relative;
}
.contact .contact-div1 p span:nth-of-type(2):before {
    position: absolute;
    left: -30px;
    top: 2px;
    content: '';
    width: 23px;
    height: 23px;
    background: url(../img/icon/cont1.png) center no-repeat;
}
.contact .contact-div1 p:nth-of-type(2) span:nth-of-type(2):before {
    background: url(../img/icon/cont2.png) center no-repeat;
}
.contact .contact-div1 p:nth-of-type(3) span:nth-of-type(2):before {
    background: url(../img/icon/cont3.png) center no-repeat;
    top: 3px
}
.contact .contact-div2 a {
    font-size: 25px;
    text-decoration: underline;
}
.map-contact {
    height: 300px;
    background: #eee;
    overflow: hidden;
    border: 2px solid #1192c4
}
footer a {
    color: #fff;
    display: block;
    margin-bottom: 7px
}
.links {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 40px;
    color: #fff;
}
.links h4 {
    margin: 0 0 15px
}
.links a {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

.table-head span{
    width: 49%;
    text-align: center;
    background: #1192c4;
    color: #fff;
    font-size: 23px;
    display: block;
    padding: 12px 0;
}
.price table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}
.price td {
    padding: 10px 0;
}
.price td:first-child {
    font-size: 18px;
}
.price td:first-child strong {
    display: block;
    font-size: 22px;
}
.price td:last-child {
    font-size: 22px;
    color: #1192c4;
    font-weight: bold;
    text-align: right;
}

.map2 {
    width: 100%;
    height: 600px;
}
.contact-bl {
    background: url(../img/bg1.jpg) center/cover;
    padding: 35px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative
}
.contact-bl>img {
    position: absolute;
    bottom: -60px;
    right: -10%;
    z-index: 1
}
.contact-bl>div {
    background: #eeeeee;
    padding: 35px;
    border-radius: 5px;
}
.contact-bl>div:nth-of-type(1) {
    width: 58%
}
.contact-bl>div:nth-of-type(2) {
    width: 40%;
    position: relative;
}
.contact-bl p {
    font-size: 25px;
}
.contact-bl p span {
    color: #1192c4;
    font-weight: bold;
    font-size: 18px;
}
.contact-bl ul {
    padding: 0;
}
.contact-bl li {
    position: relative;
    list-style: none;
    padding-left: 20px
}
.contact-bl li:before {
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    content: '';
    background: #1192c4;
}
.disc {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #1192c4;
    position: absolute;
    right: 10%;
    top: 20%;
    color: #fff;
    text-align: center;
    transform: rotate(-20deg)
}
.contact-bl .disc span {
    color: #fff !important;
    font-size: 50px;
}
.about-bl {
    margin-bottom: 40px;
}
.about-bl .but {
    width: 460px;
    height: 60px;
    margin: 20px 0 0 
}
.about-bl p {
    margin-bottom: 30px;
}

.asenizator>div {
    text-align: center;
    width: 48.5%;
    margin-bottom: 30px;
}
.asenizator h3 {
    font-size: 32px;
    color: #282828
}
.asenizator img {
    width: 100%;
}
.fig-title {
    margin: 30px 0;
    font-size: 32px;
    
}
.asenizators iframe {
    border: 0;
    width: 48.5%;
    height: 400px;
    margin-bottom: 30px
}
.asenizators .but {
    width: 300px;
    margin-bottom: 40px;
}
.charact {
    width: 100%;
    margin-top: 40px
}
.charact th {
    font-size: 17px;
    color: #fff;
    background: #1192c4;
    text-align: center;
    padding: 10px 10px
}
.charact tr {
    border: 1px solid #1192c4
}
.charact td {
    font-size: 18px;
    text-align: center;
    padding: 15px 10px;
}
.osob {
    margin: 30px 0;
}
.osob p {
    border-bottom: 1px solid #1192c4;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 50px;
    line-height: 35px;
}
/*modal*/
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
.modal .modal-dialog {
    width: 430px;
    margin: 70px auto 0;
}
.city .modal-dialog {
    width: 50%
}
.city ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.city li {
    width: 22%;
    display: inline-block;
    list-style: none;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto 10px;
    text-align: center;
    border-bottom: 1px solid #f86818
}
.modal h4 {
    font-size: 25px;
    margin: 20px auto 20px;
    font-weight: bold;
    color: #181818;
}
.modal input {
    width: 250px;
    margin: 10px auto 20px;
    height: 50px;
    font-size: 18px;
    border: 1px solid #1192c4;
}
.modal .but{
    display: block;
    width: 250px;
    height: 50px;
    margin: 0 auto 20px;
}
.modal p {
    font-size: 18px;
}
#ext .text-center>p {
    margin-top: 25px;
}
.modal-dialog .close {
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 10px;
}

#popup .modal-dialog  {
   width: 700px;
    margin-top: 60px
}
#popup .modal-body {
    padding: 60px;
    background: url(../img/modal-bg.jpg) center/cover
}
#popup h3 {
    font-size: 22px;
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    text-align: left;
}
#popup h3 img {
    margin-right: 20px;
    width: 60px;
    position: relative;
}
#popup h3+p>a {
    font-size: 50px;
    color: #2cd945;
    padding-bottom: 20px;
    font-weight: 600;
    position: relative;
}

#popup .head-p {
    font-size: 26px;
    margin: 15px 0 20px;
    font-weight: bold
}
#popup  .opros {
    width: 220px;
    background: #fff;
    color: #2cd945;
    border: 1px solid #2cd945;
    background: #fff;
    padding: 8px 0;
    font-weight: bold;
    font-size: 18px;
    display: inline-block !important;
    margin-right: 20px;
    height: 60px;
}
#popup  .opros_red {
    width: 464px;
    background: #fff;
    color: #d92c2c;
    border: 1px solid #d92c2c;
    background: #fff;
    padding: 8px 0;
    font-weight: bold;
    font-size: 18px;
    display: inline-block !important;
    margin-right: 20px;
    height: 60px;
}
#popup  .opros_red:hover {
    background: #d92c2c;
    color: #fff;
}

.opros-otzyv{
    background: #fff !important;
    color: #2b83ce !important;
    border: 1px solid #2b83ce !important;
}
.opros-otzyv:hover{
    background: #2b83ce !important;
    color: #fff !important;
}

#rewiev  .opros_red {
    width: 464px;
    background: #fff;
    color: #d92c2c;
    border: 1px solid #d92c2c;
    background: #fff;
    padding: 8px 0;
    font-weight: bold;
    font-size: 18px;
    display: inline-block !important;
    margin-right: 20px;
    height: 60px;
}

#rewiev  .opros_red:hover {
    background: #d92c2c;
    color: #fff;
}

#popup  .opros.opros-ne-dozv {
    width: 464px
}
#popup  .opros.opros-otzyv {
    width: 464px
}
#popup  .opros:hover {
    background: #2cd945;
    color: #fff;
}
.opros:focus {
    background: #fff;
    color: #3bac00;
}
#popup .but-opros {
    background: #3bac00;
    border: none;
    height: 50px;
    width: 200px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px
}
.opros-block, .opros-form {
    padding: 0px 0 0;
    display: none;
}
#popup .complaint {
    display: block;
    font-size: 18px;
    width: 464px;
    text-align: center;
}
#rewiev .complaint {
    display: block;
    font-size: 18px;
    width: 250px;
    margin: 0px auto 20px;
    text-align: center;
}
#popup .opros-block p {
    text-align: left;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold
}
.get-opros {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.complaint-block {
    display: none
}
.complaint-block textarea {
    display: block;
    margin-bottom: 10px;
    width: 80%;
    resize: none;
    padding: 5px 10px;
    height: 100px;
}
/* ---radio-custom-- */
.radio-opros {
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin: 0 3px 0 0;
}

.radio-opros + label {
    cursor: pointer;
    margin-bottom: 25px
}

.radio-opros:not(checked) {
    position: absolute;
    opacity: 0;
}

.radio-opros + label {
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
    color: #565555;
    font-size: 20px;
    font-weight: normal;
    padding-top: 0px;
    margin-bottom: 15px
}

.radio-opros:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    background: #FFF;
    border: 1px solid #f82008
}

.radio-opros:checked + label:before {
    background: #ff0000;
    box-shadow: 0px 0px 5px 0px #afafaf, inset 0px 0px 0px 5px #fff
}
.set-date {
    padding: 10px;
    width: 200px;
    margin-bottom: 20px;
    font-size: 17px;
    border: 1px solid #1FB32C
}
.breadcrumbs {
    padding: 30px 0;
    margin: 0
}
.breadcrumbs li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}
.breadcrumbs li a {
    color: #f86818;
    font-weight: bold;
}
.sitemap a {
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
    text-decoration: underline;
}
.sitemap a.sub-link {
    padding-left: 50px;
    font-size: 24px;
    text-decoration: none;
}
#show-txt {
    cursor: pointer;
    color: #ff7600;
}
.float-right {
    float: right;
    margin: 0 0 10px 25px;
}
.float-left {
    float: left;
    margin: 0 25px 10px 0;
}
.img {
    width: 80%;
    margin: 0 auto 20px;
    display: block
}
#scroll-to span{
	width:55px;
	height:54px;
	font-size: 45px;
	padding: 0 0 0 10px;
	border:3px solid #ffd600;
	border-radius:100%;
	color: rgba(246, 0, 20, 0.68);
}
#scroll-to{
	cursor: pointer;
	position: fixed;
	bottom:90px;
	right:10px;
	z-index:999;
	display: block;
}
#scroll-to:hover span{
	background: #ffe76b;
	color: rgba(246, 0, 20, 0.98);
}
.but-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 48%;
}
.but-block p {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
}
.but-block>div {
    width: 60%;
}
.but-block .but {
    width: 320px;
    margin-bottom: 20px
}
.but-block .but+p {
    width: 100%;
    text-align: center;
    font-weight: normal;
}
.but-block span {
    color: red;
    font-size: 30px;
    font-weight: bold;
}

.extr {
    width: auto;
    position: fixed;
    top: 35%;
    right: 30px;
    background: #62e81c;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    z-index: 999;
    font-weight: bold;
    font-size: 16px;
}
.extr>img {
    position: absolute;
    z-index: 9;
    top: -130px;
    left: -10px;
}
.extr .but {
    margin: 0 auto;
    width: 220px;
    border-radius: 10px;
    background: #f8c243;
    height: 50px;
    text-decoration: none;
    color: #000;
}
.extr-close {
    position: absolute;
    top: -40px;
    cursor: pointer;
    right: -20px;
    z-index: 99;
}
.extr p {
    text-transform: uppercase;
    font-size: 20px;
}
#ext p {
    font-weight: bold;
    margin: 10px 0 0;
    font-size: 18px;
}




.rewiev-bl {
    flex-wrap: wrap;
    font-size: 16px
}
.rewiev-it {
    width: 48.5%;
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #b2b2b2
}
.rewiev_row-title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px
}
.rewiev_head-us {
    font-weight: bold;
    font-size: 18px
}
.rewiev_head-us span {
    font-weight: normal;
    text-decoration: underline
}
.rate {
    text-align: right;
}
.star {
    display: block;
    background: url(../img/icon/star.svg);
    height: 14px;
}
.rate .date {
    font-size: 14px;
    padding-right: 5px
}

.rewiev-info {
    padding: 10px;
    background: #fafafa;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.rewiev-info p {
    width: 30%;
    display: flex;
    justify-content: space-between;
    margin-right: 3%;
    flex-wrap: wrap
}
.rewiev-info p span {
    font-weight: bold
}
.rewiev-info .name {
    max-width: 90%;
}
.rewiev_progr {
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 5px;
    border-radius: 5px;
}
.rewiev_row-asn {
    padding: 5px;
    background: #fafafa;
    margin-bottom: 10px
}
.rewiev_img {
    max-width: 100%;
    width: 100%
}





.form-callback {
    position: fixed;
    font-size: 16px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #33e04c;
    padding: 15px 0;
    color: #fff;
    display: none
}
.select-t {
    background: #ffa300;
    width: 80px;
    height: 45px;
    margin: 0 5px;
    justify-content: center;
    cursor: pointer;
    position: relative
}
.select-t span {
    font-weight: 500;
    font-size: 30px;
    margin-right: 5px
}
.set-time-text {
    margin-right: 15px;
    text-align: right;
}
.set-time-text p {
    margin-bottom: 5px;
}
.set-time-text span {
    color: #000;
    font-weight: 600;
    position: relative;
    margin-right: 10px
}
.set-time-text span img {
    margin-right: 5px
}
.select-day-cont {
    position: relative
}
.select-day {
    cursor: pointer
}
.selec-day_list {
    position: absolute;
    bottom: 100%;
    background: #fff;
    color: #000;
    text-align: left;
    left: 0;
    border: 2px solid #ffa200;
    width: 100%;
    display: none
}
.select-t:hover .selec-day_list,
.select-day-cont:hover .selec-day_list {
    display: block
}
.selec-day_list p {
    margin: 0;
    padding: 5px 10px
}
.selec-day_list p:hover {
    background: #cccccc;
    cursor: pointer
}
.form-callback .input {
    margin: 0 15px 0 0;
    color: #000;
    height: 47px
}
.form-callback .but {
    border-radius: 0;
    background: #ffa300;
    height: 47px
}
.close-call {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}
.error {
    width: 100%;
    height: 100vh;
    text-align: center;
    background: url(../img/not-found.jpg) center/cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #000
}
.error>div {
    margin-bottom: 9%
}
.error h4 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px
}
.error p {
    font-weight: bold;
    font-size: 20px
}
.error .but {
    margin: 0 auto;
    background: #4ddd22;
    color: #fff
}

.otzyv-img{width: 40%;
  margin-right: 5%;
  max-width:200px;}
  
.novosti-it{width: unset !important;}  
