 
#modal_form h2{
  text-align: center;
}
#modal_formSlider img{
  height: 100%;
  width: 100%
}
#modal_formSlider{
  position: fixed;
  height: 700px;
  width: 1000px;
  display: none;
  opacity: 0;
  z-index: 9999999;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#modal_form {
  width: 350px;
  text-align: left;
  border-radius: 10px;
  background: #fff;
  position: fixed;
  top: 100%;
  left: 50%;
  margin-top: -175px;
  margin-left: -175px;
  display: none;
  opacity: 0;
  padding: 20px 10px;
  z-index: 9999999;
}

.form__input_modal {
  display: block;
  margin: 0 auto;
}
.form__wrap_modal i {
  left: 36px;
  z-index: 999;
}
.service__btn_modal {
  width: 275px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
.form__input_modal-center {
  margin-top: 10px;
  margin-bottom: 10px;
}

#overlay {
  z-index:999999;
  position:fixed;
  background-color:#000;
  opacity:0.8;
  -moz-opacity:0.8;
  filter:alpha(opacity=80);
  width:100%;
  height:100%;
  top:0;
  left:0;
  cursor:pointer;
  display:none;
}
.field-block {
    display: flex;
    flex-direction: column;
}
.field-block input,
.field-block textarea {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid black;
}
body{background-color: #f2f2f2}
.go {
width: 200px;
height: 60px;
display: flex;
align-items: center;
}
.container{text-align: center;}
.header_img{margin: auto; max-width: 100%; padding: 25px 15px;}
.splitter{height: 100px}
#iframe{
width: 100%;
height: 280px
}
.btn{
font-family: 'Roboto', sans-serif;
align-self: center;
display: flex;
justify-content: center;
margin: auto;
}
p{
font-family: 'Oswald', sans-serif;
font-size: 25px;
}
li {
font-family: 'Roboto', sans-serif;
}
  
.slider {
    width: 100%;
    color: #fff;
}

.slider a{
    display: block;
    text-decoration: none;
    color: #fff;
}

.slider .ps-current {
    float: left;
    width: 74%;
    overflow: hidden;
    height: inherit;
    position: relative;
    font-size: 1rem;
}

.slider.listOnTheLeft .ps-current {
    float: right;
}

.slider .ps-current ul {
    width: 100%;
}

.slider .ps-current li {
    width: 100%;
    z-index: 1;
    opacity: 0;
    display: none;
}

.slider .ps-current img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    transition: margin-top 250ms linear;
}

.slider .ps-caption {
    position: absolute;
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    left: 0;
    bottom: 0;
    display: none;
    z-index: 3;
}

ul.slider,
.slider  ul {
    float: right;
    width: 25%;
    padding: 0;
    list-style: none;
    margin: 0;
}

ul.slider.listOnTheLeft,
.slider.listOnTheLeft > ul {
    float: left;
}

ul.slider > li,
.slider > .ps-list > li {
    height: 50px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    opacity: 0.6;
    filter: alpha(opacity=60);
    font-size: 0.8rem;
    transition: opacity 200ms linear;
}

ul.slider > li:last-child,
.slider > ul > li:last-child {
    margin-bottom: 0;
}

ul.slider > li span,
.slider > .ps-list > li span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.slider > li:hover,
.slider > ul > li:hover {
    opacity: 1 !important;
}

ul.slider > li img,
.slider > ul > li img {
    width: 100%;
    min-height: 100%;
    display: block;
    transition: margin-top 250ms linear;
}

.slider .ps-prevIcon {
    border-color:transparent #fff transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    display: block;
}

.slider .ps-nextIcon {
    border-color:transparent #fff transparent;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    display: block;
}

.slider .ps-current .ps-prev {
    background: rgba(0, 0, 0, 0.5);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    padding: 20px 20px 20px 17px;
    left: 0;
    top: 45%;
    cursor: pointer;
}

.slider .ps-current .ps-next {
    background: rgba(0, 0, 0, 0.5);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    position: absolute;
    padding: 20px 17px 20px 20px;
    right: 0;
    top: 45%;
    cursor: pointer;
}

/*
 * The media-queries are not used because IE8 doesn't support them.
 */
ul.slider.wide > li,
.slider.wide > ul > li {
    width: 100% !important;
}

.slider.narrow .ps-current {
    margin-bottom: 6px;
    font-size: 0.8rem;
}

.slider.narrow .ps-current img {
    width: 100%;
    min-height: inherit;
}

.slider.narrow .ps-current,
ul.slider.narrow,
.slider.narrow > ul {
    width: 100%;
}

ul.slider.narrow > li,
.slider.narrow > .ps-list > li {
    float: left;
    min-height: 50px;
    max-height: 70px;
    min-width: 15%;
    font-size: 0.7rem;
    margin-bottom: 0;
}

ul.slider.narrow.listOnTheLeft > li,
.slider.narrow.listOnTheLeft > ul > li {
    float: right;
}

.slider.narrow .ps-caption {
    padding: 8px;
}

.slider.narrow .ps-current .ps-prev {
    padding: 15px 15px 15px 12px;
    top: 40%;
}

.slider.narrow .ps-current .ps-next {
    padding: 15px 12px 15px 15px;
    top: 40%;
}
.mobile{
    display: none
}
.desktop{
    display: flex;
    align-self: center;
    justify-self: center;
}
