
  @font-face {
    font-family: Gotham_pro_light; /* Имя шрифта */
    src: url(../fonts/GothamPro-Light.ttf); /* Путь к файлу со шрифтом */
   }
  @font-face {
    font-family: Gotham_pro; /* Имя шрифта */
    src: url(../fonts/GothamPro.ttf); /* Путь к файлу со шрифтом */
   }
     @font-face {
    font-family: Goth_Pro_Bold_Italic; /* Имя шрифта */
    src: url(../fonts/GothamPro-BoldItalic.ttf); /* Путь к файлу со шрифтом */
   } 
      @font-face {
    font-family: HelveticaNeue-UltraLight; /* Имя шрифта */
    src: url(../fonts/HelveticaNeue-UltraLight.ttf); /* Путь к файлу со шрифтом */
   }
 @font-face {
    font-family: GothamPro; /* Имя шрифта */
    src: url(../fonts/GothamPro.ttf); /* Путь к файлу со шрифтом */
   }
 @font-face {
    font-family: HelNe_ULight; /* Имя шрифта */
    src: url(../fonts/HelveticaNeue-UltraLight.ttf); /* Путь к файлу со шрифтом */
   }

#menus {
    width: 100%;
    background-color: rgba(0,0,0,.7);
    display: block;
    position: fixed;
    z-index: 999;
}

/* [id^="bloq"]{outline: 1px solid #fff;} */

.kupitGAplus .device .dannie  sup{
    vertical-align: baseline;
}
#bloq_mobMenuIco {
    height: 20px;
    display: none;
    position: relative;
    z-index: 9;
    margin: 14px 0px 0px;
}

.mob_menuDecor {
    height: 16px;
    width: 25px;
    display: none !important;
    position: absolute;
    top: 0px;
    cursor: pointer;
}
#mob_menuClose.mob_menuDecor
{
    background: url(../img/ico/mobile-menu-close.png) no-repeat left top;
    height: 18px;
    width: 18px;
}
.mob_menuDecor > div {
    height: 2px;
    width: 100%;
    background-color: #ffdd00;
    display: block;
    margin-bottom: 4px;
}
#mob_menuClose.mob_menuDecor > div
{
    display: none;
}
.mob_menuDecor > div:last-child{margin-bottom: 0;}

.mob_menuDecor {
    display: none;
}
.mob_menuDecor:after {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    padding: 20px;
    position: absolute;
    top: -20px;left: -20px;
}

#bloq_mobMenuIco .logo {
    height: 15px;
    width: 35px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0;right: 0;
}
#bloq_mobMenuIco .logo img {
    width: 100%;
    display: block;
}

#bloq_mobMenuIco #buy {
    height: 18px;
    width: 14px;
    background: url(../img/ico/ico_buy.png) no-repeat;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer;
}


#bloq_siteMenu {
    height: 110px;
    border-bottom: 1px solid #1b1b1b;
}

#bloq_siteMenu .insMidMedium {height: 100%;}

#bloq_siteMenu .insMidMedium > * {
    display: block;
    float: left;
}

#bloq_siteMenu .logo {
    height: 50px;
    width: 115px;
    margin-right: 82px;
    margin-top: 30px;
}
#bloq_siteMenu .logo img {
    height: 50px;
    display: block;
}

#bloq_siteMenu .sm2 {
    display: block;
    overflow: hidden;
}

#bloq_siteMenu .sm2 ul {
    margin-top: 50px;
}
#bloq_siteMenu .sm2 ul li {
    display: block;
    float: left;
    margin-right: 33px;
}

#bloq_siteMenu .sm2 ul li a {
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-family: 'Goth_Medium_1';
}

#bloq_siteMenu .sm2 ul .l1 a,
#bloq_siteMenu .sm2 ul .l2 a {
    font-family: 'Goth_BlackItalic';
}

#bloq_siteMenu .sm3 {
    margin-top: 50px;
}

#bloq_siteMenu .sm3 a {
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
}
#bloq_siteMenu .sm3 p {
    font-size: 9px;
    line-height: 11px;
    text-transform: uppercase;
    text-align: right;
}

#bloq_siteMenu .sm4 {
    height: 18px;
    width: 62px;
    background-color: #ffdd00;
    display: table;
    margin-top: 57px;
    text-align: center;
    font-size: 8px;
    /* line-height: 18px; */
    text-transform: uppercase;
    color: #000;
    font-family: 'Goth_Medium';
    text-decoration: none;
    float: right;
    
    border-radius: 18px;
    -webkit-border-radius: 18px;
}
#bloq_siteMenu .sm4 span {
    display: table-cell;
    vertical-align: middle;
    line-height: 8px;
}

#bloq_siteMenu_closeLayer {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;left: 0;
    z-index: 9;
}

#menus #bloq_siteMenu,
#menus #bloq_siteMenu * {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#menus.mini {}
#menus.mini #bloq_siteMenu {
    height: auto;
}
#menus.mini #bloq_siteMenu .logo {
    height: 20px;
    margin-top: 15px;
}
#menus.mini #bloq_siteMenu .logo img {
    height: 20px;
}
#menus.mini #bloq_siteMenu .sm2 ul {margin-top: 15px;}
#menus.mini #bloq_siteMenu .sm3 {margin-top: 15px;}
#menus.mini #bloq_siteMenu .sm3 a {line-height: 22px;}
#menus.mini #bloq_siteMenu .sm3 p {opacity: 0;}
#menus.mini #bloq_siteMenu .sm4 {margin-top: 16px;}
#menus.mini #bloq_siteMenu .btn-buy-wrapper {margin-top: 10px;}
#menus.mini {}

#choseAutoBlock {opacity: 1;}

#choseAutoBlock,
#animCarBlock {
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
}

#bloq_choseAuto {
    height: 0px;
    border-bottom: 1px solid #1b1b1b;
    overflow: hidden;
    -webkit-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
}
#bloq_choseAuto.active {height: 57px;overflow: visible;border-bottom: none;}

#bloq_choseAuto .insMidMedium:before,
#bloq_choseAuto .insMidMedium:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
#bloq_choseAuto .insMidMedium {height: 100%;}
#bloq_choseAuto .insMidMedium > div {
    display: block;
    margin: auto;
    position: relative;
}

#bloq_choseAuto .insMidMedium .step_1 {
    height: 100%;
    width: 400px;
    display: block;
    margin: auto;
    margin-top: 10px;
    text-decoration: none;
    position: relative;
    left: -70px;
    
    -webkit-transition: left 2s cubic-bezier(0.645, 0.045, 0.355, 1.000),opacity .6s ease;
    -o-transition: left 2s cubic-bezier(0.645, 0.045, 0.355, 1.000),opacity .6s ease;
    transition: left 2s cubic-bezier(0.645, 0.045, 0.355, 1.000),opacity .6s ease;
}

#bloq_choseAuto .insMidMedium .step_1.move {
    left: 0;
}

#bloq_choseAuto .step_1 img {
    position: absolute;
    top: 0;left: 0;
    z-index: 0;
}

.n1.text_block{
    display:none;
}
#bloq_choseAuto .step_1 img.img_1 {
    opacity: 0;
    left: -10px;
    -webkit-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition: opacity .8s ease;
}
#bloq_choseAuto .step_1 img.img_1.active {opacity: 1;}
#bloq_choseAuto .step_1 img.img_2 {left: 65px;}
#bloq_choseAuto .step_1 img.img_3 {
    top: 12px;
    left: auto;
    right: 0;
}

#bloq_choseAuto .step_1 p {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    top: 7px;
    left: 206px;
    z-index: 1;
}

#bloq_choseAuto .step_3 {
    display: block;
    position: relative;
}

#bloq_choseAuto .step_3 form {
    margin: 0;
}
#bloq_choseAuto .step_3 form select {display: none;}

#bloq_choseAuto .step_3 form > * {
    display: block;
    float: left;
    margin-top: 13px;
}

#bloq_choseAuto .step_3 .ca1 {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin-right: 52px;
}
#bloq_choseAuto .step_3 .ca1 .s2 {display: none;}

#bloq_choseAuto .step_3 ul.ca2 {
    width: 502px;
    display: block;
    overflow: visible;
    position: relative;
}

#bloq_choseAuto .step_3 ul.ca2 > li {
    width: 149px;
    display: block;
    float: left;
    margin-right: 27px;
    color: #fff;
    font-family: 'Goth_Light';
}

#bloq_choseAuto .step_3 ul.ca2 > li .jq-selectbox__dropdown li:first-child {font-size: 0; height: 0;}

#bloq_choseAuto .step_3 ul.ca2 > li:last-child {
    margin-right: 0;
}

#bloq_choseAuto .step_3 ul.ca3 {
    margin: 10px 30px 0 0;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
}
#bloq_choseAuto .step_3 ul.ca3 li {
    display: block;
    float: left;
    margin-right: 23px;
}
#bloq_choseAuto .step_3 ul.ca3 li:last-child {margin-right: 0;}
#bloq_choseAuto .step_3 ul.ca3 li a {
    text-decoration: none;
    color: #fff;
}

#bloq_choseAuto .step_3 form .group {
    float: right;
}

#bloq_choseAuto .step_3 input.ca4 {
    height: 26px;
    width: 120px;
    background-color: #ffdd00;
    font-family: 'Goth_Medium';
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    
    border-radius: 13px;
    -webkit-border-radius: 13px;
    cursor: pointer;
}
#bloq_choseAuto .step_3 input.ca4.disabled {
    background-color: #585859;
    cursor: default;
}

.ms_sendMsg {
    height: 26px;
    width: 220px;
    background: url(../img/ico/msgs.png) no-repeat left top;
    font-family: 'Goth_Medium';
    font-size: 10px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding-left: 55px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    opacity: .3;
    
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
}
.ms_sendMsg:hover {
    opacity: 1;
}

#bloq_mainSlider,
#bloq_videoBg,
#bloq_ganGT,
#bloq_ganGA,
#bloq_news,
/*#bloq_ustanovka,*/
#bloq_dillersMap,
#bloq_ustanovka
{
    /*height: 900px;*/
    padding-top: 65px;
}
#bloq_videoBg
{
    padding: 0;
    margin-top: 40px;
}
#bloq_mainSlider
{
    /*margin-bottom: 65px;*/
}
/* bloq_mainSlider */
#bloq_mainSlider {
    height: 900px;
    padding-top: 0px;
}

#bloq_mainSlider #indexSlider {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

#bloq_mainSlider .insMidMedium {
    position: relative;
    z-index: 2;
}

#bloq_mainSlider .mslide {
    height: inherit;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: auto;
    position: relative;
    top: 0;
    z-index: 3;
}

#bloq_mainSlider .mslide.n1 {}

#bloq_mainSlider .mslide.n1 .txt_block {
    margin-top: 340px;
    display:none;
}

#bloq_mainSlider .mslide.n1 p {
    color: #fff;
    font-style: italic;
    font-family: 'Goth_Black';
}
#bloq_mainSlider .mslide.n1 .p1 {
    width: 315px;
    font-size: 43px;
    line-height: 44px;
    text-transform: uppercase;
}

#bloq_mainSlider .mslide.n1 .p2 .s1,
#bloq_mainSlider .mslide.n1 .p2 .s2 {
    font-size: 40px;
    line-height: 90px;
    text-transform: uppercase;
}
#bloq_mainSlider .mslide.n1 .p2 .s2 {
    display: inline-block;
    position: relative;
    top: -17px;
}

#bloq_mainSlider .mslide.n1 .p2 .s3 {
    font-size: 88px;
    line-height: 90px;
    margin-right: 15px;
}

#bloq_mainSlider .mslide.n1 .p3 {
    font-family: 'Goth_BoldItalic';
    font-size: 34px;
    line-height: 35px;
    margin-top: 50px;
    font-style: normal;
    color: #ffdd00;
    text-transform: uppercase;
}
#bloq_mainSlider .mslide.n1 .p4 {
    font-size: 10px;
    line-height: 17px;
    font-family: 'Goth_Light';
    text-transform: uppercase;
    color: #fff;
    font-style: normal;
}
#slide_1_main{
    left:30px !important;
}
#bloq_mainSlider .mslide.n2 .txt_block {
    margin-top: 325px;
}

#bloq_mainSlider .mslide.n2 p {
    font-style: italic;
    color: #fff;
}

#bloq_mainSlider .mslide.n2 .p1 {
    width: 300px;
    font-size: 53px;
    line-height: 54px;
    font-family: 'Goth_Black';
    text-transform: uppercase;
}
#bloq_mainSlider .mslide.n2 .p2 {
    font-size: 21px;
    line-height: 24px;
    font-family: 'Goth_Pro1';
    text-transform: uppercase;
    margin-top: 50px;
        width: 23%;
}
#bloq_mainSlider .mslide.n2 .p3 {
    margin-top: 60px;
}
#bloq_mainSlider .mslide.n2 .p3 a {
    margin-right: 30px;
    text-decoration: none;
}
#bloq_mainSlider .mslide.n2 .p3 a:last-child {margin-right: 0;}

#bloq_mainSlider .mslide.n3 {}
#bloq_mainSlider .mslide.n3 p {
    width: 100%;
    font-size: 33px;
    line-height: 34px;
    color: #fff;
    font-family: 'Goth_Medium';
    text-transform: uppercase;
    font-style: italic;
    display: inline-block;
    margin: 225px auto 0;
    text-align: center;
}
#bloq_mainSlider .mslide.n3 p span {
    color: #ffeb00;
}
#slide_3_main{
       top: 26px !important;
}
#slide_2_main{
    left:140px !important;
    top:86px !important;
}
#bloq_mainSlider .slideImgBg {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
/* bloq_mainSlider */

/* bloq_videoBg */
#bloq_videoBg {
    /*background: url(../img/foto/videoBlc_bg.jpg) no-repeat center center;*/
    /*-webkit-background-size: cover;
    background-size: cover;*/
}
#bloq_videoBg a {
    height: 107px;
    width: 107px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;bottom: 0;
    left: 0;right: 0;
    z-index: 1;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}
#bloq_videoBg a:hover {
    transform: scale(1.1);
}
#bloq_videoBg .vjs-control-bar,
#bloq_videoBg .vjs-big-play-button,
#bloq_videoBg .vjs-error-display,
#bloq_videoBg .vjs-caption-settings {display: none;}

.video_container-dimensions,
.video_container-dimensions .vjs-tech {width: 100% !important; /*height: 100% !important;*/ top: 132px;}
/* bloq_videoBg */

/* bloq_ganGT */
#bloq_ganGT {
    background: url(../img/foto/bloq_ganGT_new.png) no-repeat center center;
    -webkit-background-size: auto;
    background-size: auto;
    bacground-position: center;
    background-position-y: 183px;
    
}
#bloq_ganGT .d1,
#bloq_ganGA .d1{
    /*margin-top: 125px;*/
    font-style: italic;
    text-align: center;
    margin-bottom: 78px;
}
#bloq_ganGT .d1 .h1,
#bloq_ganGA .d1 .h1{
    font-size: 29px;
    line-height: 45px;
    font-family: 'Goth_BoldItalic';
    text-transform: uppercase;
    color: #ffdd00;
    font-style: normal;
}
#bloq_ganGT .d1 .h2,
#bloq_ganGA .d1 .h2{
    font-size: 12px;
    line-height: 22px;
    font-family: 'Goth_Light';
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
}

#bloq_ganGT .d2,
#bloq_ganGA .d2{
    height: 295px;
    display: block;
    margin: auto;
    position: relative;
}

#bloq_ganGT .d2 .fleft,
#bloq_ganGT .d2 .fright,
#bloq_ganGA .d2 .fleft,
#bloq_ganGA .d2 .fright {
    height: 100%;
    width: 180px;
    margin-left: 90px;
    border-bottom: 1px solid #28282c;
}
#bloq_ganGT .d2 .fright,
#bloq_ganGA .d2 .fright {margin-left: 0;margin-right: 90px;}

#bloq_ganGT .d2 .fleft .txtWrp,
#bloq_ganGT .d2 .fright .txtWrp,
#bloq_ganGA .d2 .fleft .txtWrp,
#bloq_ganGA .d2 .fright .txtWrp {
    height: 130px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
#bloq_ganGT .d2 .fright .txtWrp,
#bloq_ganGA .d2 .fright .txtWrp {
    right: auto;
    left: 0;
}

#bloq_ganGT .d2 .fleft .txtWrp .e1,
#bloq_ganGT .d2 .fright .txtWrp .e1,
#bloq_ganGA .d2 .fleft .txtWrp .e1,
#bloq_ganGA .d2 .fright .txtWrp .e1 {
    font-size: 14px;
    line-height: 13px;
    font-family: 'Helvetica Neue Light';
    padding-left: 22px;
/*    color: #fff;*/
font-weight:600;
}

#bloq_ganGT .d2 .fleft .txtWrp .e2,
#bloq_ganGT .d2 .fright .txtWrp .e2,
#bloq_ganGA .d2 .fleft .txtWrp .e2,
#bloq_ganGA .d2 .fright .txtWrp .e2 {
    display: block;
    position: relative;
   /* font-family: 'Helvetica Neue Light';*/
       font-family:HelveticaNeue-UltraLight;
       font-weight:500;
}

#bloq_ganGT .d2 .fleft .txtWrp .e2 .s1,
#bloq_ganGT .d2 .fright .txtWrp .e2 .s1,
#bloq_ganGA .d2 .fleft .txtWrp .e2 .s1,
#bloq_ganGA .d2 .fright .txtWrp .e2 .s1 {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-family: 'Hel_Light';
    display: inline-block;
    position: relative;
    top: -25px;

}

#bloq_ganGT .d2 .fleft .txtWrp .e2 .s2,
#bloq_ganGT .d2 .fright .txtWrp .e2 .s2,
#bloq_ganGA .d2 .fleft .txtWrp .e2 .s2,
#bloq_ganGA .d2 .fright .txtWrp .e2 .s2 {
    font-size: 88px;
    line-height: 102px;
    color: #ffdd00;
}
#bloq_ganGT .d2 .fright .txtWrp .e1,
#bloq_ganGT .d2 .fright .txtWrp .e2,
#bloq_ganGA .d2 .fright .txtWrp .e1,
#bloq_ganGA .d2 .fright .txtWrp .e2 {
    margin-left: 40px;
}

#bloq_ganGT .d2 .fleft .txtWrp .e2 .s3,
#bloq_ganGT .d2 .fright .txtWrp .e2 .s3,
#bloq_ganGA .d2 .fleft .txtWrp .e2 .s3,
#bloq_ganGA .d2 .fright .txtWrp .e2 .s3 {
    font-size: 23px;
    line-height: 27px;
    position: relative;
    top: -47px;
    left: -7px;
}

#bloq_ganGT .d2 .fleft .txtWrp .e3,
#bloq_ganGT .d2 .fright .txtWrp .e3,
#bloq_ganGA .d2 .fleft .txtWrp .e3,
#bloq_ganGA .d2 .fright .txtWrp .e3 {
    height: 1px;
    width: 18px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
#bloq_ganGT .d2 .fright .txtWrp .e3,
#bloq_ganGA .d2 .fright .txtWrp .e3 {
    right: auto;
    left: 0;
}

#bloq_ganGT .d2 .fleft .txtWrp .e3>div,
#bloq_ganGT .d2 .fright .txtWrp .e3>div,
#bloq_ganGA .d2 .fleft .txtWrp .e3>div,
#bloq_ganGA .d2 .fright .txtWrp .e3>div {
    display: block;
    position: absolute;
    bottom: 0;
}

#bloq_ganGT .d2 .fleft .txtWrp .e3 .gray,
#bloq_ganGT .d2 .fright .txtWrp .e3 .gray,
#bloq_ganGA .d2 .fleft .txtWrp .e3 .gray,
#bloq_ganGA .d2 .fright .txtWrp .e3 .gray {
    /* height: 184px; */
    height: 0;
    width: 3px;
    background-color: #5e5e5e;
}

#bloq_ganGT .d2 .fleft .txtWrp .e3 .yell,
#bloq_ganGT .d2 .fright .txtWrp .e3 .yell,
#bloq_ganGA .d2 .fleft .txtWrp .e3 .yell,
#bloq_ganGA .d2 .fright .txtWrp .e3 .yell {
    /* height: 290px; */
    height: 0;
    width: 3px;
    background-color: #ffdd00;
    right: 0;
}

#GT_l_gray {}
#GT_l_yell {}
#GT_r_gray {}
#GT_r_yell {}
#GA_l_gray {}
#GA_l_yell {}
#GA_r_gray {}
#GA_r_yell {}

ul.goods {
    width: 100%;
    margin-top: 65px;
}
ul.goods li {
    display: block;
    float: left;
}
ul.goods li span {
    font-family: 'Gotham_pro_light';
    font-size: 14px;
    line-height: 14px;
    color: #5e5e5e;
    text-transform: uppercase;
    float: right;
    margin-top: 12px;
    font-weight:600;
/*    color:white;*/
}

ul.goods li.g_mobile {
    width: 181px;
    margin-right: 28px;
}
ul.goods li.g_setup {
    width: 166px;
    margin-right: 32px;
}
ul.goods li.g_infinit {
    width: 179px;
    margin-right: 26px;
}
ul.goods li.g_infinit span {margin-top: 16px;}

ul.goods li.g_test {
    width: 177px;
    margin-right: 31px;
}
ul.goods li.g_guaranty {
    width: 151px;
}

ul.goods li.g_mobile,
ul.goods li.g_setup,
ul.goods li.g_test,
ul.goods li.g_guaranty {margin-top: 6px;
}

#bloq_ganGT .d4,
#bloq_ganGA .d4 {
    height: 26px;
    width: 170px;
    background-color: #ffdd00;
    color: #000;
    display: table;
    margin: auto;
    font-family: 'Goth_Medium';
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 30px;    
    border-radius: 13px;
    -webkit-border-radius: 13px;
}

#bloq_ganGT .d4 span,
#bloq_ganGA .d4 span {
    display: table-cell;
    line-height: 8px;
    vertical-align: middle;
}
/* bloq_ganGT */

/* bloq_ganGA */
#bloq_ganGA {
    background: url(../img/foto/bloq_ganGA_new.png) no-repeat center center;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: center; 
    background-position-y: 208px;
    background-position-x: 0px;


}
/* bloq_ganGA */

/* bloq_news */
#bloq_news {}
main.pg_live #bloq_news {height: auto;}

#newsShowMore {
    width: 110px;
    display: none;
    margin: auto;
    position: relative;
    cursor: pointer;
} 
#newsShowMore p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 45px;
    text-transform: uppercase;
}
#newsShowMore img {
    display: block;
    margin: auto;
}

#bloq_news .link {
    color: #fff;
    font-family: 'Goth_Medium';
    font-size: 12px;
    line-height: 35px;
    text-decoration: none;
    margin-top: 85px;
    display: inline-block;
}

.newsBloqs {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
}

main.pg_live .newsBloqs {
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.newsBloqs .newBloq {
    height: auto;
    /* width: 215px; */
    width: 20.99609375%;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 53px;
    margin-bottom: 135px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.newsBloqs .newBloq:nth-child(4n+4){
    margin-right: 0;
}
.newsBloqs .newBloq:nth-child(4) ~ div {margin-bottom: 0;}
main.pg_live .newsBloqs .newBloq:nth-child(4) ~ div {margin-bottom: 135px;}

.newsBloqs .newBloq .ratio {
    height: 0;
    display: block;
    padding-top: 100%;
    position: relative;
}

.newsBloqs .newBloq .newSlide {
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.newsBloqs .newBloq .newSlide:nth-child(1) ~ .newSlide {display: none;}

.newsBloqs .newBloq p {
    color: #fff;
    font-family: 'Goth_Medium';
    text-transform: uppercase;
    margin-left: 20px;
    position: relative;
    z-index: 3;
}

.newsBloqs .newBloq p.wrap {
    bottom: 15px;
    display: block;
    position: absolute;
}

.newsBloqs .newBloq .h1 {
    font-size: 10px;
    line-height: 25px;
    display: block;
}
.newsBloqs .newBloq .h2 {
    font-size: 8px;
    line-height: 9px;
    display: block;
}

.newsBloqs .newBloq .play {
    height: 40px;
    width: 40px;
    background: url(../img/ico/playVid.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: none;
    margin: auto;
    position: absolute;
    top: 0;bottom: 0;
    left: 0;right: 0;
    z-index: 3;
}
.newsBloqs .newBloq.vid .play {display: block;}

.newsBloqs .newBloq .bg {
    display: none;
    position: absolute;
    top: 0;left: 0;
    z-index: 1;
    
    -webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
}
.newsBloqs .newBloq:hover .bg {transform: scale(1.1)}

.newsBloqs .newBloq .shadeGrad {
    height: 100%;
    width: 100%;
    background: url(../img/ico/news_shadeGrad.png) repeat-x;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;bottom: 0;
    opacity: .7;
    z-index: 2;
}
/* bloq_news */

/* bloq_ustanovka */
#faq_title{
        font-size: 38px;
    text-align: center;
    font-family: 'Goth_Pro_Bold_Italic';
}
#bloq_ustanovka {}
main.pg_faq #bloq_ustanovka {height: auto;}
#bloq_ustanovka .insMidMedium {height: 100%;}
#bloq_ustanovka .fleft {
    height: 100%;
    width: 207px;
    float: none;
}
#bloq_ustanovka .fleft a {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Goth_Medium';
    color: #fff;
    text-decoration: none;
    display: block;
    /*position: absolute;
    bottom: 0px;*/
}

#bloq_ustanovka .fright {
    width: 816px;
    padding-top: 8%;
    float: none;
    padding-left: 14%;
    margin-bottom: 90px;
}

#bloq_ustanovka .fright .txt {
    font-size: 11px;
    line-height: 16px;
    color: #bcbec0;
    font-family: 'Goth_Light';
}
#bloq_ustanovka .fright .txt:last-child {margin-bottom: 0;}
#bloq_ustanovka .fright .txt a {
    height: 14px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #2f3030;
    display: inline-block;
    margin-top: 20px;
}

#bloq_ustanovka .h2 {
    color: #fff;
    font-family: 'Goth_Medium';
    font-size: 12px;
    line-height: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

#bloq_ustanovka .h2:after {
    content: '';
    height: 14px;
    width: 7px;
    background: url(../img/ico/faq_arrR.png) no-repeat;
    display: block;
    position: absolute;
    top: 6px;
    left: -30px;
    
    -webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
}

#bloq_ustanovka {}
#bloq_ustanovka a.h2,
#bloq_ustanovka span.h2 {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
	cursor: pointer;
}

#bloq_ustanovka .h2 p.e1 {
    color: #fff;
    font-family: "Goth_Medium";
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
}
#bloq_ustanovka .h2 p.e2 {
    display: none;
    overflow: hidden;
    font-family: 'Goth_Light';
    text-transform: none;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #b2b2b2;
}

#bloq_ustanovka a.h2:after, 
#bloq_ustanovka span.h2:after {
    top: 5px;
}
#bloq_ustanovka a.open.h2:after {
    transform: rotate(90deg) scale(1.15);
}
#bloq_ustanovka span.h2 a {
	text-decoration: underline;
	color: #ffdb0a;
	letter-spacing: 0.7px;
}

#bloq_ustanovka span.h2 a.mail {
	color: #FFF;
	text-decoration: none;
}


.faqH2opener {
    margin-bottom: 5px !important;
    cursor: pointer;
}


.faqH2opener.open:after {
    transform: rotate(90deg) scale(1.15);
}

#bloq_ustanovka .txt {margin-bottom: 40px;}

#bloq_ustanovka .h2,
#bloq_ustanovka .txt {
    width: 660px;
}

#bloq_ustanovka .threeSteps {
    height: 75px;
    width: 620px;
    display: block;
    overflow: hidden;
    margin-bottom: 80px;
}

#bloq_ustanovka .threeSteps > div {
    height: 100%;
    display: block;
    float: left;
    position: relative;
}

#bloq_ustanovka .threeSteps > div .big {
    font-family: 'Goth_Bold';
    font-size: 24px;
    line-height: 24px;
    color: #5e5e5e;
    float: left;
}


#bloq_ustanovka .threeSteps > div .text {
    font-family: 'Goth_Medium';
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 10px;
    padding-left: 30px;
    margin-top: 2px;
}
#bloq_ustanovka .threeSteps > div .text a {
    color: #ffdd00
}
#bloq_ustanovka .threeSteps > div img {
    display: block;
    position: absolute;
    bottom: 0;left: 0;
}

#bloq_ustanovka .threeSteps .d1 {
    width: 165px;
    margin-right: 45px;
}
#bloq_ustanovka .threeSteps .d2 {
    width: 160px;
    margin-right: 45px;
}
#bloq_ustanovka .threeSteps .d3 {
    width: 180px;
    margin-right: 0;
}

#bloq_ustanovka .dblLink {
    display: none;
}

main.pg_faq #bloq_ustanovka {}
main.pg_faq #bloq_ustanovka a.h2 {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
}
main.pg_faq #bloq_ustanovka .h2 p.e1 {
    color: #fff;
    font-family: "Goth_Medium";
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
}
main.pg_faq #bloq_ustanovka .h2 p.e2 {
    display: block;
    overflow: hidden;
    font-family: 'Goth_Light';
    text-transform: none;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #b2b2b2;
}

main.pg_faq #bloq_ustanovka .h2:after {
    content: '';
    height: 14px;
    width: 7px;
    background: url(../img/ico/faq_arrR.png) no-repeat;
    display: block;
    position: absolute;
    top: 11px;
    left: -30px;
    
    -webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
}
main.pg_faq #bloq_ustanovka a.h2:after {
    top: 5px;
}
main.pg_faq #bloq_ustanovka a.open.h2:after {
    transform: rotate(90deg) scale(1.15);
}
/* bloq_ustanovka */

/*bloq_dillersMap*/
#bloq_dillersMap {}
#bloq_dillersMap #mapBloq {
    height: 560px;
    width: 100%;
    background-color: #444;
    display: block;
    margin-top: 65px;
}
.svg_text
{
    height: 24px;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
     -webkit-transition: all .25s ease-in;
     transition: all .25s ease-in;
}
.gglBaloon {
    width: auto;
    background-color: #ffeb00;
    display: block;
    padding: 10px;
    border-radius: 0 5px 5px 5px;
    position: relative;
}
.gglBaloon:after {
    content: '';
    height: 7px;
    width: 11px;
    background: url(../img/ico/baloonCornenr.png) no-repeat;
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
}
.gglBaloon p {
    color: #000;
    font-size: 11px;
    line-height: 17px;
    font-family: 'Goth_Light';
}

.gm-style > div+div {display: none;}
.gm-style > div+div+div+div {display: none;}
.gm-style > div+div+div+div+div+div {display: none;}
.gm-style > div+div+div+div+div+div+div+div {display: none;}
.gm-style > div+div+div+div+div+div+div+div+div {display: block;}
.gm-style > div+div+div+div+div+div+div+div+div+div {display: none;}

#bloq_dillersMap .insMidMedium {margin-top: 95px;}

#bloq_dillersMap a {
    font-family: 'Goth_Medium';
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}
/*bloq_dillersMap*/

/*footer*/
footer {height: 200px;overflow: hidden;}

ul.footerList {
    height: 35px;
    margin-top: 90px;
}

ul.footerList li {
    height: 100%;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}
ul.footerList li p {
    color: #858585;
}

ul.footerList li.l1 {
    width: 180px;
    margin-right: 90px;
    font-family: 'Goth_Medium';
}
ul.footerList li.l1 a {
    color: #ffdd00;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
}
ul.footerList li.l1 p {
    font-size: 9px;
    line-height: 20px;
    text-transform: uppercase;
}

ul.footerList li.l2 {
    width: 240px;
    margin-right: 0;
}
ul.footerList li.l2 a {
	color: #FFF;
	text-decoration: none;
}

ul.footerList li.l2 p {
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;
}

ul.footerList li.l3 {
    width: 170px;
    float: right;
}
ul.footerList li.l3 a {text-decoration: none;}
ul.footerList li.l3 p {float: right;}
ul.footerList li.l3 img {
    width: 37px;
    display: block;
    float: left;
}
ul.footerList li.l3 .p1 {
    color: #fff;
    font-family: 'Goth_Medium';
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
ul.footerList li.l3 .p2 {
    color: #858585;
    font-family: 'Goth_Medium';
    font-size: 9px;
    line-height: 20px;
    text-transform: uppercase;
}
/*footer*/

/* watchNews */
body.newDontScroll {
    overflow: hidden;
}

#watchNews .insMidMedium #youtubeGo {
    background-color: #000;
    display: none;
}

#watchNews {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, .9);
    display: block;
    overflow: auto;
    color: #fff;
    position: fixed;
    z-index: -1;
    transform: scale(1.5);
    opacity: 0;
    
    -webkit-transition: transform .2s ease, opacity .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease;
}

#watchNews.active {
    transform: scale(1);
    opacity: 1;
    z-index: 13;
}

#watchNews .insMidMedium {
    width: 610px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 1;
}
#watchNews .insMidMedium > div {
    display: block;
    clear: both;
    position: relative;
}

#watchNews .nameClose {
    display: block;
    /* margin-top: 135px; */
    margin-top: 75px;
    overflow: hidden;
    margin-bottom: 17px;
}

#watchNews .nameClose p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham_pro';
}
#watchNews .nameClose a {
    height: 13px;
    width: 15px;
    background: url(../img/ico/closeNew.png) no-repeat;
    display: block;
    position: relative;
}

#watchNews #newSlidesWrap,
#watchNews .lSSlideOuter,
#watchNews #youtubeGo {
    height: 265px;
    width: 100%;
    margin-bottom: 35px;
    overflow: hidden;
}

#newSWClose,
#ytClose {
    height: 15px;
    width: 15px;
    background: url(../img/ico/mob_newClose.png) no-repeat;
    display: none;
    position: absolute;
    top: 8px;
    right: 20px;
    cursor: pointer;
    z-index: 12;
}
#newSWClose:after,
#ytClose:after {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    padding: 20px;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 12;
}

#watchNews #newSlider .shadeGrad {
    height: 100%;
    width: 100%;
    background: url(../img/ico/news_shadeGrad.png) repeat-x;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: none;
    position: absolute;
    z-index: 3;
}

#newSWHeadings {
    display: none;
    position: absolute;
    bottom: 15px;
    left: 22px;
    z-index: 13;
}

#watchNews #newSlider,
#watchNews .lSSlideOuter {
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
    
    position: relative;
}

#watchNews #newSlidesWrap .slide {
    height: 100%;
    width: 100%;
    background-size:cover !important;

    display: block;
    position: relative;
    top: 0;
    left: 0px;
}

#watchNews #newSlidesWrap .ratio {
    height: 0;
    display: block;
}
#watchNews #newSlidesWrap img {
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    display: none;
}

#watchNews .content {
       width: 100%;
    margin: auto;
}

#watchNews .content p {
    font-size: 13px;
    line-height: 12px;
    font-family: 'Gotham_pro_light';
    color: inherit;
    margin-bottom: 20px;
}

#watchNews .content .date {
    color: #505050;
    font-size: 12px;
    line-height: 25px;
    font-family: 'Goth_Medium';
}
/* watchNews */

/* PAGE 404 */
main.pg404 {
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

main.pg404 .txtCont {
    height: auto;
    width: 690px;
    color: #fff;
    display: block;
    margin: auto;
    position: absolute;
    top: 220px;
    left: 0;right: 0;
    z-index: 3;
}
main.pg404 .txtCont p {color: inherit;}
main.pg404 .txtCont p.p1 {
    font-size: 200px;
    line-height: 200px;
    letter-spacing: -0.0050em;
    font-family: 'Goth_MediumItalic';
}
main.pg404 .txtCont p.p2 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.0050em;
    font-family: 'Goth_Light';
    margin-top: 130px;
}
main.pg404 .txtCont p.p2 a {
    color: #ffdd00;
}

main.pg404 img {
    height: auto;
    width: 100%;
    display: block;
    position: absolute;
    top: 380px;
}
main.pg404+footer {height: 0;}
/* PAGE 404 */

/* PAGE USTANOVKA */
#bloq_ustanovka {height: auto;}
/*#bloq_ustanovka.indexPg {height: 900px;}*/

#bloq_ustanovka.ustanovka {
    padding-top: 170px;
}
#bloq_ustanovka .insMidMedium:after
{
    content: "";
    height: 0;
    display: block;
    clear: both;
}
#bloq_ustanovka.ustanovka p {color: #fff}
#bloq_ustanovka.ustanovka .insMidShort > p.h2 {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
#bloq_ustanovka.ustanovka .insMidShort > p.text {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

#bloq_ustanovka.ustanovka .threeSteps {margin-top: 65px;}

.pg_ustanovka_sliderBlock {
    width: 100%;
    display: block;
    position: relative;
}

.pg_ustanovka_sliderBlock ul.el1 {
    display: table;
    margin: auto;
    overflow: visible;
    margin-bottom: 40px;
}

.pg_ustanovka_sliderBlock ul.el1 li {
    display: block;
    float: left;
    margin-right: 17px;
}
.pg_ustanovka_sliderBlock ul.el1 li:last-child {margin-right: 0;}
.pg_ustanovka_sliderBlock ul.el1 li a {
    height: 30px;
    width: 190px;
    display: table;
    border: 2px solid #5e5e5e;
}
.pg_ustanovka_sliderBlock ul.el1 li a:hover,
.pg_ustanovka_sliderBlock ul.el1 li a.active {
    border: 2px solid #ffdd00;
}

.pg_ustanovka_sliderBlock ul.el1 li a p {
    display: table-cell;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
    font-family: 'Helvetica Neue Light';
}
.pg_ustanovka_sliderBlock ul.el1 li a p span {
    font-family: 'Hel_Medium';
}

.pg_ustanovka_slider {
    height: 510px;
    width: 100%;
    background-color: #444;
    display: block;
    overflow: hidden;
    margin-bottom: 80px;
    position: relative;
}

.pg_ustanovka_slider .pg_ustanovka_slide {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    float: left;
}
.pg_ustanovka_slider .pg_ustanovka_slide .sideGrade {
    height: 100%;
    width: 100%;
    background: url(../img/ico/pg_ustanovka_slide_sideGrade.png) repeat-y;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 0;left: 0;
    z-index: 5;
}

.pg_ustanovka_slider_textChange {
    margin-bottom: 50px;
}
.pg_ustanovka_slider_textChange p {
    color: #b2b2b2;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Goth_Light';
}

.pg_ustanovka_miniFooter {overflow: hidden;}
.pg_ustanovka_miniFooter > div {
    display: block;
    float: left;
    box-sizing: border-box;
}
.pg_ustanovka_miniFooter > div:last-child {padding-right: 0;}

.pg_ustanovka_miniFooter div.d1 {
    width: 184px;
    margin-right: 25px;
}
.pg_ustanovka_miniFooter div.d2 {
    width: 198px;
    margin-right: 35px;
}
.pg_ustanovka_miniFooter div.d3 {
    width: 165px;
}

.pg_ustanovka_miniFooter div.d2 .e1 {
    width: 185px;
    overflow: hidden;
}
.pg_ustanovka_miniFooter div.d2 .e1 a {
    width: 80px;
    display: table;
    float: left;
    border: 1px solid #5e5e5e;
    border-radius: 3px;
}
.pg_ustanovka_miniFooter div.d2 .e1 a.gglPlay {
    width: 85px;
    float: right;
}
.pg_ustanovka_miniFooter div.d2 .e1 a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.pg_ustanovka_miniFooter div.d2 .e1 a img {
    height: 21px;
    width: auto;
    display: block;
    margin: auto;
}

.pg_ustanovka_miniFooter a {
    height: 30px;
    display: block;
    color: #ffdd00;
    font-size: 14px;
    font-family: 'Hel_Light';
    text-transform: uppercase;
    margin-bottom: 8px;
}
.pg_ustanovka_miniFooter p {
    color: #b2b2b2;
    font-size: 10px;
    line-height: 14px;
    font-family: 'Goth_Light';
}
.pg_ustanovka_miniFooter p span {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
/* PAGE USTANOVKA */

/* PAGE SPASIBO */
main.pg_thanks {height: 100%;}
.pg_thanks img {
    display: block;
    margin: auto;
    position: absolute;
    top: 115px;
    left: 0;right: 0;
}
/* PAGE SPASIBO */

/* PAGE kupitGA */
.kupitGAGT_viberiteAvto {
    display: block;
    position: relative;
}

.kupitGAGT_viberiteAvto.lay1 {z-index: 3;}
.kupitGAGT_viberiteAvto.lay2 {z-index: 2;}
.kupitGAGT_viberiteAvto.lay3 {z-index: 1;}

.blockName {
    font-size: 14px;
    color: #ffdd00;
    font-family: 'Goth_Medium_1';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 19px;
}

#zapolniFormuGA.zapolniFormuGAGT {
    display: block;
    margin: 0;
    padding-top: 20px;
    position: relative;
}

#zapolniFormuGA.zapolniFormuGAGT .zapolniFormuGAGT_photo,
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_form_select {
    margin-bottom: 24px;
}
#zapolniFormuGA.zapolniFormuGAGT .zapolniFormuGAGT_photo.gt {
}

#zapolniFormuGA.zapolniFormuGAGT .zapolniFormuGAGT_photo .insMidShort > div {
    display: block;
    clear: both;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_sel_wrap {
    height: 30px;
    width: 180px;
    background-color: #000;
    display: inline-block;
    margin-right: 18px;
    position: relative;
}

#zapolniFormuGA.zapolniFormuGAGT .zapolniFormuGAGT {
    width: 100%;
}

#zapolniFormuGA.zapolniFormuGAGT .zapolniFormuGAGT:last-child, 
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_sel_wrap:last-child {
    margin-right: 0;
}

#zapolniFormuGA.zapolniFormuGAGT .zapolniFormuGAGT .jq-selectbox__select, 
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_sel_wrap .jq-selectbox__select {
    padding: 0 10px;
    font-size: 14px;
    text-transform: capitalize;
}

#zapolniFormuGA.zapolniFormuGAGT .zapolniFormuGAGT.default .jq-selectbox__select {
    background-color: #000;
    border: 1px solid #ffdd00;
    border-radius: 5px;
    box-sizing: border-box;
    height: 32px;
    padding: 0 35px 0 10px;
    width: 100%;
    z-index: 10;
}
#zapolniFormuGA.zapolniFormuGAGT .zapolniFormuGAGT.default .jq-selectbox__trigger {
    background: rgba(0, 0, 0, 0) url("../img/ico/sel_arrDwn.png") no-repeat scroll center center;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
}

#zapolniFormuGA.zapolniFormuGAGT .zapolniFormuGAGT .jq-selectbox__select-text, 
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_sel_wrap .jq-selectbox__select-text {
    font-family: 'Helvetica Neue Light';
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.0025em;
}

#zapolniFormuGA.zapolniFormuGAGT .zapolniFormuGAGT .jq-selectbox__trigger, 
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_sel_wrap .jq-selectbox__trigger {
    width: auto;
}

#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock {
    height: 216px;
    display: block;
    overflow: visible;
    position: relative;
    font-family: 'Goth_Light';
/*    border-bottom: 1px solid #3a3a3e;*/
    margin-bottom: 21px;
}

#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fleft {
    width: 175px;
}

#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fleft .d1 {
    margin-bottom: 34px;
}
#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fleft .d1 .p1 {
    font-size: 21px;
    line-height: 24px;
    color: #ffdd00;
    text-transform: uppercase;
    font-family: 'Goth_BoldItalic';
    margin-left: -15px;
}
#zapolniFormuGA.zapolniFormuGAGT.pgGT .pokazateliBlock .fleft .d1 .p1 {
    margin-left: 0;
}

#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fleft .d1 .p2 {
    font-size: 8px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
}

#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fleft .d2 {
    height: 45px;
    display: block;
    position: relative;
    margin-bottom: 23px;
}
#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fleft .d2 img {
    height: 42px;
    display: block;
    float: left;
    margin-right: 23px;
}
#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fleft .d2 p {
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
}

#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fleft .d3 {}
#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fleft .d3 .s1 {
    color: #ffdd00;
    font-size: 9px;
    line-height: 20px;
    margin-right: 16px;
    text-transform: uppercase;
}
#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fleft .d3 .s2 {
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    font-family: 'Goth_Medium_1';
}
#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fleft .d3 {}

#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fright {
    width: 200px;
}

#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fright > div {
    height: 35px;
        width: 311px;
    display: block;
    margin-bottom: 30px;
}
#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fright > div > * {
    display: block;
    float: left;
}
#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fright > div .e1 {
    width: 93px;
    font-size: 13px;
    line-height: 13px;
    font-family: 'Helvetica Neue Light';
    margin-top: 8px;
}

#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fright > div .e2 .s2 {
    font-size: 44px;
    line-height: 44px;
    color: #ffdd00;
    font-family: 'Hel_UltraLight'; 
}
#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fright > div .e2 .s1 {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}


#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fright > div .e2 .s3 {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Helvetica Neue Light';
}

#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fright > div .e2 .s1 {
    position: relative;
    top: -12px;
}

#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fright .d3 .e2 {
    position: relative;
    right: -9px;
}
#zapolniFormuGA.zapolniFormuGAGT .pokazateliBlock .fright > div .e3 {
    display: none;
}

#zapolniFormuGA.zapolniFormuGAGT .preimushestvaBlock {
    position: relative;
    overflow: hidden;
    margin-bottom: 27px;
}

#zapolniFormuGA.zapolniFormuGAGT .preimushestvaBlock .mid {
    width: 390px;
    margin: auto;
    position: relative;
}

#zapolniFormuGA.zapolniFormuGAGT .preimushestvaBlock .e1,
#zapolniFormuGA.zapolniFormuGAGT .preimushestvaBlock .e2 {
    width: 160px;
    float: left;
    position: relative;
}

#zapolniFormuGA.zapolniFormuGAGT .preimushestvaBlock p {margin: 0px;}
#zapolniFormuGA.zapolniFormuGAGT .preimushestvaBlock .e2 {
    width: 180px;
    float: right;
}

#zapolniFormuGA.zapolniFormuGAGT .preimushestvaBlock .e1 p {
    font-size: 13px;
    line-height: 21px;
    font-family: 'Goth_Light';
    color: #fff;
}

#zapolniFormuGA.zapolniFormuGAGT .preimushestvaBlock .e2 p {
    font-size: 13px;
    line-height: 21px;
    font-family: 'Goth_Light';
    color: #fff;
}

#zapolniFormuGA.zapolniFormuGAGT .preimushestvaBlock .e2 .p1 {
    line-height: 14px;
    margin-bottom: 8px;
}
#zapolniFormuGA.zapolniFormuGAGT .preimushestvaBlock .e2 .p1 .s1 {
    line-height: 14px;
}
#zapolniFormuGA.zapolniFormuGAGT .preimushestvaBlock .e2 .p1 .s2 {
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    font-family: 'Goth_Light';
}

#zapolniFormuGA.zapolniFormuGAGT .preimushestvaBlock .e2 .ttu {
    text-transform: uppercase;
    position: relative;
    padding-left: 18px;
}
#zapolniFormuGA.zapolniFormuGAGT .preimushestvaBlock .e2 .ttu:after {
    content: '';
    height: 5px;
    width: 5px;
    background-color: #fcde05;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;left: 0;bottom: 0;
    border-radius: 50%;
}

#zapolniFormuGA.zapolniFormuGAGT .aboutGTGA {
    font-size: 13px;
    line-height: 18px;
    font-family: 'Goth_Light';
    margin-bottom: 53px;
}
#zapolniFormuGA.zapolniFormuGAGT .aboutGTGA p {
    font-size: inherit;
    line-height: inherit;
}
#zapolniFormuGA.zapolniFormuGAGT .aboutGTGA .p1 {
    color: #bcbec0;
    margin-bottom: 21px;
}
#zapolniFormuGA.zapolniFormuGAGT .aboutGTGA.pgGAplus .p1 {
    color: #666666;
}

#zapolniFormuGA.zapolniFormuGAGT .aboutGTGA .p2 {
    color: #595959;
}
#zapolniFormuGA.zapolniFormuGAGT .aboutGTGA.pgGAplus .p2 {
    color: #bcbec0;
    margin-bottom: 21px;
}
#zapolniFormuGA.zapolniFormuGAGT .aboutGTGA.pgGAplus .p3 {
    color: #bcbec0;
    margin-bottom: 0;
}

#zapolniFormuGA.zapolniFormuGAGT .choseMoreAuto {
    height: 28px;
    width: 185px;
    display: table;
    margin: auto;
    border: 1px solid #5e5e5e;
    border-radius: 5px;
    text-decoration: none;
}
#zapolniFormuGA.zapolniFormuGAGT.GAplus .choseMoreAuto {
    margin-bottom: 40px;
}
#zapolniFormuGA.zapolniFormuGAGT .choseMoreAuto p {
    display: table-cell;
    font-size: 8px;
    line-height: 8px;
    vertical-align: middle;
    text-align: center;
    font-family: 'Goth_Medium_1';
}
#zapolniFormuGA.zapolniFormuGAGT .choseMoreAuto p .s1 {
    color: #ffdd00;
    margin-right: 12px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: 1px;
}
#zapolniFormuGA.zapolniFormuGAGT .choseMoreAuto p .s2 {
    font-size: 9px;
    line-height: 20px;
    position: relative;
    top: -1px;
    text-transform: uppercase;
}
#zapolniFormuGA.zapolniFormuGAGT .choseMoreAuto p .s2.gt {
    font-size: 8px;
    text-transform: uppercase;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_zapolniFormu {
    display: block;
    position: relative;
    overflow: visible;
    z-index: 2;
}

#zapolniFormuGA.zapolniFormuGAGT .insMidShort:after,
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_zapolniFormu:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}

#zapolniFormuGA.zapolniFormuGAGT .zapolniFormuGAGT_inputs {
    height: 29px;
    width: 188px;
    background-color: transparent;
    margin: 0 20px 20px 0;
    padding: 0;
    display: block;
    float: left;
    border: 1px solid #5e5e5e;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Helvetica Neue Light';
    box-shadow: none;
}
#zapolniFormuGA.zapolniFormuGAGT .zapolniFormuGAGT_inputs.error {
	border-color: #c30000 !important;
}

#zapolniFormuGA.zapolniFormuGAGT .zapolniFormuGAGT_inputs:focus,
#zapolniFormuGA.zapolniFormuGAGT .zapolniFormuGAGT_inputs:valid {
    border: 1px solid #ffdd00;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_inps > * {
    float: left;
}

#zapolniFormuGA.zapolniFormuGAGT .sel_country {
    height: 29px;
    width: 188px;
    display: block;
    margin: 0 20px 20px 0;
    position: relative;
}

#zapolniFormuGA.zapolniFormuGAGT
.sel_country
.jq-selectbox__dropdown {
    background-color: #000;
}

#zapolniFormuGA.zapolniFormuGAGT
.sel_country 
.jq-selectbox__trigger-arrow {
    display: none !important;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_zapolniFormu {
    margin-bottom: 55px;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_zapolniFormu .insMidShort div {
    display: block;
    overflow: visible;
    margin-bottom: -20px;
}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_zapolniFormu .insMidShort div:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}

#zapolniFormuGA.zapolniFormuGAGT .zapolniFormuGAGT_inputs:nth-child(3n+3){
    margin-right: 0;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_sposobOplaty {}

#zapolniFormuGA.zapolniFormuGAGT ul.kupitGAGT_payType {
    display: flex;
    margin: auto;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
}

.kupitGAGT_payType__radio_wrapper{
	display: inline-block;
	margin-right: 15px;
	position: relative;
	bottom: 3px;
}

@-moz-document url-prefix() { 
  .kupitGAGT_payType__radio_wrapper {
    bottom: -3px;
  }
}


.kupitGAGT_payType__radio:after{
	content: '';
	display: block;
	width:  45%;
	height: 45%;
	background: transparent;
}
ul.kupitGAGT_payType li.active .kupitGAGT_payType__radio:after{
	content: '';
	display: block;
	width:  45%;
	height: 45%;
	background: #ffdb0a;
	border-radius: 50%
}
.kupitGAGT_payType__radio{
	background: #5e5e5e;
	width: 16px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 16px;
	border-radius: 50%
}
#zapolniFormuGA.zapolniFormuGAGT ul.kupitGAGT_payType li {
    min-width: 277px;
    margin-bottom: 15px;
}
#zapolniFormuGA.zapolniFormuGAGT ul.kupitGAGT_payType li a {
    text-decoration: none;
}

#zapolniFormuGA.zapolniFormuGAGT ul.kupitGAGT_payType li .s1 {
    height: 22px;
    width: 32px;
    background: url(../img/ico/payType_1.png) no-repeat 0 -22px;
    display: inline-block;
    margin-right: 16px;
    position: relative;
    top: 5px;
}
#zapolniFormuGA.zapolniFormuGAGT ul.kupitGAGT_payType li .s2 {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Helvetica Neue Light';
}

#zapolniFormuGA.zapolniFormuGAGT ul.kupitGAGT_payType li.l2 .s1 {
    height: 21px;
    width: 31px;
    background: url(../img/ico/payType_2.png) no-repeat 0 -21px;
}

#zapolniFormuGA.zapolniFormuGAGT ul.kupitGAGT_payType li:hover a .s1,
#zapolniFormuGA.zapolniFormuGAGT ul.kupitGAGT_payType li.active a .s1 {
    background-position: 0 0;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position {
    height: auto;
    display: block;
    margin-bottom: 120px;
    position: relative;
}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position:last-child {
    margin-bottom: 45px;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari {
    height: 80px;
    display: block;
    border-top: 1px solid #1b1b1b;
    border-bottom: 1px solid #1b1b1b;
    position: relative;
}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari > div {
    display: block;
    float: left;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e1 {
    width: 197px;
}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e2 {
    width: 157px;
}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e3 {
    width: 179px;
}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e4 {
    width: 77px;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e1 .p1 {
    color: #ffdd00;
    font-family: "Goth_BoldItalic";
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 15px;
}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e1 .p2 {
    font-size: 8px;
    line-height: 19px;
    color: #fff;
    font-family: 'Goth_Light';
    text-transform: uppercase;
}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e1 .p2#pup{
	font-size: 10px;
	text-transform: uppercase;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e2 {}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e2 p {
    font-size: 24px;
    line-height: 24px;
    margin-top: 27px;
    color: #fff;
    font-family: 'Goth_Medium_1';
    text-align: right;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e3 {}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e3 {}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e3 .numberInput > div {
    display: block;
    float: left;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e3 .numberInput {
    height: 15px;
    display: table;
    margin: auto;
    margin-top: 28px;
    position: relative;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e3 .numberInput .numInMinus, 
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e3 .numberInput .numInPlus {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e3 .numberInput .numInval {
    color: #5e5e5e;
    font-size: 18px;
    line-height: 24px;
    margin: 0 15px;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .tovari .e4 .closeGTGA {
    height: 11px;
    width: 11px;
    background: url(../img/ico/deleteTovar.png) no-repeat;
    display: block;
    float: right;
    margin: 35px 6px 0 0;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .skidkaDostavka {
    width: auto;
    display: block;
    overflow: hidden;
    clear: both;
    padding-bottom: 18px;
    border-bottom: 1px solid #1b1b1b;
    position: relative;
}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .skidkaDostavka .wrp {
    width: 351px;
    display: block;
    clear: both;
}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .skidkaDostavka .wrp > div {
    width: 250px;
    float: right;
    display: block;
    position: relative;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .skidkaDostavka .s1 {
    width: 55px;
    font-size: 8px;
    line-height: 8px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Goth_Light';
    text-align: center;
    display: inline-block;
}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .skidkaDostavka .s1#pup {
	width:90px;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Helvetica Neue Light';
}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .skidkaDostavka .s2 {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-family: 'Goth_Medium_1';
    display: inline-block;
    float: right;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .skidkaDostavka .d1 {
    margin-top: 15px;
    margin-bottom: 28px;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .summa {
    display: block;
    overflow: hidden;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .summa p {
    width: 351px;
    margin-top: 21px;
}

#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .summa p .s1 {
    width: 55px;
    display: inline-block;
    margin-left: 141px;
    text-align: center;
    text-transform: lowercase;
    font-size: 8px;
    line-height: 8px;
    color: #fff;
    font-family: 'Goth_Light';
}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .summa p .s1#pup {
	width:90px;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Helvetica Neue Light';
	text-transform:uppercase;
}
#zapolniFormuGA.zapolniFormuGAGT .kupitGAGT_position .summa p .s2 {
    font-size: 24px;
    line-height: 24px;
    color: #ffdd00;
    font-family: 'Goth_Medium_1';
    display: inline-block;
    float: right;
}

#zapolniFormuGA.zapolniFormuGAGT .buy {
    height: 25px;
    width: 114px;
    background-color: #ffdd00;
    display: block;
    margin: auto;
    padding: 0;
    line-height: 25px;
    font-size: 12px;
    border-radius: 12px;
    text-align: center;
    color: #000;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
	font-family: 'Goth_Medium_1';
}

.kupitGAGT_info {
    color: #7e7e7e;
    margin-top: 250px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Goth_Light';
}
.kupitGAGT_info a {
    color: #7e7e7e;
    height: 11px;
    display: inline-block;
    text-decoration: none;
    line-height: 12px;
    border-bottom: 1px solid #2f2f2f;
}

#kardPayGTGA {
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(0,0,0,.6);
    position: fixed;
    z-index: 13;
}
#kardPayGTGA .insMidMedium,
#kardPayGTGA .insMidShort {
    height: 100%;
    overflow: visible;
    position: relative;
}

#kardPayGTGA #cardConfirm {
    height: 290px;
    width: 100%;
    background-color: #000;
    display: block;
    margin: auto;
    border: 1px solid #ffdd00;
    border-radius: 5px;
    position: absolute;
    top: 0; bottom: 0;
}

.cardConfirmClose {
    height: 9px;
    width: 9px;
    background: url(../img/ico/deleteTovar.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    position: absolute;
    top: 22px;
    right: 28px;
    cursor: pointer;
}
.cardConfirmClose:after {
    content: '';
    padding: 30px;
    display: block;
    position: absolute;
    top: -30px;left: -30px;
}

#kardPayGTGA #cardConfirm p.h2 {
    margin-top: 50px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: 'Goth_Medium_1';
    color: #ffdd00;
    text-align: center;
    margin-bottom: 30px;
}

#kardPayGTGA #cardConfirm input {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}
#kardPayGTGA #cardConfirm .round {
    height: 28px;
    background-color: transparent;
    border: 1px solid #5e5e5e;
    border-radius: 5px;
    text-indent: 15px;
    color: #fff;
    text-transform: uppercase;
}

#kardPayGTGA #cardConfirm .i1 {
    width: 208px;
    margin-right: 60px;
    margin-bottom: 30px;
}
#kardPayGTGA #cardConfirm .i2 {
    margin-right: 60px;
}
#kardPayGTGA #cardConfirm .i2,
#kardPayGTGA #cardConfirm .i3 {
    width: 73px;
}
#kardPayGTGA #cardConfirm .i4 {
    width: 488px;
    clear: both;
}

#kardPayGTGA #cardConfirm .i1,
#kardPayGTGA #cardConfirm .i4 {
    margin-left: 80px;
}

#kardPayGTGA #cardConfirm .dib {
    background-color: transparent;
    display: inline-block;
    position: relative;
}
#kardPayGTGA #cardConfirm .inp1:after {
    content: '';
    height: 19px;
    width: 28px;
    background: url(../img/ico/payForm_card.png) no-repeat;
    display: block;
    position: absolute;
    top: 6px;
    left: 30px;
}
#kardPayGTGA #cardConfirm .inp2:after {
    content: '';
    height: 23px;
    width: 18px;
    background: url(../img/ico/payForm_lock.png) no-repeat;
    display: block;
    position: absolute;
    top: 4px;
    left: -32px;
}
#kardPayGTGA #cardConfirm .inp3:after {
    content: '';
    height: 24px;
    width: 28px;
    background: url(../img/ico/payForm_date.png) no-repeat;
    display: block;
    position: absolute;
    top: 4px;
    left: -45px;
}
#kardPayGTGA #cardConfirm .inp4:after {
    content: '';
    height: 25px;
    width: 25px;
    background: url(../img/ico/payForm_man.png) no-repeat;
    display: block;
    position: absolute;
    top: 2px;
    left: 32px;
}

#kardPayGTGA #cardConfirm .kardPayGTGA_btn {
    height: 22px;
    width: 133px;
    background-color: transparent;
    display: block;
    margin: auto;
    margin-top: 35px;
    border: 1px solid #ffdd00;
    border-radius: 11px;
    cursor: pointer;
    font-family: 'Helvetica Neue Light';
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
#kardPayGTGA #cardConfirm .kardPayGTGA_btn.active {
    font-family: 'Hel_Light';
    background-color: #ffdd00;
    color: #000;
}

.kardPayGTGA_thx {
    height: 155px;
    width: 637px;
    background-color: #000;
    display: block;
    margin: auto;
    border: 1px solid #ffdd00;
    border-radius: 5px;
    position: fixed;
    /* top: 0; */
    bottom: 0;
    margin: 0 auto;
    left: 352px;
    z-index: 12;
}

.kardPayGTGA_thx p {
    height: 55px;
    width: 390px;
    display: block;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Goth_Medium_1';
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;bottom: 0;
    left: 0;right: 0;
}

#kardPayGTGA #cardConfirm .btn.active {
    color: #000;
    background-color: #ffdd00;
}

.kupitGAGT_form_select {
    margin-bottom: 60px;
}
/* PAGE kupitGA */

/* page KUPIT */
.kupitPage_ustroistva {
    height: 480px;
    width: 100%;
    display: block;
    position: relative;
}

.kupitPage_ustroistva .kuptPage_bg_ustroistvo {
    height: 100%;
    height: 500px;
    background: url(../img/foto/kuptPage_bg_ustroistvo_new.jpg) no-repeat center 110px;
    width: 100%
}

.kupitPage_ustroistva .kuptPage_bg_ustroistvo .insMidShort {
    height: 100%;
    position: relative;
}

.kupitPage_ustroistva .kuptPage_bg_ustroistvo p {
    display: inline-block;
    position: absolute;
    top: 205px;
}
.kupitPage_ustroistva .kuptPage_bg_ustroistvo p span {
    display: block;
    clear: both;
}

.kupitPage_ustroistva .kuptPage_bg_ustroistvo p.a1 {
    text-align: right;
    left: -163px;
}
.kupitPage_ustroistva .kuptPage_bg_ustroistvo p.a2 {
    right: -190px;
}

.kupitPage_ustroistva .kuptPage_bg_ustroistvo p .b1 {
    font-size: 21px;
    line-height: 41px;
    font-family: 'Goth_BoldItalic';
    color: #ffdd00;
    text-transform: uppercase;
}
.kupitPage_ustroistva .kuptPage_bg_ustroistvo p .b2 {
    color: #f7f7f9;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;	
	font-family: 'Goth_Pro1';
}

.kupitPage_formaZakaza {position: relative;margin-top: -60px;}

#kupitPage_form,
#kupitPage_form2
 {
    position: relative;
}

#kupitPage_form p.h2, 
#kupitPage_form2 p.h2 
{
	font-size: 20px;
    line-height: 14px;
    color: #ffdd00;
    letter-spacing: 0.0025em;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 35px;
    font-family: 'Goth_Pro';
	margin-left: 50px;
}

#kupitPage_form .a1,
#kupitPage_form2 .a1
 {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}
#kupitPage_form .a1 .jq-selectbox, 
#kupitPage_form2 .a1 .jq-selectbox 
{
    width: 190px;
    display: block;
    float: left;
    margin-right: 20px;
}
#kupitPage_form .a1 .jq-selectbox:last-child,
#kupitPage_form2 .a1 .jq-selectbox:last-child {
	margin-right: 0;
}
#kupitPage_form .a1 .jq-selectbox__select-text, 
#kupitPage_form2 .a1 .jq-selectbox__select-text {
    color: #fff;
    font-family: 'Helvetica Neue Light';
}

#kupitPage_form .a2 {}
#kupitPage_form2 .a2 {}

#kupitPage_form .a2 input, 
#kupitPage_form2 .a2 input {
    height: 45px;
    color: #fff;
    text-indent: 12px;
    background-color: #000;
    /* border: 1px solid #ffdd00; */
    font-family: 'Helvetica Neue Light';
    text-transform: uppercase;
    border: 1px solid #414141;
    box-shadow: none;
    padding: 0;
	padding-left: 10px !important;
    z-index: 10;
}
#kupitPage_form .a2 input:focus 
#kupitPage_form2 .a2 input:focus {
    border: 1px solid #ffdd00;
}
#kupitPage_form .a2 .b1, 
#kupitPage_form .a2 .b2, 
#kupitPage_form .a2 .b3,
#kupitPage_form2 .a2 .b1, 
#kupitPage_form2 .a2 .b2, 
#kupitPage_form2 .a2 .b3 {
    width: 190px;
    display: block;
    float: left;
    margin-right: 17px;
    margin-bottom: 20px;
}
#kupitPage_form .a2 .b3 {margin-right: 0;}
#kupitPage_form2 .a2 .b3 {margin-right: 0;}

#kupitPage_form .a2 .b4,
#kupitPage_form2 .a2 .b4 {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 10px;
}

#kupitPage_form .a2 .b5,
#kupitPage_form2 .a2 .b5 {
    font-family: 'Goth_Pro';
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#kupitPage_form2 .a2 input:valid,
#kupitPage_form .a2 input:valid {
    border: 1px solid #ffdd00;
}

#kupitPage_form .kupitPage_submit,
#kupitPage_form2 .kupitPage_submit {
    height: 26px;
    width: 117px;
    color: #000;
    background-color: #ffdd00;
    display: block;
    text-transform: uppercase;
    font-family: 'Goth_Medium_1';
    font-size: 12px;
    line-height: 25px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: 13px;
    text-align: center;
}
#kupitPage_form .kupitPage_submit[disabled],
#kupitPage_form2 .kupitPage_submit[disabled] {
    background-color: #595959;
}
/* page KUPIT */

/* page KUPITGA+ */
.kupitGAplus {
    width: 861px;
    display: block;
    overflow: visible;
    margin: auto;
    padding-bottom: 30px;
    position: relative;
}

.kupitGAplus .kupitGApls_devLeft,
.kupitGAplus .kupitGApls_devRight {
    height: 528px;
    width: 414px;
    display: block;
    border: 1px solid #303030;
    float: left;
    margin-right: 29px;
    position: relative;
    cursor: pointer;
}

.kupitGAplus .kupitGApls_devLeft.inactive,
.kupitGAplus .kupitGApls_devRight.inactive {
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    
    opacity: .4;
}

.kupitGAplus .kupitGApls_devRight {margin-right: 0;}

.kupitGAplus .kupitGApls_devLeft,
.kupitGAplus .kupitGApls_devRight {
	background: url(../img/foto/ga_matte.png) no-repeat 0px 26px !important;
}

.kupitGAplus .kupitGApls_devRight {	
	background: url(../img/foto/product_ga.png) no-repeat 0px 26px !important;
}

.kupitGAplus .kupitGApls_devLeft:hover,
.kupitGAplus .kupitGApls_devRight:hover,
.kupitGAplus .kupitGApls_devLeft.active,
.kupitGAplus .kupitGApls_devRight.active {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(0);
    opacity: 1;
}

.kupitGAplus .kupitGApls_devLeft:hover,
.kupitGAplus .kupitGApls_devRight:hover {
	border: 1px solid #ffdd00;	
}

.kupitGAplus .kupitGApls_devLeft.active,
.kupitGAplus .kupitGApls_devRight.active{
	border: 2px solid #ffdd00;		
}

.kupitGAplus .kupitGApls_devLeft.inactive,
.kupitGAplus .kupitGApls_devLeft.active {
	margin-right: 27px;
}

.kupitGAplus .device .squared_top,
.kupitGAplus .device .squared_bot {
    height: 1px;
    display: none;
    position: absolute;
}

.kupitGAplus .device .squared_bot {
    width: 84.54106280193237%;
    background-color: #1b1b1b;
    display: block;
    margin: auto;
    left: 0;right: 0;
    bottom: -8px;
}

.kupitGAplus .device .dannie {
    position: relative;
}
.kupitGAplus .device .dannie:after {
    content: '';
    height: 1px;
    width: 84.5411%;
    background-color: #1b1b1b;
    margin: auto;
    display: block;
    position: absolute;
    top: 284px;
    left: 0;
    right: 0;
}

.kupitGAplus .device .dannie > div {
    margin: auto;
    position: absolute;
}
.kupitGAplus .device .dannie .d1 {
    display: table;
    top: 37px;
    left: 32px;
}
.kupitGAplus .device .dannie .d1 .p1 {
    font-family: 'Goth_BoldItalic';
    font-size: 24px;
    line-height: 24px;
        margin-bottom: 4px;
    text-transform: uppercase;
    color: #ffdd00;
}
.kupitGAplus .device .dannie .d1 .p2 {
    font-family: 'Goth_Light';
    font-size: 9px;
    line-height: 8px;
    color: #fff;
    text-transform: uppercase;
}

.kupitGAplus .device .dannie .d2 {
    display: table;
    top: 113px;
    left: 32px;
}
.kupitGAplus .device .dannie .d2 > * {display: inline-block;}
.kupitGAplus .device .dannie .d2 img {
    margin-right: 23px;
}
.kupitGAplus .device .dannie .d2 p {
    width: 115px;
    font-family: 'Goth_Light';
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: -5px;
}

.kupitGAplus .device .dannie .d3 {
    top: 438px;
    left: 32px;
}
.kupitGAplus .device .dannie .d3 .s1 {
    font-family: 'Goth_Light';
    font-size: 10px;
    line-height: 20px;
    color: #ffdd00;
    margin-right: 20px;
	text-transform: uppercase;
}
.kupitGAplus .device .dannie .d3 .s2 {
    font-family: 'Goth_Medium_1';
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

.kupitGAplus .device .dannie .d4,
.kupitGAplus .device .dannie .d5, 
.kupitGAplus .device .dannie .d6 {
    width: 110px;
    display: table;
    top: 190px;
    left: 32px;
}

.kupitGAplus .device .dannie .d4 .e1,
.kupitGAplus .device .dannie .d5 .e1
 {
	margin-bottom: 20px;
}

.kupitGAplus .device .dannie .d4 .e1,
.kupitGAplus .device .dannie .d5 .e1, 
.kupitGAplus .device .dannie .d6 .e1 {
    font-family: 'Helvetica Neue Light';
    font-size: 13px;
    line-height: 13px;
    color: #fff;
}
.kupitGAplus .device .dannie .d6 .e1 {
    width: 103px;
}

.kupitGAplus .device .dannie .d4 .e2 .s2,
.kupitGAplus .device .dannie .d5 .e2 .s2,
.kupitGAplus .device .dannie .d6 .e2 .s2 {
    font-family: 'Helvetica Neue Light';
    font-size: 53px;
    line-height: 53px;
    color: #ffdd00;
}

.kupitGAplus .device .dannie .d4 .e2 .s1,
.kupitGAplus .device .dannie .d4 .e2 .s3,
.kupitGAplus .device .dannie .d5 .e2 .s1,
.kupitGAplus .device .dannie .d5 .e2 .s3,
.kupitGAplus .device .dannie .d6 .e2 .s1,
.kupitGAplus .device .dannie .d6 .e2 .s3 {
    font-size: 17px;
    line-height: 17px;
    color: #fff;
}

.kupitGAplus .device .dannie .d4 .e2 .s1,
.kupitGAplus .device .dannie .d5 .e2 .s1,
.kupitGAplus .device .dannie .d6 .e2 .s1 {
    font-family: 'Hel_Light';
}
.kupitGAplus .device .dannie .d4 .e2 .s3,
.kupitGAplus .device .dannie .d5 .e2 .s3,
.kupitGAplus .device .dannie .d6 .e2 .s3 {
    font-family: 'Helvetica Neue Light';
}

.kupitGAplus .device .dannie .d4 .e3,
.kupitGAplus .device .dannie .d5 .e3,
.kupitGAplus .device .dannie .d6 .e3 {display: none;}

.kupitGAplus .device .dannie .d4 .e2 .s1 {
    margin-left: -8px;
}

.kupitGAplus .device .dannie .d5 {
    left: 160px;
}

.kupitGAplus .device .dannie .d5 .e2 .s1 {
    margin-left: -15px;
}

.kupitGAplus .device .dannie .d6 {
    left: 285px;
	width: 200px;
}
.kupitGAplus .device .dannie .d6 .e2 .s1 {
    margin-left: -15px;
}

.kupitGAplus .device .dannie .d4 .e2 .s1,
.kupitGAplus .device .dannie .d5 .e2 .s1,
.kupitGAplus .device .dannie .d6 .e2 .s1 {
    position: relative;
    top: -20px;
}

.kupitGAplus .device .d7 {
    position: absolute !important;
    top: 305px;
    left: 32px;
}

.kupitGAplus .device .d7 .e1 {
    width: 166px !important;
    border-right: 1px solid #1b1b1b;
}

.kupitGAplus .device .d7 .e2 {
    position: relative;
    left: -25px;
}

.styledRad {
    height: 25px;
    width: 114px;   
    display: block;
    position: absolute;
    top: 437px;
    left: 252px;
}

.styledRad button {
	width: 114px;
	height: 25px;
	background: #ffdb0a;
	color: #000;
	border: none;
	cursor: pointer;
	position:relative;
	border-radius: 12px;
	text-transform: uppercase;
	font-size: 12px;
}
.kupitGAplus .kupitGApls_devRight.inactive .styledRad button
.kupitGAplus .kupitGApls_devLeft.inactive .styledRad button{
	background: #666666;
}
.styledRad button:after{
	display: block;
	position: absolute;
	left:0px;
	top: 4px;
	width: 114px;
	height: 25px;
	content: "select";
	color: #000;
	font-family: 'Goth_Medium';
}
.kupitGAplus .kupitGApls_devRight.active .styledRad button,
.kupitGAplus .kupitGApls_devLeft.active .styledRad button {
	background: #ffdb0a;
}

.kupitGAplus .kupitGApls_devRight.active .styledRad button:after,
.kupitGAplus .kupitGApls_devLeft.active .styledRad button:after {
	content: "selected";
}

.styledRad label {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;left: 0;
    cursor: pointer;
}
.styledRad label input {
    display: none;
    position: relative;
    left: -30px;
}

.styledRad .galka {
    height: 25px;
    width: 32px;
    display: none;
    background: url(../img/ico/kupitSelectedY.png) no-repeat;
    position: absolute;
    top: -7px;
    left: 4px;
}

.styledRad label input:checked + .galka {
    display: block;
}
/* page KUPITGA+ */
img
{
    border: none;
}
#slide_1_main{
      top: 79px !important;
}
#bloq_mainSlider .slideImgBg.mobile
{
    display: none;
}
@media screen and (max-width: 497px)
{
    #bloq_mainSlider {
        height: 525px;
    }
    #bloq_mainSlider .slideImgBg.slideImgBg.slide_1_desktop
    {
        display: none;
    }
    #bloq_mainSlider .slideImgBg.mobile
    {
        display: block;
    }
/* showing text */

#bloq_mainSlider .mslide.n1 .txt_block {
    display:block;
}

}

#kr_chippicker_form_result{display:none;}
/*.kr_chippicker_row{
	background:url(../img/foto/zapolniFormuGAGT_1.jpg) no-repeat -227px 55px;
}*/
.kr_chippicker_row.gt{
	/*background: url(../img/foto/zapolniFormuGAGT_2.jpg) no-repeat 47% 82px;*/
    background: url(../img/foto/gt_info.png) no-repeat 47% 82px;
background-position: center top;
    background-position-y: 199px;
   opacity: 0;
/*	-webkit-background-size: auto 300px;*/
/*	background-size: auto 300px;	*/
}
.kr_chippicker_row.ga{
     opacity: 0;
}
.kr_chippicker_row.kr_chippicker_home{background-image:none;}

.kr_chippicker_select{}

.kr_chippicker_default {
  display: none;
}
.kr_chippicker_select .jq-selectbox__dropdown{}
.kr_chippicker_select .jq-selectbox__dropdown ul{max-height:200px;}

.jq-selectbox__dropdown > .ps-container > .ps-scrollbar-y-rail {
	opacity: 1;
	right: 5px !important;
}

.faq-h2{
    font-family: Goth_MediumItalic;
    font-size: 20px;
    color: #ffdd00;
    margin-bottom: 25px;
    margin-top: 20px;
}

.faq-h2__first{
    margin-top: 0;
}

.bonus-block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}
.bonus-block__item{ 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    flex-basis: 200px;
    flex-grow: 1;
    justify-content: center;
}
.bonus-block__icon{
	margin-right:  13px;
}
.bonus-block__title{
	width: 112px;
	color: #bebebe;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Goth_Pro1';
}

.chippicker-title{
    padding-top: 130px;
    text-align: center;
    margin-bottom: -85px;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
	font-family: 'Goth_BoldItalic';
	font-size: 2em;
    margin: .67em 0;	
}

.chippicker-title.like-h1 {
	margin: -20px 0 0 0;
	padding: 0px;
}

.chippicker-title span{
    color: #ffdd00;
}
/* for gt  */
#fright_gt .d3 .s3{
    position:relative;
    left:-8px;
    
}
#fleft_gt .d3 .s1{
  font-size: 10px !important;
    line-height: 20px !important;
    margin-right: 3px !important;
    font-family:Hel_Light;
}
#fleft_gt .d1 .p2 {
    font-family: Goth_Light;
    font-size: 10px !important;
    width: 200px ;
    color:none;
}
#fright_gt >div .e1{
font-size:14px !important;
    width: 117px !important;
    color:#a0a0a0;
}
#fright_gt >div .e2{
    right: -2px !important;
}

#fleft_gt .d2 p {

    font-size:14px !important;
    width: 195px;
    font-family:Goth_Light;
    
}
#title_top{
     width: 100%;
    text-align: center;
}

#title_top span{
    color:#ffdb0a;
    font-family:'GothamPro';
        font-size: 20px;
    text-transform: uppercase;
}
.gt-title{
    margin-top: 120px;
    width: 100%;
    text-align: center;
}
.gt-title span{
    color:#ffdb0a;
    font-family:'GothamPro';
        font-size: 20px;
    text-transform: uppercase;
}
#menu-click{
    width:100%;
    margin-top:24px;
    text-align: center;
}
li.menu-item{
      margin-left: 26px;
    display: inline-block;
    border: 2px solid #c3a900;

    border-radius: 8px;
    width: 187px;
    height: 34px;
    text-align: center;
}
li.menu-item span{
    font-size:14pt;
    font-color:#404040;
    font-family:'HelNe_ULight';
        position: relative;
    top: 6px;
}
#gt-main-info{
    margin-top:57px;
}
#li-main-info{
      /* float: right; */
    position: absolute;
    display: inline-flex;
    margin-left: 227px;
        margin-top: 36px;
}
div#main_img{
    width: 99%;
}
div#main_img img{
        position: relative;
    left: -42px;
}
#info-left{
       margin-right: 521px;
}
li.left-li {
    margin-bottom: 40px;
}
#first-title{
    font-family: 'Goth_BoldItalic';
    font-size: 22pt;
    text-transform: uppercase;
    color: #ffdd00;
}
#first-text{
    font-family: Goth_Light;
    font-size: 10pt;
    color: #bababb;
}
.left-li img{
        float: left;
    margin-right: 26px;
}
#second-text{
    font-family: Goth_Light;
    font-size: 13px;
    color: #bababb;
    text-transform: uppercase;
    vertical-align: top;
}
#third-text{
    font-size: 10pt;
    color: #ffdd00;
    font-family: Hel_Light;
}
span#price {
    font-size: 24pt;
    font-family: Goth_Pro;
}

img.right-img {
    float: right;
    /* top: -24px; */
    margin-top: -22px;
}
li.right-li {
    /* text-align: center; */
    margin-bottom: 40px;
    /* margin-top: 23px; */
}
div#info-right {
    margin-top: 19px;
}

span.right-text {

    /* vertical-align: top; */
    font-family: 'Hel_UltraLight';
    font-size: 14pt;
    /* top: 8px; */
    /* text-align: center; */
    /* margin-top: 8px; */
    /* line-height: 20px; */
    margin-right: 23px;
}

div#pre_order_div {
    position: relative;
    top: -55px;
    text-align: center;
    margin-top: 193px;
}

.pre_order_button {
    text-decoration:none;
    width: 170px;
    /* height: 10px; */
    border-radius: 24px !important;
    height: 26px;
    color: #000;
    background-color: #ffdd00;
    display: block;
    text-transform: uppercase;
    font-family: 'Goth_Medium_1';
    font-size: 12px;
    line-height: 25px;
    margin: -36px auto 21px;
    padding: 0;
    border: 0;
    text-align: center;
}

div#about_left {
    margin: 0 auto;
    margin-right: 85px;
}
div#about_right {
    margin: 0 auto;
    margin-left: 0;
}
div#about_info {

    margin-top: 26px;
    display: inline-flex;
    width: 100%;
    /* text-align: center; */
    /* margin: 0 auto; */
}

#about_info li {
    margin-bottom: 10px;
    font-family: Goth_Light;
    font-size: 14pt;
}
div#about_right span {
   font-size:12pt;
   color:#515151;
}
li.type_about {
    text-transform: uppercase;
}
li.type_about:before {
    content: url(/themes/gantuning/assets/img/ico/elipse.png);
    /* transform: scale(.10); */
    /* background-size: 53px; */
    width: 100px;
    height: 100px;
    position: relative;
    /* top: 0; */
    bottom: 3px;
}
div#text_about_bottom {
        margin: 0 auto;
    width: 54%;
        margin-top: 17px;
}
div#text_about_bottom span {
    font-family: Goth_Light;
    font-size:14px;
}
span#bottom_second {
    font-size: 13px;
        color: #595959;
}

#form_info{
        width: 567px;
    margin: 0 auto;
    padding-left: 29px;
    padding-right: 29px;
    padding-top: 18px;
    padding-bottom: 18px;
    border: 3px solid #fcde05;
    line-height: 25px;
    font-family:Goth_Light;
    font-size:15px;
        margin-top: 23px;
}
#form_info #special{
    font-family:Goth_Bold;

}
#form_gt{
    margin-top:37px;
        text-align: center;
}
#form_gt ul{
    margin-left: 12px;
}
#form_gt form{
    width: 52%;
    text-align: center;
    margin: 0 auto;
}
#form_gt li {
    display: inline-block;
    text-align: center;
}
#form_gt li input[type='text']:hover{
    border:1px solid #c6ae14;
}
#form_gt li input {
     height: 32px;
    color: #fff;
    text-align:center;
    background-color: #000;
    /* border: 1px solid #ffdd00; */
    font-family: 'Helvetica Neue Light';
    text-transform: uppercase;
    border: 1px solid #414141;
    box-shadow: none;
    border-radius: 5px;
    padding: 0;
    z-index: 10;
    width: 190px;
    margin-right: 20px;
    /* font-weight: 600; */
}
#form_gt input[type='submit']{
    margin-top:30px;
	cursor: pointer;
}
.kr_checkout{
    display:none;
}
.choseMoreAuto{
    display:none !important ;
}
.kupitGT_dev {
    margin-top: 56px;
}
#gt_buy_mid{
    width: 861px;
}
#gt_best{
    font-family:Goth_Light;
        margin: 0 auto;
        width: 75%;
}

/* END for gt  */

.ui-autocomplete {
	width: 184px !important;
	background: #000;
	border: 1px solid #595959;
	border-radius: 0 0 4px 4px;
	border-top: 0;
	margin-top: -3px;
}

	.ui-autocomplete li {
		font-size: 11px;
		line-height: 25px;
		text-transform: uppercase;
		color: #FFF;
		white-space: nowrap;
	}

	.ui-autocomplete li:hover {
		color: #ffdd00;
	}
	
	.ui-autocomplete li div {
		font-family: 'Goth_Medium_1';
		padding-left: 10px;
	}
	
	.ui-autocomplete li div.ui-state-active {
		border: 0px;
		background: #000;
		cursor: pointer;
		color: #ffdd00;
	}
     @media screen and (orientation:portrait) and (max-width:1600px){
         #bloq_ganGT {
             background-position-y: 126px;
    background-position-x: 184px;
    background-size: 1200px;
         }
         #bloq_ganGA {
    background-position-y: 198px;
    background-position-x: 210px;
    background-size: 1200px;

     }
 }
/* OVERLAY */

.overlay{
    display:none;
        width: 100%;
    height: 100%;
    position: absolute;
    color: black;
    top: 0;
    z-index: 11;
    background-color: black;
    opacity: 0.6;
}
/* END OVERLAY */

/* pravki */

a.preview-slides-item-container-buy-footer-action-button {

    text-decoration: none;
}
a.preview-slides-item-container-buy-footer-action-button:hover {

    text-decoration: none;
}
/* end prevki */

/* Added div css form in chippicker_Category */
.form_category{

    margin-top: 30px !important;
}
/* Enden div css */

/*  pod selektom pokupka ga i gt  */
#under_select{
	text-align: center;
    width: 85%;
    margin: 50px auto 0px; 
}
/* end */

/* NEW-258 */
.info_text {
    display:none !important;
  
}
.info_text div {
    display:inline-block;
          height: 20px;
}
.info_text #b1 {
  width: 26%;
    color:#ffdd00;
    font-size:25px;
    text-transform:uppercase;
    font-family:'Goth_BoldItalic';
    margin-right: 14px;
}
.info_text #b2 {
        width: 68%;
    font-family: 'Goth_Light';
    font-size:11px;
}
.kr_cart_row .e1 .p3{
	display:none;
}
/*  END NEW-258 */
.kupitGAplus .device .dannie .d4 .e2 .s2, 
.kupitGAplus .device .dannie .d5 .e2 .s2, 
.kupitGAplus .device .dannie .d6 .e2 .s2{
    font-family: Hel_UltraLight;
}

.kupitGAplus .device .dannie .d6 .e2 .s2 {letter-spacing: -6px;}

@media (max-width: 767px){
    .live .live-content .live-card {
        margin-left: auto !important;
        margin-right: auto !important;
        width: inherit;
    }
    .newSlide.lslide.active{

    }
    .live .live-content .live-card{
        padding: 0 !important;
        margin: 0 !important
    } 
}
/*GAN-5*/
.order_rules{
    text-align: center;
    font-family: Goth_Light;
    margin-top: 31px;
    font-size: 13px;
}
.order_rules a {
      font-family: Goth_Light;
    font-size: 13px;
    color:#ffdb0a;
    text-decoration: underline;
        line-height: 27px;
}
div#show_rules {
     position: fixed;
    z-index: 999;
    background-color: white;
    color: black;
    text-align: center;
    top: 50px;
    width: 983px;
}
h2.title {
     font-family: Goth_Medium;
    font-size: 30px;
      width: 694px;
}
.rules_text {
  font-family: Goth_Pro;
    text-align: left;
   width: 84%;
    margin: 0 auto;
    word-break: break-all;
    margin-top: 31px;
}
.rules_text p {
      font-family: Goth_Pro;
color: #000000;
margin-bottom: 33px;
font-size: 16px;
}
.all_text{
        overflow-y: scroll;
            height: 100vh;
}
.hide_rules {
    width: 100%;
    height: 46px;
    background-image: url(../img/ico/+.png);
    /* background: no-repeat; */
    /* background-size: 266px; */
    /* background-position: 22px; */
    background-repeat: no-repeat;
    background-position: 962px 6px;
    background-size: 13px;
    cursor: pointer;
}
.order_rules a{
    cursor: pointer;
}
.oferta-item {
    margin-bottom: 55px;
}
/*GAN-5*/


