@font-face {
    font-family: 'GeometriaLight';
    src: url('../fonts/Geometria-ExtraLight.eot');
    src: url('../fonts/Geometria-ExtraLight-.eot#iefix') format('embedded-opentype'), url('../fonts/Geometria-ExtraLight.woff2') format('woff2'), url('../fonts/Geometria-ExtraLight.woff') format('woff'), url('../fonts/Geometria-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'GeometriaReg';
    src: url('../fonts/Geometria.eot');
    src: url('../fonts/Geometria-.eot#iefix') format('embedded-opentype'), url('../fonts/Geometria.woff2') format('woff2'), url('../fonts/Geometria.woff') format('woff'), url('../fonts/Geometria.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeometriaExtraBold';
    src: url('../fonts/Geometria-ExtraBold.eot');
    src: url('../fonts/Geometria-ExtraBold-.eot#iefix') format('embedded-opentype'), url('../fonts/Geometria-ExtraBold.woff2') format('woff2'), url('../fonts/Geometria-ExtraBold.woff') format('woff'), url('../fonts/Geometria-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'GeometriaBold';
    src: url('../fonts/Geometria-Bold.eot');
    src: url('../fonts/Geometria-Bold-.eot#iefix') format('embedded-opentype'), url('../fonts/Geometria-Bold.woff2') format('woff2'), url('../fonts/Geometria-Bold.woff') format('woff'), url('../fonts/Geometria-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'GeometriaReg';
}

.med {
    font-family: 'GeometriaMedium';
}

.heavy {
    font-family: 'GeometriaHeavy';
}

.light {
    font-family: 'GeometriaLight';
}

.extrab {
    font-family: 'GeometriaExtraBold';
}

.bold,
strong {
    font-family: 'GeometriaBold';
}

.thin {
    font-family: 'GeometriaThin';
}

* {
    outline: none!Important;
}

button {
    transition: 0.3s;
}

label.error {
    display: none!important;
}

.in1.error {
    border-color: red!important
}

.in1.valid {
    border-color: green!important;
}

.nomob {
    display: block
}

.onlymob {
    display: none
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}
.one {
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    padding-top: 30px;
    background-attachment: fixed;
}
.topnav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 20px;
}
.topnav li {
    display: inline-block;
    margin-right: 19px;
}
.topnav li:last-child {
    margin-right: 0 !important;
}
.topnav li a {
    font-size: 16px;
    color: #bfbfbf!Important;
    text-decoration: none!important;
    display: block;
    transition: 0.3s;
}
.topnav li a:hover {
    color: #fff!Important;
}
.topphone {
    text-decoration: none!important;
    font-size: 30px;
    color: #ffffff!important;
    display: block;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: 10px;
    text-align: right;
    font-weight: 300;
}
.topphone:hover {
    text-decoration: underline!Important
}
h1 {
    margin: 0;
    font-size: 43px;
    color: #fff;
    line-height: 1.2;
    margin-top: 100px;
    margin-bottom: 50px;
}
h1 span {
    font-size: 59px;
    text-transform: uppercase;
    text-shadow: 0px 0px 21px rgba(255, 255, 255, 0.27);
}
.subh1 {
    color: #fff;
    font-size: 18px;
}
.get_wrp {
    position: relative;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
    min-height: 175px;
    transition: 0.3s;
    position: relative;
    top: 0;
    margin-top: 35px;
}
.get_wrp:hover {
    top: -10px;
}
.get_wrp::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.3s;
    opacity: 0;
    left: 0;
    top: 0;
    background-image: url(../img/backcolor.png)
}
.get_wrp:hover {
    border-color: transparent;
}
.get_wrp:hover::before {
    opacity: 1;
}
.get_wrp img {
    display: block;
    
}
.get_wrp span {
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    margin-top: 15px;
    display: block;
}
.topform_wrp {
    background-color: #3c3937;
    box-shadow: 17px 8px 24px rgba(36, 32, 30, 0.33);
    padding: 80px 80px;
    position: relative;
    margin-top: 80px;
    margin-bottom: -80px;
}
.one .topform_wrp {
    padding-top: 44px;
}
.one .topform_wrp .overft1 {
    margin-bottom: 25px;
}
.topform_wrp::before {
    content: '';
    position: absolute;
    width: calc(100% + 28px);
    height: calc(100% + 28px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: -14px;
    top: -14px;
}
.overin {
    display: block;
    font-size: 14px;
    color: #a3a3a3;
    margin-bottom: 0;
    line-height: 1;
}
.overin img {
    margin-right: 10px;
    vertical-align: middle;
}
.in1 {
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    font-family: 'GeometriaBold';
    transition: 0.3s;
    padding: 14px 0px;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
}
::-webkit-input-placeholder {color:#b4b4b4;}
::-moz-placeholder          {color:#b4b4b4;}/* Firefox 19+ */
:-moz-placeholder           {color:#b4b4b4;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b4b4b4;}
.in1:focus {
    border-color: #fc981c;
    box-shadow: 0px 4px 26px -12px #fc981c
}
.sendform {
    background: none;
    border: none;
  background-color: rgb(252, 152, 28);
  box-shadow: 0px 8px 54px 0px rgba(252, 152, 28, 0.49);
    font-size: 16px;
  width: 100%;
  height: 75px;
    text-transform: uppercase;
    color: #fff;
        outline: 1px solid transparent;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.sendform:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
        width: 100%;
    height: 40%;
    left: 0;
    top: 100%;
    background: #bf700d;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateX(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
}
.sendform:hover {
    box-shadow: 0px 8px 24px 0px rgba(252, 152, 28, 0.49);
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg);
}
.sendform:active {
box-shadow: 0px 0px 0 0 rgba(252, 152, 28, 0.49);
}
.sendform:active::after {
    height: 0%;
}

.sendform  {

  
  box-shadow: 0 0 0 0 rgba(252, 152, 28,0.5);
  -webkit-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
}
.sendform:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(209, 164, 109, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(209, 164, 109, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(209, 164, 109, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 20px rgba(209, 164, 109, 0);}}



h2 {
    font-size: 44px;
    color: #25201e;
    margin: 0;
    line-height: 1.1;
}
h2 span {
    font-family: 'GeometriaExtraBold';
}
.two {
    padding-top: 190px;
    padding-bottom: 140px;
}
.vid_wrp {
    position: relative;
    background-position: center;
    background-size: cover;
    height: 320px;
    margin-top: 0;
    transition: 0.3s;
    width: 100%;
}
.vid_wrp::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/backcolor.png);
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    opacity: 0;
    background-size: cover;
}
.vid_wrp:hover::before {
    opacity: 1
}
.vid_wrp:hover {
    box-shadow: 0px 0px 57px rgba(208, 127, 26, 0.5);
}
.vid_wrp:hover::after {
    content: '';
    display: block;
    border: 1px solid #e0dedc;
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
}
.vid_wrp > div {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 40px);
    transition: 0.3s;
    z-index: 10;
}
.vid_wrp div p {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
}
.vid_wrp div span {
    display: block;
    font-size: 16px;
    transition: 0.3s;
    overflow: hidden;
    height: 0px;
    color: #fff;
    line-height: 1.2;
}
.vid_wrp:hover div span {
    height: 76px;
}
.vidy {
    margin-top: 70px;
}
.vid_wrp:hover {
    margin-top: -30px;
    height: 350px;
}
.two  {
    background-image: url(../img/bg2.jpg);
    background-repeat: no-repeat;
    background-position: 77% 92%;
}
.three h2 {
    margin-top: 22px;
}
.three {
    padding-bottom: 100px;
}
.mt50 {
    margin-top: 60px;
}
.slide_img {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 350px;
}
.mainslider .owl-prev {
    width: 55px;
    height: 100%;
    position: absolute;
    background-color: #000!important;
    display: block;
    transition: 0.3s;
    top: -13px;
    background-size: cover;
    background-image: url(../img/slidephoto.jpg);
    left: -68px;
    background-position: left 0%!important;
}
.mainslider .owl-next {
    width: 55px;
    height: 100%;
    transition: 0.3s;
    position: absolute;
    background-color: #000!important;
    background-size: cover;
    display: block;
    background-image: url(../img/slidephoto.jpg);
    top: -13px;
    right: -68px;
    background-position: right 0%!important;
}
.ms1 .owl-prev, .ms1 .owl-next {
    background-image: url(../img/w1/1.jpg);
}
.ms2 .owl-prev, .ms2 .owl-next {
    background-image: url(../img/w2/1.jpg);
}
.ms3 .owl-prev, .ms3 .owl-next {
    background-image: url(../img/w3/1.jpg);
}
.ms4 .owl-prev, .ms4 .owl-next {
    background-image: url(../img/w4/1.jpg);
}
.ms5 .owl-prev, .ms5 .owl-next {
    background-image: url(../img/w5/1.jpg);
}
.mainslider .owl-next:hover, .mainslider .owl-prev:hover {
    opacity: .8
}
.mainslider .owl-nav {
    height: 0;
}
.mainslider .owl-prev::before {
    content: '';
    background-image: url(../img/arleft.png);
    width: 13px;
    height: 19px;
    position: absolute;
    display: block;
    left: calc(50% - 6px);
    top: calc(50% - 10px);
}
.mainslider .owl-next::before {
    content: '';
    background-image: url(../img/arleft.png);
    width: 13px;
    height: 19px;
    position: absolute;
    display: block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: calc(50% - 6px);
    top: calc(50% - 10px);
}
.naz {
    font-size: 20px;
    text-transform: uppercase;
    color: #25201e;
    line-height: 1.1;
    margin-top: -13px;
    margin-bottom: 30px;
}
.punkts {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.punkts > span {
    display: inline-block;
    vertical-align: top;
}
.punkts > span:nth-child(1) {
    font-size: 14px;
    color: #a4a4a3;
    text-transform: uppercase;
    line-height: 1.2;
    width: 100px;
    margin-top: 3px;
}
.punkts > span:nth-child(2) {
    width: calc(100% - 110px);
    font-size: 16px;
    color: #24201e;
    line-height: 1.2;
}
.punkts2 {
    margin-bottom: 12px;
}
.punkts2 > span:nth-child(1) {
    font-size: 14px;
    color: #24201e;
    text-transform: unset;
    line-height: 1;
}
.col2span {
    color: #fc981c!important;
}
.overowl1 .owl-prev1 {
    background: none;
    border: none;
    background-image: url(../img/next1.png);
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    height: 43px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-color: transparent;
    margin-right: 8px;
    transition: 0.3s;
}
.overowl1 .owl-next1 {
    background: none;
    border: none;
    background-image: url(../img/next1.png);
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    height: 43px;
    transition: 0.3s;
    background-color: transparent;
}
.overowl1 .owl-next1:hover, .overowl1 .owl-prev1:hover {
    background-color: #ffdbae
}
.parentowl {
    position: absolute;
    right: 0;
    top: 43px;
}
.overowl1 .owl-prev1.disabled {
    opacity: 0;
}
.overowl1 .owl-next1.disabled {
    opacity: 0;
}
.three {
    background-repeat: no-repeat;
    background-image: url(../img/bg3.jpg);
    background-position: 23% 80%;
}

.steps .hided {
    display: none;
}
.wt {
    color: #fff!Important;
}
.four {
    background-image: url(../img/bg4.jpg);
    background-size: cover;
    padding: 120px 0px;
    background-attachment: fixed;
}
.subh2 {
    font-size: 16px;
    color: #ffffff;
    opacity: .8;
    margin-top: 20px;
    margin-bottom: 70px;
}
.stepsss {
    font-size: 16px;
    color: #fc981c;
    text-shadow: 0px 1px 13px rgba(252, 152, 28, 0.41);
}
.check_wrp {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    cursor: pointer;
    margin-top: 45px;
    margin-bottom: 45px;
    position: relative;
}
.check_wrp span {
    display: inline-block;
    vertical-align: middle;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 50%;
  box-shadow: 0px 1px 8px 0px rgba(255, 255, 255, 0.004);
position: relative;
  width: 11px;
  height: 11px;
}
.check_wrp p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 25px);
    margin-bottom: 0;
    margin-left: 8px;
}
.check_wrp span::before {
    content: ''
}
.check_wrp.checked span::before {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
  border-radius: 50%;
  background-color: rgb(252, 152, 28);

  width: 5px;
  height: 5px;

}
.otazka {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}
.errormes {
    display: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 15px;
}
.nextstep {
    background: none;
    border: none;
  border-width: 1px;
  border-color: #fc981c;
  border-style: solid;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
  box-shadow: 0px 0px 0 0px rgba(252, 152, 28, 0.49);
  width: 338px;
  height: 73px;
}
.nextstep img {
    margin-top: -4px;
    margin-left: 20px;
}
.nextstep:hover {
    background-color: #fc981c;
    box-shadow: 0px 8px 54px 0px rgba(252, 152, 28, 0.49);
}

.prevstep {
       background: none;
    border: none;
    border-width: 1px;
    border-color: #fc981c;
    border-style: solid;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 0px 0 0px rgba(252, 152, 28, 0.49);
    width: 213px;
    height: 40px;
    animation: none!important;
    margin-right: 10px;
    display: none;
}
.prevstep.shown {
    display: inline-block;
}
.prevstep img {
    margin-top: -4px;
    margin-left: 20px;
}
.prevstep:hover {
    background-color: #fc981c;
    box-shadow: 0px 8px 54px 0px rgba(252, 152, 28, 0.49);
}

.five {
    background-image: url(../img/bg5.jpg);
    background-position: center;
    background-size: cover;
    padding: 120px 0px;
}
.akcet {
    max-width: 783px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}
.akcetext {
    font-size: 20px;
    line-height: 1.3;
    color: #24201e;
}
.akcetext img {
    margin-left: 20px;
}
.akcetext span {
    padding-left: 60px;
}
.knowmore {
    background: none;
    border: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  background-color: rgb(252, 152, 28);


  max-width: 309px;
        width: 100%;
  height: 75px;

}
.akcedoba {
    font-size: 16px;
    color: #24201e;
    margin-top: 35px;
    margin-bottom: 0;
    line-height: 1;
}
.akcedoba img {
    margin-top: -4px;
    margin-right: 8px;
}
.six {
    padding: 120px 0px;
    padding-bottom: 90px;
    background-image: url(../img/bg6.png);
    background-size: cover;
    background-position: center;
}
.service_wrp {
    position: relative;
    margin-top: 45px;
    min-height: 210px;
}
.service_wrp img {
    transition: 0.3s;
    display: block;
}
.service_wrp:hover img {
    transform: scale(0.9)
}
.service_wrp p {
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #1e1e24;
    text-transform: uppercase;
}
.service_wrp span {
    display: block;
    font-size: 16px;
    color: #24201e;
    line-height: 1.2;
}
.remontiwg {
    max-width: 204px;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.etap_wrp {
    margin-top: 50px;
    margin-bottom: 60px;
}
.etap_wrp p {
    font-size: 16px;
    color: #25201e;
    line-height: 1.2;
}
.etap_wrp p span {
    font-family: 'GeometriaBold';
}
.seven .topform_wrp {
    margin-top: 0;
    margin-bottom: -50px;
    padding-top: 50px;
    padding-bottom: 60px;
}
.overft1 {
    font-size: 36px;
    color: #fff;
}
.overft1 img {
    margin-left: 15px;
}
.overtf2 {
    font-size: 16px;
    color: #fff;
    opacity: .8;
    margin-bottom: 50px;
}
.seven .topform_wrp .row {
    margin-left: -25px;
    margin-right: -25px;
}
.seven .topform_wrp .col-md-12, .seven .topform_wrp .col-md-4 {
    padding-left: 25px;
    padding-right: 25px;
}
.seven {
    background-image: url(../img/bg7.jpg);
    background-position: 66% 87%;
    position: relative;
    z-index: 10;
    background-repeat: no-repeat;
}
.eight{
    background-image: url(../img/bg8.jpg);
    background-position: center;
    background-size: cover;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 160px;
    min-height: 1050px;
    position: relative;
}
.elements {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.hoverablediv {
    position: absolute;
    width: 300px;
    text-align: right;
    z-index: 105;
}
.hoverablediv p {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
    
    opacity: 0;
    transition: 0.3s;
}
.hoverablediv span {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    
    opacity: 0;
    transition: 0.3s;
}
.borderdiv {
    width: 70px;
    height: 70px;
    border: 1px solid #fc981c;
    margin-bottom: 20px;
    margin-left: auto;
    transition: 0.3s;
    box-shadow: 0px 0px 10px rgba(252, 152, 28, 0.53)
}
.hoverablediv:hover .borderdiv {
    box-shadow: 0px 0px 50px rgba(252, 152, 28, 0.73)
}
.hoverablediv:hover p, .hoverablediv:hover span {

    opacity: 1;
}
.elements .col-md-12 {
    position: relative;
}
.elements .container, .elements .row, .elements .col-md-12 {
    height: 100%;
}
.hoverable1 {
        right: 0;
    top: 17%;
}
.hoverable2 {
        text-align: left;
    top: 32%;
}
.hoverable2 > div, .hoverable5 > div {
    margin-left: 0;
}
.hoverable3 {
    top: 56%
}
.hoverable4 {
        top: 79%;
    left: 17%;
}
.hoverable5 {
    top: 74%;
    left: 49%;
    text-align: left;
}
.hoverable6 {
    right: 9%;
    top: 48%;
}
.etap_wrp img {
    transition: 0.3s;
    height: 176px;
    margin-left: -25px;
}
.nine {
    padding: 120px 0px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.fomfort_wrp {
    position: relative;
    margin-top: 50px;
}
.fomfort_wrp img {
    height: 70px;
    width: auto;
    position: relative;
    top: 0;
    transition: 0.3s;
}
.fomfort_wrp:hover img {
    top: -10px;
}
.stepnumka {
    font-size: 20px;
    color: #24201e;
    font-family: 'GeometriaBold';
    line-height: 1;
    margin-top: 17px;
    position: relative;
    margin-bottom: 34px;
}
.stepnumka span {
    color: #25201e;
    opacity: .45;
    font-size: 12px;
    padding-left: 4px;
    display: inline-block;
    vertical-align: text-bottom;
}
.stepnumka::after {
    content: '';
    display: block;
    background-color: rgb(252, 152, 28);
    box-shadow: 0px 0px 7px 0px rgba(252, 152, 28, 0.004);
    width: 32px;
    transition: 0.3s;
    height: 2px;
    position: absolute;
    bottom: -20px;
    z-index: 10;
    left: 0;
}
.fomfort_wrp:hover .stepnumka::after {
    box-shadow: 0px 0px 12px rgb(216, 130, 23);
    width: 45px;
}
.textk {
    font-size: 16px;
    color: #25201e;
    line-height: 1.2;
    margin-bottom: 0;
    
}
.fomfort_wrp::after {
    content: '';
    display: block;
    width: calc(100% + 30px);
    height: 2px;
    right: 0;
    top: 127px;
    position: absolute;
    background-color: #e8e8e8;
}
.ovhidden {
    overflow: hidden;
}
footer {
    padding: 60px 0px;
    background-color: #3c3937;
    padding-bottom: 40px;
}
.footlogot {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: -20px;
}
.foottover {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    
}
.foottover img {
margin-right: 10px;
}
footer .topphone {
    text-align: left;
    margin-top: -5px;
}
hr {
    background-color: #433f3e;
    border-color: #433f3e;
    margin-top: 20px;
    margin-bottom: 35px;
}
.foott {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    display: block;
    line-height: 1.3;
}
.foott a {
    margin-top: 2px;
    color: inherit!important;
    opacity: .2;
    display: block
}
.razrab {
    display: block;
    transition: 0.3s;
}
.razrab:hover {
opacity: .7;}
.moform_wrp {
    background-position: center;
    background-size: cover;
    background-image: url(../img/bgmod.jpg);
    padding: 110px;
    max-width: 880px;
    margin-left: auto;
    position: relative;
    margin-right: auto;
    box-shadow: 0px 0px 21px rgba(36, 32, 30, 0.38);
    width: 100%;
}
.moform_wrp::before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
  border-width: 1px;
  border-color: rgb(252, 152, 28);
  border-style: solid;
  opacity: 0.141;

  width: calc(100% + 20px);
  height: calc(100% + 20px);
}


.modfort1 {
    font-size: 44px;
    color: #fff;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 35px;
}
.modfort2 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
    line-height: 1.3;
}

.modfort3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.modfort4 {
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-bottom: 35px;
    text-align: center;
}
.closem {
    position: absolute;
    right: 35px;
    top: 30px;
    cursor: pointer
}
.closem:hover {
    opacity: .6;
}
.modal-backdrop.in {
    filter: alpha(opacity=75);
    opacity: .75;
}
#pol .moform_wrp {
    padding: 50px;
    background: #24201e
}
#t .modfort2 {
    margin-bottom: 25px;
}
.othercolor {
    color: #fc981c;
}
#t .moform_wrp {
    background-image: url(../img/thbg.jpg);
}
.modal-lg {
    margin-top: 100px;
}
.step7 .topform_wrp {
    margin: 0;
    margin-bottom: 25px;
    margin-top: 0px;
}
section > h6 {
    position: absolute;
    left: -999px;
    overflow: hidden;
    height: 0px;
    width: 0px;
    opacity: 0;
    display: none;
    text-indent: -999px;
}
.nextstep.hidedbut {
    display: none
}
section {
    position: relative;
}
section::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    background: rgba(189, 189, 189, 0.23);
    top: 0;
    left: calc(43% - 590px);
    z-index: 100;
}
section::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    background: rgba(189, 189, 189, 0.23);
    top: 0;
    right: calc(43% - 590px);
    z-index: 1;
    display: none
}
.beforenum {
    position: absolute;
    font-size: 16px;
    color: #fc981c;
    width: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1;
    border-right: 2px solid #fc981c;
    left: calc(43% - 648px);
    top: 120px;
    box-shadow: 7px 0px 18px -10px #fc981c
}
.one .beforenum {
    top: 23%;
}
.two .beforenum {
    top: 190px;
}
.three .beforenum {
    top: 20px;
}
.seven .beforenum {
    top: 20px;
}
.eight .beforenum {
    top: 160px;
}
.textafters {
        transform: rotate(-90deg);
    color: #fff;
    /* width: 309px; */
    z-index: 1000;
    color: rgba(189, 189, 189, 0.23);
    position: relative;
    text-align: center;
    position: absolute;
    right: calc(45% - 792px);
    top: 46%;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 332px;
    display: inline-block;
    z-index: 100;
}
.mobleft {
    text-align: left;
}
.one .textafters {
    top: 80%;
} 
.textafters {
    display: none
}
.two .textafters, .three .textafters, .six .textafters,  .seven .textafters, .nine .textafters {
    background-color: #fff;
}
.square {
    margin-top: 30px;
    margin-bottom: 30px;
}
.overft1_mod {
    font-size: 26px;
    margin-bottom: 20px;
}
/* Localized */