@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);

@font-face {
    font-family: "GothamProRegular";
    src: url("../fonts/gotham_pro_regular/gotham_pro_regular.eot");
    src: url("../fonts/gotham_pro_regular/gotham_pro_regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/gotham_pro_regular/gotham_pro_regular.woff") format("woff"),
    url("../fonts/gotham_pro_regular/gotham_pro_regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GothamProBold";
    src: url("../fonts/gotham_pro_bold/gotham_pro_bold.eot");
    src: url("../fonts/gotham_pro_bold/gotham_pro_bold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/gotham_pro_bold/gotham_pro_bold.woff") format("woff"),
    url("../fonts/gotham_pro_bold/gotham_pro_bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
}
.c3 {
    width: 33.33%;
}
.c3 h1,h2,h3 {
    text-align: center;
}
.wrapper {
    max-width: 972px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}
.text-price {
   text-align: center;
   font-size: 1.4em;
   line-height: 70px;
}
.order-price {
        font-size: 18px;
    padding: 10px;
    margin: 16px 0px;
    width: auto;
}
.clear {
    clear: both;
}
.price-block {
    margin-bottom:20px;
}
.separator {
        margin-top: 20px;
    margin-bottom: 20px;
    color: #37abed;
    border: 1px solid;
}
.raw:before, .raw:after {
    content: '';
    display: block;
}

.raw:after {
    clear: both;
}
.left {
    float: left;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.main-head {
    padding: 60px 0 45px;
    background: url(../img/pic/pic_head_bg.jpg) no-repeat center top;
    background-size: cover, auto;
    text-align: center;
}

.main-head-img {
    display: block;
    max-width: 56px;
    margin: 0 auto 40px;
}

.h1,
.timer-h,
.title {
    font-family: 'GothamProBold';
}

.h2,
.timer-desc {
    font-family: 'GothamProRegular';
}

.h1 {
    margin: 12px 0;
    text-align: center;
    font-size: 40px;
    line-height: 30px;
    color: #fff;
}

.h2 {
    margin: 5px 0;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
}

.main-head-img-2 {
    display: block;
    max-width: 400px;
    margin: 10px auto 35px;
}
    
.timer-cont {
    position: relative;
    text-align: center;
    margin: 0 0 20px -30px;
    padding-left: 40px;
    display: inline-block;
}

.timer-cont:after, 
.timer-cont:before {
    display: block;
    content: '';
    position: absolute;
    background: #fff;
}

.timer-cont:after {
    width: 20px;
    height: 5px;
    top: 38px;
    left: 0px;
}

.timer-cont:before {
    width: 5px;
    height: 20px;
    top: 30px;
    left: 7px;
}

.timer-number {
    display: inline-block;
    width: 50px;
    height: 80px;
    margin-right: 6px;
    background: url(../img/icon/icon_timer_bg.png) no-repeat center center;
    background-size: contain;
    font: bold 52px/68px 'Open Sans';
    color: #29353b;
}

.timer-number:last-of-type {
    margin-right: 0;
}

.timer-h {
    margin-bottom: 10px;
    text-align: center;
    font-size: 40px;
    line-height: 30px;
    color: #fff;
}

.timer-desc {
    font-size: 14px;
    line-height: 30px;
    color: #adddff;
}

.main-sub {
    padding-bottom: 50px;
    background: #fff;
}

.title {
    padding: 45px 0 25px;
    font-size: 30px;
    line-height: 32px;
    color: #29353b;
    text-align: center;
}

.main-p {
    font-size: 20px;
    line-height: 24px;
    color: #29353b;
    text-align: center;
    white-space: pre-line;
}

.main-start {
    background: #edf7fd;
}

.start-img {
    display: block;
    max-width: 355px;
    margin: 30px auto 20px;
}

#vk_groups {
    max-width: 620px;
    width: 100% !important;
    margin: 0 auto;
    box-shadow: 0 0px 40px 4px rgba(0, 0, 0, 0.16);
}

.order-cont {
    position: relative;
    z-index: 10;
    padding: 60px 0 100px;
    background: #fff;
}

.order-link:active,
.order-link:hover,
.order-link:visited,
.order-link {
    display: block;
    color: #fff;
    border: 1px solid #196dbc;
    padding: 15px;
    margin: 0 auto;
    background-color: #37abed;
    transition: none;
    text-decoration: none;
    
    font: bold 17px/23px 'Open Sans';
    width: 250px;
    text-align: center;
    
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 5px;
    box-sizing: border-box;
}

.order-link:hover {
    background: rgba(76,180,238,1);
    background: -moz-linear-gradient(top,rgba(76,180,238,1) 0%,rgba(2,146,230,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(76,180,238,1)),color-stop(100%,rgba(2,146,230,1)));
    background: -webkit-linear-gradient(top,rgba(76,180,238,1) 0%,rgba(2,146,230,1) 100%);
    background: -o-linear-gradient(top,rgba(76,180,238,1) 0%,rgba(2,146,230,1) 100%);
    background: -ms-linear-gradient(top,rgba(76,180,238,1) 0%,rgba(2,146,230,1) 100%);
    background: linear-gradient(to bottom,rgba(76,180,238,1) 0%,rgba(2,146,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb4ee',endColorstr='#0292e6',GradientType=0 );
}

.p-link:active,
.p-link:hover,
.p-link:visited,
.p-link {
    color: #0099e6;
}

.p-link:hover {
    color: #0064b9;
}

.pt90 {
    padding-top: 90px;
}

.main-list {
    margin-top: 20px;
    list-style: none;
    padding: 0;
    font-size: 0;    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-list li {
    max-width: 125px;
}

.list-link:active,
.list-link:hover,
.list-link:visited,
.list-link {
    display: block;
    position: relative;
    padding-top: 55px;
    font: bold 18px 'Open Sans';
    color: #22a7e9;
    text-decoration: none;
    text-align: center;
    transition: color .3s ease-out;
}

.list-link:after {
    position: absolute;
    display: block;
    content: '';
    width: 50px;
    height: 40px;
    background: url(../img/icon/spritesheet.png) no-repeat 0 0;
    top: 5px;
    left: 50%;
    margin-left: -25px;
}

.main-list li:nth-child(1) .list-link:after {
    background-position: -43px -50px;
}

.main-list li:nth-child(2) .list-link:after {
    background-position: -43px -182px;
}

.main-list li:nth-child(3) .list-link:after {
    background-position: -43px -312px;
}

.main-list li:nth-child(4) .list-link:after {
    background-position: -43px -444px;
}

.main-list li:nth-child(5) .list-link:after {
    background-position: -43px -577px;
}

.list-link:hover {
    color: #0064b9;
}


@media screen and (max-width:970px) {
    .wrapper {
        padding: 0 15px;
    }
    .main-p {
        white-space: normal;
    }
    .main-list {
        justify-content: center;
    }
    .main-list li {
        margin: 20px 15px;
    }
    .h1 {
        line-height: 48px;
    }
    #vk_groups {
        width: 90% !important;
    }
}

@media screen and (max-width:640px) {
    .main-head-img-2,
    .start-img {
        max-width: 300px;
    }
}

@media screen and (max-width:375px) {
    .h1 {
        font-size: 34px;
        line-height: 42px;
    }
    .main-head-img-2,
    .start-img {
        max-width: 250px;
    }
    
}
