/*==================resset styles======================*/

.phone-block-item .iti {width: 100%;}
.iti__flag-box, .iti__country-name {color: #000000;}
.phone-block-item {position:relative;margin-bottom: 10px; margin-top: 20px;}
#error-msg, #error-msgpop {color: red;}
#valid-msg, #valid-msgpop {color: green;}
.valid-msg {    
    color: green;
    position: absolute;
    top: -23px;
}
.error-msg {
    color: red;
    position: absolute;
    top: -23px;
}
.pop-up-all .error-msg,
.pop-up-all .valid-msg {
    top: -15px;
}
.pop-up-all .iti {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.pop-up-all .phone-block-item {
    position: relative;
    margin-bottom: 0px;
    margin-top: 8px;
}
.pop-up-all input[name="phone"] {
    background: none;
}
.hide {display: none!important;}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,
figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*========================================*/

.required.error {
  border: 1px solid #17ff38 !important;
  color: #17ff38;
}
#success > h2 {
  background: none repeat scroll 0 0 #17ff38;
  color: #fff;
  margin: 0;
  padding: 20px;
  text-align: center;
}
#loading {
  background: none repeat scroll 0 0 #fff;
  padding: 20px;
  width: 300px;
}
#load {
  background: none repeat scroll 0 0  #70ADF5;
  height: 10px;
  width: 10%;
}
[name="lastname"]{
  display:none !important;
}
.hidden {
  display:none;
}
summary::-webkit-details-marker {
  display: none
}
summary {
  position: relative;
}
summary:before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 60px;
  right: 260px;
  background: #0186b0 url("../../template/img/button-reviews.png") no-repeat;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
details[open] summary:after {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 60px;
  right: 260px;
  background: #0186b0 url("../../template/img/btn2.png") no-repeat;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
details:focus, summary:focus {
  border: none;
  outline: none;
  cursor: pointer;
}
summary h2:hover {
  cursor:pointer;
}

.anchor_block{
  position: relative;
}
.anchor_work{
  display: inline-block;
  height: 60px;
  width: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
#owl-demo4 .owl-controls {
    display:none;
}
#owl-demo3 .owl-controls {
    margin-bottom:30px;
}