html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;

}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

p {
    color: #606061;
}

input, textarea {
    font-size: 14px;
    border-radius: 5px;
    padding: 10px;
    padding: 0 30px;
    /*width: 100%;*/
    border: 1px solid #dddddd;
}

input {
    /*height: 50px;*/
}

textarea {
    padding: 20px 30px;
}

.btn {
    padding: 15px;
    background-color: #fff;
    padding: 15px;
    background-color: #fff;
    margin: 15px;
    color: black !important;
    cursor: pointer;
    border-radius: 5px;
}

.orange-bg {
    background-color: #e9432d;
    color: #fff !important;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .head .menu ul li {
        float: left;
        color: #fff;
        padding: 10px;
    }
}

@media (min-width: 980px) {
    .container {
        width: 980px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 980px) {

    .container {
        width: 768px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .head-contact .icon {
        display: none;
    }
    .cifri .block-cifri {
        font-size: 30px;
    }
    .dilers-logo img {
        width:90%;
    }
}
@media (min-width: 768px) {


    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 49%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

.head {
    padding-top: 20px;
    background-image: url(../img/bg1.jpg);
    height: 100px;
}

.headpage {
    height: 800px;
}

.head a {
    color: #fff;
}

.head a:hover {
    color: #fff;
    text-decoration: underline;
}

.head .menu {
    text-align: center;
    color: #fff;
}

.head .menu ul {
    list-style: none;
    text-align: center;
    display: block;
}

.head .menu ul li {
    float: left;
    color: #fff;
    padding: 5px;
}

ul .submenu {
    display: none !important;
    position: absolute;
    top: 47px;
    background-color: #fff;
    z-index: 999;
    padding: 10;

}

ul.submenu > li {
    display: block;
    float: none !important;
    padding: 5px !important;
}

ul.submenu > li > a {
    display: block;
    color: #152361;
    text-decoration: none;
    text-align: left;

}

ul.submenu > li > a:hover {
    text-decoration: underline;
    color: #152361;
}

.head .menu .submenu ul {
    display: none !important;
}

.menu ul > li:hover > ul.submenu {
    display: block !important;
    z-index: 9999;
}

.head .phone {
    font-weight: 700;
    text-align: right;
    padding: 10px;
    font-size: 22px;
    margin-top: 5px;
}

.head .title {
    position: absolute;
    top: 250px;
}

.head .title h1 {
    color: #fff;
    font-weight: 700;
    font-size: 72px;
    margin: 0 0 0 15px;
}

.head .title h2 {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    margin: 0 0 0 15px;
}

.head .title .btnblock {
    float: left;
    margin-top: 40px;
}

.blue-color {
    color: #0074ff;
}

.head-contact {
    margin-top: -80px;
    background: #fff;
    padding: 20px;
    -moz-box-shadow: 0 10px 15px 2px rgba(170, 170, 170, 0.21);
    -webkit-box-shadow: 0 10px 15px 2px rgba(170, 170, 170, 0.21);
    box-shadow: 0 10px 15px 2px rgba(170, 170, 170, 0.21);
}

.head-contact h2 {
    margin-bottom: 0px;
    color: #162462;
}

.head-contact p {
    color: #606061;
}


.head-contact .icon {
    float: left;
    margin-top: 40px;
}

.head-contact .block .content {
    float: left;
    margin-left: 20px;
}

.head-contact .icon i {
    font-size: 24px;
    width: 40px;
    height: 40px;
}

.video-block {
    margin-top: 100px;
}

.video-block .video img {
    width: 100%;
    box-shadow: 0px 15px 40px 0px rgba(170, 170, 170, 0.51);
}

.video-block .info {
    padding: 20px 0 0 80px;
}

.preimush {
    margin-top: 40px;
    margin-bottom: 60px;
}

.preimush h2 {
    font-size: 18px;
    color: #152361;
}

.preimush .icon i {
    font-size: 44px;
    color: #0073ff;
}

.preimush .block {
    margin-top: 60px;
}

.inform-client {
    background-color: #f7f7f7;
    padding-top: 50px;
    background-image: url(../img/bg-form.jpg);
}

.inform-client h1, h4, a {
    color: #152361;
}

.inform-client ul {
    list-style: none;
    padding-left: 20px;
    line-height: 30px;
}

.inform-url {
    margin-top: 120px;
}

.inform-url h4 {
    font-size: 18px;
}

.inform-client .form-inform {
    background: #fff;
    padding-top: 50px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    width: 80%;
    /*margin-left: 90px;*/
    -moz-box-shadow: 0 10px 30px rgba(170, 170, 170, 0.21);
    -webkit-box-shadow: 0 10px 30px rgba(170, 170, 170, 0.21);
    box-shadow: 0 10px 30px rgba(170, 170, 170, 0.21);

}

.inform-client .form-inform h1 {
    color: #0074ff !important;
}

.input-inform {
    margin-bottom: 20px;
}

.cifri {
    height: 257px;
    background: url(../img/bg-cifri.jpg);
    color: #fff;
    padding-top: 60px;
}

.cifri .left-cifri {
    padding: 15px;
    font-size: 29px;
}

.cifri .block-cifri {
    padding: 15px 0px;
    font-size: 40px;
}

.cifri .block-cifri .down-text {
    font-size: 15px;
}

.dilers {
    padding: 60px 0px;
}

.dilers h1 {
    text-align: center;
    color: #152361;
}

.dilers .dilers-logo {
    padding: 15px 0px;
    margin: 20px 0px;
    text-align: center;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-box-shadow: 0 10px 30px rgba(170, 170, 170, 0.21);
    -webkit-box-shadow: 0 10px 30px rgba(170, 170, 170, 0.21);
    box-shadow: -1px 2px 30px rgba(199, 199, 199, 0.76);


}


footer {
    background-color: #304087;
    min-height: 40px;
    padding: 10px 0px;
}

.copyright {
    color: #fff;
    padding: 15px;
    text-align: right;
}


#zatemnenie {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#okno {
    width: 640px;
    height: 360px;
    text-align: center;
    padding: 15px;
    color: #0000cc;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#zatemnenie:target {
    display: block;
}

.close {
    display: inline-block;
    padding: 5px 12px;
    margin: 10px;
    text-decoration: none;
    font-size: 14pt;
    cursor: pointer;
    border-radius: 5px;
}

.close:hover {
}


.sidebar-left {
    background: #ffffff;
    box-shadow: 0px 15px 30px rgba(170, 170, 170, 0.21);
    border: 1px solid #eeeeee;
    padding: 0;
    margin: 40px 0px;
}

.sidebar-left a {
    position: relative;
    display: block;
    padding: 10px 45px;
}

.sidebar-left h4 {
    position: relative;
    display: block;
    padding: 10px 5px 0px 45px;
    font-size: 16px;
    margin-bottom: 5px;
}

.sidebar-left ul {
    list-style: none;
    padding: 0px;
}

.page-content {
    margin: 40px 0;
    padding: 0 40px;
}

.footcont {
    background-color: #f4f4f6;
}

.footcont .container {
    padding: 40px;
}

.footcont .text {
    text-align: center;
}

.footcont .text h1 {
    color: #152361;
}

.logofooter {
    width: 49%;
    float: left;
}

.copyright {
    width: 49%;
    float: left;
}


.social__btn {
    background-image: url(https://centershin.ru/i/social-btn.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    width: 38px;
    height: 38px;
    transition: width ease .5s;
    text-align: center;
    border-radius: 19px;
    overflow: hidden;
}

.social__btn:hover {
    width: 134px;
}

.social__btn_vk {
    background-position: 0 -86px;
    background-color: #3f80c5;
}

.social__btn_inst {
    background-position: 0 -43px;
}

.social__btn_fb {
    background-position: 0 0;
    background-color: #3b5998;
}

.social__btn__text {
    opacity: 0;
    display: inline-block;
    margin-left: 32px;
    color: #fff;
    transition: opacity ease .2s;
    transition-delay: .3s;
    line-height: 38px;
}

.social__btn:hover .social__btn__text {
    opacity: 1;
}

@media (max-width: 768px) {
    .menu {
        display: none;
    }

    .phone {
        display: none;
    }

    .head-contact {
        display: grid;
    }

    .video-block {
        margin-top: 30px;
    }

    .video-block .info {
        padding: 20px 0 0 20px;
        text-align: center;
    }

    .preimush {
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .inform-url {
        margin-top: 0px;
        text-align: center;
    }

    .inform-client .form-inform {
        width: 100%;
        margin-left: 0px;
    }

    .cifri {
        height: auto;
        color: #fff;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

    .head .title h1 {
        color: #fff;
        font-weight: 700;
        font-size: 40px;
        margin: 0 0 0 5px;
    }

    .head .title h2 {
        color: #fff;
        font-weight: 600;
        font-size: 26px;
        margin: 0 0 0 5px;
    }

    .logo {
        width: 49%;
        margin: 0;
        padding: 0;
        float: left;
    }

    .head .title {
        position: absolute;
        top: 150px;
    }

    .headpage {
        height: 600px;
    }

    .logofooter {
        width: 100%;
        text-align: center;
    }

    .copyright {
        width: 100%;
        text-align: center;
    }

}

@media (min-width: 980px) {

    .nav {
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
    }

    .menu-mobile li {
        float: left;
    }

    .menu-mobile a:hover {
        background-color: transparent;
        color: var(--gray);

    }

    .hamb {
        display: none;
    }

}

@media (max-width: 980px) {
    .menu {
        display: none;
    }
    .phone {
        display: none;
    }
}

.nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--black);
    overflow: hidden;

}

.menu-mobile {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-mobile a {
    display: block;
    padding: 12px 30px;
    color: #000000;
    border-bottom: 1px solid #dddddd;
}

.menu-mobile a:hover {
    background-color: #d0d2d0;
}

.nav {
    max-height: 0;
    transition: max-height .5s ease-out;
}

.hamb {
    cursor: pointer;
    float: right;
    padding: 20px 50px;
}

/* Style label tag */

.hamb-line {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

}

/* Style span tag */

.hamb-line::before,
.hamb-line::after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before {
    top: 5px;
}

.hamb-line::after {
    top: -5px;
}

.side-menu {
    display: none;
}

/* Hide checkbox */
.side-menu:checked ~ nav {
    max-height: 100%;
    background: #fff;
    color: black;
    z-index: 999;
    top: 80px;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
}
