/**{
    font-family: 'Roboto', sans-serif;
}*/

.largepage h1{
  text-align: center;
  font-weight:bold;  
}
.largepage h2{
  text-align: center;
}
.largepage b, strong{
    color: #000;
}
textarea{
    resize: none;
}
input[type=text],
textarea{
    box-sizing : border-box;
}
select option[value="0"]{
    color: #a9a9a9;
}
.cols {
    width: 100%;
    text-align: center;
    margin: 60px 0 30px 0;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cols .col {
    width: 20%;
    display: inline;
    float: left;
    
}
.cols .col > div{
    width: 70%;
    margin: 0 auto;
}
.cols .col .col-step {
    font-size: 65px;
    color: #147dc0;
    font-weight: bold;
     position: relative;
}
.cols .col .col-step svg{
    width: 100%;
}
.cols .col .col-info {
    text-align: center;
    font-style: italic;
    font-weight: bold;
}
.cols .col .step-2:before,
.cols .col .step-3:before,
.cols .col .step-4:before,
.cols .col .step-5:before{
    content: "";
    background-image: url(/img/courier/ico_desktop/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    display: inline-block;
    left: -80px;
    /*top: 50px;*/
    width: 95px;
    height: 100%; 
}
.cols .col .step-4:before{
    background-image: url(/img/courier/ico_desktop/1to2Arrow.png);
}
.cols .col .step-5:before{
    background-image: url(/img/courier/ico_desktop/2to1Arrow.png);
}

.text-info{
    display: block;
    width: 90%;
    margin: 50px auto;
    font-weight: bold;
    text-align: justify;
}

.wrap-form{
    position: relative;
    background: #fff;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    border-radius: 10px;
}
.wrap-form .icon{
    width: 45px;
    height: 45px;
    background: blue;
    position: absolute;
    top: -12px;
    left: 30px;
    border-radius: 5px;
    background-image: -moz-linear-gradient( 90deg, rgb(25,144,234) 0%, rgb(46,161,248) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(25,144,234) 0%, rgb(46,161,248) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(25,144,234) 0%, rgb(46,161,248) 100%);
    font-size: 2em;
}
.wrap-form .icon img{
    display: block;
    margin: 10px auto;
    width: 25px;
    height: 25px;
    font-size: 2em;
}

#send_courier{
    width: 100%;
}

.wrap-form .col-2{
    display: inline-block;
    width: 50%;
    margin:0;
}
.wrap-form .col-2:first-child{
    float:left;
}
.wrap-form .col-2 fieldset{
    border: none;
}
.wrap-form .col-2 fieldset .label-div{
    margin-bottom: 20px;
}
.wrap-form .col-2 fieldset label{
    font-size: 1.2em;
}
.wrap-form .col-2 fieldset .wrap-field{
    display: block;
    width: 90%;
    margin: 20px auto;
}
.wrap-form .combo-select{
    max-width: none;
    border: none;
}
.wrap-form .col-2 fieldset .wrap-field input,
.wrap-form .col-2 fieldset .wrap-field textarea,
.wrap-form .col-2 fieldset .wrap-field select{
    border: 1px solid #cecece;
    width: 100%;
    padding: 10px;
}
.wrap-form .col-2 fieldset #time-block.wrap-field,
.wrap-form .col-2 fieldset #addr-block.wrap-field
{
    display: table;
}
.wrap-form .col-2 fieldset #time-block.wrap-field .time-wrap,
.wrap-form .col-2 fieldset #addr-block.wrap-field .addr-wrap{
    display: table-row;
}
.wrap-form .col-2 fieldset #time-block.wrap-field .time-wrap span,
.wrap-form .col-2 fieldset #time-block.wrap-field .time-wrap input,
.wrap-form .col-2 fieldset #addr-block.wrap-field .addr-wrap input,
.wrap-form .col-2 fieldset #addr-block.wrap-field .addr-wrap span{
    display: table-cell;
}

.wrap-form .col-2 fieldset .wrap-field select{
    background: #fff;
    
    overflow: hidden;
    -webkit-user-select: none;
}

.wrap-form .wrap-price,
.wrap-form .wrap-captcha{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.wrap-captcha p,
.wrap-captcha > div{
    display: inline-block;
}
.wrap-captcha input{
    border: 1px solid #cecece;
    width: 180px;
    padding: 10px;
}
.wrap-form .courier_submit{
    border: none;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    width: 300px;
    background-color: #4ee274;
    font-size: 1.2em;
    cursor:pointer;
    -webkit-appearance: none;
}
.wrap-form .courier_submit:hover{
    background-color: #43bd62;
}


.callback-form{
    height: auto;
    background: #20329e;    
    padding: 20px;
    border-radius: 15px;
    width: 70%;
    margin: 50px auto;
}
.callback-form form{
    display: block;
    margin: 0 auto;
    width: 100%;
   
}
.callback-form input{
    padding: 10px;
    font-size: 1em;
    width: 30%;
    border-radius: 5px;
    margin: 0 10px;
}
.callback-form input[name="name"]{
    margin-left: 0;
}

.callback-form #submit{
    float: right;
    cursor: pointer;
    -webkit-appearance: none;
  /*-webkit-border-radius: 0;*/
}

.callback-form input[type="button"]{
    margin-right: 0;
    background: #3a87eb;
    color: #fff;
}

.callback-form p{
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 0px;
}

.callback-form #submit.img-spin{
    background: url(/img/spin_small.gif) center no-repeat rgb(58, 135, 235);
    background-size: 25px;
    background-position-x: 92%;
}

.wrap-services{
    display: block;
    width: 100%;
    margin: 50px auto;
}
.wrap-services .col-4,
.wrap-services .col-3{
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
}
.wrap-services .col-3{
    width: 33%;    
}
.wrap-services .wrap-head{
    margin-bottom: 30px;
}
.wrap-services .service-list{
    text-align: justify;
    width: 80%;
    margin: 0 auto;
}
.wrap-services .col-3 .service-list{
    width: 70%;
}
.wrap-services img{
    height: 100px;
}

input[name="street"]:required
{
    background: unset !important;
    border-color: #cecece !important;
}
.wrap-form .col-2 fieldset .wrap-field input.courier_error,
.wrap-form .col-2 fieldset .wrap-field select.courier_error,
.wrap-captcha input.courier_error{
    background: #ffcccc!important;
    border-color: #f18181!important;
}
.wrap-form .col-2 fieldset .wrap-field select.courier_error option,.wrap-form .col-2 fieldset .wrap-field select.courier_error optgroup{
    background-color: white;
}

.service-wrap{
        width: 80%;
        height: auto;
        background: #fff;
        padding: 20px;
        margin: 50px auto;
        border-radius: 10px;
    }
    .largepage table.service-list{
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }
    .largepage table.service-list,
    .largepage table.service-list tbody,
    .largepage table.service-list tbody tr,
    .largepage table.service-list tbody tr th,
    .largepage table.service-list tbody tr td
    {
        border: none;
    }
    table.service-list th,
    table.service-list td {
        border: none;
        text-align: left;
        padding: 8px;
    }
    .largepage table.service-list tbody tr{
        border-bottom: 1px solid #555555;
    }
    .largepage table.service-list tbody tr:first-child,
    .largepage table.service-list tbody tr.spacer,
    .largepage table.service-list tbody tr:last-child{
        border-bottom: none;
    }
    .spacer{
        height: 30px;
    }
    table.service-list tr td:last-child,
    table.service-list:last-child tr td,
    table.service-list:last-child tr th{
        text-align: center;
    }

    table.service-list:last-child tr td:first-child,
    table.service-list:last-child tr th:first-child{
        text-align:left;
    }
    .largepage .service-list b{
        color:rgb(84, 84, 84);
    }
    .largepage .service-list td[colspan="2"]:first-child {
        text-align: center;
    }

.wrapper-dropdown {
    position: relative;
    width: 100%;
    margin: 0px auto;
    height: 100%;
    line-height: 2em;
    color: gray;
    outline: none;
    font-weight: bold;
}
.wrapper-dropdown span {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    padding: 0;
}
.wrapper-dropdown .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    line-height: 2em;
    background: #fff;
    list-style: none;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
    z-index: 1000;
    margin: 0;
}
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
.wrapper-dropdown ul {
    border: 1px solid #c5c8cb;
    border-radius: 2px;
    border-top: none;
}
.wrapper-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
.wrapper-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #5d5d5d;
    padding: 0px 20px;
    white-space: normal;
    font-size: 12px;
}
.wrapper-dropdown .dropdown li:hover a {
    background: #f3f8f8;
}
.selected{
    background-color: #f3f8f8;
}
.wrapper-dropdown:after {
    clear: both;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 5px 5px 0px 5px;
    border-style: solid;
    border-color: #000 transparent;
    cursor: pointer;
}
.wrapper-dropdown.active:after {
    border-color: #9bc7de transparent;
    border-width: 5px 5px 0 5px;
    margin-top: -3px;
}
.largepage ul.scrollable-menu:not([style^="list"]) li:before{
    content:"";
}
.arrow-mobile {
    display: none;
    position: absolute;
}
.arrow-mobile:first-child {
    position: relative;
    left: 45%;
    bottom: 100px;
}
@media screen and (max-width: 1400px){
    .cols .col .col-step svg{
        width: 100px;
    }
    .cols .col .step-4 svg{
        width: 120px;
    }
    .cols .col .step-2:before, .cols .col .step-3:before, .cols .col .step-4:before, .cols .col .step-5:before{
        width: 70px;
    }
}
@media screen and (max-width: 1265px){
    #callback-form{
        width: 100%;
    }
    .service-wrap{
        width: 100%;
    }
}
@media screen and (max-width: 1124px){
    .engineer-mode .cols{
        margin: 0 auto;
        display:inline-block;
    }
    .engineer-mode .cols .col{
        width: 40%;
        float: none;
        display: inline-block;
    }

    .courier-mode .cols {
        flex-direction: column;
        height: auto;
    }
    .courier-mode .cols .col{
        position: relative;
    }
    .cols .col #step-3:before, 
    .cols .col #step-5:before{
        background-image: none;
    }
    .wrap-services .col-4, .wrap-services .col-3{
        min-height: 500px;
        max-height: 100%;
    }
    .arrow-desktop {
        display: none;
    }
    .arrow-mobile {
        display: block;
        height: 0;
    }
}
@media screen and (max-width: 975px){
    .wrap-form .col-2{
        display: block;
        width: 100%;
    }
    .callback-form input{
        width: 150px;
    }
    .service-wrap{
        font-size: 0.7em;
    }
    
}
@media screen and (max-width: 825px){
    .callback-form{
        height: 240px;
    }
    .callback-form input{
        width: 100%;
        display: block;
        margin: 10px auto;
    }
}
@media screen and (max-width: 750px){
    .wrapper-dropdown .dropdown {
        z-index: 2;
    }
}


@media screen and (max-width: 700px){
/*    .cols .col{
        float: none;
        width: 60%;
    }
    .cols .col .step-2:before, .cols .col .step-3:before, .cols .col .step-4:before, .cols .col .step-5:before{
        background-image: none;
    }*/
    .wrap-form .courier_submit {
        width: 100%;
    }
}
@media screen and (max-width: 530px){
    #home-tech{
        overflow-y: scroll;
    }
}
@media screen and (max-width: 450px){
    .wrap-services .col-4, .wrap-services .col-3{
        width: 100%;
        height: auto;
        margin: 20px auto;
    }
    .cols .col .col-step svg{
        width: 80px;
    }

}

.switch-buttons {
    background-color: rgb(237,237,237);
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-top: 40px;
}
.switch-button {
    width: 50%;
    float: left;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
}
.switch-button.active {
    background-color: #FFFFFF;
}
.switch-button img {
    max-width: 100%;
}
.switch-buttons p {
    text-align: center;
    font-style: italic;
    font-weight: bold;
}
#or-btn {
    position: absolute;
    left: 50%;
    background-color: rgb(0,121,217);
    color: #FFFFFF;
    transform: translateX(-50%);
    text-align: center;
    padding: 0.6em;
    border-radius: 50%;
    font-style: italic;
}
.cols .col-info.free {
    color: red;
    font-weight: 800;
}

.engineer-mode {
    display: none;
}
.courier-mode .cols .col {
    margin-bottom: 30px;
    width: 100%;
}
.courier-mode  .cols .col > div {
    width: 100%;
}
.arrow-mobile.first img {
    transform: rotate(-10deg) translate(110%,-45%);
}
.arrow-mobile.second img {
    transform: rotate(32deg) scaleX(-1) translate(100%,0);
}
.courier-mode .col-step svg {
    max-width: 130px;
}
@media (max-width: 1140px) {
    .engineer-mode  .cols .col .step-5:before,
    .engineer-mode .cols .col .step-3:before {
        display: none;
    }
    .engineer-mode  .cols .col:nth-child(3) {
        transform: translateY(-50%);
    }
}

@media (max-width: 550px) {
    .engineer-mode .cols .col .step-2:before,
    .engineer-mode .cols .col .step-3:before,
    .engineer-mode .cols .col .step-4:before,
    .engineer-mode .cols .col .step-5:before {
        left: -60px;
    }
}

div#content:not(.lg-view-detail) #callback-form {
    width: 100%;
}