@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Roboto-Light-Italic';
    src: url('../fonts/Roboto-Light-Italic.eot');
    src: url('../fonts/Roboto-Light-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-Italic.woff2') format('woff2'), url('../fonts/Roboto-Light-Italic.woff') format('woff'), url('../fonts/Roboto-Light-Italic.ttf') format('truetype'), url('../fonts/Roboto-Light-Italic.svg#Roboto-Light-Italic') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: normal;
    font-style: normal
}
.wrapper .section-4 h5 {
    color: #fff;
    background: #00247d; /* Old browsers */
    background: -moz-linear-gradient(left,  #00247d 0%, #0048c6 50%, #00247d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00247d), color-stop(50%,#0048c6), color-stop(100%,#00247d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #00247d 0%,#0048c6 50%,#00247d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #00247d 0%,#0048c6 50%,#00247d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #00247d 0%,#0048c6 50%,#00247d 100%); /* IE10+ */
    background: linear-gradient(to right,  #00247d 0%,#0048c6 50%,#00247d 100%); /* W3C */
}
.start-btn, #olgs_submit {
    color: #fff;
     background: #d44848; /* Old browsers */
    background: -moz-linear-gradient(top,  #d44848 0%, #c60c0c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d44848), color-stop(100%,#c60c0c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d44848 0%,#c60c0c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d44848 0%,#c60c0c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d44848 0%,#c60c0c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d44848 0%,#c60c0c 100%); /* W3C */
    border: 1px solid #961a1a;
    
}

.start-btn:hover, #olgs_submit:hover {
    background: rgb(215,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(215,0,0,1) 0%, rgba(123,3,3,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,0,0,1)), color-stop(100%,rgba(123,3,3,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(215,0,0,1) 0%,rgba(123,3,3,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(215,0,0,1) 0%,rgba(123,3,3,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(215,0,0,1) 0%,rgba(123,3,3,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(215,0,0,1) 0%,rgba(123,3,3,1) 100%); /* W3C */
    border: 1px solid #961a1a;
}

.wrapper .section-1 h2 {
    background: #00247d; /* Old browsers */
    background: -moz-linear-gradient(left,  #00247d 0%, #0048c6 50%, #00247d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00247d), color-stop(50%,#0048c6), color-stop(100%,#00247d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #00247d 0%,#0048c6 50%,#00247d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #00247d 0%,#0048c6 50%,#00247d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #00247d 0%,#0048c6 50%,#00247d 100%); /* IE10+ */
    background: linear-gradient(to right,  #00247d 0%,#0048c6 50%,#00247d 100%); /* W3C */
    color: #fff;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type="text"], input[type="submit"], input[type="button"] {
    -moz-appearance: none;
    -webkit-appearance: none
}

input:focus {
    outline: 0
}

a:hover {
    text-decoration: none
}

select::-ms-expand {
    display: none
}

html {
    height: 100%
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block
}

body {
    font: 16px/22px "Roboto-Regular", sans-serif;
    height: 100%;
    background-image: url("../images/section1_bgrd.jpg");
    background-repeat: repeat
}

.nav {
    text-align: center;
    position: fixed;
    top: 85px;
    right: 20px;
    z-index: 9999
}

.nav li {
    margin: 0 0 40px 0
}

.nav li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #4a2b5a;
    margin: 0 auto;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
     -webkit-transition : -webkit-transform .3 s ease, background-color .3 s ease;
    transition: transform .3s ease, background-color .3s ease
}

.nav li a.active {
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2)
}

.container {
    width: 988px;
    margin: 0 auto
}

.start-btn, #olgs_submit {
    width: 306px;
    height: 62px;
    display: block;
    font: 29px/62px "Roboto-Light", sans-serif;
    text-decoration: none;
    text-align: center;
    border-radius: 31px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.start-btn:active, .start-btn:focus, #olgs_submit:active, #olgs_submit:focus {
    -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.82);
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.82)
}

.wrapper {
    width: 100%;
    min-width: 988px;
    min-height: 100%;
    height: auto !important;
    height: 100%
}

.wrapper .section-1 {
    text-align: center
}

.wrapper .section-1 .head {
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0 11px 0;
    text-align: center;
    color: #5d5d5d;
    font-weight: 500
}

.wrapper .section-1 .head a, .wrapper .section-1 .head p {
    display: inline-block
}

.wrapper .section-1 .head p {
    vertical-align: middle;
    margin: -21px 0 0 10px
}

.wrapper .section-1 h1 {
    font: 48px "Roboto-Medium", sans-serif;
    color: #323232;
    padding: 56px 0 0 0
}

.wrapper .section-1 h2 {
    width: 100%;
    font: 48px "Roboto-Light", sans-serif;
    padding: 8px 0;
    margin: 23px 0 65px 0;
}

.wrapper .section-1 img, .wrapper .section-1 .start-btn {
    display: block;
    margin: 0 auto
}

.wrapper .section-1 .arrow {
    padding: 21px 0 41px 0
}

.wrapper .section-2 {
    margin: 83px 0 0 0;
    background-image: url("../images/shadow_line.png");
    background-repeat: no-repeat;
    background-position: top center
}

.wrapper .section-2 .caption, .wrapper .section-2 .steps {
    width: 450px;
    display: inline-block;
    vertical-align: top
}

.wrapper .section-2 .caption h3 {
    text-align: left;
    font: 44px "Roboto-Medium", sans-serif;
    color: #323232;
    padding: 171px 0 66px 0
}

.wrapper .section-2 .caption .start-btn {
    margin: 0
}

.wrapper .section-2 .steps {
    padding: 54px 0 0 0
}

.wrapper .section-2 .steps div {
    text-align: center;
    margin: 0 0 44px 115px
}

.wrapper .section-2 .steps div .number {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 0 -30px 0;
    background: #686868;
    color: #fff;
    font: 16px/24px "Roboto-Medium", sans-serif;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    
}

.wrapper .section-2 .steps div img {
    padding: 0 0 0 50px
}

.wrapper .section-2 .quote-box {
    border-top: 3px solid #7b5d8a;
    background: #fff;
    padding: 28px 0 49px 0;
    font-size: 24px;
    color: #414141
}

.wrapper .section-2 .quote-box .quote {
    font-family: "Roboto-Light-Italic", sans-serif
}

.wrapper .section-2 .quote-box .author {
    padding: 22px 0 0 0;
    font-family: "Roboto-Medium", sans-serif
}

.wrapper .section-3 {
    background: #f3f3f3;
    color: #323232
}

.wrapper .section-3 .container {
    padding: 37px 0 60px 102px
}

.wrapper .section-3 .container h4 {
    text-align: center;
    font: 48px "Roboto-Medium", sans-serif;
    padding: 0 0 50px 0
}

.wrapper .section-3 .container .offer-images, .wrapper .section-3 .container .offer-lists {
    display: inline-block;
    vertical-align: top
}

.wrapper .section-3 .container .offer-images {
    padding: 0 116px 0 0
}

.wrapper .section-3 .container .offer-images img {
    display: block
}

.wrapper .section-3 .container .offer-images .img-2 {
    padding: 58px 0 75px 0
}

.wrapper .section-3 .container .offer-lists ul {
    list-style-image: url("../images/accept_icon.png");
    font: 22px "Roboto-Light", sans-serif;
    color: #323232;
    margin: 0 0 45px 0
}

.wrapper .section-3 .container .offer-lists ul li {
    padding: 0 0 7px 18px
}

.wrapper .section-3 .container .start-btn {
    margin: 0 0 0 262px
}

.wrapper .section-4 {
    padding: 79px 0 0 0;
    background-color: #fff;
    background-image: url("../images/section_4_bgrd.jpg");
    background-repeat: no-repeat;
    background-position: center top 26px
}

.wrapper .section-4 h5 {
    position: relative;
    text-align: center;
    font: 36px "Roboto-Medium", sans-serif;
    padding: 17px 0 15px 0;
}

.wrapper .section-4 h5:after {
    content: " ";
    position: absolute;
    display: block;
    left: 50%;
    margin: 0 0 0 -22px;
    bottom: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 14px 0 14px;
	border-color: #0048c6 transparent transparent transparent;
}

.wrapper .section-4 #olgs_block {
    width: 715px;
    padding: 54px 0 110px 0;
    position: relative;
}

.wrapper .section-4 #olgs_block ol li {
    display: inline-block;
}

.wrapper .section-4 #olgs_block #olgs_fullname, .wrapper .section-4 #olgs_block #olgs_email, .wrapper .section-4 #olgs_block #olgs_country3, .wrapper .section-4 #olgs_block #olgs_phone_two_fields_1, .wrapper .section-4 #olgs_block #olgs_phone_two_fields_2 {
    width: 318px;
    height: 47px;
    border: 3px solid #e2e2e2;
    font: 18px "Roboto-Regular", sans-serif;
    color: #565656;
    padding: 0 20px;
    margin: 0 0 6px 0;
    background: #fff;
    border-radius: 47px;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    -ms-border-radius: 47px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.wrapper .section-4 #olgs_block #olgs_fullname.olgs_incorrect, .wrapper .section-4 #olgs_block #olgs_email.olgs_incorrect, .wrapper .section-4 #olgs_block #olgs_country3.olgs_incorrect, .wrapper .section-4 #olgs_block #olgs_phone_two_fields_1.olgs_incorrect, .wrapper .section-4 #olgs_block #olgs_phone_two_fields_2.olgs_incorrect {
    background-color: #ffc9c9;
    border-color: #ffe6e6;
}

.wrapper .section-4 #olgs_block #olgs_country3 {
    width: 323px;
    background:#fff url("../images/select-arrow.png") 95% 50% no-repeat;
    line-height: 1em;
    text-indent: .01px;
    text-overflow: "";
    cursor: pointer;
}

.wrapper .section-4 #olgs_block #olgs_phone_two_fields_1 {
    width: 100px;
    margin: 0 7px 0 0;
    border-radius: 47px 2px 2px 47px;
    -webkit-border-radius: 47px 2px 2px 47px;
    -moz-border-radius: 47px 2px 2px 47px;
    -ms-border-radius: 47px 2px 2px 47px;
}

.wrapper .section-4 #olgs_block #olgs_phone_two_fields_2 {
    width: 217px;
    border-radius: 2px 47px 47px 2px;
    -webkit-border-radius: 2px 47px 47px 2px;
    -moz-border-radius: 2px 47px 47px 2px;
    -ms-border-radius: 2px 47px 47px 2px;
}

.wrapper .section-4 #olgs_block #olgs_checkbox_i_agree_line {
    padding: 16px 0 0 0;
}

.wrapper .section-4 #olgs_block .olgs_checkbox_text {
    font: 16px "Roboto-Regular", sans-serif
}

.wrapper .section-4 #olgs_block .olgs_checkbox_text a {
    color: #3d6bc1
}

.wrapper .section-4 #olgs_block #olgs_submit {
    position: absolute;
    left: 16px;
    top: 250px;
    border: 0;
    cursor: pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.wrapper .section-4 .policy {
    position: relative;
    color: #3d6bc1;
    float: right;
    margin: -80px 170px 0 0
}

.wrapper .section-4 .footer {
    padding: 36px 0 50px 0;
    border-top: 2px solid #775986;
    background-color: transparent;
    background-image: url("../images/shadow_line.png");
    background-repeat: no-repeat;
    background-position: bottom 14px center;
    color: #424242;
    text-align: center;
    font-size: 16px
}

.wrapper .section-4 .footer .cards-2 {
    padding: 0 57px 0 0
}

.wrapper .section-4 .footer p {
    padding: 21px 0 0 0
}

@media screen and (min-width: 768px) and (max-width: 940px) {
    .wrapper {
        min-width: 768px
    }

    .container {
        width: 768px;
        padding: 0 30px
    }

    .wrapper .section-1 h1 {
        padding: 35px 0 0 0
    }

    .wrapper .section-1 .step-box {
        padding: 0 0 100px 0;
        margin: 46px 0 0 0
    }

    .wrapper .section-1 .step-box .caption {
        position: relative
    }

    .wrapper .section-1 .step-box .caption h3 {
        text-align: inherit;
        padding: 60px 0 30px 0
    }

    .wrapper .section-1 .step-box .caption .start-btn {
        position: absolute;
        top: 800px;
        left: 72px
    }

    .wrapper .section-1 .step-box .steps {
        width: inherit;
        padding: 10px 13px 0 0
    }

    .wrapper .section-2 {
        text-align: center
    }

    .wrapper .section-2 .caption h3 {
        padding: 55px 0 40px 0
    }

    .wrapper .section-2 .caption .start-btn {
        margin: 0 auto
    }

    .wrapper .section-2 .steps {
        padding: 75px 0 0 0
    }

    .wrapper .section-2 .steps div {
        margin: 0 0 45px 0
    }

    .wrapper .section-2 .quote-box {
        text-align: left;
        padding: 25px 0 30px 0
    }

    .wrapper .section-3 .container {
        padding: 25px 30px 40px
    }

    .wrapper .section-3 .container .offer-images {
        padding: 0 55px 0 0
    }

    .wrapper .section-3 .container .start-btn {
        margin: 0 auto
    }

    .wrapper .section-4 {
        padding: 60px 0 0 0
    }

    .wrapper .section-4 h5 {
        font-size: 32px
    }

    .wrapper .section-4 h5:after {
        margin: 0 0 0 -18px;
    }

    .wrapper .section-4 .footer {
        padding: 20px 0 35px 0
    }

    .wrapper .section-4 .footer .cards-2 {
        padding: 8px 0
    }

    .wrapper .section-4 .footer img {
        padding: 8px 0;
        margin: 0 auto;
        display: block
    }

    .wrapper .section-4 .policy {
        margin-right: 30px
    }
}

@media screen and (max-width: 767px) {
    .wrapper {
        min-width: 480px
    }

    .container {
        width: 480px;
        padding: 0 30px
    }

    .nav {
        right: 10px
    }

    .start-btn {
        width: 390px
    }

    .wrapper .section-1 h1 {
        font-size: 36px;
        padding: 29px 0 0 0
    }

    .wrapper .section-1 h2 {
        font-size: 32px;
        padding: 35px 0 40px 0
    }

    .wrapper .section-2 {
        padding: 22px 0 0 0;
        text-align: center
    }

    .wrapper .section-2 .caption, .wrapper .section-2 .steps {
        width: 390px
    }

    .wrapper .section-2 .caption h3 {
        font-size: 36px;
        text-align: center;
        padding: 39px 0 36px 0
    }

    .wrapper .section-2 .caption .start-btn {
        margin: 0 auto
    }

    .wrapper .section-2 .steps div {
        margin: 0 0 45px 0
    }

    .wrapper .section-2 .quote-box {
        text-align: left;
        padding: 25px 0 30px 0
    }

    .wrapper .section-2 .quote-box .author {
        font-size: 18px
    }

    .wrapper .section-3 .container {
        padding: 33px 30px 62px 30px
    }

    .wrapper .section-3 .container h4 {
        padding: 0 0 34px 0
    }

    .wrapper .section-3 .container .offer-images {
        display: none
    }

    .wrapper .section-3 .container .offer-lists {
        padding: 0 0 0 40px
    }

    .wrapper .section-3 .container .offer-lists ul {
        margin: 0 0 25px 0
    }

    .wrapper .section-3 .container .start-btn {
        margin: 0 auto
    }

    .wrapper .section-4 {
        padding: 37px 0 0 0;
        text-align: center
    }

    .wrapper .section-4 h5 {
        padding: 17px 30px 15px 30px;
        font-size: 28px
    }
	.wrapper .section-4 h5:after {margin-left:-14px;}
    .wrapper .section-4 #olgs_block {
        width: 420px;
        text-align: center;
        padding: 35px 0 90px 0
    }

    .wrapper .section-4 #olgs_block ol li {
        display: block
    }

    .wrapper .section-4 #olgs_block #olgs_country3 {
        width: 314px
    }

    .wrapper .section-4 #olgs_block #olgs_phone_two_fields_2 {
        width: 211px
    }

    .wrapper .section-4 #olgs_block #olgs_checkbox_i_agree_line {
        padding: 0 30px
    }

    .wrapper .section-4 #olgs_block #olgs_submit {
        left: 57px;
        top: 380px
    }

    .wrapper .section-4 .policy {
        display: block;
        float: inherit;
        margin: 0 0 20px 0
    }
}

@media screen and (max-width: 479px) {
    .wrapper {
        min-width: 320px
    }

    .container {
        width: 320px;
        padding: 0 10px
    }

    .start-btn {
        width: 290px;
        height: 47px;
        font: 24px/47px "Roboto-Light", sans-serif
    }

    .nav li {
        margin: 0 0 35px 0
    }

    .nav li a {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px
    }

    .wrapper .section-1 .head {
        padding: 10px 0 5px 0;
        height: inherit
    }

    .wrapper .section-1 .head img {
        width: 135px
    }

    .wrapper .section-1 .head p {
        margin: -17px 0 0 10px
    }

    .wrapper .section-1 h1 {
        font-size: 24px
    }

    .wrapper .section-1 h2 {
        font-size: 27px;
        margin: 15px 0 30px 0;
        padding: 20px 0 25px 0
    }

    .wrapper .section-1 .world-map {
        width: 90%
    }

    .wrapper .section-1 .arrow {
        padding: 20px 0
    }

    .wrapper .section-2 {
        margin: 35px 0 0 0;
        padding: 15px 0 0 0;
        font-size: 19px
    }

    .wrapper .section-2 .caption, .wrapper .section-2 .steps {
        width: 290px
    }

    .wrapper .section-2 .caption h3, .wrapper .section-2 .steps h3 {
        font-size: 27px;
        padding: 35px 0 35px 0
    }

    .wrapper .section-2 .steps div {
        margin: 0 0 40px 0
    }

    .wrapper .section-2 .steps div img {
        padding: 0 0 0 10px
    }

    .wrapper .section-2 .steps div .step-2-img {
        width: 250px
    }

    .wrapper .section-2 .quote-box {
        font-size: 18px
    }

    .wrapper .section-2 .quote-box .container {
        padding: 0 20px
    }

    .wrapper .section-2 .quote-box .author {
        padding: 15px 0 0 0
    }

    .wrapper .section-3 .container {
        padding: 20px 20px 35px 20px
    }

    .wrapper .section-3 .container h4 {
        font-size: 40px;
        padding: 0 0 20px 0
    }

    .wrapper .section-3 .container .offer-lists ul {
        font-size: 17px;
        margin: 0 0 15px 0
    }

    .wrapper .section-3 .container .offer-lists ul li {
        padding: 0 0 4px 18px
    }

    .wrapper .section-4 #olgs_block {
        width: 300px
    }

    .wrapper .section-4 #olgs_block #olgs_fullname, .wrapper .section-4 #olgs_block #olgs_email, .wrapper .section-4 #olgs_block #olgs_country3, .wrapper .section-4 #olgs_block #olgs_phone_two_fields_1, .wrapper .section-4 #olgs_block #olgs_phone_two_fields_2 {
        font-size: 14px;
        width: 270px
    }

    .wrapper .section-4 #olgs_block #olgs_phone_two_fields_1 {
        width: 80px
    }

    .wrapper .section-4 #olgs_block #olgs_phone_two_fields_2 {
        width: 183px
    }

    .wrapper .section-4 #olgs_block #olgs_checkbox_i_agree_line {
        line-height: 18px;
        padding: 0
    }

    .wrapper .section-4 #olgs_block #olgs_submit {
        width: 263px;
        height: 47px;
        font: 24px/47px "Roboto-Light", sans-serif;
        left: 19px;
        top: 380px
    }

    .wrapper .section-4 #olgs_block .policy {
        margin: -10px 0 20px 0
    }

    .wrapper .section-4 .footer {
        font-size: 14px;
        line-height: 18px;
        padding: 15px 0 20px 0
    }

    .wrapper .section-4 .footer img.cards-1 {
        width: 290px
    }

    .wrapper .section-4 .footer img.cards-2 {
        width: 290px;
        padding: 10px 0
    }

    .wrapper .section-4 .footer .security {
        width: 150px
    }
}

@media screen and (min-width: 959px) {
    .wrapper {
        min-width: 960px
    }

    .container {
        width: 960px;
        padding: 0 20px
    }

    .wrapper .section-2 .steps div {
        margin: 0 0 44px 70px
    }
}