.left,
.right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: -15px;
}

.not-found .left {
    width: 360px;
    margin-right: 100px;
}

.not-found .left img,
.registration .left img{
    max-width: 360px;
    max-height: 360px;
    margin-top: 30px;
}
.not-found .right{
    width: 545px;
} 

.delivery  .right h2{
    color: #666;
    font-family: "RobotoMedium";
    font-size: 18px;
    padding-bottom: 20px;
}
.delivery .left{
    width: 390px;
    margin-right: 80px;
}
.delivery .right{
    width: 640px;
}
.delivery .left img{
    max-height: 390px;
    max-width: 390px;
    width: 100%;
    margin-top: 35px;
}
.div-adres,
.div-skype,
.div-mail,
.div-tel{
    background-repeat: no-repeat;
    background-position: top 6px left 4px;
    position: relative;
    min-height: 40px;
    margin: 10px 0;
}

.div-adres{
    background-image: url('/images/div-adress.png');
}
.div-skype{
    background-image: url('/images/div-skype.png');
    margin-top: 70px;
}
.div-tel{
    background-image: url('/images/div-tell.png');
}
.div-mail{
    background-image: url('/images/div-mail.png');
}
.delivery .div-tel{
    background-position: center left 6px;
}
.delivery .div-tel p{
    line-height: 40px;
}
.div-adres p,
.div-mail p,
.div-skype p,
.div-tel p{
    padding: 0;
    padding-left: 50px;
}
.div-mail p{
     line-height: 30px;
}
.head{
    color: #3a3a3c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 20px;
    display: block;
}
ul.yellow-marker li{
    padding-left: 35px;
}
.logo-delivery{
    display: block;
    width: 100%;
    text-align: center;
}
.logo-delivery li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.logo-delivery li:first-child{
    margin-left: 0;
}
.google-maps{
    position: relative;
    width: 100%;
}
.map-item{
    width: 100%;
    position: relative;
    height: 560px;
}
.map-item iframe{
    width: 100%;
    height: 560px;
}

.map-stock{
    display: none;
}
.google-maps a{
    display: inline-block;
    border-bottom: dotted 1px #406fc1;
    color: #406fc1;
    font-size: 15px;
    margin-left: 10px;
    cursor: pointer;
}
.google-maps .head{
    display: inline-block;
}
.contacts .left{
    width: 750px;
}
.contact-item{
    display: inline-block;
    width: 370px;
    vertical-align: top;
    margin-bottom: 20px;
}

.contact-form .prefix-phone,
.registration-form .prefix-phone{
    display: inline-block;
    float: left;
    color: #333;
    font-size: 24px;
    font-weight: 400;
    vertical-align: top;
    line-height: 36px;
    margin-right: 8px;
    margin-left: 8px;
}


.contact-form input[type=text],
.registration-form input[type=text],
.not-found-search-form input[type=text]
{
    width: 100%;
    height: 36px;
    background-color: #f6f6f6;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    display: block;
    text-indent: 10px;
}

.contact-form input[type=text].phone,
.registration-form input[type=text].phone{
    display: inline-block;
    width: 307px;
    vertical-align: top;
    margin: 0;
    text-indent: 10px;
}

.contact-form label,
.registration-form label,
.not-found-search-form label
{
    color: #666;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 20px 0 5px;
    text-align: left;
}
.registration-form label span,
.required-input span{
    color: #db3e1f;
    font-size: 15px;
}

.required-input{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.contact-form textarea,
.registration-form textarea{
    width: 100%;
    height: 150px;
    background-color: #f6f6f6;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    resize: none;
    display: block;
    padding: 5px;
    box-sizing: border-box;

}

.contact-form textarea:focus,
.registration-form textarea:focus,
.registration-form input[type=text]:focus,
.not-found-search-form input[type=text]:focus,
.contact-form input[type=text]:focus{
    background-color: white;
    border: 1px solid #406fc1;
    border-radius: 3px;
    text-indent: 10px;
}

.contact-form input[type="submit"]{
    float: right;
    width: 216px;
    margin: 0;
    margin-top: 40px;
}

.search-word{
    color: #e77a49;
}

.empty-search .left{
    width: 370px;
    margin-right: 90px;
}

.empty-search .left img{
    max-height: 370px;
    max-width: 370px;
    width: 100%;
    margin-top: 30px;
}
.empty-search .right h2,
.not-found .right h2
{
    color: #3a3a3c;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 50px 0;
}
.empty-search .div-tel div,
.not-found .div-tel div{
    display: inline-block;
    vertical-align: middle;
}

.not-found-search-form{
    position: relative;
}
.not-found-search-form button
{
    border: none;
    background: none;
    background-image: url('/images/search-focus.png');
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    width: 19px;
    height: 19px;
}
.registration .left{
    width: 462px;
    margin-right: 250px;
}

.registration .right{
    width: 360px;
}

#year-foundation,
label[for=year-foundation]{
    display: inline-block;
    width: 155px;
    float: left;
}
#number-employees,
label[for=number-employees]{
    display: block;
    width: 275px;
    margin-left: 28px;
    float: left;
}
.clear-label{
    clear: both;
}

.registration-form li {
    display: inline-block;
    width: 100%;
}

.registration-form li  label {
    cursor: pointer;
    display: inline-block;
    width: auto;
    padding: 7px 2px;
}

.summary{
    width: 100%;
    height: 56px;
    border-radius: 7px;
    font-size: 23px;
    margin: 0;
}
.registration-form .head{
    color: #666;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    margin: 40px 0 20px;
}
.order-id{
    color: #4c71a2;
}
.user-name{
    font-weight: 700;
}
@media screen and (max-width: 1024px) {
    .not-found .left img, .registration .left img, .empty-search .left img {
        max-width: 230px;
        max-height: 230px;
        margin-top: 30px;
    }
    .not-found .left, .empty-search .left, .delivery .left {
        width: 230px;
        margin-right: 20px;
    }
    .not-found .right, .empty-search .right, .delivery .right{
        width: 440px;
    }
    .empty-search .right h2, .not-found .right h2 {
        margin: 30px 0;
    }
    .logo-delivery li img{
        max-width: 90px;
        max-height: 90px;
    }
    .logo-delivery li {
        margin: 0 5px;
    }
    .contacts .left {
        width: 100%;
    }
    .contact-item {
        width: 345px;
    }
}

@media screen and (max-width: 760px){
    .page-name {
        display: none;
    }
    .not-found .left, .empty-search .left, .delivery .left, .contacts .left{
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
     .not-found .left img, .registration .left img, .empty-search .left img {
        max-width: 100%;
        margin-top: 30px;
    }
    .not-found .right, .empty-search .right, .delivery .right, .contacts .right {
        width: 100%;
    }
    .empty-search .right h2, .not-found .right h2 {
        font-size: 18px;
    }
    .empty-search .page-name{
        display: block;
    }
    .pages p {
        font-size: 15px;
    }
    .contact-item {
        width: 100%;
        margin-bottom: 0;
    }
    .div-skype {
        margin-top: 0;
    }
    .contact-form input[type="submit"] {
        width: 100%;
    }
    .google-maps .head {
        display: block;
    }
    .google-maps a {
        margin: 0;
        margin-bottom: 20px;
    }

    .logo-delivery li img {
        max-width: 120px;
        max-height: 120px;
        margin: 0 10px;
    }
    .delivery .right {
        margin-bottom: 300px;
    }
    .delivery .left{
        position: unset;
    }
    .delivery-contact{
        position: absolute;
        bottom: 0;
    }
    .delivery .left {
        text-align: left;
    }
    .empty-search .left img {
        width: auto;
    }
    .contact-form input[type=text].phone, .registration-form input[type=text].phone {
        display: inline-block;
        width: 230px;
        vertical-align: top;
        margin: 0;
        text-indent: 10px;
    }
    .contact-form label{
        clear: both;
    }
}