
body {
    overflow-x: hidden;
    font-family: 'AvenirNextCyr' !important;
    font-weight: 500;
    min-width: 320px;
}

h1 {
    /*font-family: 'AvenirNextCyr' !important;*/
    font-weight: 700;
}

/*@font-face {*/
/*font-family: 'Electro Regular';*/
/*src: url('../fonts/electro-regular/Electro-Regular.woff') format('woff'), url('../fonts/electro-regular/Electro-Regular.ttf') format('truetype');*/
/*src: url('../fonts/electro-regular/Electro-Regular.eot');                                    !* IE9 Compat Modes *!*/
/*src: url('../fonts/electro-regular/Electro-Regular.eot@#iefix') format('embedded-opentype'), !* IE6-IE8 *!*/
/*url('../fonts/electro-regular/Electro-Regular.woff') format('woff'),                    !* Новые браузеры и IE9+ *!*/
/*url('../fonts/electro-regular/Electro-Regular.ttf')  format('truetype'),                !* Старые Safari, Android, iOS *!*/
/*url('../fonts/electro-regular/Electro-Regular.svg#svgFontName') format('svg');          !* Древние Safari, iOS, Android *!*/
/*font-weight: 500;*/
/*font-style: normal;*/
/*}*/

@font-face {
    font-family: 'AvenirNextCyr';
    src: url("../fonts/AvenirNextCyr/AvenirNextCyr-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: 'AvenirNextCyr';
    src: url("../fonts/AvenirNextCyr/AvenirNextCyr-Regular.ttf");
    font-weight: 500;
}

textarea {
    resize: none;
}

#menu {
    width: 100%;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
}

#menu a:hover {
    text-decoration: none;
    color: white;
    border-bottom: none;
}

.order-call span {
    color: #FFE603;
    border-bottom: 1px dashed rgba(255, 230, 3, 0.55);
    padding: 0 0 3px 0;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.order-call span:hover {
    color: #FFE603;
    border-bottom: none;
}

.order-call :focus {
    outline: none;
}

#phoneNumber {
    color: white;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 0px;
}

.information-menu-number {
    line-height: 1;
}

.work-hours {
    /* margin: 0 50px 0 50px; */
    margin: 0 6% 0 0;

}

.information-menu {
    /* padding: 50px 150px 20px 150px ; */

    padding: 40px 0 20px;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.information-menu-logo {
    background-image: url("../img/logo.svg");
    background-repeat: no-repeat;
    position: relative;
    width: 150px;
    height: 50px;
}
.footer-logo{
    padding-left: 50px;
    margin-left: 50px;
}

@media screen and (max-width: 993px){
    .information-menu-logo{
        background-image: url("../img/logo-responsive.svg");
        background-repeat: no-repeat;
        position: relative;
         width: 70px;
    }
}

.information-menu-logo h1 {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 4% 0 0;
}

.information-menu-logo h1 span {
    display: block;
    color: #FFE603;
    font-size: 2rem;
    text-transform: uppercase;
    /*font-family: 'AvenirNextCyr';*/

}

.head_menu {
    cursor: pointer;
    width: 10%;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    position: relative;
    text-align: center;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
}

.menu_name {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    color: white;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding-top: 20px;
}

#menu svg {
    fill: #FFE603;
}

.address {
    border-bottom: 1px dashed rgba(255, 230, 3, 0.55);
    padding-bottom: 3px;
}

.information-menu-location {

    display: inline-block;
    margin: 0 4% 0 0;
}




.information-menu-location a {
    text-decoration: none;
    color: white;
}

.information-menu-location a span {
    color: #a4a4a4;
}

@media screen and (max-width: 768px) {
    .information-menu-location {
        display: none;
    }
}
.information-menu-number {
    display: inline-block;
    text-align: right;
    margin-right: 30px;
}

.information-menu-number a {
    text-decoration: none;
    color: #FFE603;
    font-size: 1.2rem;
}



.information-menu-work-time {
    color: white;
}

.main-block {
    background-image: url(../img/backgraund/backgroundProcess.jpg);
    color: white;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    /*font-family: 'AvenirNextCyr-Bold';*/
    background-attachment: fixed;
    padding: 200px 0 200px;
    z-index: 1;
    position: relative;

}

.iphone-bg {
    background-image: url(../img/phonebg.png);
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 350px;
    z-index: 1000;
    background-position: center;
    background-repeat: no-repeat;
}

.main-block-title {
    margin-bottom: 40px;
    margin-top: 40px;
	width: 50%;
}

.main-block-title h1 {
    font-weight: 700;
    text-transform: uppercase;
}

.main-block-title h3 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.main-block-button {
	clear: both;
    margin-bottom: 30px;
    margin-top: 40px;
	width: 40%;

}

button {
    cursor: pointer;
}

.main-block-button button {
    border-radius: 5px;
    background-color: #FFE603;
    padding: 15px 20px;
    /*font-family: 'AvenirNextCyr' !important;*/
    font-weight: 700;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    border-bottom: 5px solid #dda600;
}

.main-block-button button:hover {
    /*box-shadow: 1px 24px 15px -16px #ffff00;*/
    /*box-shadow: 1px 2px 26px 1px #fff;*/
    background-color: #FFC80A;
    /* border-bottom: 5px solid#FFE603; */
    -webkit-transform: translate(0, 5px);
    -moz-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    transform: translate(0, 5px);
}

.main-block-pic {
	width: 40%;
	float: right;	
	margin-top: -200px;
	margin-bottom: -10%;
}

.main-block-pic img{
	width: 100%;
	max-width: 500px;
}

.buy-process {
    background-image: url(../img/backgraund/backgroundProcess.jpg);
    background-attachment: fixed;
    background-color: #000;
    color: white;
    padding: 100px 0;

}

.buy-process h2 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
}

.buy-officially {
    background-color: rgba(255, 255, 255, 1);
    color: #1d2124;
    padding: 100px 0;
    line-height: 1.65;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/backgraund/backgroundBuyFast.jpg);

}

.buy-officially h2 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
}

.buy-officially h5 {
    margin-bottom: 21px;
}

.inf-left {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 992px) {
    .inf-left {
        border-right: none;
    }

}

.buy-officially-block{

}

.inf-list li {
    padding-bottom: 6px;
}

.inf-list {
    /*width: 300px;*/
}

.sub-inf-list {
    margin-top: 8px;
}

.download-inf {
    width: 390px;
    padding: 0 40px;
}

.buy-process-title {
    /*font-family: 'AvenirNextCyr' !important;*/
    text-align: center;
    margin-bottom: 70px;
    font-weight: 700;

}

.title-border {
    border-bottom: 2px solid #FFE603;
    justify-content: center;
    padding-bottom: 15px;
}

.buy-process-step {
    text-align: center;

}

.buy-process-step-text {
    margin-top: 40px;
}

.buy-state {
    padding: 100px 0;
    background-image: url(../img/backgraund/backgroundScheme.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.buy-state-title {
    text-align: center;
    margin-bottom: 70px;
    font-weight: 700;
}

.buy-state-title h2 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;

}

.buy-state-step {
    text-align: center;

}

.buy-state-step-text {
    margin-top: 40px;

}

#buy {
    -moz-animation-duration: 1s;
    -moz-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;

}

.our-sevice {
    margin-top: 80px;
    /*font-family: 'AvenirNextCyr' !important;*/
    font-weight: 700;
    margin-bottom: 100px;
}

.our-sevice-title {
    margin-bottom: 30px;
    font-weight: 700;
}

.download-inf a {
    display: inline-block;
    text-decoration: none;
    color: black;
    font-size: 16px;
    line-height: 1.55;
    margin-left: 15px;

}

.download-text:hover {
    text-decoration: none;
    color: black;
    border-bottom: none;
}

.download-text {
    display: inline;
    text-align: center;
    border-bottom: 1px dashed rgba(0, 0, 3, 0.7);
}

.download-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icon/3.svg);
}

.download-icon-2 {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icon/folder.svg);
}
/*.service-icon1 {*/
/*border: 1px dashed #1f1f18;*/
/*border-radius: 10px;*/
/*margin-top: 10px;*/
/*margin-bottom: 10px;*/
/*height: 60px;*/
/*weight: 60px;*/
/*}*/

/*.service-icon-button {*/
/*height: 80px;*/
/*margin: 15px;*/
/*weight: 60px;*/
/*background: url(../img/monitor.png) no-repeat center;*/

/*}*/

/*.service-icon2 {*/
/*background-image: url(../img/monitor.png) no-repeat center;*/
/*height: 60px;*/
/*}*/
.service-wrapper {
    margin-top: 45px;
}

.our-service-image {
    margin-top: 60px;

}

.service-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    cursor: pointer;
    background-color: #f5f5f563;
    transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
}

.service-item.active {
    background-color: #ffe60395;
}

.service-item:hover {
    background-color: #ffe60395;
}

.service-item p {
    margin: 6px;
    text-align: center;
    line-height: 1.3;
}

.service-item-icon {
    display: block;
    width: 45px;
    height: 45px;
    background-position: top;
    background-repeat: no-repeat;

}

.item-icon-1 {
    /* background: url(../img/monitor.png) no-repeat center; */
    background-image: url(../img/icon/buy_block/laptop.svg);
}

.item-icon-2 {
    background-image: url(../img/icon/buy_block/pc.svg);
}

.item-icon-3 {
    background-image: url(../img/icon/buy_block/ipad.svg);
}

.item-icon-4 {
    background-image: url(../img/icon/buy_block/smartphone.svg);
}

.item-icon-5 {
    background-image: url(../img/icon/buy_block/monitor.svg);
}

.item-icon-6 {
    background-image: url(../img/icon/buy_block/monoblok.svg);
}

.item-icon-7 {
    background-image: url(../img/icon/buy_block/xbox.svg);
}

.item-icon-8 {
    background-image: url(../img/icon/buy_block/iphone.svg);
}

.item-icon-9 {
    background-image: url(../img/icon/buy_block/camera.svg);
}

.item-icon-10 {
    background-image: url(../img/icon/buy_block/speaker.svg);
}

.our-service h2 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
}

.our-service .title-desc {
    text-align: center;
    max-width: 50%;
    padding: 10px 15px 35px;
    margin: auto;
}

.service-wrap {
    margin-bottom: 60px;
}

.service-item-2 {
    border: 1px solid #ffe603;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    margin-bottom: 6px;
}

.service-item-2:not(:last-child) {
    margin-right: 6px;
}

.service-item-2.active {
    background: #FFC80A;
    border: 1px solid #ffbe00;
    color: #ffffff;
}

.text-indent {
    padding-left: 19px;
}

.tags span {
    background-color: #FFE603;
    padding: 6px 8px;
    margin: 0 6px 8px 0;
    display: inline-block;

}

.our-service {
    padding: 80px 0;

}

.our-service-image img {
    width: 100%;
    max-width: 540px;
    /*height: 300px;*/
    object-fit: cover;
}

.our-service-info {
    padding: 60px 15px 0;
}



.our-service-form {
    text-align: center;
    margin: 0;
    padding: 60px 40px;
    background-color: #fff;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.our-service-form .title-descr {
    padding: 10px 15px 35px;
    margin: auto;
}

.map {
    background-color: #FFE603;
}

.map-contacts {
    text-align: center;
    padding-top: 150px;
    /*font-family: 'AvenirNextCyr';*/
    font-weight: 700;
}

.yellow-btn {
    border-radius: 5px;
    background-color: #FFE603;
    border-bottom: 3px solid #dda600;
}
._Forms_generate {
    padding: 0;
}
._Forms_generate input[type=submit], a.g-recaptcha-continue, .accept-agree {
    border-radius: 5px;
    background-color: #FFE603;
    border-bottom: 3px solid #dda600;
    box-shadow: none;
    text-transform: none;
    color: #000;
    font-weight: 500;
}

.our-sevice-button .yellow-btn .submit-form-button .yellow-btn {

    border-bottom: 3px solid #dda600;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;

}

.our-sevice-button .yellow-btn:focus, .submit-form-button .yellow-btn:focus {
    box-shadow: none;
}

.our-sevice-button .yellow-btn:hover, .submit-form-button . bl.yellow-btn:hover {
    background-color: #FFC80A;
    -webkit-transform: translate(0, 1px);
    -moz-transform: translate(0, 1px);
    -o-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
}

.submit-form {
    padding: 80px 0;
    background-color: #35363b;
    /*background-image:url(../img/bakgraund_buy_quik.jpg);*/
    background-image: url(../img/backgraund/2.png);
    background-attachment: fixed;

}

.submit-form-title h2 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;

}

#inputModel:focus {
    border: 2px solid #FFE603;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.model-description:focus {
    border: 2px solid #FFE603;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

}

.textareaDescription:focus {
    border: 2px solid #FFE603;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.inputName:focus {
    border: 2px solid #FFE603;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.inputNumber:focus {
    border: 2px solid #FFE603;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.inputEmail:focus {
    border: 2px solid #FFE603;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.submit-form-button {
    text-align: center;
    /*font-family: 'AvenirNextCyr-Bold' !important;*/
    font-weight: 700;
}

.submit-form-title {
    text-align: center;
    margin-bottom: 30px;
    /*font-family: 'AvenirNextCyr-Bold' !important;*/
    font-weight: 700;
    color: #FFFFFF;

}

#map {
    height: 500px;
    width: 100%;
}

.podrt_descr {
    background-color: #fff;
    max-width: 500px;
    margin: auto;
    padding: 40px;
    position: relative;
}

.modal-box-content h3 {
    text-align: center;
    color: #284bd1;
    font-size: 18px;
    margin-bottom: 15px;
}

footer {
    padding: 40px 0 0;
    background-color: #35363b;
    color: #FFFFFF;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style-type: none;
}

footer ul li:not(:last-child) {
    margin-bottom: 8px;
}

.copyright {
    /*background-color: #000;*/
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    flex: 1;
    text-align: center;
}

footer h5 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

footer svg {
    fill: #FFE603;
}

.icon-svg {
    height: 25px;
    width: 25px;

}

.call-svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.call-footer-svg {
    height: 15px;
    width: 15px;

}

.ymaps-2-1-55-map {
    width: 100% !important
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden
}

#block_map {
    font-size: 0;
    width: 100%;
    display: table
}

.map_info {
    padding: 50px 0 0;
    width: 38%;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: right;
    background: #ffe603;
    height: 700px
}





.contact_info {
    padding: 50px 0 0;

    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: right;
    background: #ffe603;

}

@media screen and (max-width: 767px) {
    .contact_info {
        box-sizing: border-box;
        width: 100%;
        padding: 15px 0 20px 0;
        margin: 0px 15px 0 15px;

    }
}

.submit-form-title .title-desc {
    font-weight: normal;
    text-align: center;
    max-width: 50%;
    padding: 10px 15px 35px;
    margin: auto;
}

.submit-form-content {
    background-color: #fff;
}

.submit-form-content .our-service-form {
    box-shadow: none;
}

.our-service-form h4 {
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 30px;
    /*text-align: left;*/
    /*margin-left: 10%;*/
}

.submit-form-content .bh1 {

    font-weight: 700;
    font-size: 24px;
    margin: 0 0 30px;
}

.buy-officially h4 {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 30px;

}

.inf-right {
    padding-left: 65px;
}

.submit-form-content .our-service-form .form-control {
    vertical-align: bottom;
    display: block;
    width: 80%;
    margin: auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: none;
    resize: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.submit-form-content .our-service-form .form-control:focus {
    border-bottom: 1px solid #ffe603;
    box-shadow: none;
}

.wd14_m_1 {
    max-width: 410px;
    width: 100%;
    text-align: left;
    display: inline-block;
    padding: 0 30px 20px;

}

.wd14_m {
    max-width: 410px;
    width: 100%;
    text-align: left;
    display: inline-block;
    padding: 0 30px 20px;

}
#map {
    width: 62%;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 700px
}



.map_line {
    margin: 30px 0 0 20px
}
/*.contact_info_map{*/
    /*display: block;*/
/*}*/
.map_line a {
    font-size: 18px
}

.link_black {
    color: #1f1f18;
    border-bottom: 1px dashed #1f1f18;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.link_black:hover {
    border-bottom-color: transparent;
    text-decoration: none;
    color: #1f1f18;
}

#map_map:before {
    background: url(../img/buy_img/map_map.svg) no-repeat center
}

.map_phone:before {
    background: url(../img/map_phone.svg) no-repeat center
}

.map_name {
    font-size: 18px;
    margin: 0 0 8px 0px;
    position: relative
}

.map_name:before {
    content: '';
    position: absolute;
    left: -30px;
    height: 20px;
    width: 15px;
    top: 5px;
}

.bh1 {
    font-weight: 700;
    font-size: 34px;
    margin: 0 0 30px
}

.line_left:before {
    content: '';
    height: 3px;
    background: #222;
    width: 100%;
    position: absolute;
    left: -9996px;
    min-width: 9999px;
    top: 50%;
    margin: -1px 0 0
}

.line_left {
    position: relative
}

.map_questblock {
    padding: 25px;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin: 50px 0 0;
    width: 80%;
    border-radius: 15px
}

@media screen and (max-width: 983px) {
    #map {width: 100%;}
    .wd14_m_1{
        display: flex;
        max-width: 100%;
        padding: 20px 0px 20px;
    }
    .contact_info_map{
        padding: 0 50px;
    }
    .map_questblock{
        margin: 0;
        max-width: 50%;
    }
    .map_info{
        height: 400px;
        padding: 20px 100px 20px 5px;
        width: 100%;
    }
    #block_map{
        display: block;
    }

}



@media screen and (max-width: 632px){
    .wd14_m_1{display: block;
    }
    .map_info{height: auto}
     .contact_info_map{
        padding: 0 0 30px;
    }
     .map_questblock{
         max-width: 100%;
     }
     .map_info{padding: 30px 0px 20px 60px;}


}

.maph1 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 8px
}

.mapinfo {
    font-size: 18px;
    margin-bottom: 8px
}

.btn_black {
    color: #fff;
    position: relative;
    background: #2e2e32;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 25px 30px;
    border-radius: 50px;
    border-bottom: 5px solid #000000;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    display: inline-block

}

.btn_black:focus {
    outline: none;
}

.btn_black:hover {
    /*box-shadow: 1px 24px 15px -16px #ffff00;*/
    /*box-shadow: 1px 2px 26px 1px #fff;*/
    background-color: #1f1f21;
    /* border-bottom: 5px solid#FFE603; */
    -webkit-transform: translate(0, 5px);
    -moz-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    transform: translate(0, 5px);
    text-decoration: none;
    color: #FFFFFF;
}

.btn_block {
    margin: 30px 0 0;
}

.humburger {
    display: block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    margin: 0;
    position: absolute;
    top: -35px;
    width: 100px;
    height: 100px;
    background: #ffe603;
    border-radius: 50%;
    left: 50%;
    margin: -50px;
    padding: 58px 34px 0;
    text-align: center
}

.activemenu .humburger span:nth-child(2) {
    opacity: 0 !important
}

.activemenu .humburger span:nth-child(4) {
    opacity: 0 !important
}

.activemenu .humburger span:first-child {
    -ms-transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    top: 10px;
    width: 32px
}

.activemenu .humburger span:nth-child(3) {
    -ms-transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: -6px
}

.activemenu span {
    color: #ffe603
}

.activemenu .humburger span {
    background: #1f1f21
}

.humburger span {
    height: 3px;
    display: block;
    background: #1f1f21;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease
}

.humburger span:first-child {
    width: 24px
}

.humburger span:nth-child(2) {
    width: 18px;
    margin: 5px 0
}

.humburger span:nth-child(3) {
    width: 32px
}

.head_menu:hover .humburger span {
    width: 100%;
}

.overlay {
    background-color: rgba(48, 32, 23, 0.44);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 420;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.overlay:target {
    visibility: visible;
    opacity: 1
}

.overlay:target + .popup {
    top: 50%;
    opacity: 1;
    display: block
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    background: url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
    background: url(../img/ui.totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: rgb(65, 64, 69);
    overflow-x: hidden;
    padding-top: 60px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease
}

.sidenav .alinks {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: .3s
}

.sidenav .alinks:hover, .alinks.active {
    background: rgba(34, 34, 34, 0.8)
}

.sidenav .alinks:hover, .offcanvas .alinks:focus {
    color: #f1f1f1
}

.sidenav .alinks2 {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: .3s
}

.sidenav .alinks2:hover, .alinks2.active {
    background: rgba(34, 34, 34, 0.8)
}

.sidenav .alinks2:hover, .offcanvas .alinks2:focus {
    color: #f1f1f1
}

.sidenav .closebtn {
    color: white;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

.width250 {
    width: 320px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.icon-svg-header {
    margin-left: -30px;
}

.confidential {
    text-decoration: none;
    color: white;
}

.closebtn:hover {
    text-decoration: none;
    color: #ffe603;
}

.adv-wrap {
    background-color: #ffffff30;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 0;
}

.our-adv {
    padding: 0;
    margin: 0;
}

.our-adv .adv-item {
    list-style-type: none;
    max-width: 175px;
    text-align: center;
}

.our-adv .adv-item p {
    margin: 0;
}



.advantage-icon {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto 14px;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-estimate {
    background-image: url(../img/icon/header/bars.svg);
}

.icon-payment {
    background-image: url(../img/icon/wallet.svg);
    width: 34px;
    height: 34px;
}

.icon-state {
    background-image: url(../img/icon/header/laptop.svg);
}

.icon-time {
    background-image: url(../img/icon/header/time.svg);
}

.icon-departure {
    background-image: url(../img/icon/car2.svg);
    width: 43px;
    height: 43px;
}

.value_img {

}

.ac-container{
    padding: 15px 0 0 0;
    margin: 10px auto 30px auto;
    text-align: left;
    background-image: url(../img/backgraund/backgroundBuyFast.jpg);

}
.ac-container label{
    font-weight: bold;
    padding: 5px 20px;
    display: block;
    height: 60px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 19px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
    background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #ffe603;
    opacity: 0.7;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
}
.ac-container label:hover:after,
.ac-container :checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../img/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after{
    background-image: url(../img/arrow_up.png);
}
.ac-container input{
    display: none;
}
.ac-container article{
    background: rgba(255, 255, 255, 0.3);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container input:checked ~ article{
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;

}
.ac-container input:checked ~ article.ac{
    height: auto;
    padding: 30px 0 30px;
}

.download-icon-responsive{
    margin-top: 20px;
    /* margin-bottom: 20px; */
    display: -webkit-inline-box;
    width: 60px;
    height: 40px;
    /* margin: 0 auto 12px; */
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icon/3.svg)
}

.download-icon-responsive-2{
    margin-top: 20px;
    /* margin-bottom: 20px; */
    display: -webkit-inline-box;
    width: 60px;
    height: 40px;
    /* margin: 0 auto 12px; */
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icon/folder.svg)
}
.download-text-responsive{
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 20px;
    display: -webkit-inline-box;
    text-align: center;
    border-bottom: 1px dashed rgba(0, 0, 3, 0.7);
}


@media screen  and (max-width: 1200px){
    .hidden-lg-down{
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .hiden_icon{display: none;}
}

@media screen and (max-width: 991px) {
    .hidden-md-down{display: none;}
}
@media screen and (max-width: 464px) {
    #phoneNumber {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 600px) {
   .menu_name {
       display: none;
    }
}
@media screen and (max-width: 992px) {
    .buy-officially-block {
        display: block;
        width: 100%;
    }
    .inf-left{
        max-width: 100%
    }
    .inf-right{
        padding-left: 21px;
        margin-top: 70px;
        max-width: 100%
    }
}
@media screen and (max-width: 580px) {
    .buy-officially-block {
        display: none;
    }
    .buy-state-title {
        margin-bottom: 0px;
    }
    .title-border{
        border-bottom:none;
    }
    .download-inf {
        margin-bottom: 40px;
        width: auto;
    }
    .buy-officially{
        padding: 5px 0;
    }
    .our-service .title-desc{
        max-width: 100%;
    }
    .service-item{
        width: 140px;
        height: 140px;
    }

}
@media screen and (min-width: 580px) {
    .ac-container {
        display: none;
    }
}
