
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');



* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  /*height: 100%;*/
  margin: 0;
  overflow-x: hidden;
 }

body {
   /*font-family: 'Montserrat Alternates', sans-serif;*/
    /*font-family: 'Raleway', sans-serif;*/
     /*font-family: 'Lato', sans-serif;*/
     font-family: "Nunito Sans", sans-serif;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


p, ul {
  list-style-type: none;
  margin: 0;
  padding: 0; 
  font-family: "Nunito Sans", sans-serif;

}

  p{
    padding: 10px 0;
  }

button {
  padding: 0;
  border: none;
  background: none; }

input, select {
  outline: none; }



ul {
    list-style-type: disc;
    margin-left: 20px;
}

ul li{
    padding: 2px 0;
}

.container {
  position: relative;
  max-width: 1190px;
  margin: 0 auto;
  height: 100%;
 }

.top {
    padding: 20px 0;
}


.logo_block {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    text-decoration: none;
}

.logo_block img.logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 120px;
}

.logo_block p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    font-size: 25px;
    color: #000;
    /*font-family: "Open Sans", Sans-serif;*/
    line-height: 1.2em;
    font-family: "Oswald", sans-serif;
}

.header .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.top_bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}


.top_cont_adres, .top_cont_tel {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
}

.top_cont_tel a {
    display: block;
    padding: 10px 0;
    color: #000;
    text-decoration: none;
}

.top_cont_soc a{
    display: block;
    padding: 2px 0;
}

.top_cont_soc a img{
    width: 30px;
}



.top .order_button {
    background: #357DA4;
    color: #fff;
    text-align: center;
    width: 228px;
    height: 64px;
    font-size: 19px;
    letter-spacing: 3px;
    font-weight: 500;
    padding: 19px 0;
        -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    margin-top: 4px;
    margin-left: 30px;
}

.top .order_button:hover {
    background: #035C8D;
}

.top_cont_adres{
    position: relative;
    margin: 0 20px;
}

.top_cont_adres p{
    position: relative;
}

.top_cont_adres p.adr:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../pics/loc.svg) no-repeat center;
    display: block;
    top: 10px;
    position: absolute;
    left: -25px;
}

.top_cont_adres p.time:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../pics/time.png) no-repeat center;
    display: block;
    top: 10px;
    position: absolute;
    left: -25px;
    background-size: contain;
}

.top_cont_tel{
    margin: 0 20px;
}

.top_cont_tel .tel_button, .top_cont_tel .mail_button{
    position: relative;
}

.top_cont_tel .tel_button:before{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../pics/tel.svg) no-repeat center;
    display: block;
    top: 10px;
    position: absolute;
    left: -25px;
}

.top_cont_tel .mail_button:before{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../pics/mail.svg) no-repeat center;
    display: block;
    top: 10px;
    position: absolute;
    left: -25px;
}


.header_menu{
    position: relative;
    z-index: 900;
    background: #fff;
    margin-bottom: 10px;
  }


.header_menu ul {
    width: 100%;
    height: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    list-style-type: none;
}

.header_menu ul li {
    display: inline-block;
    width: auto;
    vertical-align: top;
    height: 100%;
    margin: 0;
    text-align: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    padding: 0;
}

.header_menu ul li a {
    color: #000000;
    text-decoration: none;
    padding: 5px 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
}

.header_menu ul li a:hover {
    text-decoration: none;
}

.header_menu ul li:hover {
    background: #A1D7E7;
}

.header_menu .down_li{
    position: relative;
}

.header_menu .drop_down {
    display: none;
    position: absolute;
    width: 290px;
    background: #357da4;
    height: auto;
    padding: 15px 0;
}

.header_menu .drop_down li {
    width: 100%;
    display: block;
}

.header_menu .drop_down li a {
    padding: 12px;
    width: 100%;
    display: block;
    color: #fff;
}

.header_menu .down_li:hover .drop_down{
    display: block;
}

.header_menu .down_li:hover .drop_down li:hover a{
    color: #000;
}


.slider_top .item{
    position: relative;
}


.slider_top_block{
    position: absolute;
    left: 0;
    top: 150px;
    display: block;
    background: #ffffff4f;
    padding: 40px;
    font-size: 20px;
    width: 660px;
}

.slider_top_title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.slider_top_cont p {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 2.2em;
}

.slider_top_link a {
    text-decoration: none;
    display: inline-block;
    background: #357DA4;
    color: #fff;
    text-align: center;
    width: 264px;
    height: 64px;
    font-size: 19px;
    letter-spacing: 3px;
    font-weight: 500;
    padding: 19px 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    margin-top: 15px;
    float: right;
}

.slider_top_link a:hover {
    background: #035C8D ;
}


.slider_top .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.slider_top .owl-nav button {
    position: absolute;
    top: 50%;
    left: 3%;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 61%;
    background-image: url(../pics/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.slider_top .owl-nav button.owl-next {
    left: auto;
    right: 3%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


.title_main {
    font-size: 35px;
    font-weight: 700;
    position: relative;
    text-align: center;
    letter-spacing: 3px;
}

.servises_section {
    padding-top: 40px;
}

.servis_item{
    display: block;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.servis_item__gray {
    width: 200px;
    height: 200px;
    background: #d9d9d9;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto;
}

.servis_item__hover {
    display: none;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    border: 5px solid #ff0000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.servis_item__hover:after {
    content: "";
    width: 5px;
    height: 197px;
    display: block;
    top: 0px;
    position: absolute;
    background: #ff0000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.servis_item:hover .servis_item__hover{
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

    

.servis_item p {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
}

.servis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 65px 0;
}



.text_about p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5em;
}

.works_section {
    background-image: url(../pics/works_fon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}

.text_about {
    margin-bottom: 60px;
    display: block;
}

.excellence_ul {
    display: block;
    width: 100%;
    text-align: center;
    margin: 60px 0;
    list-style-type: none;
}

.excellence_section{
    padding: 40px 0;
}


.excellence_ul li{
    display: inline-block;
    width: 30%;
    margin: 10px 10px 55px 10px;
    vertical-align: top;
}

.excellence_ul li div {
    display: block;
    width: 130px;
    height: 130px;
    background: #42AFCE;
    border-radius: 50%;
    padding: 30px 20px 20px 20px;
    -webkit-box-shadow: -2px 2px 2px 0 #00000036;
            box-shadow: -2px 2px 2px 0 #00000036;
    margin: 0 auto 15px;
}

.excellence_ul li:nth-child(9) div{
    padding: 23px 24px 20px 20px;
}


.excellence_ul li div img {
    width: 100%;
    display: block;
}


.excellence_ul li span{
    font-size: 18px;
    font-weight: 600;
}



.procedure_slider_num {
    font-size: 65px;
    color: #357da4;
    font-weight: 700;
    letter-spacing: 2px;
}

.procedure_ul {
    display: block;
    text-align: left;
    margin: 50px 0;
    list-style-type: none;
    text-align: center;
}

.procedure_ul li {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    background: #ffff;
    padding: 40px;
    margin: 11px;
    min-height: 235px;
    text-align: left;
}

.procedure_ul li p {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
}

.price_section {
    padding: 20px 0;
}

.price_section_inner {
    padding: 20px 0;
}

.servis_item a {
    color: #000;
    text-decoration: none;
}



.price_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 50px 0;
}

.price_block__item {
    display: block;
    width: 40%;
}

.price_block__item .prise_name {
    background: #035C8D;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 50px;
    display: inline-block;
}

.tablepress {
    width: 100%;
}

.tablepress tr th, .tablepress tr td{
    padding: 10px;
    text-align: left;
    width: 68%;
}

.tablepress tr th:nth-child(2), .tablepress tr td:nth-child(2){
    text-align: right;
}

.tablepress tr th {
    /* background: #e2e2e2; */
    font-weight: 400;
    padding-bottom: 25px;
}

.tablepress tr td{
    border-bottom: 1px solid #000;
}

.sert_section {
    padding: 20px 0;
    background: #F2F2F2;
}


.slider_sert .owl-nav {
    position: absolute;
    width: 100%;
    top: 36%;
}

.slider_sert .owl-nav button {
    position: absolute;
    top: 50%;
    left: -10%;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 61%;
    background-image: url(../pics/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.slider_sert .owl-nav button.owl-next {
    left: auto;
    right: -10%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.slider_sert {
    margin: 75px 0;
}


.rew_section {
    padding: 20px 0;
    background: #F2F2F2;
}

.rew_section .item img {
    width: 60px;
    margin: 10px 0;
}

.rew_section .item .rew_name {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.rew_section .slider_rew__bl {
    background: #fff;
    padding: 20px;
    min-height: 390px;
    letter-spacing: 2px;
}

.slider_rew {
    margin: 30px 0 80px 0;
}

.slider_rew .owl-nav {
    position: absolute;
    width: 100%;
    top: 37%;
    display: block!important;
}

.slider_rew .owl-nav button {
    position: absolute;
    top: 50%;
    left: -10%;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 61%;
    background-image: url(../pics/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.slider_rew .owl-nav button.owl-next {
    left: auto;
    right: -10%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


.map_section {
    position: relative;
}

.map_section .title_main {
    padding: 35px 0;
}

.map_section .map_cont {
    position: absolute;
    right: 0;
    top: 270px;
    background: #ffffff;
    padding: 40px;
    width: 610px;
    z-index: 1;
    -webkit-box-shadow: -2px 2px 2px 0 #00000036;
            box-shadow: -2px 2px 2px 0 #00000036;
    font-weight: 500;
    letter-spacing: 2px;
}

.map_cont_logo img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.map_cont_logo p {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    width: 75%;
}


.map_cont p{
    position: relative;
    padding-left: 40px;
}

.map_cont_adres:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../pics/loc.svg) no-repeat center;
    display: block;
    top: 10px;
    position: absolute;
    left: 0px;
}

.map_cont_tel:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../pics/tel.svg) no-repeat center;
    display: block;
    top: 10px;
    position: absolute;
    left: 0px;
}

.map_cont_mail:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../pics/mail.svg) no-repeat center;
    display: block;
    top: 10px;
    position: absolute;
    left: 0px;
}

.map_cont a {
    color: #000000;
}


.map_cont .order a{
    display: inline-block;
    background: #357DA4;
    color: #fff;
    text-align: center;
    width: 264px;
    height: 64px;
    font-size: 19px;
    letter-spacing: 3px;
    font-weight: 500;
    padding: 19px 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    margin-top: 15px;
    float: right;
}

.map_cont .order a:hover {
    background: #035C8D;
}


footer {
    background: #fff;
    color: #fff;
    padding: 40px 0;
    font-size: 14px;
}

footer a.order_button{
    color: #8dbb4c;
    text-decoration: underline;
    cursor: pointer;
}

.footer_bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}


.footer_bl__logo {
    width: 86px;
}

.footer_bl__logo img{
    width: 100%;
}

.footer_bl__cont {
    letter-spacing: 2px;
    font-size: 18px;
}

.footer_bl__cont a{
    display: block;
    color: #000;
    text-decoration: none;
    margin: 15px 0;
}

.footer_bl__cont a.mail_button{
    text-decoration: underline;
}

.footer_bl__soc a{
    display: block;
    text-decoration: none;
    margin: 5px 0;
}

.footer_bl__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.footer_bl__menu ul {
    margin: 0 35px 0 0;
}

.footer_bl__menu ul li {
    margin: 4px 0px;
}

.footer_bl__menu ul li a{
    font-size: 15px;
    color: #000;
    text-decoration: none;
    letter-spacing: 2px;
}

.footer_bl__menu ul li a:hover{
    text-decoration: underline;
}

.footer_bl__copiright p {
    color: #000;
    letter-spacing: 1px;
}

.s-message {
    display: none;
}

.wrap_window {
    display: none;
    opacity: 0.8;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgb(1 1 1 / 50%);
    z-index: 100;
    overflow: auto;
}

.popup_window {
    position: relative;
    display: none;
}

.popup_window .window {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20%;
    margin-bottom: 100px;
    width: 650px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 60px 85px;
    z-index: 999;
}

.popup_window .window .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(../pics/carbon_close.svg);
    -webkit-filter: invert(1);
            filter: invert(1);
    cursor: pointer;
}


.popup-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 40px;
    text-align: center;
}


.popup_window .window span {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

.popup_window .window .form-input {
    display: block;
    width: 100%;
    border: none;
    background: no-repeat;
    border: 1px solid #000000;
    padding: 25px 20px;
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
}

.popup_window .window .send-button {
    background: #357DA4;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 64px;
    font-size: 19px;
    letter-spacing: 3px;
    font-weight: 300;
    padding: 19px 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    margin-top: 20px;
    border: none;
    display: block;
}

.popup_window .window .send-button:hover {
    background: #035C8D;
}

.popup_window .window form label input[type="checkbox"] {
    display: none;
}

.popup_window .window form label span {
    display: inline-block;
    padding: 2px 0px 0px 30px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
}

.popup_window .window form label span a {
    color: #42AFCE;
    text-decoration: none;
}

.popup_window .window form label span:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 3px;
    top: 7px;
    /*background-image: url(../pics/ch.png);
    background-repeat: no-repeat;*/
}

.popup_window .window form label span:before {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #42AFCE;
}

.popup_window .window form label input[type="checkbox"]:checked + span:before {
    background: #42AFCE url(../pics/ch.png) no-repeat center;
}


.popup_window .window form label a {
    color: #10aaf1;
    text-decoration: none;
}



.popup_window .window form label {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    padding-top: 10px;
}

#top {
    /*display: none;*/
    position: fixed;
    width: 70px;
    height: 70px;
    right: 60px;
    bottom: 20px;
    background: #357da4 url(../pics/next.png) no-repeat center;
    z-index: 99;
    cursor: pointer;
    -webkit-box-shadow: -2px 2px 2px 0 #00000036;
            box-shadow: -2px 2px 2px 0 #00000036;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    border-radius: 50px;
    text-decoration: none;
}

#top:hover{
    background: #035C8D url(../pics/next.png) no-repeat center;
    -webkit-box-shadow: -2px 2px 2px 1px #00000036;
            box-shadow: -2px 2px 2px 1px #00000036;
}


.step2, .step3,.step4,.step5{
    display: none;
}


.slide_1_form form span.regErrorMid {
    padding: 5px;
    margin-top: -15px;
    font-size: 12px;
    max-width: 212px !important;
    background: #f00;
    color: #fff;
    z-index: 9;
    position: absolute;
}

.regErrorMid::after {
    content: " ";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid rgb(255 0 0 / 80%);
}


.header_section{
    position: relative;
    z-index: 9;
}


header .header_menu .menu .button {
    display: none;
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 40px;
    z-index: 9999;
}

header .header_menu .menu.active{
  display: block;
}


header .header_menu .menu .button span {
    display: block;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 3px;
    background: #357da4;
    border-radius: 3px;
    margin: 6px 0;
}

.jGrowl-notification {
    font-size: 18px!important;
}



.order_section {
    background-image: url(../pics/works_fon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}

.order_section .feedback-form {
    margin: 60px 0;
    text-align: center;
}

.order_section .feedback-form .form-input {
    display: block;
    width: 100%;
    border: none;
    background: no-repeat;
    border: 1px solid #ffffff;
    padding: 23px 20px;
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    background: #fff;
    font-family: "Nunito Sans", sans-serif;
}

.order_section .feedback-form .send-button {
    background: #357DA4;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 70px;
    font-size: 19px;
    letter-spacing: 3px;
    font-weight: 300;
    padding: 19px 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    border: none;
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
}

.order_section .feedback-form .send-button:hover{
    background: #035C8D;
}

.order_section .feedback-form label {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    padding-top: 10px;
    text-align: center;
}

.order_section .feedback-form label input[type="checkbox"] {
    display: none;
}

.order_section .feedback-form label span {
    display: inline-block;
    padding: 2px 0px 0px 30px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
}

.order_section .feedback-form label input[type="checkbox"]:checked + span:before {
    background: #42AFCE url(../pics/ch.png) no-repeat center;
}

.order_section .feedback-form label span:before {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #42AFCE;
}

.order_section .feedback-form label span a {
    color: #42AFCE;
    text-decoration: none;
}

.order_section .feedback-form label span:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 3px;
    top: 7px;
}


.order_section .feedback-form .mb-3 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    margin: 0 28px;
}


.inner_servis_block .text {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 60px;
    line-height: 1.5em;
}


.owl-carousel.slider_top .owl-item img {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.top_page_img {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}