
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    font-family: Open Sans, sans-serif;
    margin: 0;
    padding: 0;
    color:#666;
}
fieldset, img {
    border: 0 none;
}
img, object, embed {
    vertical-align: bottom;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: inherit;
    font-weight: inherit;
}
ol, ul {
    list-style: outside none none;
}
caption, th {
    text-align: left;
}
q::before, q::after {
    content: "";
}
a, a * {
    cursor: pointer;
}
input, textarea, select, button {
    vertical-align: middle;
}
aside, nav, footer, header, section, article, figure, figcaption, main {
    display: block;
    margin: 0;
}
mark {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: inherit;
}
*, *::before, *::after {
    box-sizing: border-box;
    outline: none !important;
}
*:active, *:focus{outline: none !important;}


::-webkit-input-placeholder {color:#666;}
::-moz-placeholder          {color:#666;}/* Firefox 19+ */
:-moz-placeholder           {color:#666;}/* Firefox 18- */
:-ms-input-placeholder      {color:#666;}


.wrapper {
    margin: 0 auto;
    /*overflow: hidden;*/
    width: 1300px;
    padding:0 15px;
}

html{width:100%; height:100%; font-size: 10px;}
body{font-family: Open Sans; width:100%; height:100%; font-size: 1.8rem; font-weight:300;}

a{color:#33CC33;}
a:hover{color:#33CC33;}

/*header*/
header{width:100%; min-height: 90px; background:#072c51; position:fixed; z-index:9999; overflow: hidden;}


.loc{color: #fff; text-align: center; }
.loc span{white-space: nowrap;}
.top-table{display: table; width: 100%;}
.top-td{display: table-cell; vertical-align: top;}
.td2{vertical-align: middle; text-align: center; padding: 0 20px;}
.top-td-mobile{display: none; text-align: center; padding-bottom: 20px;}


.logo{
  float:left; line-height:80px; font-size:30px; font-weight:300;color:#fff; text-indent:-999999px; width: 400px; height:80px;
    background-image: url("../images/Logo-full.svg");
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.logo a{display:block; width:100%; height:100%;}
.contacts{float:right; text-align:left; color:#116190; padding:10px 15px; border-radius: 0 0 10px 10px; font-size: 1.8rem; line-height: 2rem; background: #aaea65;}
.contacts p{color:#116190; line-height:20px;}
.contacts a{text-decoration:none; color:#337ab7; font-weight: 900;}

    .contacts-mobile {
	display: none;}

/*Main*/

.img-wrp{margin: 0 auto 30px; max-width: 965px; padding: 0 15px;}
.img-wrp img{width: 100%;}
p.form-pp{font-size: 14px; margin-top:10px;}

.fa{font-family: FontAwesome;}
main{padding-top:120px; min-height: 725px; padding-bottom: 59px; text-align:center; width:100%; background: url(../images/Home_background02.svg) center bottom no-repeat /*fixed*/; background-size: cover; /*background-position:fixed;*/ position:relative; overflow:hidden;}

main.map-svg{background: #2ba1ca url(../images/map.svg) center bottom no-repeat /*fixed*/;}

main.form-step-2{padding-top:85px;}

main *{color:#fff;}
main select *, main select {color:#000;}
.h1{font-size:40px; color:#fff; font-size: 6.5rem; line-height: 6.5rem; font-weight: 400; margin-bottom: 3.5rem; text-shadow: 0 0 5px #000;}
.h2{font-size:30px; color:#fff;font-size: 5.5rem; line-height: 5.5rem; font-weight: 300; text-shadow: 0 0 5px #000;}
.h3 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.8rem;
    text-shadow: 0 0 5px #000;
}
.step{width:100%; float:left; position:relative;}
.step .wrapper{width:100%; margin-bottom:0px; position: relative;}

.step.step-3 .wrapper{width: 1075px;}

.step .wrapper p {
    font-size: 2.1rem;
    font-weight: 400;
}
.steps-wrapper{width:350px; margin:0px auto 0; height:auto; overflow:hidden; float: left;
}



.steps-contaner{width:100%; overflow:hidden;}

.site-map{list-style:inside; text-align:left; width:300px; margin:30px auto 0;}
.site-map li{padding-bottom:20px;}

#container {
  margin: 28px auto 0px;
  width: 140px;
  height: 140px;
  position: relative;
  animation: 0.4s ease-in-out 0.4s normal forwards 1 running e, 0.3s ease-in-out 0.9s normal both 1 running d;
  transform: rotateY(180deg) scaleX(-1);
    transition: all 0.2s ease 0s;
}

.procents {
    font-size: 65px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

#container.ok *{display:none;}
#container.ok{border-radius:50%; background: #33CC33; position:relative; animation: 0.4s ease-in-out 0.4s normal forwards 1 running e, 0.3s ease-in-out 0.9s normal both 1 running d; transform: rotateY(180deg) scaleX(-1);
    transition: all 0.2s ease 0s;}

#container.ok::before {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 113px;
    height: 140px;
    left: 0;
    line-height: 130px;
    position: absolute;
    width: 100%;
}

.moving-direction{}

.movers-wrapper {margin:5px 0 60px; float:left; width:100%; min-height:210px;}
.movers{opacity:0; width:207px; height:207px; margin-left:-75px; left: 50%; background-size: 100% auto; display: inline-block; text-indent:-999999px; position:absolute;}
.movers.finding{position:relative; margin:0 20px; left:0;}
.movers-1{background-image: url(../images/city.svg);}
.movers-2{background-image: url(../images/prime.svg);}
.movers-3{background-image: url(../images/cardinal.svg);}

.step-h2-2{display:none;}

.map {
    /*border: 2px solid #03445b;*/
    float: left;
    height: 320px;
    margin-left: 2%;
    margin-top: 35px;
    width: 48%;
    background-image: url(../images/top3.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.map > div{background-color:transparent !important;}

.step-2{padding: 0 258px;}

.step-2 .h2 {
    color: #fff;
    font-size: 5.1rem;
    font-weight: 600;
    line-height: 5rem;
}


.step-3 .form{float:left; width:51%; margin-top:26px; padding:0; margin-left:-15px; background:none;}

.step-3 .form #fsCell51521328, .step-3 .form  #fsCell51521329{width:100% !important;}
.step-3 .form .fsField.fsRequired{width:100%;}

.step-3.step {
    padding: 0 258px;
}

.step-3.step .wrapper p {
    font-size: 1.5rem;
    text-align: left;
    line-height: 2.4rem;
}

.step-3 .h2 {
    color: #b8e9ff;
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 2.88rem;
    margin-bottom: 5px;
    text-align: left;
}
.step-3 .h2 *{color: #b8e9ff;}
.hidden-xs {display:inline-block; width:90px;}
.form .fsForm .fsSubmit{margin-top:0; padding: 30px 0 10px; margin-bottom:0;}

.form .fsBody .fsSupporting{color:#fff;}
#field53753655{width:100%;}
.form .fsForm select {
    padding: 5px;
}
.form .fieldset-content{margin-top:0;}

.form-step-2 .h2 {
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 3.7rem;
}

.h2 em{color:red;}

.form-step-2 .form{margin-top:14px; margin-bottom:30px; padding:4px 0; width:950px; background:none;}
.form-step-2 .button-block{ background:none;}

.form-step-2 th *{color:#666;}
.form-step-2 .ui-widget-header{background:#2192df;}
.form-step-2 .ui-state-active, .form-step-2 .ui-widget-content .ui-state-active, .form-step-2 .ui-widget-header .ui-state-active{background:#2192df; color:#fff;}
.ui-datepicker-calendar thead{font-size:0.5em;}


.form-step-2 .fieldset-content {
    margin-top: 0;
}


.confirmation-step .h1 {
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 6rem;
    margin-bottom: 0.3rem;
}
.confirmation-step .h2 {
    font-size: 3.7rem;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: 1rem;
}
.confirmation-step .h3 {
    color: #ffc957;
    font-size: 3.5rem;
    line-height: 3rem;
    padding-bottom: 21px;
}
.confirmation-step .h3 span{
    color: #ffc957;
}

.confirmation-step .h3.white{color:#fff;}
.confirmation-step .h1.white{color:#fff;font-size: 7rem;line-height: 9rem;}
.white-animate{opacity:0;}


.clear{width:100%; height:1px;}


.pluses{ background: #282E31; padding: 30px 0 ; text-align: center;}
.pluses li{display: inline-block; padding: 10px 20px; color: #ffffff; font-weight: 900;}
.icon{    
    fill: currentColor;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
}


/* Illustrations */
.car-conf{
    background-image: url("../images/car.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 0;
    height: 300px;
    position: absolute;
    right: 3000px;
    width: 573px;
}
.bird {
    background-image: url("../images/mascot.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 300px;
    left: 50%;
    margin-left: -702px;
    position: absolute;
    bottom: 60px;
    width: 330px;
}
.bird2 {
    background-image: url("../images/bird2-0.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 337px;
    left: 50%;
    margin-left: -752px;
    opacity: 0;
    position: absolute;
    top: 300px;
    width: 205px;
}
.bird2.bird2-0{background-image: url("../images/bird2.svg");}
.bird3 {
    background-image: url("../images/bird3.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 510px;
    left: 50%;
    margin-left: -806px;
    opacity: 0;
    position: absolute;
    bottom: 30px;
    width: 305px;
}

.workers{width:795px; height:690px;
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/workers.svg");
    background-position: left top;
    position:absolute;
    bottom: 60px; right:0;
}

.box3 {
    background-image: url("../images/box3.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 300px;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 350px;
}

.form-step-2 .bird3, .form-step-2 .box3{opacity:1;}



/* Progress */
.progress{width:740px; height:20px; background:#CBCBCB; text-align:center; margin:20px auto 50px; position: relative;}
.progress > div{height:100%; background: #012d52;  white-space: nowrap; position:relative;}
.progress1 > div{width:12%;}

.progress::after, .progress::before {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    width: 50px;

    background-color: #012d52;
    border-radius: 50%;
    color: #fff;
    content: "";
    display: block;
    font-family: FontAwesome;

    position: absolute;
    text-align: center;
    top: -15px;
    z-index: 4;
}

.progress::after{right:-5px; background-color: #CBCBCB;}
.progress::before {left:-5px;}

.progress > div::after {
    font-size: 50px;
    height: 45px;
    line-height: 50px;
    width: 65px;

    color: #fff;
    /*content: "";*/
    content: "";
    background: url("../images/truck.svg") no-repeat;
    display: block;
    font-family: FontAwesome;
    /*transform: rotateY(180deg);*/

    position: absolute;
    text-align: center;
    top: -9px;
    z-index: 5;
    right:-25px;
}

/* Checkbox Radio */
.form-step-2 .form form input[type=checkbox], input[type=radio] {
	    display: none;
}

.form-step-2 .form form label::before {
    color: #fff;
    /*content: "\f196";*/
    display: inline-block;
    /*font-family: FontAwesome;*/
    font-size: 90px;
    height: 250px;
    left: 0px;
    margin-right: 25px;
    margin-left: 25px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 10px;
    width: 250px;
    line-height:1 !important;
    
}
.form-step-2 .form form label {
    background-color: rgba(1, 45, 82, 0.8);
    border-radius: 50%;
    color: #ccc;
    cursor: pointer;
    display: inline-block;
    float:none !important; 
    height: 250px;
    margin-bottom: 15px !important;
    margin-right: 25px !important;
    margin-left: 25px !important;
    
    position: relative;
    text-align: center;
    width: 250px;
    z-index: 999;
    border: 3px solid #fff;
    text-indent:-999999px;
    max-width: 100%;
    
}



.form-step-2 .form form label:hover{
    background-color: rgba(231, 198, 85, 0.8);
    color:#000;
    
}

.form-step-2 .form form label.active{
    background:#e7c655;
    color:#000;
    transform: rotateY(180deg) scaleX(-1);
    transition: all 0.2s ease 0s;
    
}

.form .fsForm textarea, .form .fsRowBody input[type="email"], .form .fsRowBody input[type="number"], .form .fsRowBody input[type="tel"], .form .fsRowBody input[type="text"]{border:1px solid #fff; box-shadow:none !important; background-image:none;}


.form{background: #072c51; border-radius: 5px; padding: 20px 0;}

#label51573778 label {
    background-color: rgba(1, 45, 82, 0.8);
    background-image: none !important;
    border: 2px solid #fff;
    border-radius: 19px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: none !important;
    font-size: 2.9rem;
    font-weight: 400;
    height: auto;
    
    margin-bottom: 14px !important;
    margin-right: 10px !important;
    padding: 21px 0;
    position: relative;
    text-align: center;
    text-indent: 0;
    width: 350px;
    z-index: 999;
}

#label51573778 label:hover{
    background-color: rgba(231, 198, 85, 0.8);
    color:#000;
}
/*
#label51573778  label::before {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 90px;
    height: 138px;
    left: 0;
    line-height: 1 !important;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 10px;
    width: 151px;
}
*/


#label51573778 label.active{
    background:#FFC957;
    color:#000;
    transform: rotateY(180deg) scaleX(-1);
    transition: all 0.2s ease 0s;
}

/*
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
	    content: "\2713";
	    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	    font-size: 21px;
	    color: #000;
	    text-align: center;
	    line-height: 21px;
	    font-weight:900;
	    background-color: red;
}*/

/*FORM*/
.fsBody .fsRowBody {
    padding: 10px 25px !important;
}

.fsRow {
    width: 100%;
}

.fsForm {
    background: #fff !important
}

.fsForm .fsSubmit {
    background: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 0 !important;
    margin-left: 0;
}

.fsForm .fsSubmit > input, .fsForm .fsSubmit > button{
  display: block; float: right !important; height: 45px !important; width: auto; background: #61bd4f !important; color: #fff; border: none; font-size: 20px; cursor: pointer; margin: 0!important;
  text-indent: 0 !important; padding: 0px 20px !important; width: 100%;
}
.fsForm .fsSubmit > input:hover, .fsForm .fsSubmit > button:hover{background: #0072ff !important;}

#fsSubmit5064162{padding: 0 25px;}

#fsNextButton3546612 > span:after{
  content: " ➜" !important;
}

#fsNextButton3546612 > span:before{
  content: "  \f1ec " !important;
  font-family: FontAwesome;
  padding-right: 10px;
}

#fsPreviousButton3546612{float: left !important;}

#fsSubmitButton3546612{font-family: FontAwesome;}


.fsForm .fsSubmit > input, .fsForm .fsSubmit > button span{font-family: 'Roboto', sans-serif !important;}

.fsForm .fsSubmit > button.fsPreviousButton {
    background: #666 !important;
    
}

.fsPreviousButton span.fsFull:before{content: "" !important;}

.fsSlim{display: none !important;}
.fsFull{display: inherit !important;}

.fsSubmit.fsPagination {
  /*  
  display: flex;
    flex-direction: column-reverse;
    */
}

.fsboxshadow .fsBody .fsForm {
    box-shadow: none !important
}

.fsBody .fsForm {
    background: transparent !important;
    border: none !important;
    margin: 0 auto !important
}

.fsBody .fsSupporting{float: left !important; width: 100%; padding-top: 5px; color: #fff !important;}
#fsSupporting61607373{margin-left: 0; color: #000;}

.fsForm .fsLabelHorizontal>label, .fsForm .fsLabelHorizontal>legend, .fsForm .fsLabelHorizontal>span.fsLabel, legend.fsLabelHorizontal{color: #000; margin-right:0 !important; width: 100% !important; font-size: 17px !important; text-align: left; padding-bottom:5px;}

.fsFieldFocused label, .fsFieldFocused legend, .fsFieldFocused .fsSupporting, .fsFieldFocused span{color: #000 !important;}

.fsPage {
    background: transparent;
    padding-bottom: 15px
}

.fsLabel {
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: left;
    padding-bottom: 5px !important;

}

.fsField {
    background: #F8F8F8 !important;
    border: 1px solid #666666 !important;
    padding: 0 10px;
    border-radius: 0;
}

input.fsField {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.fsFieldHorizontal {
    width: 100%;
}

select.fsField {
    padding: 0 0;
    max-width: none !important;
    display: inline-block;
    float: left;
    margin-right: 10px !important;
    height: 45px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#field30849788M {
    margin: 0 0 0 10px
}

.fsRequiredMarker {
    padding-left: 10px !important
}
#label61607371,
#label61607372,

#label30849784,
#label30849786,
#label30849788 legend,
#label30856156,
#label30856157,
#fsCell30849787 #label30849787,
#label31120510 {
    /*line-height: 23px !important*/
}

#cuselFrame-field30849787 {
    width: 235px !important
}

#cuselFrame-field30849788M,
#cuselFrame-field30856159M {
    margin: 0 5px 0 10px;
    width: 110px !important
}

#field61607374M {

}

#fsRow3546612-1, .fsSectionHeader{display: none;}

.fsLabelHorizontal.fsLabel{padding-bottom:5px;}

#cuselFrame-field30849788D,
#cuselFrame-field30856159D {
    margin: 0 5px 0 0;
    width: 93px !important
}

#cuselFrame-field30849788Y,
#cuselFrame-field30856159Y {
    width: 109px !important
}

#fsSupporting31120467 {
    float: left;
    width: 100%
}


#fsSubmitButton3546612 {padding-left: 50px !important; background: #3399fe url(../images/icons/ok.png) 20px center no-repeat !important;}


/*#fsNextButton3546612 {padding-right: 50px !important; background: #3399fe url(../images/icons/next.png) right center no-repeat !important;}*/

#fsNextButton3546612 {/*width: 100% !important*/}

.fsBody .fsValidationError{background-color: transparent !important;}
.fsValidationError input{background: #f4e2dc !important;}
.fsValidationError .fsLabel{padding-left: 20px !important;}

.fsValidationError.fsFieldFocused .fsLabel{color: #fff !important;}

.cuselText label {
    line-height: 39px !important
}

.cusel-scroll-pane {
    background: #F8F8F8 !important;
    height: auto !important;
    max-height: 200px;
    overflow: auto
}

div.fsError {
    margin: 0 !important;
    display: none;
}

.fsValidationError .fsLabel {
    background-position: left center !important;
}

.cuselText label {
    width: auto !important
}

.req-mini-bg h1 strong {
    font-weight: 400
}

.fsSocialAutofill {
    margin: 15px 15px 0 186px
}

.fsSocialAutofill--buttons a {
    height: 20px;
    width: 368px !important
}

.fsSocialAutofill--buttons a span.fsLabel {
    display: block;
    float: left;
    height: 20px !important;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    width: 372px !important
}

.fsSocialAutofill {
    margin: 15px 15px 0 186px !important
}

#cuselFrame-field30856158 {
    width: 374px !important
}

#fsSupporting30856159 {
    padding-left: 10px
}

#fsCell30856155 {
    display: none
}

.offer-1 {
    margin-bottom: 20px
}

.offer-2 {
    margin-top: 20px
}

#label30856142 {
    padding-left: 170px !important
}

#fsSubmitButton1952337 {
    background: url("../images/button_send.png") no-repeat left center !important;
    width: 259px;
    height: 68px
}

#fsCell30856140 h5 {
    font-size: 15px !important;
    font-weight: 400 !important
}

input[type=radio] {
    width: 17px !important;
    height: 17px !important;
    float: none !important
}

.fsBody .fsLabelHorizontal .fieldset-content label {
    width: 250px;
    line-height: 12px;
    height: 30px;
    float: left;
    display: block
}
.fsFieldRow input[type="email"],
.fsFieldRow input[type="number"],
.fsFieldRow input[type="tel"],
.fsFieldRow input[type="text"] {
    height: 45px;
    padding-left: 10px !important;
}

#field61607373{width:100%;}
.field-auto-capture{width: 1px !important; height: 1px !important; text-indent:-9999px !important; padding: 0 !important; margin: 0 !important; overflow: hidden  !important;}



body .fsForm .fsSubmit {
    padding: 25px;
}

#fsRow5064162-1 > div{ position: relative; box-sizing: border-box;}
#fsRow5064162-1 > div input{padding-left: 60px !important;}
#fsRow5064162-1 > div:before{position: absolute;  width: 45px; height: 45px; font-family: "FontAwesome"; content: "\f041"; left:25px; bottom: 10px; line-height: 45px; font-size: 25px; color: #666; text-align: center; background: #C8DCE7; border: 1px solid #666666; box-sizing: border-box;}

#fsRow5064162-2 > div{ position: relative; box-sizing: border-box;}
#fsRow5064162-2 > div input{padding-left: 60px !important;}
#fsRow5064162-2 > div:before{position: absolute;  width: 45px; height: 45px; font-family: "FontAwesome"; content: "\f041"; left:25px; bottom: 10px; line-height: 45px; font-size: 25px; color: #666; text-align: center; background: #C8DCE7; border: 1px solid #666666; box-sizing: border-box;}


#fsRow5064162-4 > div{ position: relative; box-sizing: border-box;}
#fsRow5064162-4 > div #field134772839M{margin-left: 44px;}
#fsRow5064162-4 > div:before{position: absolute;  width: 45px; height: 45px; font-family: "FontAwesome"; content: "\f073"; left:25px; bottom: 10px; line-height: 45px; font-size: 25px; color: #666; text-align: center; background: #C8DCE7; border: 1px solid #666666; box-sizing: border-box;}


#fsRow5064162-3 > div{ position: relative; box-sizing: border-box;}
#fsRow5064162-3 > div #field134772838{padding-left: 10px !important; margin-left: 44px;}
#fsRow5064162-3 > div:before{position: absolute;  width: 45px; height: 45px; font-family: "FontAwesome"; content: "\f00a"; left:25px; bottom: 30px; line-height: 45px; font-size: 25px; color: #666; text-align: center; background: #C8DCE7; border: 1px solid #666666; box-sizing: border-box;}


#fsSupporting88341627{height: 20px; text-align: left; color: #fff;}
#fsCell134772838{float: left; width: 100%;}



#fsRow5064162-6 > div{ position: relative; box-sizing: border-box;}
#fsRow5064162-6 > div input{padding-left: 60px !important;}
#fsRow5064162-6 > div:before{position: absolute;  width: 45px; height: 45px; font-family: "FontAwesome"; content: "\f007"; left:25px; bottom: 10px; line-height: 45px; font-size: 25px; color: #666; text-align: center; background: #C8DCE7; border: 1px solid #666666; box-sizing: border-box;}


#fsRow5064162-7 > div{ position: relative; box-sizing: border-box;}
#fsRow5064162-7 > div input{padding-left: 60px !important;}
#fsRow5064162-7 > div:before{position: absolute;  width: 45px; height: 45px; font-family: "FontAwesome"; content: "\f1fa"; left:25px; bottom: 10px; line-height: 45px; font-size: 25px; color: #666; text-align: center; background: #C8DCE7; border: 1px solid #666666; box-sizing: border-box;}


#fsRow5064162-8 > div{ position: relative; box-sizing: border-box;}
#fsRow5064162-8 > div input{padding-left: 60px !important;}
#fsRow5064162-8 > div:before{position: absolute;  width: 45px; height: 45px; font-family: "FontAwesome"; content: "\f095"; left:25px; bottom: 10px; line-height: 45px; font-size: 25px; color: #666; text-align: center; background: #C8DCE7; border: 1px solid #666666; box-sizing: border-box;}


.fsForm select {
    line-height: 45px !important;
}

.fsFieldHorizontal {
    min-height: 45px;
}


#fsPreviousButton5064162{float: left !important; position: relative; width: 60px;}
#fsPreviousButton5064162 span.fsSlim{display: inline-block !important;}
#fsPreviousButton5064162 span.fsFull{display: none !important;}
#fsSubmitButton5064162{float: right; width: 225px;}


#label88341628 > div{min-height: 45px;}


.icon-inline{width: 25px; height: 25px; display: inline-block; position: relative; vertical-align: middle; margin-right: 10px;}
.icon-inline:before{position: absolute; left:0; top: -2px; width: 100%; height: 100%; font-family: "FontAwesome";  line-height: 25px; font-size: 25px; color: #ffffff; text-align: center; display: block; font-weight: 400;}
.icon-1:before{content: "\f022";}
.icon-2:before{content: "\f49e";}
.icon-3:before{content: "\f03e";}
.icon-4:before{content: "\e54b";}
.icon-5:before{content: "\f5a6";}
.icon-6:before{content: "\f091";}

.icon-7:before{content: "\f521";}
.icon-8:before{content: "\f2c2";}
.icon-9:before{content: "\e040";}
.icon-10:before{content: "\f494";}
.icon-11:before{content: "\e4c7";}
.icon-12:before{content: "\f0d1";}

/*Steps*/
.steps{background:#116190; padding: 30px 0 10px;}
.steps .wrapper > ul {
    padding: 0 60px;
}
.s span{display:block; margin:0 auto 20px; width:65px; height:65px; font-weight:400; text-align:center; line-height:65px; font-size:48px; color:#fff; border-radius:50%; background:#52aed2;}
.steps li{width:33.33%; display:inline-block; box-sizing:border-box; padding:30px 15px; text-align:center; vertical-align: top;}
.steps li:last-child{padding-right:0;}
.steps li p{color:#fff; font-size: 1.5rem; font-weight: 400;}
.steps li h3{color:#ffbd03; text-align:center; padding-bottom:10px; font-size: 1.8rem; font-weight:400;}


/*Footer*/
footer{background:#072c51; padding:20px 0; color:#fff; text-align:center;}

.info {
    border-top: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin: 5px auto 0;
    padding: 12px 9px 0;
    width: 1150px;
}
footer *{color:#fff;}
.info *{color:#28acf7; font-size:12px; line-height: 15px;}
footer .h2 {
    color: #28acf7;
    font-size: 2.57rem;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 25px;
    padding-top: 8px;
}
footer p {
    font-size: 1.41rem;
    font-weight: 400;
    padding-bottom: 10px;
}

footer ul{
    display: table;
    margin: 0 auto 0px;
    width: auto;
}
footer ul li {
    display: table-cell;
    vertical-align: middle;
    padding:0 5px;
}
footer ul li a{text-decoration:none; line-height:1.1rem; font-size: 1.1rem; font-weight: 400;}
footer ul li hr{margin:0 0 -5px;}
hr{border:0; border-top:1px solid #fff;}
.copyright{line-height:1.1rem; font-size: 1.1rem; color:#fff;}



.slide{text-align: center; color: #fff;}
.slide h3{
    font-size: 3.2rem;
    line-height: 3.8rem;
    margin: 0 0 20px;
    font-weight: 700;
}

.slide p{
    font-size: 1.3rem;
    line-height: 2.24rem;
    margin: 0 0 5px;
    padding: 0 30px;
}

.slide span{
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.full-range{background-image: url(../images/icons/slide/how-it-works_icons_Full-range-services.svg);}
.five-star{background-image: url(../images/icons/slide/how-it-works_icons_5-star-reputation.svg);}
.guaranteed-flat{background-image: url(../images/icons/slide/how-it-works_icons_Guaranteed-flat-Price.svg);}
.own-fleet{background-image: url(../images/icons/slide/how-it-works_icons_Our-Own-Fleet.svg);}
.auto-shipping{background-image: url(../images/icons/slide/how-it-works_icons_Auto-shipping.svg);}
.military-approved{background-image: url(../images/icons/slide/how-it-works_icons_Military-Approved-Storage.svg);}
.international-moving{background-image: url(../images/icons/slide/how-it-works_icons_International-Moving.svg);}

.slide{padding: 10px;}
.slide-wrapper{border-radius: 50%; padding: 20px; box-shadow: 0 2px 5px rgba(0,0,0,.2); background: #666; position: relative;}
.circle-wr{position: absolute; top: 70px; left: 0;}

.spacer{padding-top: 100%;}

.owl-nav{position: relative;}
.owl-prev{left: -85px; top: -280px; position: absolute;}
.owl-next{right: -85px; top: -280px; position: absolute;}

body .owl-carousel .owl-prev, body .owl-carousel  .owl-next{font-size: 100px !important; display: inline-block;}

/*modal*/

.modal{z-index:99999;}
.modal .h2, .modal .h1, .modal .h3, .modal .h4{text-shadow:none;}
.modal{border:1px solid rgba(0, 0, 0, 0.2); background:#fff; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);}
.modal .h2{color:#5d5d5d; font-size: 2.15rem; font-weight: 600; padding:15px; text-align:left; border-bottom:1px solid #ccc; margin-bottom:15px;}
.modal-content-o{overflow-y:auto; width:100%; max-height: 55vh; padding:10px 30px 20px; margin-bottom:30px; font-size: 1.2rem; color: #5d5d5d; text-align:left; border-bottom:1px solid #ccc; }
.modal-content-o h4{font-size: 1.73rem; color: #5d5d5d;}
.modal-content-o p{padding-bottom:14px;}

/*CONFIRMATIONS*/

.top-rates{text-align:center; width:100%; padding: 10px 0 0; margin: 0px 30px 0;}


.confirmation--cardinal, .confirmation--citymoving, .confirmation--primemoving {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    margin-right: 120px;
    height: 220px;
    width: 220px;
    
}

.confirmation--citymoving {
    background-image: url("../images/citymoving-5-star.svg");
}
.confirmation--primemoving {
    background-image: url("../images/primemoving-5-star.svg");
}
.confirmation--cardinal {
    background-image: url("../images/cardinal-5-star.svg");
}


/* ICONS */
.icon{
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
}

.icon-green-orb {
    background-image: url("../images/icons.gif");
    background-position: left top;
    background-size:cover;
    height: 19px;
    width: 19px;
}
.icon-top-phone {
    background-image: url("../images/icons.svg");
    background-position: left bottom;
    height: 19px;
    width: 19px;
}

.icon-ribbon {
    background-image: url("../images/icons/ribbon.svg");
    height: 40px;
    margin-bottom: -10px;
    width: 30px;
}

.icon-lock {
    background-image: url("../images/icons/lock.svg");
    height: 24px;
    width: 20px;
}



#fsForm2664835 label{
    background-image: url("../images/check-Icons.svg");
    background-repeat: no-repeat;
    /*height: 125px;
    width: 125px;*/
}

#label51573780 > div label:nth-child(1) {
    background-position: -216px -809px;

}


#label51573780 > div label:nth-child(1):hover, #label51573780 > div label:nth-child(1).active {
    background-position: -825px -809px;
}


#label51573780 > div label:nth-child(2) {
    background-position: -199px -1115px;

}

#label51573780 > div label:nth-child(2):hover, #label51573780 > div label:nth-child(2).active {
    background-position: -808px -1115px;
}

#label51573781 > div label:nth-child(1) {
    background-position: -218px -542px;

}

#label51573781 > div label:nth-child(1):hover, #label51573781 > div label:nth-child(1).active {
    background-position: -827px -542px;
}

#label51573781 > div label:nth-child(2) {
    background-position: -213px -252px;

}

#label51573781 > div label:nth-child(2):hover, #label51573781 > div label:nth-child(2).active {
    background-position: -822px -252px;
}

#label51573783 > div label:nth-child(1) {
    background-position: 43px -2964px;

}

#label51573783 > div label:nth-child(1):hover, #label51573783 > div label:nth-child(1).active {
    background-position: -566px -2964px;
}

#label51573783 > div label:nth-child(2) {
    background-position: 28px -2375px;

}

#label51573783 > div label:nth-child(2):hover, #label51573783 > div label:nth-child(2).active {
    background-position: -581px -2375px;
}

#label51573791 > div label:nth-child(1) {
    background-position: 32px -1750px;

}

#label51573791 > div label:nth-child(1):hover, #label51573791 > div label:nth-child(1).active {
    background-position: -577px -1750px;
}

#label51573791 > div label:nth-child(2) {
    background-position: 32px -2073px;

}

#label51573791 > div label:nth-child(2):hover, #label51573791 > div label:nth-child(2).active {
    background-position: -577px -2073px;
}

#label51573791 > div label:nth-child(3) {
    background-position: 35px -1129px;

}

#label51573791 > div label:nth-child(3):hover, #label51573791 > div label:nth-child(3).active {
    background-position: -574px -1129px;
}

#label51573791 > div label:nth-child(4) { /* None - крестик */
    background-position: 0 -2250px;

}

#label51573803 > div label:nth-child(1) {
    background-position: 35px -826px;

}

#label51573803 > div label:nth-child(1):hover, #label51573803 > div label:nth-child(1).active {
    background-position: -574px -826px;
}

#label51573803 > div label:nth-child(2) {
    background-position: 35px -559px;

}

#label51573803 > div label:nth-child(2):hover, #label51573803 > div label:nth-child(2).active {
    background-position: -574px -559px;
}

#label51573803 > div label:nth-child(3) {
    background-position: 33px -268px;

}

#label51573803 > div label:nth-child(3):hover, #label51573803 > div label:nth-child(3).active {
    background-position: -576px -268px;
}

#label51574026 > div label:nth-child(1) {
    background-position: 35px -826px;

}

#label51574026 > div label:nth-child(1):hover, #label51574026 > div label:nth-child(1).active {
    background-position: -574px -826px;

}

#label51574026 > div label:nth-child(2) {
    background-position: 35px -559px;

}

#label51574026 > div label:nth-child(2):hover, #label51574026 > div label:nth-child(2).active {
    background-position: -574px -559px;

}

#label51574026 > div label:nth-child(3) {
    background-position: 33px -268px;

}

#label51574026 > div label:nth-child(3):hover, #label51574026 > div label:nth-child(3).active {
    background-position: -576px -268px;

}

#label51574028 > div label:nth-child(1) {
    background-position: -212px -1759px;

}

#label51574028 > div label:nth-child(1):hover, #label51574028 > div label:nth-child(1).active {
    background-position: -821px -1759px;
}

#label51574028 > div label:nth-child(2) {
    background-position: 34px -1450px;

}

#label51574028 > div label:nth-child(2):hover, #label51574028 > div label:nth-child(2).active {
    background-position: -575px -1450px;
}

#label51574028 > div label:nth-child(3) {
    background-position: -215px -1451px;

}

#label51574028 > div label:nth-child(3):hover, #label51574028 > div label:nth-child(3).active {
    background-position: -824px -1451px;
}

#label51574031 > div label:nth-child(1) {
    background-position: 45px 56px;

}

#label51574031 > div label:nth-child(1):hover, #label51574031 > div label:nth-child(1).active {
    background-position: -564px 56px;
}

#label51574031 > div label:nth-child(2) {
    background-position: -216px -2346px;

}

#label51574031 > div label:nth-child(2):hover, #label51574031 > div label:nth-child(2).active {
    background-position: -825px -2346px;
}

#label51574036 > div label:nth-child(1) {
    background-position: 45px 56px;

}

#label51574036 > div label:nth-child(1):hover, #label51574036 > div label:nth-child(1).active {
    background-position: -564px 56px;
}

#label51574036 > div label:nth-child(2) {
    background-position: -216px -2346px;

}

#label51574036 > div label:nth-child(2):hover, #label51574036 > div label:nth-child(2).active {
    background-position: -825px -2346px;
}


#ui-datepicker-div{z-index: 9 !important;}

.happyface--rep, .map--marker, .step-3-icons-1 {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 32px;
    margin-right: 5px;
    vertical-align: middle;
    width: 32px;
    margin-right:5px;
    background-image: url("../images/step3-icons.svg");
}

.step-3-icons-1 {
    background-position: 0 0;
}

.map--marker {
    background-position: 0 -42px;
}

.happyface--rep {
    background-position: 0 -85px;
}


.fa.fa-map-marker-svg {
    background-image: url("../images/ballun.svg");
    height:50px;
    width:35px;
    opacity:0;
}

.fa-map-marker-1 {
    left: 50%;
    margin-left: -376px;
    opacity: 1;
    position: absolute;
    top: 173px;
}
.fa-map-marker-2 {
    left: 50%;
    margin-left: -161px;
    opacity: 1;
    position: absolute;
    top: 257px;
}
.fa-map-marker-3 {
    left: 50%;
    margin-left: 454px;
    opacity: 1;
    position: absolute;
    top: 120px;
}
.fa-map-marker-4 {
    left: 50%;
    margin-left: 543px;
    opacity: 1;
    position: absolute;
    top: 436px;
}


.sosiate.footer-soc{float: left;width: 100%;text-align: center; margin-top:20px; margin-bottom:20px;}
.sosiate.footer-soc a img{width: 20px;}
.sosiate a {
    display: inline-block;
}
.soc-2 {
    margin-right: 22px;
}



/*Responsive*/
@media only screen and (max-width:1450px) {
  .bird3, .bird2, .bird{left:0; margin-left:30px;}
  .owl-nav{display: none;}
}



@media only screen and (max-width:1300px) {

main{padding-bottom:345px;}

main.form-step-2 {
    padding-bottom: 185px;
    padding-top: 85px;
}


  
  .wrapper{width:100%;}
  .info{width:100%;}
  .step-2{padding:0 30px;}
  .step.step-3 .wrapper {
      width: 100%;
  }
.step-3.step {
    padding: 0 30px;
}

 .bird3{width: 183px; height: 306px;  z-index:1;}
}

@media only screen and (max-width:1279px) {
  .slide h3 {
    font-size: 2.2rem;
  }
  .circle-wr{top: 35px;}
  .steps-wrapper{float: none;}
}

@media only screen and (max-width:1150px) {
  main{padding-bottom:345px;}
  .slide h3{margin-bottom: 10px;}
}

@media only screen and (max-width:1000px) {
    .owl-item{width: 100% !important; margin-right: 0 !important;}
    .slide-wrapper{border-radius:0;}
    .spacer{display: none;}
    .circle-wr { position: relative; top: 0;}
    .owl-stage{transform: none !important; width: 100% !important;}
    .owl-item.cloned{display: none !important;}
    
    
    main{
        background-size: 127% auto;
        background-position: 0px bottom;
        background-color: #a2bcc9;
    }
    
    
    .contacts {
        float: none;
        padding: 8px 0 30px;
        text-align: center;
        display:none;
    }
    .contacts-mobile {
        background: #f05a28;
        border-radius: 20px;
        display: block;
        float: right;
        margin-top: 13px;
        padding: 3px 20px 2px 17px;
    }
    .logo{width:190px;}
    .icon-top-phone{width:25px; height:25px;}
    
}

@media only screen and (max-width:900px) {
.workers  {display:none;}
.step-4-button, .step-2-button, #fsSubmitButton2664835, #fsSubmitButton2663147, .form .fsPagination .back, .back{font-size:20px;}
  
  .steps li{width:100%;}
  .h1{font-size: 4.5rem;}
  .h3{font-size: 2rem;}
  .fa-map-marker-3{margin-left:140px;}
  .fa-map-marker-5{margin-left:240px;}
  .movers{width:150px; height:150px;}
  .step-2 .h2{font-size: 4.1rem;}
  .form-step-2 .form{width:100%;}
  .progress{width:90%;}
main.form-step-2 {
    padding-top: 115px;
}
}
@media only screen and (max-width:750px) {
.step-4-button, .step-2-button, #fsSubmitButton2664835, #fsSubmitButton2663147, .form .fsPagination .back, .back, #fsSubmit2663147 .form .fsPagination .back, #fsSubmit2663147 .back{font-size:16px;}
form .fsPagination .back, .back, #fsSubmit2663147 .form .fsPagination .back, #fsSubmit2663147 .back{}


    main{
	background-size: 174% auto;
	background-position: -128px bottom;
	background-color: #a2bcc9;
    }


}
@media only screen and (max-width:650px) {
   
    .top-td-mobile{display: block;}
    .td2{display: none;}
  
    main{
	background-size: 190% auto;
	background-position: -143px bottom;
	background-color: #a2bcc9;
    }
    
    main{padding-top:170px;}
  
  
.form .ui-datepicker .ui-datepicker-next, .form .ui-datepicker .ui-datepicker-prev{top: 3px !important;}
.form .ui-icon {
    height: 16px !important;
    width: 16px !important;
}
  
.map{height:370px;}
  
    .step-3.step {
	padding: 0 30px;
    }
    
  .form{width:100%;}
  .button-block{width:100%;}
  .fsBody{margin-bottom:0 !important;}
  
  .step-3 .form{width:100%; margin-left:0;}
  .map{margin-left:0; width:100%; border:none;}
  .step.step-3 .wrapper{padding-bottom:30px;}
  .steps{padding-top:0;}
  main{min-height:400px;}

.hidden-xs {
    width: 100%;
    text-align: center;
    padding-top: 27px;
}
.ui-datepicker-inline{width:auto !important;}
.form .ui-datepicker .ui-datepicker-title{font-size:1em;}
div.ui-datepicker{font-size:12px;}
.ui-datepicker-calendar thead{font-size:0.5em;
}
.form .ui-datepicker .ui-datepicker-next span, .form  .ui-datepicker .ui-datepicker-prev span{margin-top:-22px;}
}

@media only screen and (max-width:500px) {
    

  
    #fsPreviousButton5064162{width: 40px  !important; padding: 0 10px !important;}
  
    main{
	background-size: 190% auto;
	background-position: -98px bottom;
	background-color: #a2bcc9;
	padding-bottom: 250px;
    }
    
    
.steps-wrapper{width: 100%;}  
.workers  {display:block;}

select.fsField, .fsField {
  padding-left: 4px !important; padding-right: 4px !important;     font-size: 15px !important;
}
#fsRow5064162-2 > div input {
    padding-left: 54px !important;
}
#fsRow5064162-1 > div input {
    padding-left: 54px !important;
}
  
#container{width:40px; height:40px; margin-bottom:20px;}
  

.workers{height: 280px;width: 300px; background-image: url("../images/workers0.svg");  bottom: 45px;}
  
.bird2{width: 232px;height: 382px; display:none;}

.box3{width: 141px;height: 150px;}

/*
.movers {
    background-color: #03445c;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100px;
    margin-bottom: 10px !important;
    width: 100%;
}*/
  
#container.ok::before {
    font-size: 26px;
    height: 40px;
    line-height: 40px;
}
  
  .procents {
    font-size: 35px;
  }
  .movers-wrapper{margin: 28px 0 20px; min-height:100px;}
  
.bird {
    height: 138px;
    width: 130px;
    margin-left: 10px;
    bottom: 45px;
}
  
.map{height:270px;}
  
.step-2 .h2 {
    font-size: 2.1rem;
}

.step-2 {
    padding: 0;
}

.movers.finding {
    margin: 0;
}
  
.step-3 .h2 {
    font-size: 2rem;
    line-height: 2rem;
    text-align:center;
}  



.step-3-icons-1, .map--marker, .happyface--rep{display:none;}
.hidden-xs{padding-top:5px;}
  
  .movers{margin-bottom:20px;}
      .steps .wrapper > ul {
	padding: 0 30px;
    }
    


    main{padding-top:40px;}

    main.form-step-2 {
	padding-top: 40px;
    }

    header{position: relative;}
    

    .movers{width:100px; height:100px; margin-left:-50px;}
    


    .h1{font-size: 3.5rem; line-height: 4rem;}
    .h3 {
	font-size: 1.5rem;line-height: 1.8rem;
    }
    

    

    
    .step-1-button{padding: 8px 0;}
    


    
.step-3.step {
    padding: 0 5px;
}
.step-3 .form{margin-top:5px;}
.map{margin-top:10px;}

.bird3 {
    height: 226px;
    width: 116px;
    z-index: 1;
    margin-left: 10px;
}

.progress{height:10px; margin-bottom:30px;}

.progress:after, .progress:before {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    top: -10px;
    width: 30px;
}

.progress > div:after {
    height: 26px;
    line-height: 50px;
    right: -34px;
    top: -5px;
    width: 35px;

}

.form-step-2 .h2 {
    font-size: 2.05rem;
    font-weight: 400;
    line-height: 2.7rem;
}




    
}




@media only screen and (max-width:500px) {
    
  
    main{
	background-size: 190% auto;
	background-position: -350px bottom;
	background-color: #a2bcc9;
	padding-bottom: 205px;
    }
    
    #fsSubmitButton5064162{width: auto;}
    .fsForm .fsSubmit > input, .fsForm .fsSubmit > button{font-size: 17px;    padding: 0px 10px !important;}
    
    .logo{
        background-image: url("../images/Logo-cut1.svg");
    }
}


