
/* iosSlider */

.main_slider_wrapper {
    height: 430px;
    width: 940px;
    margin: -50px auto -20px;
    overflow: hidden;
    position: relative;
}

.ios_slider_wrapper {
    margin: 30px 0;
}

/* slider container */
.ios {
    /* required */
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;

    width: 860px;
    height: 380px !important;
}

/* slider */

.ios a { border:none; }

.ios .slider {
    /* required */
    width: 100%;
    height: 100%;
}

/* slide */
.ios .slider > .item {
    /* required */
    float: left;
    width:100%;
    height:100%;

    display:block;
}

.ios .slider > .item img {
    display:block;
    width:100%;
    height:auto;
}


.ios .goTo {
    position:absolute;
    bottom:30px;
    width:100%;
    left:0;
    height:0;
    text-align:center;
}

.ios .goTo div {
    cursor:pointer;
    vertical-align:top;
    display:inline-block;
    width:11px;
    height:11px;
    background:#555;
    margin:0 10px;

    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
}

.ios .goTo div.selected { background:#4ba82e; }

.ios .arrow {
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.ios .arrow.next {
    width: 80%;
    right: 0;
}
.ios .arrow.prev {
    width: 20%;
    left: 0;
}
.ios .arrow:before {
    background: url(../img/arrows_middle.png) no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 73px;
    height: 125px;
    margin-top: -62px;
    content: " ";
}
.ios .arrow.next:before {
    right: 20px;
    background-position: -73px 0;
}
.ios .arrow.next:hover:before {
    background-position: -73px -125px;
}
.ios .arrow.prev:before {
    left: 20px;
    background-position: 0 0;
}
.ios .arrow.prev:hover:before {
    background-position: 0 -125px;
}

.allsliderstuff {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

/* thumbs ios slider */

.thumbsSlider_wrap {
    height: 111px;
    padding:15px 30px 12px;
    background:#F5F5F5;
    position: relative;
    border:1px solid #ccc;
    margin: -35px auto 0;
    z-index: 5;
    width: 802px;
}

.thumbsSlider{
    margin:0;
    width: 100%;
    height: 100% !important;
    position:relative;
    margin:0 auto;
}

.thumbsSlider .slider {
    width: 100%;
    height: 100%;
    white-space:nowrap;
}

.thumbsSlider .button {
    position:relative;
    display:inline-block;
    vertical-align:top;
    margin: 0 4px;
    width: 194px;
    cursor:pointer;
    overflow:hidden;
    text-align:center;

}
.thumbsSlider .button .img_wrap {
    width: 192px;
    height: 90px;
    transition:opacity .4s;
    opacity: 0.7;
    border: 1px solid transparent;
    margin-bottom: 5px;
    overflow: hidden;
}

.thumbsSlider .button img {
    display:block;
    /*width:100%;*/
}

.thumbsSlider .button:hover .img_wrap {
    opacity: 1;
}

.thumbsSlider .button.selected .img_wrap {
    opacity: 1;
    border: 1px solid #000;
}

.thumbsSlider .button .title {
    color: #4ba82e;
}
.thumbsSlider .button:hover .title {
    color: #4ba82e;
    text-decoration: underline;
}

.thumbsSlider .button.selected .title {
    color: #000;
    text-decoration: none;
}

.thumbsSlider_wrap .slide_arrow {
    width: 14px;
    height: 24px;
    position: absolute;
    left: 8px;
    top: 44px;
    background: url('../img/icons_arrows.png')  no-repeat -3px 0;
    cursor: pointer;
}

.thumbsSlider_wrap .thumbNext{
    background: url('../img/icons_arrows.png') no-repeat -18px 0;
    left: auto;
    right: 8px;
}


.slider_spacer {
    padding-top: 152px;
}


.slide_txt {
    position: absolute;
    top: 40px;
    left: 40px;
    color: #fff;
    font-size: 18px;
    font-family: 'skodapro_bold';
    padding: 15px;
    background: #4BA82E;
    background: rgba(75, 168, 46, 0.9);
}
.slide_link {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    font-family: 'skodapro';
}
.slide_link:hover {
    color: #fff;
}
.slide_link:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background:#53a81b url(../img/icons_arrows.png) -32px 0 no-repeat;
}



/*slider styles*/
.slider_wrapper {
    width: 100%;
    height: 556px;
    position: relative;
    overflow: hidden;
}
.slider_content {
    width: 100%;
    height: 100%;
}
.slider_item {
    text-decoration: none!important;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.slider_title {
    font-family: 'skodapro_bold', sans-serif;
    width: 860px;
    margin: 40px auto 30px;
    font-size: 64px;
    line-height: 64px;
    color: white;
    text-shadow: -2px 2px 0 #b2b5b7;
    text-transform: uppercase;
    white-space: pre-wrap;
    position: relative;
}
.slider_title.smaller {
    font-size: 48px;
    line-height: 48px;
}
.slider_title.bigger {
    font-size: 80px;
    line-height: 80px;
}
.slider_title.sub_title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
    text-shadow: none;
    text-transform: none;
}
.slider_title.dark {
    color: #000;
}

/* slick slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
/*dots style*/
.slider_nav_wrapper {
    position: absolute;
    bottom: 0;
    text-align: right;
    background-color: rgba(240,240,240,0.7);
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 20px;
    width: 820px;
    left: 50%;
    margin-left: -430px;
}
.dot_wrapper {
    display: inline-block;
    padding: 0 20px;
}
.slick-dots {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    height: 8px;
    padding: 0;
    list-style: none;
    margin: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    margin: 0 12px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: #555;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    content: '';
}
.slick-dots li.slick-active button:before
{
    background: #4ba82e;
}
.slick_prev,
.slick_next
{
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    width: 13px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    position: relative;
    background: url('../img/dots-arrows.png');
}
.slick_prev {
    background-position: 0 top;
}
.slick_prev:hover {
    background-position: 0 bottom;
}
.slick_next {
    background-position: right top;
}
.slick_next:hover {
    background-position: right bottom;
}
/*slider styles end*/

.tabs_type_line .tabs_select {
    background: none;
    color: #000;
    padding: 0;
    border-bottom: 3px solid #4ba82e;
}

.tabs_type_line .tabs_select_item a {
    color: #000;
    padding: 0 19px 7px 18px;
    height: 15px;
    line-height: 15px;
    background: none;
}
.tabs_type_line .tabs_select_item a:hover {
    color: #4ba82e;
    margin-top: 0;
}

.tabs_type_line .tabs_select_item.current a {
    color: #000;
    background: none;
    padding-top: 0;
    margin-top: 0;
    font-weight: bold;
}

.tabs_type_line .tabs_select_item:first-child a {
    padding-left: 0;
}


.tabs_type_line .tabs_select_item:after {
    height: 11px;
    left: -1px;
    bottom: auto;
    top: 50%;
    margin-top: -8px;
    background: #c8cdce;
}

.tabs_type_line .tabs_select_item.current:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #4ba82e;
    margin: 0 0 0 -5px;
}

.tabs_type_line .tabs_select_item.current:first-child:before {
    margin-left: -15px;
}

.tabs_type_line .tabs_item {
    padding-top: 16px;
}

/*ios full width on model detail page */
.iosSlider {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 430px;
    max-width: 2820px;
    margin: 0 auto;
}

.iosSlider .slider {
    width: 100%;
    height: 100%;
}

.iosSlider .slider .item {
    float: left;
    width: 940px;
    height: 100%;
    text-align: center;
}

.iosSlider .arrow {
    width: 50px;
    height: 50px;
    background: #4ba82e;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}
.iosSlider .arrow:hover {
    background: #398124;
}
.iosSlider .arrow.prev {
    right: 50%;
    margin-right: 420px;
}
.iosSlider .arrow.next {
    left: 50%;
    margin-left: 420px;
}
.iosSlider .arrow:before {
    content: "";
    background: url(../img/icons_arrows.png) no-repeat;
    width: 15px;
    height: 27px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 50%;
    margin-left: -7px;
}
.iosSlider .arrow.next:before {
    background-position: -1px -108px;
}
.iosSlider .arrow.prev:before {
    background-position: -39px -108px;
    margin-left: -8px;
}

.avn_card_slider .slider_overlay {
    width: 940px;
    height: 430px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -470px;
    z-index: 10;
}
.avn_card_slider .overlay_item {
    width: 940px;
    height: 430px;
    background-color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    position: absolute;
    top: 0;
    z-index: 10;
}
.avn_card_slider .overlay_item.left {
    right: 50%;
    margin-right: 470px;
}
.avn_card_slider .overlay_item.right {
    left: 50%;
    margin-left: 470px;
}

.no_back_pic {
    position: relative;
}
.no_back_pic:before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(219,219,219,1);
    background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(245,245,245,1) 15%, rgba(250,250,250,1) 38%, rgba(245,245,245,1) 50%, rgba(219,219,219,1) 77%, rgba(204,204,204,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,219,219,1)), color-stop(15%, rgba(245,245,245,1)), color-stop(38%, rgba(250,250,250,1)), color-stop(50%, rgba(245,245,245,1)), color-stop(77%, rgba(219,219,219,1)), color-stop(100%, rgba(204,204,204,1)));
    background: -webkit-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(245,245,245,1) 15%, rgba(250,250,250,1) 38%, rgba(245,245,245,1) 50%, rgba(219,219,219,1) 77%, rgba(204,204,204,1) 100%);
    background: -o-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(245,245,245,1) 15%, rgba(250,250,250,1) 38%, rgba(245,245,245,1) 50%, rgba(219,219,219,1) 77%, rgba(204,204,204,1) 100%);
    background: -ms-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(245,245,245,1) 15%, rgba(250,250,250,1) 38%, rgba(245,245,245,1) 50%, rgba(219,219,219,1) 77%, rgba(204,204,204,1) 100%);
    background: linear-gradient(to bottom, rgba(219,219,219,1) 0%, rgba(245,245,245,1) 15%, rgba(250,250,250,1) 38%, rgba(245,245,245,1) 50%, rgba(219,219,219,1) 77%, rgba(204,204,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#cccccc', GradientType=0 );
}
.no_back_pic img {
    position: relative;
    z-index: 2;
}

.main_gallery_wrapper.content_gallery {
    width: 868px;
    margin-bottom: 10px;
}

.main_gallery_wrapper.content_gallery .main_gallery_item {
    width: 206px!important;
    height: 215px;
}

.main_gallery_wrapper .main_gallery_item.video_item:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/video.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.reviews_tzrs .tzr_img {
    width: 110px;
    height: 160px;
}
.reviews_tzrs .tzr_item {
    padding-left: 130px;
    min-height: 160px;
}
.reviews_tzrs .tzr_item .arrow_sq_w {
    text-decoration: none;
}

.video_fancy .fancybox-next,
.video_fancy .fancybox-prev {
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
}

.content_grid {
    width: 868px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.content_grid .grid_1 {
    width: 206px!important;
}

.articles_tzrs .tzr_img {
    width: 180px;
    height: 140px;
}
.articles_tzrs .tzr_item {
    padding-left: 200px;
    min-height: 140px;
    border-bottom: 1px solid #9A9A9A;
    padding-bottom: 30px;
}
.articles_tzrs .tzr_item .arrow_sq_w {
    text-decoration: none;
}

.skoda-fonts h2{
    font-family: 'Skoda Pro',Verdana;
}

.page{
    position: relative;
    min-height: 500px;
}

.page:after {
    content: "";
    display: table;
    clear: both;
}

table th,
table td {
    padding: 5px;
}

table th{
    background: #86c36c;
}

.avn_card_descr table th{
    background: inherit;
}

.skoda_owner {
    margin-left: 15px;
}

.skoda-rteStyle-SkodaPro{
    font-family: 'skodapro', sans-serif;
}

.fancybox-lock  {
    width: 100% !important;
}

.fancybox-lock body {
    margin-left: -8px;
}

.dc_avn_right{
    float: right;
    font-size: 20px;
    font-family: 'skodapro', sans-serif;
    margin-top: 5px;
    display: inline-block;
    margin-right: 15px;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a.print_display[href]:after  {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



.slidedown_text_wrap .text{
    height:150px;
    overflow:hidden;
    padding-bottom:15px;
}


.slidedown_text_wrap .text .gradient {
    bottom: 25px;
    height: 15px;
    position: absolute;
    width: 100%;
    z-index: 10;
    background: url("../img/bg_moar.png") repeat-x scroll bottom;
}

.slidedown_text_wrap .slidedown{
    position:relative;
    z-index: 2;
}

.moar {
    padding-top:20px;
    color: #53a81b;
    cursor:pointer;
}

.moar .trigger:after{
    content:'Показать';
}

.moar.opened .trigger:after {
    content:'Скрыть';
}

.moar .trigger .trigger_img{
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -137px -23px;
    width:15px;
    display:inline-block;
    line-height: 0.7;
}

.moar.opened .trigger .trigger_img{
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -137px -14px;
}

.padding-top-0{
    padding-top: 0px;
}

/* Стиль для вывода информера биллинга */

.billing-informer {
    position: fixed;
    width: 100%;
    height: 30px;
    background-color: #C10505;
    z-index: 100;
    text-align: center;
    color: #FFF;
    font-size: 110%;
    line-height: 30px;
}

.billing-informer a{
    color: #000;
}

.billing-informer a:hover{
    color: #FFF;
}

.caroufredsel_wrapper{
    left: 0px!important;
    overflow: visible!important;
}
.sliderModuleDisplayMainPanel{
    overflow: visible!important;
}
.columnTable{
    margin-left: -25px;
}
.columnTable td {
    width: 190px;
}


.ui-icon{
    text-indent: -99999px;
}

.table_std {
    width: 100%;
    background: #fff;
    color: #555;
    margin: 10px 0 20px;
    line-height: 17px;
    font-size: 11px;
}
.table_std tr td:nth-child(2n) {
    background: #f5f5f5;
}
.table_std tr:nth-child(2n+1) {
    background: #f5f5f5;
}
.table_std tr:nth-child(2n+1) td:nth-child(2n) {
    background: #ececec;
}
.table_std tr:first-child th {
    background-color: #9f9f9f;
    color: #fff;
}
.table_std tr:first-child th:nth-child(2n) {
    background-color: #7f7f7f;
}
.table_std td,
.table_std th {
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
}

.table_cit {
    width:100%;
    font-size: 11px;
}
.table_cit th, .table_cit td {
    padding: 5px 10px;
}
.table_cit th {
    text-align: left;
}
.table_cit thead tr {
    background: #ccc;
}
.table_cit tr th:only-child {
    /*background: #ececec;*/
    text-align: center;
}
.table_cit tr:nth-child(2n) {
    background: #ececec;
}
.models_title_wrapper{
    position:relative;
    top: 35px;
    z-index: 1;
}
.field-TIME {
    display: none;
}
.field-TIME .timepicker_wrap select {
    width: 149px;
}
.field-TIME .time_value {
    display: none;
}

/* ACTION COUNTDOWN */
.action_cdown {
    position: absolute;
    right: 20px;
    top: 26px;
    font-family: 'skodapro', sans-serif;
}

.action_cdown_text {
    margin: 5px 0 0;
    text-align: center;
}

.action_cdown_timer {
    font-size: 21px;
    color: #4ca92e;
    text-align: center;
    font-family: 'skodapro_bold',sans-serif;
}

.cdown_element {
    display: inline-block;
    min-width: 27px;
    text-align: center;
}

.cdown_separator {
    display: inline-block;
    padding: 0 5px;
}

/* version msg */
.version-msg {
    padding: 15px 0;
    font-size: 15px;
}

.version-msg .centred_wrapper {
    position: relative;
}

.version-msg_text {
    display: inline-block;
    line-height: 32px;
}

.version-msg_btn {
    margin-left: 10px;
}

.version-msg_close {
    position: absolute;
    right: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: url(../img/sprite.png) no-repeat -1px -121px;
}

/* message - end */

/* car_valution */

.load_file{
    display: inline-block;
    border: 1px solid #b2b7bb !important;
    border-radius: 3px !important;
    height: 30px;
    line-height: 27px;
    padding: 0 20px;
    cursor: pointer;
    text-align: center;
}
/** showcase_gallery **/

.showcase_gallery {margin:0 -10px 8px; width: 867px;}

.showcase_gallery a {
    display:block;
    float:left;
    margin:0 4px 12px;
    width:280px;
    height:175px;
    overflow:hidden;
    position:relative;
    text-decoration:none;
}

.showcase_gallery a img {
    display:block;
    position:relative;
    height:100%;
    width:auto;
}

.showcase_gallery.one_two a:first-child {
    width:620px;
    height:372px;
    float:left;
}

.showcase_gallery.two_one a:first-child {
    width:620px;
    height:372px;
    float:right;
}


.showcase_gallery a span {
    display:none;
    text-decoration:none;
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    padding:10px 16px;
    background:#2B2B2B;
    background:rgba(0,0,0,0.5);
    color:#fff;
    z-index:100;
    font-size:13px;
}

/****/
.grid_12.separator,
.grid_12.separator2,
.container_12.separator {
    padding-top:38px;
    /*margin-top:25px;*/
    margin-top:30px;
    border-top: 1px solid #b2b7bb ;
    /*width: 100%;*/
}
/* end car_valution */

.form_wrapper.form_common {
    width: 441px;
    margin: 0 auto;
}
.form_wrapper.form_common .form_content .form_msg {
    text-align: center;
}
.lt-ie10 {
    text-align: center;
    color: #ffffff;
    background: #4ba82e;
    padding: 20px 0;
    font-size: 14px;
}

.btn.btn_biggest {
    padding: 15px 30px 17px 17px;
    line-height: 1;
    font: 17px 'skodapro', Verdana, Helvetica, Arial, sans-serif;
}

.aside_btn, a.aside_btn {
    font-family: 'skodapro', sans-serif;
}

.breadcrumbs {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-header__logo {
    float: left;
    line-height: 71px;
    max-height: 71px;
    vertical-align: middle;
}

.main-header__logo-img {
    max-height: 71px;
    width: 100%;
    display: inline-block;
}

.main_avn {
    padding-top: 16px;
    margin-top: 20px;
}

.seo_bottom{
    padding-bottom: 20px;
}

.recaptcha{
    width: 304px;
    height: 78px;
}