/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, img, form, fieldset, blockquote {
    margin:0px;
    padding:0px;
    border:0px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


header, footer, main, nav, aside, section, article {display: block; }
address {font-style: normal; }

* {
    margin: 0;
    padding: 0;
}
input, textarea, select, button { outline: none; }
input[type=submit], input[type=button] {cursor: pointer; -webkit-appearance:none;}

input[type=text], textarea {-webkit-appearance: none; }

ul, menu {list-style: none; }
input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, button[type=submit]::-moz-focus-inner{padding:0;border:0}
::-webkit-input-placeholder {color:#999;}
::-moz-placeholder {color:#999;}
*:focus::-moz-placeholder { color: transparent !important;} 
*[autofocus]::-moz-placeholder:focus { color: graytext !important;} 
*:focus:-moz-placeholder { color: transparent !important;} 
*[autofocus]:-moz-placeholder:focus { color: graytext !important;}
*:focus::-webkit-input-placeholder { color: transparent !important;} 
*[autofocus]::-webkit-input-placeholder { color: graytext !important;}


html {height: 100%;}

body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
    font-family: 'Calibri', Tahoma, Arial;
    font-size: 14px; 
    //color: #586d82;
    background: #ffffff url(../img/bg.png) center repeat;
    -webkit-font-smoothing: antialiased;
}

    body * {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }


/* *** общие стили для текста, кнопок, полей ввода etc. *** */

a {color: #000; text-decoration: none; }
a:hover {text-decoration: none; }

.align-right {text-align: right; }
.align-left {text-align: left; }
.align-center {text-align: center; }

.f-left {float: left; }
.f-right {float: right; }

.btn-blue {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    
    position: relative;
    border: 1px solid #50a6f7;
    font-family: "Gotham-medium", Tahoma, sans-serif;
    color: #6f8193;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .btn-blue:hover {
        background: #50a6f7;
        color: #fff;
    }

.btn-blue2 {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    
    position: relative;
    font-family: "Gotham-medium", Tahoma, sans-serif;
    color: #6f8193;
    background: #50a6f7;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
}

    .btn-blue2:hover {
        background: #0a8bd8;
    }

.s-btn {
    color: #586d82;
}


/* ********* fonts ********* */

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/calibri.eot');
    src: url('../fonts/calibri.eot') format('embedded-opentype'),
    url('../fonts/calibri.woff') format('woff'),
    url('../fonts/calibri.ttf') format('truetype'),
    url('../fonts/calibri.svg#CalibriRegular') format('svg');
}

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

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

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



/* ********** WRAPPER ********** */

#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#wrapper:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

    .inner-wrapper {
        margin: 0 auto;
    }

/* ********** ********** */





/* ********* main ********* */
#main {
    
}

    






/* ********* MEDIA QUERY ********* */

/* ********* стили для настольного компьютера ********* */
@media screen and (min-width: 1830px) {
    .inner-wrapper {
        width: 1806px;
    }
    
    #wrapper {
        min-width: 1806px;
    }


    /* ********* header ********* */
    #header {
        padding-top: 29px;
    }    
    
        #header .inner-wrapper {
            position: relative;
        }
    
        /* ****** h-logo ****** */
        .h-logo {
            float: left;
            margin-top: 0px;
        }
        
        
        
        
        /* ****** h-links ****** */
        .h-links {
            float: right;
            margin-top: 4px;
            text-transform: uppercase;
        }
        
            .h-links .btn-login {
                display: inline-block;
                padding: 12px 19px;  
                vertical-align: middle;
                margin-left: 8px;
                font-size: 12px;
            }
        
            .h-links .btn-reg {
                display: inline-block;
                padding: 13px 16px;  
                vertical-align: middle;
                margin-left: 8px;
                font-size: 12px;
            }
            
            
        
        
        /* ****** tabs-control ****** */
        .tabs-control {
            width: 340px;
            position: absolute;
            top: 4px;
            left: 50%;
            margin-left: -170px;
            text-align: center;
            font-family: "Gotham-medium", Tahoma, sans-serif;
            font-size: 12px;
            text-transform: uppercase;
        }
        
            .tabs-control .inner-wrap {
                display: inline-block;
                padding: 12px 22px 11px;
                vertical-align: top;
                background: #fff;
                -moz-border-radius: 25px;
                -webkit-border-radius: 25px;
                -khtml-border-radius: 25px;
                border-radius: 25px;
                
                position: relative;
            }
            
                .tabs-control .inner-wrap .s-btn {
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                }
            
                .tabs-control .inner-wrap .s-btn.active {
                    color: #3992ee;
                }
            
                .tabs-control .inner-wrap .s-btn.active {
                    color: #3992ee;
                }
            
                .tabs-control .inner-wrap .s-sep {
                    width: 16px;
                    height: 8px;
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 9px;
                    padding: 2px;
                    background: #3892ee;
                    -moz-border-radius: 15px;
                    -webkit-border-radius: 15px;
                    -khtml-border-radius: 15px;
                    border-radius: 15px;
                    
                    position: relative;
                }
                
                    .tabs-control .inner-wrap .s-sep i {
                        content: "";
                        width: 8px;
                        height: 8px;
                        position: absolute;
                        top: 2px;
                        right: 2px;
                        background: #fff;
                        -moz-border-radius: 10px;
                        -webkit-border-radius: 10px;
                        -khtml-border-radius: 10px;
                        border-radius: 10px;
                        -webkit-transition: all 0.2s ease;
                        -moz-transition: all 0.2s ease;
                        -o-transition: all 0.2s ease;
                        transition: all 0.2s ease;
                    }
                
                    .tabs-control .inner-wrap .s-sep.active i {
                        right: 10px;
                    }
            
            .tabs-control ul {
                display: none;
            }
            
            
            
            
            
            
            
    
    /* ****** adv-list ****** */
    .adv-list {
        width: 105%;
        margin-top: 18px;
    }
    
        .adv-list .adv-b {
            width: 576px;
            height: 479px;
            display: inline-block;
            vertical-align: top;
            padding: 10px;
            margin: 5px 5px 6px 0;
            background: #fff;
        }
        
            .adv-b .img-b {
                height: 190px;
                text-align: center;
                position: relative;
            }
            
                .adv-b > a {
                    height: 190px;
                    position: relative;
                }
            
                .adv-img--notepad {
                    position: absolute;
                    top: -20px;
                    right: 0px;
                }
            
                .adv-img--hand {
                    position: absolute;
                    top: 44px;
                    right: 0px;
                }
        
            .adv-b .video-b {
                height: 190px;
                text-align: center;
                position: relative;
                background: url(../img/adv_img_bg.jpg) center no-repeat;
            }
            
                .adv-b .video-b .s-btn {
                    width: 133px;
                    height: 103px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    padding-top: 30px;
                    margin: -66px 0 0 -66px;
                    background: rgba(37,42,54,.2);
                    -moz-border-radius: 100px;
                    -webkit-border-radius: 100px;
                    -khtml-border-radius: 100px;
                    border-radius: 100px;
                    
                    text-align: center;
                    color: #fff;
                    font-family: "Gotham-medium", Tahoma, sans-serif;
                    font-size: 12px;
                    text-transform: uppercase;
                    text-decoration: none;
                    -webkit-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    -ms-opacity: 0;
                    -o-opacity: 0;
                    opacity: 0;
                }
                
                    .adv-b .video-b .s-btn .s-text {
                        display: inline-block;
                        vertical-align: middle;
                        line-height: 1.7em;
                        margin: 0 15px;
                    }
                
                    .adv-b .video-b .s-btn:before {
                        content: "";
                        width: 35px;
                        height: 35px;
                        display: inline-block;
                        vertical-align: middle;
                        margin-bottom: 10px;
                        background: url(../img/sprite.png) 0px 0px no-repeat;
                    }
                    
                    .adv-b .video-b:hover .s-btn {
                        background: rgba(37,42,54,.7);
                        -webkit-opacity: 1;
                        -moz-opacity: 1;
                        -ms-opacity: 1;
                        -o-opacity: 1;
                        opacity: 1;
                    }
            
            
    
            .adv-b .text-b {
                margin-top: 35px;
            }
            
                .adv-b .title-b__t1 {
                    padding-bottom: 17px;
                    margin-bottom: 14px;
                    font-family: "Gotham-medium", Tahoma, sans-serif;
                    font-size: 20px;
                    color: #302f2f;
                    text-align: center;
                    position: relative;
                }
                
                    .adv-b .title-b__t1:before {
                        content: "";
                        width: 31px;
                        height: 1px;
                        position: absolute;
                        bottom: 0px;
                        left: 50%;
                        margin-left: -16px;
                        background: #3892ee;
                    }
                    
                .adv-b .p-text {
                    text-align: center;
                    font-family: "Gotham", Tahoma, sans-serif;
                    font-size: 14px;
                    color: #302f2f;
                }
                
                .adv-b .features-list {
                    margin-top: 28px;
                    padding-left: 15px;
                }
                
                    .adv-b .features-list .col-b {
                        width: 48%;
                        display: inline-block;
                        vertical-align: top;
                        margin-left: 1%;
                        font-size: 14px;
                        color: #586d82;
                    }
                    
                        .adv-b .features-list ul li {
                            padding-left: 23px;
                            margin-bottom: 12px;
                            position: relative;
                        }
                        
                            .adv-b .features-list li:before {
                                content: "";
                                width: 5px;
                                height: 5px;
                                position: absolute;
                                top: 4px;
                                left: 2px;
                                border: 1px solid #6d7f92;
                                -moz-border-radius: 6px;
                                -webkit-border-radius: 6px;
                                -khtml-border-radius: 6px;
                                border-radius: 6px;
                                
                            }
                            
                .adv-b .bottom-control {
                    margin-top: 7px;
                    text-align: center;
                }
                
                    .adv-b .bottom-control .btn-details {
                        min-width: 110px;
                        padding: 17px 10px;
                        font-size: 12px;
                        display: inline-block;
                        text-transform: uppercase;
                    }
                    
                    
                    
                    
        .adv-list .adv-b__start {
            background: none;
        }
        
            .adv-list .adv-b__start .wrap-b {
                width: 576px;
                height: 479px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }
            
                .adv-list .adv-b__start .icon-man {
                    width: 82px;
                    height: 82px;
                    display: inline-block;
                    vertical-align: middle;
                    background: #fff;
                    -moz-border-radius: 80px;
                    -webkit-border-radius: 80px;
                    -khtml-border-radius: 80px;
                    border-radius: 80px;
                    position: relative;
                    line-height: 83px;
                    text-align: center;
                }
                
                    .adv-list .adv-b__start .icon-man:before {
                        content: "";
                        width: 29px;
                        height: 34px;
                        display: inline-block;
                        vertical-align: middle;
                        background: url(../img/sprite.png) -43px -1px no-repeat;
                    }
                
                .adv-list .adv-b__start .p-title {
                    margin-top: 31px;
                    font-family: "Gotahm-light", Tahoma, sans-serif;
                    font-size: 36px;
                    color: #505050;
                }
                
                .adv-list .adv-b__start .bottom-control {
                    margin-top: 36px;
                }
                
                .adv-list .adv-b__start .bottom-control .btn-reg {
                    min-width: 178px;
                    display: inline-block;
                    padding: 18px 10px;
                    font-size: 14px;
                    font-family: "Gotham-medium", Tahoma, sans-serif;
                    text-transform: uppercase; 
                }
                
                
                
                


    

    /* ******#footer ****** */
    #footer {
        margin-top: 20px;
        padding: 32px 0 26px;
        background: #354051;
        color: #fff;
    }
    
        /* ****** f-menu ****** */
        .f-menu {
            text-align: center;
            font-family: "Gotham-medium", Tahoma, sans-serif;
            font-size: 12px;
            text-transform: uppercase;
        }
        
            .f-menu li {
                display: inline-block;
                vertical-align: middle;
                margin: 0 17px;
            }
            
            .f-menu li a {
                color: #fff;
                text-decoration: none;
            }
            
            .f-menu li a:hover {
                text-decoration: underline;
            }
            
            
        /* ****** f-soc ****** */
        .f-soc {
            margin-top: 22px;
            text-align: center;
        }
        
            .f-soc a {
                display: inline-block;
                margin: 0 3px;
                background-image: url(../img/sprite.png);
                background-repeat: no-repeat;
                -webkit-transition: none;
                -moz-transition: none;
                -o-transition: none;
                transition: none;
            }
            
            .f-soc .soc-icon__vk {
                width: 41px;
                height: 41px;
                background-position: 0 -45px;
            }
            
                .f-soc .soc-icon__vk:hover {background-position: -48px -45px; }
            
            .f-soc .soc-icon__fb {
                width: 41px;
                height: 41px;
                background-position: 0 -93px;                
            }
            
                .f-soc .soc-icon__fb:hover {background-position: -48px -93px; }
            
            .f-soc .soc-icon__tw {
                width: 41px;
                height: 41px;
                background-position: 0 -142px;
            }
            
                .f-soc .soc-icon__tw:hover {background-position: -45px -142px; }

            .f-soc .soc-icon__yt {
                width: 41px;
                height: 41px;
                background-position: 0 -189px;
            }
            
                .f-soc .soc-icon__yt:hover {background-position: -45px -189px; }
            
            
        /* ****** f-bottom ****** */
        .f-bottom {
            margin-top: 15px;
        }
        
            .f-bottom .f-help {
                text-align: center;
                font-family: "Gotham-medium", Tahoma, sans-serif;
                font-size: 12px;
            }
            
                .f-bottom .f-help a {
                    color: #25a6f7;
                }
            
                .f-bottom .f-help a:hover {
                    text-decoration: none;
                }
                
            .f-bottom .copyrights {
                margin-top: 12px;
                text-align: center;
                font-family: "Gotham-medium", Tahoma, sans-serif;
                font-size: 12px;
            }
        
    
    
    
    
    
    
    
    

}




/* ********* стили для настольного компьютера (1400) ********* */
@media screen and (min-width: 1240px) and (max-width: 1829px) {
    .inner-wrapper {
        width: 1200px;
    }
    
    
    #wrapper {
        min-width: 1210px;
    }
    
    /* ********* header ********* */
    #header {
        padding-top: 31px;
    }    
    
        #header .inner-wrapper {
            position: relative;
        }
    
        /* ****** h-logo ****** */
        .h-logo {
            float: left;
            margin-top: 0px;
        }
        
        
        
        
        /* ****** h-links ****** */
        .h-links {
            float: right;
            margin-top: 4px;
            text-transform: uppercase;
        }
        
            .h-links .btn-login {
                display: inline-block;
                padding: 12px 19px;  
                vertical-align: middle;
                margin-left: 8px;
                font-size: 12px;
            }
        
            .h-links .btn-reg {
                display: inline-block;
                padding: 13px 15px;  
                vertical-align: middle;
                margin-left: 8px;
                font-size: 12px;
            }
            
            
            
            
        /* ****** tabs-control ****** */
        .tabs-control {
            width: 340px;
            position: absolute;
            top: 4px;
            left: 50%;
            margin-left: -170px;
            text-align: center;
            font-family: "Gotham-medium", Tahoma, sans-serif;
            font-size: 12px;
            text-transform: uppercase;
        }
        
            .tabs-control .inner-wrap {
                display: inline-block;
                padding: 12px 22px 11px;
                vertical-align: top;
                background: #fff;
                -moz-border-radius: 25px;
                -webkit-border-radius: 25px;
                -khtml-border-radius: 25px;
                border-radius: 25px;
                
                position: relative;
            }
            
                .tabs-control .inner-wrap .s-btn {
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                }
            
                .tabs-control .inner-wrap .s-btn.active {
                    color: #3992ee;
                }
            
                .tabs-control .inner-wrap .s-btn.active {
                    color: #3992ee;
                }
            
                .tabs-control .inner-wrap .s-sep {
                    width: 16px;
                    height: 8px;
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 9px;
                    padding: 2px;
                    background: #3892ee;
                    -moz-border-radius: 15px;
                    -webkit-border-radius: 15px;
                    -khtml-border-radius: 15px;
                    border-radius: 15px;
                    
                    position: relative;
                }
                
                    .tabs-control .inner-wrap .s-sep i {
                        content: "";
                        width: 8px;
                        height: 8px;
                        position: absolute;
                        top: 2px;
                        right: 2px;
                        background: #fff;
                        -moz-border-radius: 10px;
                        -webkit-border-radius: 10px;
                        -khtml-border-radius: 10px;
                        border-radius: 10px;
                        -webkit-transition: all 0.2s ease;
                        -moz-transition: all 0.2s ease;
                        -o-transition: all 0.2s ease;
                        transition: all 0.2s ease;
                    }
                
                    .tabs-control .inner-wrap .s-sep.active i {
                        right: 10px;
                    }
            
            .tabs-control ul {
                display: none;
            }
            
            
            
            
            
            
    
    /* ****** adv-list ****** */
    .adv-list {
        width: 105%;
        margin-top: 13px;
    }
    
        .adv-list .adv-b {
            width: 576px;
            height: 479px;
            display: inline-block;
            vertical-align: top;
            padding: 10px;
            margin: 5px 5px 6px 0;
            background: #fff;
        }
        
            .adv-b .img-b {
                height: 190px;
                text-align: center;
                position: relative;
                background: url(../img/adv_img_bg.jpg) center no-repeat;
            }
            
                .adv-b > a {
                    height: 190px;
                    position: relative;
                }
            
                .adv-img--notepad {
                    position: absolute;
                    top: -20px;
                    right: 0px;
                }
            
                .adv-img--hand {
                    position: absolute;
                    top: 44px;
                    right: 0px;
                }
        
            .adv-b .video-b {
                height: 190px;
                text-align: center;
                position: relative;
                background: url(../img/adv_img_bg.jpg) center no-repeat;
            }
            
                .adv-b .video-b .s-btn {
                    width: 133px;
                    height: 103px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    padding-top: 30px;
                    margin: -66px 0 0 -66px;
                    background: rgba(37,42,54,.2);
                    -moz-border-radius: 100px;
                    -webkit-border-radius: 100px;
                    -khtml-border-radius: 100px;
                    border-radius: 100px;
                    
                    text-align: center;
                    color: #fff;
                    font-family: "Gotham-medium", Tahoma, sans-serif;
                    font-size: 12px;
                    text-transform: uppercase;
                    text-decoration: none;
                    -webkit-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    -ms-opacity: 0;
                    -o-opacity: 0;
                    opacity: 0;
                }
                
                    .adv-b .video-b .s-btn .s-text {
                        display: inline-block;
                        vertical-align: middle;
                        line-height: 1.7em;
                        margin: 0 15px;
                    }
                
                    .adv-b .video-b .s-btn:before {
                        content: "";
                        width: 35px;
                        height: 35px;
                        display: inline-block;
                        vertical-align: middle;
                        margin-bottom: 10px;
                        background: url(../img/sprite.png) 0px 0px no-repeat;
                    }
                    
                    .adv-b .video-b:hover .s-btn {
                        background: rgba(37,42,54,.7);
                        -webkit-opacity: 1;
                        -moz-opacity: 1;
                        -ms-opacity: 1;
                        -o-opacity: 1;
                        opacity: 1;
                    }
            
            
    
            .adv-b .text-b {
                margin-top: 35px;
            }
            
                .adv-b .title-b__t1 {
                    padding-bottom: 17px;
                    margin-bottom: 14px;
                    font-family: "Gotham-medium", Tahoma, sans-serif;
                    font-size: 20px;
                    color: #302f2f;
                    text-align: center;
                    position: relative;
                }
                
                    .adv-b .title-b__t1:before {
                        content: "";
                        width: 31px;
                        height: 1px;
                        position: absolute;
                        bottom: 0px;
                        left: 50%;
                        margin-left: -16px;
                        background: #3892ee;
                    }
                    
                .adv-b .p-text {
                    text-align: center;
                    font-family: "Gotham", Tahoma, sans-serif;
                    font-size: 14px;
                    color: #302f2f;
                }
                
                .adv-b .features-list {
                    margin-top: 28px;
                    padding-left: 15px;
                }
                
                    .adv-b .features-list .col-b {
                        width: 48%;
                        display: inline-block;
                        vertical-align: top;
                        margin-left: 1%;
                        font-size: 14px;
                        color: #586d82;
                    }
                    
                        .adv-b .features-list ul li {
                            padding-left: 23px;
                            margin-bottom: 12px;
                            position: relative;
                        }
                        
                            .adv-b .features-list li:before {
                                content: "";
                                width: 5px;
                                height: 5px;
                                position: absolute;
                                top: 4px;
                                left: 2px;
                                border: 1px solid #6d7f92;
                                -moz-border-radius: 6px;
                                -webkit-border-radius: 6px;
                                -khtml-border-radius: 6px;
                                border-radius: 6px;
                                
                            }
                            
                .adv-b .bottom-control {
                    margin-top: 7px;
                    text-align: center;
                }
                
                    .adv-b .bottom-control .btn-details {
                        min-width: 110px;
                        padding: 17px 10px;
                        font-size: 12px;
                        display: inline-block;
                        text-transform: uppercase;
                    }
                    
                    
                    
                    
        .adv-list .adv-b__start {
            background: none;
        }
        
            .adv-list .adv-b__start .wrap-b {
                width: 576px;
                height: 479px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }
            
                .adv-list .adv-b__start .icon-man {
                    width: 82px;
                    height: 82px;
                    display: inline-block;
                    vertical-align: middle;
                    background: #fff;
                    -moz-border-radius: 80px;
                    -webkit-border-radius: 80px;
                    -khtml-border-radius: 80px;
                    border-radius: 80px;
                    position: relative;
                    line-height: 83px;
                    text-align: center;
                }
                
                    .adv-list .adv-b__start .icon-man:before {
                        content: "";
                        width: 29px;
                        height: 34px;
                        display: inline-block;
                        vertical-align: middle;
                        background: url(../img/sprite.png) -43px -1px no-repeat;
                    }
                
                .adv-list .adv-b__start .p-title {
                    margin-top: 31px;
                    font-family: "Gotahm-light", Tahoma, sans-serif;
                    font-size: 36px;
                    color: #505050;
                }
                
                .adv-list .adv-b__start .bottom-control {
                    margin-top: 36px;
                }
                
                .adv-list .adv-b__start .bottom-control .btn-reg {
                    min-width: 178px;
                    display: inline-block;
                    padding: 18px 10px;
                    font-size: 14px;
                    font-family: "Gotham-medium", Tahoma, sans-serif;
                    text-transform: uppercase; 
                }
                
                
                
                
                
                
                
                
    /* ******#footer ****** */
    #footer {
        margin-top: 20px;
        padding: 32px 0 26px;
        background: #354051;
        color: #fff;
    }
    
        /* ****** f-menu ****** */
        .f-menu {
            text-align: center;
            font-family: "Gotham-medium", Tahoma, sans-serif;
            font-size: 12px;
            text-transform: uppercase;
        }
        
            .f-menu li {
                display: inline-block;
                vertical-align: middle;
                margin: 0 17px;
            }
            
            .f-menu li a {
                color: #fff;
                text-decoration: none;
            }
            
            .f-menu li a:hover {
                text-decoration: underline;
            }
            
            
        /* ****** f-soc ****** */
        .f-soc {
            margin-top: 22px;
            text-align: center;
        }
        
            .f-soc a {
                display: inline-block;
                margin: 0 3px;
                background-image: url(../img/sprite.png);
                background-repeat: no-repeat;
                -webkit-transition: none;
                -moz-transition: none;
                -o-transition: none;
                transition: none;
            }
            
            .f-soc .soc-icon__vk {
                width: 41px;
                height: 41px;
                background-position: 0 -45px;
            }
            
                .f-soc .soc-icon__vk:hover {background-position: -48px -45px; }
            
            .f-soc .soc-icon__fb {
                width: 41px;
                height: 41px;
                background-position: 0 -93px;                
            }
            
                .f-soc .soc-icon__fb:hover {background-position: -48px -93px; }
            
            .f-soc .soc-icon__tw {
                width: 41px;
                height: 41px;
                background-position: 0 -142px;
            }
            
                .f-soc .soc-icon__tw:hover {background-position: -45px -142px; }

            .f-soc .soc-icon__yt {
                width: 41px;
                height: 41px;
                background-position: 0 -189px;
            }
            
                .f-soc .soc-icon__yt:hover {background-position: -45px -189px; }
                        
            
        /* ****** f-bottom ****** */
        .f-bottom {
            margin-top: 15px;
        }
        
            .f-bottom .f-help {
                text-align: center;
                font-family: "Gotham-medium", Tahoma, sans-serif;
                font-size: 12px;
            }
            
                .f-bottom .f-help a {
                    color: #25a6f7;
                }
            
                .f-bottom .f-help a:hover {
                    text-decoration: none;
                }
                
            .f-bottom .copyrights {
                margin-top: 12px;
                text-align: center;
                font-family: "Gotham-medium", Tahoma, sans-serif;
                font-size: 12px;
            }
                
                
}


/* ********* стили для настольного компьютера (1000) ********* */
@media screen and (min-width: 970px) and (max-width: 1239px) {
    .inner-wrapper {
        width: 955px;
    }
    
    #wrapper {
        min-width: 955px;
    }
    
    /* ********* header ********* */
    #header {
        padding-top: 34px;
    }    
    
        #header .inner-wrapper {
            position: relative;
        }
    
        /* ****** h-logo ****** */
        .h-logo {
            float: left;
            margin-top: 0px;
        }
        
        
        
        
        /* ****** h-links ****** */
        .h-links {
            float: right;
            margin-top: 4px;
            text-transform: uppercase;
        }
        
            .h-links .btn-login {
                display: inline-block;
                padding: 12px 20px;  
                vertical-align: middle;
                margin-left: 8px;
                font-size: 12px;
            }
        
            .h-links .btn-reg {
                display: inline-block;
                padding: 13px 15px;  
                vertical-align: middle;
                margin-left: 8px;
                font-size: 12px;
            }
            
            
            
         
            
        /* ****** tabs-control ****** */
        .tabs-control {
            width: 340px;
            position: absolute;
            top: 4px;
            left: 50%;
            margin-left: -170px;
            text-align: center;
            font-family: "Gotham-medium", Tahoma, sans-serif;
            font-size: 12px;
            text-transform: uppercase;
        }
        
            .tabs-control .inner-wrap {
                display: inline-block;
                padding: 12px 22px 11px;
                vertical-align: top;
                background: #fff;
                -moz-border-radius: 25px;
                -webkit-border-radius: 25px;
                -khtml-border-radius: 25px;
                border-radius: 25px;
                
                position: relative;
            }
            
                .tabs-control .inner-wrap .s-btn {
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                }
            
                .tabs-control .inner-wrap .s-btn.active {
                    color: #3992ee;
                }
            
                .tabs-control .inner-wrap .s-btn.active {
                    color: #3992ee;
                }
            
                .tabs-control .inner-wrap .s-sep {
                    width: 16px;
                    height: 8px;
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 9px;
                    padding: 2px;
                    background: #3892ee;
                    -moz-border-radius: 15px;
                    -webkit-border-radius: 15px;
                    -khtml-border-radius: 15px;
                    border-radius: 15px;
                    
                    position: relative;
                }
                
                    .tabs-control .inner-wrap .s-sep i {
                        content: "";
                        width: 8px;
                        height: 8px;
                        position: absolute;
                        top: 2px;
                        right: 2px;
                        background: #fff;
                        -moz-border-radius: 10px;
                        -webkit-border-radius: 10px;
                        -khtml-border-radius: 10px;
                        border-radius: 10px;
                        -webkit-transition: all 0.2s ease;
                        -moz-transition: all 0.2s ease;
                        -o-transition: all 0.2s ease;
                        transition: all 0.2s ease;
                    }
                
                    .tabs-control .inner-wrap .s-sep.active i {
                        right: 10px;
                    }
            
            .tabs-control ul {
                display: none;
            }
            
            
            
            
            
            
    
    /* ****** adv-list ****** */
    .adv-list {
        width: 105%;
        margin-top: 15px;
    }
    
        .adv-list .adv-b {
            width: 459px;
            height: 381px;
            display: inline-block;
            vertical-align: top;
            padding: 8px;
            margin: 5px 3px 4px 0;
            background: #fff;
        }
        
            .adv-b .img-b {
                height: 151px;
                text-align: center;
                position: relative;
                background: url(../img/adv_img_bg.jpg) center no-repeat;
            }
            
                .adv-b .img-b img {
                    max-width: 459px;
                }
            
                .adv-b > a {
                    height: 190px;
                    position: relative;
                }
            
                .adv-b .img-b .adv-img--notepad {
                    max-width: 302px;
                    position: absolute;
                    top: -15px;
                    right: 0px;
                }
            
                .adv-b .img-b .adv-img--hand {
                    max-width: 282px;
                    position: absolute;
                    top: 34px;
                    right: 0px;
                }
        
            .adv-b .video-b {
                height: 151px;
                text-align: center;
                position: relative;
                background: url(../img/adv_img_bg.jpg) center no-repeat;
            }
            
                .adv-b .video-b img {
                    max-width: 460px;
                }
            
                .adv-b .video-b .s-btn {
                    width: 106px;
                    height: 85px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    padding-top: 21px;
                    margin: -53px 0 0 -53px;
                    background: rgba(37,42,54,.2);
                    -moz-border-radius: 100px;
                    -webkit-border-radius: 100px;
                    -khtml-border-radius: 100px;
                    border-radius: 100px;
                    
                    text-align: center;
                    color: #fff;
                    font-family: "Gotham-medium", Tahoma, sans-serif;
                    font-size: 12px;
                    text-transform: uppercase;
                    text-decoration: none;
                    -webkit-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    -ms-opacity: 0;
                    -o-opacity: 0;
                    opacity: 0;
                }
                
                    .adv-b .video-b .s-btn .s-text {
                        display: inline-block;
                        vertical-align: middle;
                        line-height: 1.7em;
                        margin: 0 10px;
                    }
                
                    .adv-b .video-b .s-btn:before {
                        content: "";
                        width: 35px;
                        height: 35px;
                        display: inline-block;
                        vertical-align: middle;
                        margin-bottom: 6px;
                        background: url(../img/sprite.png) 0px 0px no-repeat;
                        -webkit-transform: scale(.8);
                        -moz-transform: scale(.8);
                        -ms-transform: scale(.8);
                        -o-transform: scale(.8);
                        transform: scale(0.8);
                    }
                    
                    .adv-b .video-b:hover .s-btn {
                        background: rgba(37,42,54,.7);
                        -webkit-opacity: 1;
                        -moz-opacity: 1;
                        -ms-opacity: 1;
                        -o-opacity: 1;
                        opacity: 1;
                    }
            
            
    
            .adv-b .text-b {
                margin-top: 27px;
            }
            
                .adv-b .title-b__t1 {
                    padding-bottom: 14px;
                    margin-bottom: 11px;
                    font-family: "Gotham-medium", Tahoma, sans-serif;
                    font-size: 16px;
                    color: #302f2f;
                    text-align: center;
                    position: relative;
                }
                
                    .adv-b .title-b__t1:before {
                        content: "";
                        width: 27px;
                        height: 1px;
                        position: absolute;
                        bottom: 0px;
                        left: 50%;
                        margin-left: -16px;
                        background: #3892ee;
                    }
                    
                .adv-b .p-text {
                    text-align: center;
                    font-family: "Gotham", Tahoma, sans-serif;
                    font-size: 12px;
                    color: #302f2f;
                }
                
                .adv-b .features-list {
                    margin-top: 23px;
                    padding-left: 10px;
                }
                
                    .adv-b .features-list .col-b {
                        width: 48%;
                        display: inline-block;
                        vertical-align: top;
                        margin-left: 1%;
                        font-size: 12px;
                        color: #586d82;
                    }
                    
                        .adv-b .features-list ul li {
                            padding-left: 20px;
                            margin-bottom: 11px;
                            position: relative;
                        }
                        
                            .adv-b .features-list li:before {
                                content: "";
                                width: 3px;
                                height: 3px;
                                position: absolute;
                                top: 4px;
                                left: 5px;
                                border: 1px solid #6d7f92;
                                -moz-border-radius: 6px;
                                -webkit-border-radius: 6px;
                                -khtml-border-radius: 6px;
                                border-radius: 6px;
                                
                            }
                            
                .adv-b .bottom-control {
                    margin-top: 5px;
                    text-align: center;
                }
                
                    .adv-b .bottom-control .btn-details {
                        min-width: 83px;
                        padding: 14px 10px;
                        font-size: 12px;
                        display: inline-block;
                        text-transform: uppercase;
                    }
                    
                    
                    
                    
        .adv-list .adv-b__start {
            background: none;
        }
        
            .adv-list .adv-b__start .wrap-b {
                width: 459px;
                height: 381px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }
            
                .adv-list .adv-b__start .icon-man {
                    width: 82px;
                    height: 82px;
                    display: inline-block;
                    vertical-align: middle;
                    background: #fff;
                    -moz-border-radius: 80px;
                    -webkit-border-radius: 80px;
                    -khtml-border-radius: 80px;
                    border-radius: 80px;
                    position: relative;
                    line-height: 83px;
                    text-align: center;
                }
                
                    .adv-list .adv-b__start .icon-man:before {
                        content: "";
                        width: 29px;
                        height: 34px;
                        display: inline-block;
                        vertical-align: middle;
                        background: url(../img/sprite.png) -43px -1px no-repeat;
                    }
                
                .adv-list .adv-b__start .p-title {
                    margin-top: 31px;
                    font-family: "Gotahm-light", Tahoma, sans-serif;
                    font-size: 35px;
                    color: #505050;
                }
                
                .adv-list .adv-b__start .bottom-control {
                    margin-top: 36px;
                }
                
                .adv-list .adv-b__start .bottom-control .btn-reg {
                    min-width: 178px;
                    display: inline-block;
                    padding: 18px 10px;
                    font-size: 14px;
                    font-family: "Gotham-medium", Tahoma, sans-serif;
                    text-transform: uppercase; 
                }
                
                
                
                
                
                
                
    /* ******#footer ****** */
    #footer {
        margin-top: 20px;
        padding: 32px 0 26px;
        background: #354051;
        color: #fff;
    }
    
        /* ****** f-menu ****** */
        .f-menu {
            text-align: center;
            font-family: "Gotham-medium", Tahoma, sans-serif;
            font-size: 12px;
            text-transform: uppercase;
        }
        
            .f-menu li {
                display: inline-block;
                vertical-align: middle;
                margin: 0 17px;
            }
            
            .f-menu li a {
                color: #fff;
                text-decoration: none;
            }
            
            .f-menu li a:hover {
                text-decoration: underline;
            }
            
            
        /* ****** f-soc ****** */
        .f-soc {
            margin-top: 22px;
            text-align: center;
        }
        
            .f-soc a {
                display: inline-block;
                margin: 0 3px;
                background-image: url(../img/sprite.png);
                background-repeat: no-repeat;
                -webkit-transition: none;
                -moz-transition: none;
                -o-transition: none;
                transition: none;
            }
            
            .f-soc .soc-icon__vk {
                width: 41px;
                height: 41px;
                background-position: 0 -45px;
            }
            
                .f-soc .soc-icon__vk:hover {background-position: -48px -45px; }
            
            .f-soc .soc-icon__fb {
                width: 41px;
                height: 41px;
                background-position: 0 -93px;                
            }
            
                .f-soc .soc-icon__fb:hover {background-position: -48px -93px; }
            
            .f-soc .soc-icon__tw {
                width: 41px;
                height: 41px;
                background-position: 0 -142px;
            }
            
                .f-soc .soc-icon__tw:hover {background-position: -45px -142px; }
            
            .f-soc .soc-icon__yt {
                width: 41px;
                height: 41px;
                background-position: 0 -189px;
            }
            
                .f-soc .soc-icon__yt:hover {background-position: -45px -189px; }
            
        /* ****** f-bottom ****** */
        .f-bottom {
            margin-top: 15px;
        }
        
            .f-bottom .f-help {
                text-align: center;
                font-family: "Gotham-medium", Tahoma, sans-serif;
                font-size: 12px;
            }
            
                .f-bottom .f-help a {
                    color: #25a6f7;
                }
            
                .f-bottom .f-help a:hover {
                    text-decoration: none;
                }
                
            .f-bottom .copyrights {
                margin-top: 12px;
                text-align: center;
                font-family: "Gotham-medium", Tahoma, sans-serif;
                font-size: 12px;
            }
                
}


/* ********* стили для настольного планшета (800) ********* */
@media screen and (min-width: 710px) and (max-width: 969px) {
    .inner-wrapper {
        width: 596px;
    }
    
    
    
    #wrapper {
        min-width: 596px;
    }
    
    /* ********* header ********* */
    #header {
        padding-top: 26px;
    }    
    
        #header .inner-wrapper {
            position: relative;
        }
    
        /* ****** h-logo ****** */
        .h-logo {
            float: left;
            margin-top: 0px;
        }
        
        
        
        
        /* ****** h-links ****** */
        .h-links {
            float: right;
            margin-top: 4px;
            text-transform: uppercase;
        }
        
            .h-links .btn-login {
                display: inline-block;
                padding: 12px 20px;  
                vertical-align: middle;
                margin-left: 8px;
                font-size: 12px;
            }
        
            .h-links .btn-reg {
                display: inline-block;
                padding: 13px 15px;  
                vertical-align: middle;
                margin-left: 8px;
                font-size: 12px;
            }
            
            
        
        /* ****** tabs-control ****** */
        .tabs-control {
            text-align: center;
            font-family: "Gotham-medium", Tahoma, sans-serif;
            font-size: 12px;
            text-transform: uppercase;
            width: 100%;
            float: left;
            margin-top: 21px;
        }
        
            .tabs-control .inner-wrap {
                display: inline-block;
                padding: 12px 22px 11px;
                vertical-align: top;
                background: #fff;
                -moz-border-radius: 25px;
                -webkit-border-radius: 25px;
                -khtml-border-radius: 25px;
                border-radius: 25px;
                
                position: relative;
            }
            
                .tabs-control .inner-wrap .s-btn {
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                }
            
                .tabs-control .inner-wrap .s-btn.active {
                    color: #3992ee;
                }
            
                .tabs-control .inner-wrap .s-btn.active {
                    color: #3992ee;
                }
            
                .tabs-control .inner-wrap .s-sep {
                    width: 16px;
                    height: 8px;
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 9px;
                    padding: 2px;
                    background: #3892ee;
                    -moz-border-radius: 15px;
                    -webkit-border-radius: 15px;
                    -khtml-border-radius: 15px;
                    border-radius: 15px;
                    
                    position: relative;
                }
                
                    .tabs-control .inner-wrap .s-sep i {
                        content: "";
                        width: 8px;
                        height: 8px;
                        position: absolute;
                        top: 2px;
                        right: 2px;
                        background: #fff;
                        -moz-border-radius: 10px;
                        -webkit-border-radius: 10px;
                        -khtml-border-radius: 10px;
                        border-radius: 10px;
                        -webkit-transition: all 0.2s ease;
                        -moz-transition: all 0.2s ease;
                        -o-transition: all 0.2s ease;
                        transition: all 0.2s ease;
                    }
                
                    .tabs-control .inner-wrap .s-sep.active i {
                        right: 10px;
                    }
            
            .tabs-control ul {
                display: none;
            }
            
            
            
    
    
    
    
    /* ****** adv-list ****** */
    .adv-list {
        width: 100%;
        margin-top: 16px;
    }
    
        .adv-list .adv-b {
            width: 576px;
            height: 479px;
            display: inline-block;
            vertical-align: top;
            padding: 10px;
            margin: 5px 0 8px 0;
            background: #fff;
        }
        
            .adv-b .img-b {
                height: 190px;
                text-align: center;
                position: relative;
                background: url(../img/adv_img_bg.jpg) center no-repeat;
            }
            
                .adv-b > a {
                    height: 190px;
                    position: relative;
                }
            
                .adv-img--notepad {
                    position: absolute;
                    top: -20px;
                    right: 0px;
                }
            
                .adv-img--hand {
                    position: absolute;
                    top: 44px;
                    right: 0px;
                }
        
            .adv-b .video-b {
                height: 190px;
                text-align: center;
                position: relative;
                background: url(../img/adv_img_bg.jpg) center no-repeat;
            }
            
                .adv-b .video-b .s-btn {
                    width: 133px;
                    height: 103px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    padding-top: 30px;
                    margin: -66px 0 0 -66px;
                    background: rgba(37,42,54,.2);
                    -moz-border-radius: 100px;
                    -webkit-border-radius: 100px;
                    -khtml-border-radius: 100px;
                    border-radius: 100px;
                    
                    text-align: center;
                    color: #fff;
                    font-family: "Gotham-medium", Tahoma, sans-serif;
                    font-size: 12px;
                    text-transform: uppercase;
                    text-decoration: none;
                    -webkit-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    -ms-opacity: 0;
                    -o-opacity: 0;
                    opacity: 0;
                }
                
                    .adv-b .video-b .s-btn .s-text {
                        display: inline-block;
                        vertical-align: middle;
                        line-height: 1.7em;
                        margin: 0 15px;
                    }
                
                    .adv-b .video-b .s-btn:before {
                        content: "";
                        width: 35px;
                        height: 35px;
                        display: inline-block;
                        vertical-align: middle;
                        margin-bottom: 10px;
                        background: url(../img/sprite.png) 0px 0px no-repeat;
                    }
                    
                    .adv-b .video-b:hover .s-btn {
                        background: rgba(37,42,54,.7);
                        -webkit-opacity: 1;
                        -moz-opacity: 1;
                        -ms-opacity: 1;
                        -o-opacity: 1;
                        opacity: 1;
                    }
            
            
    
            .adv-b .text-b {
                margin-top: 35px;
            }
            
                .adv-b .title-b__t1 {
                    padding-bottom: 17px;
                    margin-bottom: 14px;
                    font-family: "Gotham-medium", Tahoma, sans-serif;
                    font-size: 20px;
                    color: #302f2f;
                    text-align: center;
                    position: relative;
                }
                
                    .adv-b .title-b__t1:before {
                        content: "";
                        width: 31px;
                        height: 1px;
                        position: absolute;
                        bottom: 0px;
                        left: 50%;
                        margin-left: -16px;
                        background: #3892ee;
                    }
                    
                .adv-b .p-text {
                    text-align: center;
                    font-family: "Gotham", Tahoma, sans-serif;
                    font-size: 14px;
                    color: #302f2f;
                }
                
                .adv-b .features-list {
                    margin-top: 28px;
                    padding-left: 15px;
                }
                
                    .adv-b .features-list .col-b {
                        width: 48%;
                        display: inline-block;
                        vertical-align: top;
                        margin-left: 1%;
                        font-size: 14px;
                        color: #586d82;
                    }
                    
                        .adv-b .features-list ul li {
                            padding-left: 23px;
                            margin-bottom: 12px;
                            position: relative;
                        }
                        
                            .adv-b .features-list li:before {
                                content: "";
                                width: 5px;
                                height: 5px;
                                position: absolute;
                                top: 4px;
                                left: 2px;
                                border: 1px solid #6d7f92;
                                -moz-border-radius: 6px;
                                -webkit-border-radius: 6px;
                                -khtml-border-radius: 6px;
                                border-radius: 6px;
                                
                            }
                            
                .adv-b .bottom-control {
                    margin-top: 7px;
                    text-align: center;
                }
                
                    .adv-b .bottom-control .btn-details {
                        min-width: 110px;
                        padding: 17px 10px;
                        font-size: 12px;
                        display: inline-block;
                        text-transform: uppercase;
                    }
                    
                    
                    
                    
        .adv-list .adv-b__start {
            background: none;
        }
        
            .adv-list .adv-b__start .wrap-b {
                text-align: center;
                margin-top: 49px;
            }
            
                .adv-list .adv-b__start .icon-man {
                    width: 82px;
                    height: 82px;
                    display: inline-block;
                    vertical-align: middle;
                    background: #fff;
                    -moz-border-radius: 80px;
                    -webkit-border-radius: 80px;
                    -khtml-border-radius: 80px;
                    border-radius: 80px;
                    position: relative;
                    line-height: 83px;
                    text-align: center;
                }
                
                    .adv-list .adv-b__start .icon-man:before {
                        content: "";
                        width: 29px;
                        height: 34px;
                        display: inline-block;
                        vertical-align: middle;
                        background: url(../img/sprite.png) -43px -1px no-repeat;
                    }
                
                .adv-list .adv-b__start .p-title {
                    margin-top: 31px;
                    font-family: "Gotahm-light", Tahoma, sans-serif;
                    font-size: 36px;
                    color: #505050;
                }
                
                .adv-list .adv-b__start .bottom-control {
                    margin-top: 36px;
                }
                
                .adv-list .adv-b__start .bottom-control .btn-reg {
                    min-width: 178px;
                    display: inline-block;
                    padding: 18px 10px;
                    font-size: 14px;
                    font-family: "Gotham-medium", Tahoma, sans-serif;
                    text-transform: uppercase; 
                }
                
                
                
                
                
                
                
    /* ******#footer ****** */
    #footer {
        margin-top: 20px;
        padding: 32px 0 26px;
        background: #354051;
        color: #fff;
    }
    
        /* ****** f-menu ****** */
        .f-menu {
            text-align: center;
            font-family: "Gotham-medium", Tahoma, sans-serif;
            font-size: 12px;
            text-transform: uppercase;
        }
        
            .f-menu li {
                display: inline-block;
                vertical-align: middle;
                margin: 0 17px;
            }
            
            .f-menu li a {
                color: #fff;
                text-decoration: none;
            }
            
            .f-menu li a:hover {
                text-decoration: underline;
            }
            
            
        /* ****** f-soc ****** */
        .f-soc {
            margin-top: 22px;
            text-align: center;
        }
        
            .f-soc a {
                display: inline-block;
                margin: 0 3px;
                background-image: url(../img/sprite.png);
                background-repeat: no-repeat;
                -webkit-transition: none;
                -moz-transition: none;
                -o-transition: none;
                transition: none;
            }
            
            .f-soc .soc-icon__vk {
                width: 41px;
                height: 41px;
                background-position: 0 -45px;
            }
            
                .f-soc .soc-icon__vk:hover {background-position: -48px -45px; }
            
            .f-soc .soc-icon__fb {
                width: 41px;
                height: 41px;
                background-position: 0 -93px;                
            }
            
                .f-soc .soc-icon__fb:hover {background-position: -48px -93px; }
            
            .f-soc .soc-icon__tw {
                width: 41px;
                height: 41px;
                background-position: 0 -142px;
            }
            
                .f-soc .soc-icon__tw:hover {background-position: -45px -142px; }
            
            .f-soc .soc-icon__yt {
                width: 41px;
                height: 41px;
                background-position: 0 -189px;
            }
            
                .f-soc .soc-icon__yt:hover {background-position: -45px -189px; }
            
            
        /* ****** f-bottom ****** */
        .f-bottom {
            margin-top: 15px;
        }
        
            .f-bottom .f-help {
                text-align: center;
                font-family: "Gotham-medium", Tahoma, sans-serif;
                font-size: 12px;
            }
            
                .f-bottom .f-help a {
                    color: #25a6f7;
                }
            
                .f-bottom .f-help a:hover {
                    text-decoration: none;
                }
                
            .f-bottom .copyrights {
                margin-top: 12px;
                text-align: center;
                font-family: "Gotham-medium", Tahoma, sans-serif;
                font-size: 12px;
            }
                
}






/* ********* стили для мобильного устройства ********* */
@media screen and (min-width: 100px) and (max-width: 709px) {
    
    .btn-blue {
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        -khtml-border-radius: 25px;
        border-radius: 25px;
    }
    
    .btn-blue2 {
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        -khtml-border-radius: 25px;
        border-radius: 25px;
    }
    
    .inner-wrapper {
        width: 570px;
    }
    
    #wrapper {
        min-width: 570px;
    }
    
    
    
    
    /* ********* header ********* */
    #header {
        padding-top: 48px;
    }    
    
        #header .inner-wrapper {
            position: relative;
        }
    
        /* ****** h-logo ****** */
        .h-logo {
            text-align: center;
        }
        
            .h-logo img {
                max-width: 161px;
            }
        
        
        
        
        /* ****** h-links ****** */
        .h-links {
            margin-top: 36px;
            text-align: center;
            text-transform: uppercase;
        }
        
            .h-links .btn-login {
                display: inline-block;
                padding: 18px 32px;  
                vertical-align: middle;
                font-size: 16px;
                -moz-border-radius: 15px;
                -webkit-border-radius: 15px;
                -khtml-border-radius: 15px;
                border-radius: 15px;
                
                position: relative;
            }
        
            .h-links .btn-reg {
                display: inline-block;
                padding: 19px 25px;  
                vertical-align: middle;
                margin-left: 13px;
                font-size: 16px;
                -moz-border-radius: 15px;
                -webkit-border-radius: 15px;
                -khtml-border-radius: 15px;
                border-radius: 15px;
                
                position: relative;
            }
            
            
            
            
            
            
        
        /* ****** tabs-control ****** */
        .tabs-control {
            text-align: center;
            font-family: "Gotham-medium", Tahoma, sans-serif;
            font-size: 19px;
            text-transform: uppercase;
            margin-top: 24px;
            letter-spacing: -0.05em;
        }
        
            .tabs-control .inner-wrap {
                display: inline-block;
                padding: 20px 32px 20px;
                vertical-align: top;
                background: #fff;
                -moz-border-radius: 13px;
                -webkit-border-radius: 13px;
                -khtml-border-radius: 13px;
                border-radius: 13px;
                
                position: relative;
            }
            
                .tabs-control .inner-wrap .s-btn {
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                }
            
                .tabs-control .inner-wrap .s-btn.active {
                    color: #3992ee;
                }
            
                .tabs-control .inner-wrap .s-btn.active {
                    color: #3992ee;
                }
            
                .tabs-control .inner-wrap .s-sep {
                    width: 27px;
                    height: 13px;
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 9px;
                    padding: 3px;
                    background: #3892ee;
                    -moz-border-radius: 15px;
                    -webkit-border-radius: 15px;
                    -khtml-border-radius: 15px;
                    border-radius: 15px;
                    
                    position: relative;
                }
                
                    .tabs-control .inner-wrap .s-sep i {
                        content: "";
                        width: 13px;
                        height: 13px;
                        position: absolute;
                        top: 3px;
                        right: 3px;
                        background: #fff;
                        -moz-border-radius: 10px;
                        -webkit-border-radius: 10px;
                        -khtml-border-radius: 10px;
                        border-radius: 10px;
                        -webkit-transition: all 0.2s ease;
                        -moz-transition: all 0.2s ease;
                        -o-transition: all 0.2s ease;
                        transition: all 0.2s ease;
                    }
                
                    .tabs-control .inner-wrap .s-sep.active i {
                        right: 17px;
                    }
            
            .tabs-control ul {
                display: none;
            }
            
            
            
            
            
    
    /* ****** adv-list ****** */
    .adv-list {
        width: 100%;
        margin-top: 22px;
    }
    
        .adv-list .adv-b {
            width: 549px;
            display: inline-block;
            vertical-align: top;
            padding: 10px 10px 31px;
            margin: 5px 0 12px 0;
            background: #fff;
        }
        
            .adv-b .img-b {
                height: 181px;
                text-align: center;
                position: relative;
                background: url(../img/adv_img_bg.jpg) center no-repeat;
            }
            
                .adv-b .img-b img {
                    max-width: 549px;
                }
            
                .adv-b > a {
                    height: 181px;
                    position: relative;
                }
            
                .adv-b .img-b .adv-img--notepad {
                    max-width: 344px;
                    position: absolute;
                    top: -20px;
                    right: 0px;
                }
            
                .adv-b .img-b .adv-img--hand {
                    max-width: 345px;
                    position: absolute;
                    top: 47px;
                    right: 0px;
                }
        
            .adv-b .video-b {
                height: 181px;
                text-align: center;
                position: relative;
                background: url(../img/adv_img_bg.jpg) center no-repeat;
            }
            
                .adv-b .video-b img {
                    max-width: 549px;
                    text-align: center;
                    position: relative;
                }
            
                .adv-b .video-b .s-btn {
                    width: 107px;
                    height: 85px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    padding-top: 22px;
                    margin: -53px 0 0 -53px;
                    background: rgba(37,42,54,.2);
                    -moz-border-radius: 100px;
                    -webkit-border-radius: 100px;
                    -khtml-border-radius: 100px;
                    border-radius: 100px;
                    
                    text-align: center;
                    color: #fff;
                    font-family: "Gotham-medium", Tahoma, sans-serif;
                    font-size: 12px;
                    text-transform: uppercase;
                    text-decoration: none;
                    -webkit-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    -ms-opacity: 0;
                    -o-opacity: 0;
                    opacity: 0;
                }
                
                    .adv-b .video-b .s-btn .s-text {
                        display: inline-block;
                        vertical-align: middle;
                        line-height: 1.7em;
                        margin: 0 15px;
                    }
                
                    .adv-b .video-b .s-btn:before {
                        content: "";
                        width: 35px;
                        height: 35px;
                        display: inline-block;
                        vertical-align: middle;
                        margin-bottom: 5px;
                        background: url(../img/sprite.png) 0px 0px no-repeat;
                        -webkit-transform: scale(.8);
                        -moz-transform: scale(.8);
                        -ms-transform: scale(.8);
                        -o-transform: scale(.8);
                        transform: scale(.8);
                    }
                    
                    .adv-b .video-b:hover .s-btn {
                        background: rgba(37,42,54,.7);
                        -webkit-opacity: 1;
                        -moz-opacity: 1;
                        -ms-opacity: 1;
                        -o-opacity: 1;
                        opacity: 1;
                    }
            
            
    
            .adv-b .text-b {
                margin-top: 35px;
            }
            
                .adv-b .title-b__t1 {
                    padding-bottom: 13px;
                    margin-bottom: 12px;
                    font-family: "Gotham-medium", Tahoma, sans-serif;
                    font-size: 29px;
                    color: #302f2f;
                    text-align: center;
                    position: relative;
                }
                
                    .adv-b .title-b__t1:before {
                        content: "";
                        width: 30px;
                        height: 1px;
                        position: absolute;
                        bottom: 0px;
                        left: 50%;
                        margin-left: -16px;
                        background: #3892ee;
                    }
                    
                .adv-b .p-text {
                    text-align: center;
                    font-family: "Gotham", Tahoma, sans-serif;
                    font-size: 17px;
                    color: #302f2f;
                }
                
                .adv-b .features-list {
                    margin-top: 32px;
                    padding-left: 19px;
                }
                
                    .adv-b .features-list .col-b {
                        vertical-align: top;
                        margin-left: 0%;
                        font-size: 19px;
                        color: #586d82;
                    }
                    
                        .adv-b .features-list ul li {
                            padding-left: 31px;
                            margin-bottom: 12px;
                            position: relative;
                        }
                        
                            .adv-b .features-list li:before {
                                content: "";
                                width: 5px;
                                height: 5px;
                                position: absolute;
                                top: 7px;
                                left: 2px;
                                border: 1px solid #6d7f92;
                                -moz-border-radius: 6px;
                                -webkit-border-radius: 6px;
                                -khtml-border-radius: 6px;
                                border-radius: 6px;
                                
                            }
                            
                .adv-b .bottom-control {
                    margin-top: 36px;
                    text-align: center;
                }
                
                    .adv-b .bottom-control .btn-details {
                        min-width: 155px;
                        padding: 23px 10px;
                        font-size: 13px;
                        display: inline-block;
                        text-transform: uppercase;
                    }
                    
                    
                    
                    
        .adv-list .adv-b__start {
            background: none;
        }
        
            .adv-list .adv-b__start .wrap-b {
                text-align: center;
                margin-top: 19px;
            }
            
                .adv-list .adv-b__start .icon-man {
                    width: 82px;
                    height: 82px;
                    display: inline-block;
                    vertical-align: middle;
                    background: #fff;
                    -moz-border-radius: 80px;
                    -webkit-border-radius: 80px;
                    -khtml-border-radius: 80px;
                    border-radius: 80px;
                    position: relative;
                    line-height: 83px;
                    text-align: center;
                }
                
                    .adv-list .adv-b__start .icon-man:before {
                        content: "";
                        width: 29px;
                        height: 34px;
                        display: inline-block;
                        vertical-align: middle;
                        background: url(../img/sprite.png) -43px -1px no-repeat;
                    }
                
                .adv-list .adv-b__start .p-title {
                    margin-top: 17px;
                    font-family: "Gotahm-light", Tahoma, sans-serif;
                    font-size: 38px;
                    color: #505050;
                }
                
                .adv-list .adv-b__start .bottom-control {
                    margin-top: 30px;
                }
                
                .adv-list .adv-b__start .bottom-control .btn-reg {
                    min-width: 155px;
                    display: inline-block;
                    padding: 23px 10px;
                    font-size: 16px;
                    font-family: "Gotham-medium", Tahoma, sans-serif;
                    text-transform: uppercase; 
                }
                
                
                
                
                
    /* ******#footer ****** */
    #footer {
        min-width: 570px;
        margin-top: 20px;
        padding: 19px 0 26px;
        background: #354051;
        color: #fff;
    }
    
        /* ****** f-menu ****** */
        .f-menu {
            text-align: center;
            font-family: "Gotham-medium", Tahoma, sans-serif;
            font-size: 16px;
            text-transform: uppercase;
        }
        
            .f-menu li {
                display: inline-block;
                vertical-align: middle;
                margin: 0 23px;
            }
            
            .f-menu li a {
                color: #fff;
                text-decoration: none;
            }
            
            .f-menu li a:hover {
                text-decoration: underline;
            }
            
            
        /* ****** f-soc ****** */
        .f-soc {
            margin-top: 17px;
            text-align: center;
        }
        
            .f-soc a {
                display: inline-block;
                margin: 0 6px;
                background-image: url(../img/sprite.png);
                background-repeat: no-repeat;
                -webkit-transition: none;
                -moz-transition: none;
                -o-transition: none;
                transition: none;
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                transform: scale(1.1);
            }
            
            .f-soc .soc-icon__vk {
                width: 41px;
                height: 41px;
                background-position: 0 -45px;
            }
            
                .f-soc .soc-icon__vk:hover {background-position: -48px -45px; }
            
            .f-soc .soc-icon__fb {
                width: 41px;
                height: 41px;
                background-position: 0 -93px;                
            }
            
                .f-soc .soc-icon__fb:hover {background-position: -48px -93px; }
            
            .f-soc .soc-icon__tw {
                width: 41px;
                height: 41px;
                background-position: 0 -142px;
            }
            
                .f-soc .soc-icon__tw:hover {background-position: -45px -142px; }
            
            .f-soc .soc-icon__yt {
                width: 41px;
                height: 41px;
                background-position: 0 -189px;
            }
            
                .f-soc .soc-icon__yt:hover {background-position: -45px -189px; }
            
            
        /* ****** f-bottom ****** */
        .f-bottom {
            margin-top: 14px;
            text-align: center;
        }
        
            .f-bottom .f-help {
                display: inline-block;
                vertical-align: top;
                margin-right: 15px;
                text-align: center;
                font-family: "Gotham-medium", Tahoma, sans-serif;
                font-size: 16px;
            }
            
                .f-bottom .f-help a {
                    color: #25a6f7;
                }
            
                .f-bottom .f-help a:hover {
                    text-decoration: none;
                }
                
            .f-bottom .copyrights {
                display: inline-block;
                vertical-align: top;
                margin-left: 15px;
                text-align: center;
                font-family: "Gotham-medium", Tahoma, sans-serif;
                font-size: 16px;
            }
                
}







/* ********** FOOTER ********** */
i[class*=ic-] {
    vertical-align: middle;
    display: inline-block;
}

i.ic-mail-grey {
    background: url(../img/ic-mail-grey.png) center center no-repeat;
    width: 20px;
    height: 16px
}

i.ic-phone-grey {
    background: url(../img/ic-phone-grey.png) center center no-repeat;
    width: 21px;
    height: 19px
}


i.ic-fb,
i.ic-you,
i.ic-tw,
i.ic-vk {
    width: 41px;
    height: 41px
}

i.ic-vk {
    background: url(../img/social-sprite.png) center no-repeat;
    background-position: 0 0;
}

i.ic-vk:hover {
    background: url(../img/social-sprite.png) center no-repeat;
    background-position: -48px 0px;
}

i.ic-fb {
    background: url(../img/social-sprite.png) center no-repeat;
    background-position: 0 -48px;
}

i.ic-fb:hover {
    background: url(../img/social-sprite.png) center no-repeat;
    background-position: -48px -48px;
}

i.ic-you {
    background: url(../img/social-sprite.png) center no-repeat;
    background-position: 0 -144px;
}

i.ic-you:hover {
    background: url(../img/social-sprite.png) center no-repeat;
    background-position: -45px -144px;
}

i.ic-tw {
    background: url(../img/social-sprite.png) center no-repeat;
    background-position: 0px -97px;
}

i.ic-tw:hover {
    background: url(../img/social-sprite.png) center no-repeat;
    background-position: -45px -97px;
}







.container {
    max-width: 1220px;
    padding: 0 10px;
    margin: 0 auto
}

.clr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}



.footer-page {
    background: #354051;
    padding: 32px 0 41px;
}

.footer-page * {
    box-sizing: border-box;
}

.footer-page a {
    color: #fff;
    border-color: #fff;
    text-decoration: none;
}

.footer-page a:hover {
    border-bottom: 1px solid #fff;
}

.footer-page__link {
    text-align: center;
    margin-bottom: 48px;
}

.nav-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-footer li {
    display: inline-block;
}

.nav-footer a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    margin: 0 15px;
    border: 1px solid transparent;
    text-decoration: none;
}

.nav-footer a:hover {
    border-bottom: 1px solid #fff;
}

.footer-page__contact {
    float: left;
    width: 25%
}

.footer-page__rating {
    margin-bottom: 38px;
}

.footer-page__nav {
    float: left;
    width: 75%;
    padding-left: 50px
}

.footer-page__nav a{
    font-size: 16px;
    text-decoration: none;
}

.footer-page__nav h4 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-page__nav .mt-top {
    margin-top: 53px
}

.footer-page__info {
    list-style: none;
    padding: 0
}

.footer-page__info li {
    font-size: 20px;
    line-height: 28px
}

.footer-page__info a {
    color: #aeb3b9;
    border: none;
    text-decoration: none;
}

.footer-page__info i {
    margin-right: 10px
}

.footer-page__social {
    margin-top: 25px;
    margin-bottom: 30px
}

.footer-page__column {
    float: left;
    width: 50%
}

.footer-page__column:nth-child(3) {
    padding-left: 45px
}

.category-link,
.rating,
.social {
    padding: 0;
    list-style: none
}

.logo-small {
    width: 59px;
    height: 59px
}

.rating,
.rating li {
    height: 19px
}

.title-white {
    color: #fff;
    display: block;
    margin-bottom: 7px
}

.rating li,
.social__item,
.social__link {
    display: inline-block
}

.social {
    margin: 0 0 20px 0;
}

.social__item {
    margin-right: 5px
}

.social .social__link:hover {
    border: none;
}

.social__item:last-child {
    margin-right: 0
}

.social__item i {
    transition: none;
}

.category-link {
    margin: 0 0 16px
}

.category-link a {
    color: #bdc0c4
}

.category-link a:hover {
    border-bottom: 1px solid #fff
}

.category-link li {
    line-height: 22px
}

.category-link li.title-link {
    margin-bottom: 8px
}

.category-link li.title-link a {
    border-bottom: 1px solid #fff;
    color: #fff
}

.category-link li.title-link a:hover {
    border: 0
}

/* ********** ********** */





/* ********* MEDIA QUERY ********* */

/* ********* стили для настольного компьютера ********* */
@media screen and (min-width: 1830px) {
    .inner-wrapper {
        width: 1806px;
    }

    #wrapper {
        min-width: 1806px;
    }


    /* ********* header ********* */
    #header {
        padding-top: 29px;
    }

    #header .inner-wrapper {
        position: relative;
    }

    /* ****** h-logo ****** */
    .h-logo {
        float: left;
        margin-top: 0px;
    }




    /* ****** h-links ****** */
    .h-links {
        float: right;
        margin-top: 4px;
        text-transform: uppercase;
    }

    .h-links .btn-login {
        display: inline-block;
        padding: 12px 19px;
        vertical-align: middle;
        margin-left: 8px;
        font-size: 12px;
    }

    .h-links .btn-reg {
        display: inline-block;
        padding: 13px 16px;
        vertical-align: middle;
        margin-left: 8px;
        font-size: 12px;
    }




    /* ****** tabs-control ****** */
    .tabs-control {
        width: 340px;
        position: absolute;
        top: 4px;
        left: 50%;
        margin-left: -170px;
        text-align: center;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
    }

    .tabs-control .inner-wrap {
        display: inline-block;
        padding: 12px 22px 11px;
        vertical-align: top;
        background: #fff;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        -khtml-border-radius: 25px;
        border-radius: 25px;

        position: relative;
    }

    .tabs-control .inner-wrap .s-btn {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

    .tabs-control .inner-wrap .s-btn.active {
        color: #3992ee;
    }

    .tabs-control .inner-wrap .s-btn.active {
        color: #3992ee;
    }

    .tabs-control .inner-wrap .s-sep {
        width: 16px;
        height: 8px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 9px;
        padding: 2px;
        background: #3892ee;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        border-radius: 15px;

        position: relative;
    }

    .tabs-control .inner-wrap .s-sep i {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        top: 2px;
        right: 2px;
        background: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .tabs-control .inner-wrap .s-sep.active i {
        right: 10px;
    }

    .tabs-control ul {
        display: none;
    }








    /* ****** adv-list ****** */
    .adv-list {
        width: 105%;
        margin-top: 18px;
    }

    .adv-list .adv-b {
        width: 576px;
        height: 479px;
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        margin: 5px 5px 6px 0;
        background: #fff;
    }

    .adv-b .img-b {
        height: 190px;
        text-align: center;
        position: relative;
    }

    .adv-b > a {
        height: 190px;
        position: relative;
    }

    .adv-img--notepad {
        position: absolute;
        top: -20px;
        right: 0px;
    }

    .adv-img--hand {
        position: absolute;
        top: 44px;
        right: 0px;
    }

    .adv-b .video-b {
        height: 190px;
        text-align: center;
        position: relative;
        background: url(../img/adv_img_bg.jpg) center no-repeat;
    }

    .adv-b .video-b .s-btn {
        width: 133px;
        height: 103px;
        position: absolute;
        top: 50%;
        left: 50%;
        padding-top: 30px;
        margin: -66px 0 0 -66px;
        background: rgba(37,42,54,.2);
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -khtml-border-radius: 100px;
        border-radius: 100px;

        text-align: center;
        color: #fff;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
    }

    .adv-b .video-b .s-btn .s-text {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.7em;
        margin: 0 15px;
    }

    .adv-b .video-b .s-btn:before {
        content: "";
        width: 35px;
        height: 35px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        background: url(../img/sprite.png) 0px 0px no-repeat;
    }

    .adv-b .video-b:hover .s-btn {
        background: rgba(37,42,54,.7);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
    }



    .adv-b .text-b {
        margin-top: 35px;
    }

    .adv-b .title-b__t1 {
        padding-bottom: 17px;
        margin-bottom: 14px;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        font-size: 20px;
        color: #302f2f;
        text-align: center;
        position: relative;
    }

    .adv-b .title-b__t1:before {
        content: "";
        width: 31px;
        height: 1px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -16px;
        background: #3892ee;
    }

    .adv-b .p-text {
        text-align: center;
        font-family: "Gotham", Tahoma, sans-serif;
        font-size: 14px;
        color: #302f2f;
    }

    .adv-b .features-list {
        margin-top: 28px;
        padding-left: 15px;
    }

    .adv-b .features-list .col-b {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-left: 1%;
        font-size: 14px;
        color: #586d82;
    }

    .adv-b .features-list ul li {
        padding-left: 23px;
        margin-bottom: 12px;
        position: relative;
    }

    .adv-b .features-list li:before {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        top: 4px;
        left: 2px;
        border: 1px solid #6d7f92;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;

    }

    .adv-b .bottom-control {
        margin-top: 7px;
        text-align: center;
    }

    .adv-b .bottom-control .btn-details {
        min-width: 110px;
        padding: 17px 10px;
        font-size: 12px;
        display: inline-block;
        text-transform: uppercase;
    }




    .adv-list .adv-b__start {
        background: none;
    }

    .adv-list .adv-b__start .wrap-b {
        width: 576px;
        height: 479px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .adv-list .adv-b__start .icon-man {
        width: 82px;
        height: 82px;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        -moz-border-radius: 80px;
        -webkit-border-radius: 80px;
        -khtml-border-radius: 80px;
        border-radius: 80px;
        position: relative;
        line-height: 83px;
        text-align: center;
    }

    .adv-list .adv-b__start .icon-man:before {
        content: "";
        width: 29px;
        height: 34px;
        display: inline-block;
        vertical-align: middle;
        background: url(../img/sprite.png) -43px -1px no-repeat;
    }

    .adv-list .adv-b__start .p-title {
        margin-top: 31px;
        font-family: "Gotahm-light", Tahoma, sans-serif;
        font-size: 36px;
        color: #505050;
    }

    .adv-list .adv-b__start .bottom-control {
        margin-top: 36px;
    }

    .adv-list .adv-b__start .bottom-control .btn-reg {
        min-width: 178px;
        display: inline-block;
        padding: 18px 10px;
        font-size: 14px;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        text-transform: uppercase;
    }

























}




/* ********* стили для настольного компьютера (1400) ********* */
@media screen and (min-width: 1240px) and (max-width: 1829px) {
    .inner-wrapper {
        width: 1200px;
    }


    #wrapper {
        min-width: 1210px;
    }

    /* ********* header ********* */
    #header {
        padding-top: 31px;
    }

    #header .inner-wrapper {
        position: relative;
    }

    /* ****** h-logo ****** */
    .h-logo {
        float: left;
        margin-top: 0px;
    }




    /* ****** h-links ****** */
    .h-links {
        float: right;
        margin-top: 4px;
        text-transform: uppercase;
    }

    .h-links .btn-login {
        display: inline-block;
        padding: 12px 19px;
        vertical-align: middle;
        margin-left: 8px;
        font-size: 12px;
    }

    .h-links .btn-reg {
        display: inline-block;
        padding: 13px 15px;
        vertical-align: middle;
        margin-left: 8px;
        font-size: 12px;
    }




    /* ****** tabs-control ****** */
    .tabs-control {
        width: 340px;
        position: absolute;
        top: 4px;
        left: 50%;
        margin-left: -170px;
        text-align: center;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
    }

    .tabs-control .inner-wrap {
        display: inline-block;
        padding: 12px 22px 11px;
        vertical-align: top;
        background: #fff;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        -khtml-border-radius: 25px;
        border-radius: 25px;

        position: relative;
    }

    .tabs-control .inner-wrap .s-btn {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

    .tabs-control .inner-wrap .s-btn.active {
        color: #3992ee;
    }

    .tabs-control .inner-wrap .s-btn.active {
        color: #3992ee;
    }

    .tabs-control .inner-wrap .s-sep {
        width: 16px;
        height: 8px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 9px;
        padding: 2px;
        background: #3892ee;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        border-radius: 15px;

        position: relative;
    }

    .tabs-control .inner-wrap .s-sep i {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        top: 2px;
        right: 2px;
        background: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .tabs-control .inner-wrap .s-sep.active i {
        right: 10px;
    }

    .tabs-control ul {
        display: none;
    }







    /* ****** adv-list ****** */
    .adv-list {
        width: 105%;
        margin-top: 13px;
    }

    .adv-list .adv-b {
        width: 576px;
        height: 479px;
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        margin: 5px 5px 6px 0;
        background: #fff;
    }

    .adv-b .img-b {
        height: 190px;
        text-align: center;
        position: relative;
        background: url(../img/adv_img_bg.jpg) center no-repeat;
    }

    .adv-b > a {
        height: 190px;
        position: relative;
    }

    .adv-img--notepad {
        position: absolute;
        top: -20px;
        right: 0px;
    }

    .adv-img--hand {
        position: absolute;
        top: 44px;
        right: 0px;
    }

    .adv-b .video-b {
        height: 190px;
        text-align: center;
        position: relative;
        background: url(../img/adv_img_bg.jpg) center no-repeat;
    }

    .adv-b .video-b .s-btn {
        width: 133px;
        height: 103px;
        position: absolute;
        top: 50%;
        left: 50%;
        padding-top: 30px;
        margin: -66px 0 0 -66px;
        background: rgba(37,42,54,.2);
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -khtml-border-radius: 100px;
        border-radius: 100px;

        text-align: center;
        color: #fff;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
    }

    .adv-b .video-b .s-btn .s-text {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.7em;
        margin: 0 15px;
    }

    .adv-b .video-b .s-btn:before {
        content: "";
        width: 35px;
        height: 35px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        background: url(../img/sprite.png) 0px 0px no-repeat;
    }

    .adv-b .video-b:hover .s-btn {
        background: rgba(37,42,54,.7);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
    }



    .adv-b .text-b {
        margin-top: 35px;
    }

    .adv-b .title-b__t1 {
        padding-bottom: 17px;
        margin-bottom: 14px;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        font-size: 20px;
        color: #302f2f;
        text-align: center;
        position: relative;
    }

    .adv-b .title-b__t1:before {
        content: "";
        width: 31px;
        height: 1px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -16px;
        background: #3892ee;
    }

    .adv-b .p-text {
        text-align: center;
        font-family: "Gotham", Tahoma, sans-serif;
        font-size: 14px;
        color: #302f2f;
    }

    .adv-b .features-list {
        margin-top: 28px;
        padding-left: 15px;
    }

    .adv-b .features-list .col-b {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-left: 1%;
        font-size: 14px;
        color: #586d82;
    }

    .adv-b .features-list ul li {
        padding-left: 23px;
        margin-bottom: 12px;
        position: relative;
    }

    .adv-b .features-list li:before {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        top: 4px;
        left: 2px;
        border: 1px solid #6d7f92;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;

    }

    .adv-b .bottom-control {
        margin-top: 7px;
        text-align: center;
    }

    .adv-b .bottom-control .btn-details {
        min-width: 110px;
        padding: 17px 10px;
        font-size: 10px;
        display: inline-block;
        text-transform: uppercase;
    }




    .adv-list .adv-b__start {
        background: none;
    }

    .adv-list .adv-b__start .wrap-b {
        width: 576px;
        height: 479px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .adv-list .adv-b__start .icon-man {
        width: 82px;
        height: 82px;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        -moz-border-radius: 80px;
        -webkit-border-radius: 80px;
        -khtml-border-radius: 80px;
        border-radius: 80px;
        position: relative;
        line-height: 83px;
        text-align: center;
    }

    .adv-list .adv-b__start .icon-man:before {
        content: "";
        width: 29px;
        height: 34px;
        display: inline-block;
        vertical-align: middle;
        background: url(../img/sprite.png) -43px -1px no-repeat;
    }

    .adv-list .adv-b__start .p-title {
        margin-top: 31px;
        font-family: "Gotahm-light", Tahoma, sans-serif;
        font-size: 36px;
        color: #505050;
    }

    .adv-list .adv-b__start .bottom-control {
        margin-top: 36px;
    }

    .adv-list .adv-b__start .bottom-control .btn-reg {
        min-width: 178px;
        display: inline-block;
        padding: 18px 10px;
        font-size: 14px;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        text-transform: uppercase;
    }
}


/* ********* стили для настольного компьютера (1000) ********* */
@media screen and (min-width: 970px) and (max-width: 1239px) {
    .inner-wrapper {
        width: 955px;
    }

    #wrapper {
        min-width: 955px;
    }

    /* ********* header ********* */
    #header {
        padding-top: 34px;
    }

    #header .inner-wrapper {
        position: relative;
    }

    /* ****** h-logo ****** */
    .h-logo {
        float: left;
        margin-top: 0px;
    }




    /* ****** h-links ****** */
    .h-links {
        float: right;
        margin-top: 4px;
        text-transform: uppercase;
    }

    .h-links .btn-login {
        display: inline-block;
        padding: 12px 20px;
        vertical-align: middle;
        margin-left: 8px;
        font-size: 12px;
    }

    .h-links .btn-reg {
        display: inline-block;
        padding: 13px 15px;
        vertical-align: middle;
        margin-left: 8px;
        font-size: 12px;
    }





    /* ****** tabs-control ****** */
    .tabs-control {
        width: 340px;
        position: absolute;
        top: 4px;
        left: 50%;
        margin-left: -170px;
        text-align: center;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
    }

    .tabs-control .inner-wrap {
        display: inline-block;
        padding: 12px 22px 11px;
        vertical-align: top;
        background: #fff;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        -khtml-border-radius: 25px;
        border-radius: 25px;

        position: relative;
    }

    .tabs-control .inner-wrap .s-btn {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

    .tabs-control .inner-wrap .s-btn.active {
        color: #3992ee;
    }

    .tabs-control .inner-wrap .s-btn.active {
        color: #3992ee;
    }

    .tabs-control .inner-wrap .s-sep {
        width: 16px;
        height: 8px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 9px;
        padding: 2px;
        background: #3892ee;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        border-radius: 15px;

        position: relative;
    }

    .tabs-control .inner-wrap .s-sep i {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        top: 2px;
        right: 2px;
        background: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .tabs-control .inner-wrap .s-sep.active i {
        right: 10px;
    }

    .tabs-control ul {
        display: none;
    }







    /* ****** adv-list ****** */
    .adv-list {
        width: 105%;
        margin-top: 15px;
    }

    .adv-list .adv-b {
        width: 459px;
        height: 381px;
        display: inline-block;
        vertical-align: top;
        padding: 8px;
        margin: 5px 3px 4px 0;
        background: #fff;
    }

    .adv-b .img-b {
        height: 151px;
        text-align: center;
        position: relative;
        background: url(../img/adv_img_bg.jpg) center no-repeat;
    }

    .adv-b .img-b img {
        max-width: 459px;
    }

    .adv-b > a {
        height: 190px;
        position: relative;
    }

    .adv-b .img-b .adv-img--notepad {
        max-width: 302px;
        position: absolute;
        top: -15px;
        right: 0px;
    }

    .adv-b .img-b .adv-img--hand {
        max-width: 282px;
        position: absolute;
        top: 34px;
        right: 0px;
    }

    .adv-b .video-b {
        height: 151px;
        text-align: center;
        position: relative;
        background: url(../img/adv_img_bg.jpg) center no-repeat;
    }

    .adv-b .video-b img {
        max-width: 460px;
    }

    .adv-b .video-b .s-btn {
        width: 106px;
        height: 85px;
        position: absolute;
        top: 50%;
        left: 50%;
        padding-top: 21px;
        margin: -53px 0 0 -53px;
        background: rgba(37,42,54,.2);
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -khtml-border-radius: 100px;
        border-radius: 100px;

        text-align: center;
        color: #fff;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        font-size: 8px;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
    }

    .adv-b .video-b .s-btn .s-text {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.7em;
        margin: 0 10px;
    }

    .adv-b .video-b .s-btn:before {
        content: "";
        width: 35px;
        height: 35px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 6px;
        background: url(../img/sprite.png) 0px 0px no-repeat;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(0.8);
    }

    .adv-b .video-b:hover .s-btn {
        background: rgba(37,42,54,.7);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
    }



    .adv-b .text-b {
        margin-top: 27px;
    }

    .adv-b .title-b__t1 {
        padding-bottom: 14px;
        margin-bottom: 11px;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        font-size: 16px;
        color: #302f2f;
        text-align: center;
        position: relative;
    }

    .adv-b .title-b__t1:before {
        content: "";
        width: 27px;
        height: 1px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -16px;
        background: #3892ee;
    }

    .adv-b .p-text {
        text-align: center;
        font-family: "Gotham", Tahoma, sans-serif;
        font-size: 12px;
        color: #302f2f;
    }

    .adv-b .features-list {
        margin-top: 23px;
        padding-left: 10px;
    }

    .adv-b .features-list .col-b {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-left: 1%;
        font-size: 12px;
        color: #586d82;
    }

    .adv-b .features-list ul li {
        padding-left: 20px;
        margin-bottom: 11px;
        position: relative;
    }

    .adv-b .features-list li:before {
        content: "";
        width: 3px;
        height: 3px;
        position: absolute;
        top: 4px;
        left: 5px;
        border: 1px solid #6d7f92;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;

    }

    .adv-b .bottom-control {
        margin-top: 5px;
        text-align: center;
    }

    .adv-b .bottom-control .btn-details {
        min-width: 83px;
        padding: 14px 10px;
        font-size: 8px;
        display: inline-block;
        text-transform: uppercase;
    }




    .adv-list .adv-b__start {
        background: none;
    }

    .adv-list .adv-b__start .wrap-b {
        width: 459px;
        height: 381px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .adv-list .adv-b__start .icon-man {
        width: 82px;
        height: 82px;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        -moz-border-radius: 80px;
        -webkit-border-radius: 80px;
        -khtml-border-radius: 80px;
        border-radius: 80px;
        position: relative;
        line-height: 83px;
        text-align: center;
    }

    .adv-list .adv-b__start .icon-man:before {
        content: "";
        width: 29px;
        height: 34px;
        display: inline-block;
        vertical-align: middle;
        background: url(../img/sprite.png) -43px -1px no-repeat;
    }

    .adv-list .adv-b__start .p-title {
        margin-top: 31px;
        font-family: "Gotahm-light", Tahoma, sans-serif;
        font-size: 35px;
        color: #505050;
    }

    .adv-list .adv-b__start .bottom-control {
        margin-top: 36px;
    }

    .adv-list .adv-b__start .bottom-control .btn-reg {
        min-width: 178px;
        display: inline-block;
        padding: 18px 10px;
        font-size: 14px;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        text-transform: uppercase;
    }






    .container {
        max-width: 955px;
    }
    /* ******#footer ****** */
    .footer-page__contact,
    .footer-page__nav {
        float: none;
        width: 100%
    }
    .footer-page__nav {
        padding: 0;
        margin-top: 60px
    }
    .footer-page__bottom,
    .footer-page__top {
        display: inline-block;
        width: 49.5%;
        vertical-align: top
    }
    .footer-page__social {
        margin: 0 0 15px 0
    }
    .footer-page__rating {
        margin-bottom: 15px;
    }
    .footer-page__column {
        padding-right: 14px
    }
    .footer-page__column:nth-child(3) {
        padding: 0 14px 0 0
    }

}


/* ********* стили для настольного планшета (800) ********* */
@media screen and (min-width: 710px) and (max-width: 969px) {
    .inner-wrapper {
        width: 596px;
    }



    #wrapper {
        min-width: 596px;
    }

    /* ********* header ********* */
    #header {
        padding-top: 26px;
    }

    #header .inner-wrapper {
        position: relative;
    }

    /* ****** h-logo ****** */
    .h-logo {
        float: left;
        margin-top: 0px;
    }




    /* ****** h-links ****** */
    .h-links {
        float: right;
        margin-top: 4px;
        text-transform: uppercase;
    }

    .h-links .btn-login {
        display: inline-block;
        padding: 12px 20px;
        vertical-align: middle;
        margin-left: 8px;
        font-size: 12px;
    }

    .h-links .btn-reg {
        display: inline-block;
        padding: 13px 15px;
        vertical-align: middle;
        margin-left: 8px;
        font-size: 12px;
    }



    /* ****** tabs-control ****** */
    .tabs-control {
        text-align: center;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        width: 100%;
        float: left;
        margin-top: 21px;
    }

    .tabs-control .inner-wrap {
        display: inline-block;
        padding: 12px 22px 11px;
        vertical-align: top;
        background: #fff;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        -khtml-border-radius: 25px;
        border-radius: 25px;

        position: relative;
    }

    .tabs-control .inner-wrap .s-btn {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

    .tabs-control .inner-wrap .s-btn.active {
        color: #3992ee;
    }

    .tabs-control .inner-wrap .s-btn.active {
        color: #3992ee;
    }

    .tabs-control .inner-wrap .s-sep {
        width: 16px;
        height: 8px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 9px;
        padding: 2px;
        background: #3892ee;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        border-radius: 15px;

        position: relative;
    }

    .tabs-control .inner-wrap .s-sep i {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        top: 2px;
        right: 2px;
        background: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .tabs-control .inner-wrap .s-sep.active i {
        right: 10px;
    }

    .tabs-control ul {
        display: none;
    }







    /* ****** adv-list ****** */
    .adv-list {
        width: 100%;
        margin-top: 16px;
    }

    .adv-list .adv-b {
        width: 576px;
        height: 479px;
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        margin: 5px 0 8px 0;
        background: #fff;
    }

    .adv-b .img-b {
        height: 190px;
        text-align: center;
        position: relative;
        background: url(../img/adv_img_bg.jpg) center no-repeat;
    }

    .adv-b > a {
        height: 190px;
        position: relative;
    }

    .adv-img--notepad {
        position: absolute;
        top: -20px;
        right: 0px;
    }

    .adv-img--hand {
        position: absolute;
        top: 44px;
        right: 0px;
    }

    .adv-b .video-b {
        height: 190px;
        text-align: center;
        position: relative;
        background: url(../img/adv_img_bg.jpg) center no-repeat;
    }

    .adv-b .video-b .s-btn {
        width: 133px;
        height: 103px;
        position: absolute;
        top: 50%;
        left: 50%;
        padding-top: 30px;
        margin: -66px 0 0 -66px;
        background: rgba(37,42,54,.2);
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -khtml-border-radius: 100px;
        border-radius: 100px;

        text-align: center;
        color: #fff;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
    }

    .adv-b .video-b .s-btn .s-text {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.7em;
        margin: 0 15px;
    }

    .adv-b .video-b .s-btn:before {
        content: "";
        width: 35px;
        height: 35px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        background: url(../img/sprite.png) 0px 0px no-repeat;
    }

    .adv-b .video-b:hover .s-btn {
        background: rgba(37,42,54,.7);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
    }



    .adv-b .text-b {
        margin-top: 35px;
    }

    .adv-b .title-b__t1 {
        padding-bottom: 17px;
        margin-bottom: 14px;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        font-size: 20px;
        color: #302f2f;
        text-align: center;
        position: relative;
    }

    .adv-b .title-b__t1:before {
        content: "";
        width: 31px;
        height: 1px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -16px;
        background: #3892ee;
    }

    .adv-b .p-text {
        text-align: center;
        font-family: "Gotham", Tahoma, sans-serif;
        font-size: 14px;
        color: #302f2f;
    }

    .adv-b .features-list {
        margin-top: 28px;
        padding-left: 15px;
    }

    .adv-b .features-list .col-b {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-left: 1%;
        font-size: 14px;
        color: #586d82;
    }

    .adv-b .features-list ul li {
        padding-left: 23px;
        margin-bottom: 12px;
        position: relative;
    }

    .adv-b .features-list li:before {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        top: 4px;
        left: 2px;
        border: 1px solid #6d7f92;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;

    }

    .adv-b .bottom-control {
        margin-top: 7px;
        text-align: center;
    }

    .adv-b .bottom-control .btn-details {
        min-width: 110px;
        padding: 17px 10px;
        font-size: 10px;
        display: inline-block;
        text-transform: uppercase;
    }




    .adv-list .adv-b__start {
        background: none;
    }

    .adv-list .adv-b__start .wrap-b {
        text-align: center;
        margin-top: 49px;
    }

    .adv-list .adv-b__start .icon-man {
        width: 82px;
        height: 82px;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        -moz-border-radius: 80px;
        -webkit-border-radius: 80px;
        -khtml-border-radius: 80px;
        border-radius: 80px;
        position: relative;
        line-height: 83px;
        text-align: center;
    }

    .adv-list .adv-b__start .icon-man:before {
        content: "";
        width: 29px;
        height: 34px;
        display: inline-block;
        vertical-align: middle;
        background: url(../img/sprite.png) -43px -1px no-repeat;
    }

    .adv-list .adv-b__start .p-title {
        margin-top: 31px;
        font-family: "Gotahm-light", Tahoma, sans-serif;
        font-size: 36px;
        color: #505050;
    }

    .adv-list .adv-b__start .bottom-control {
        margin-top: 36px;
    }

    .adv-list .adv-b__start .bottom-control .btn-reg {
        min-width: 178px;
        display: inline-block;
        padding: 18px 10px;
        font-size: 14px;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        text-transform: uppercase;
    }

    .container {
        max-width: 596px;
    }


    .footer-page__top {
        width: 100%
    }
    .nav-footer a {
        margin-bottom: 5px;
    }
    .footer-page__nav {
        margin-top: 50px;
    }
    .footer-page__bottom {
        width: 100%;
        margin-top: 20px
    }
    .footer-page__column {
        width: 100%;
        padding: 0
    }


    .footer-page__link {
        text-align: left;
    }
    .nav-footer li {
        display: block;
    }
    .nav-footer a {
        display: block;
        padding: 5px 0;
        margin: 0;
    }


    .footer-page__contact {
        float: none;
        width: 100%;
    }

    .footer-page__nav {
        float: none;
        width: 100%;
        padding: 0;
    }

    .footer-page__column:nth-child(3) {
        padding: 0;
    }


}






/* ********* стили для мобильного устройства ********* */
@media screen and (min-width: 100px) and (max-width: 709px) {

    .btn-blue {
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        -khtml-border-radius: 25px;
        border-radius: 25px;
    }

    .btn-blue2 {
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        -khtml-border-radius: 25px;
        border-radius: 25px;
    }

    .inner-wrapper {
        width: 570px;
    }

    #wrapper {
        min-width: 570px;
    }




    /* ********* header ********* */
    #header {
        padding-top: 48px;
    }

    #header .inner-wrapper {
        position: relative;
    }

    /* ****** h-logo ****** */
    .h-logo {
        text-align: center;
    }

    .h-logo img {
        max-width: 161px;
    }




    /* ****** h-links ****** */
    .h-links {
        margin-top: 36px;
        text-align: center;
        text-transform: uppercase;
    }

    .h-links .btn-login {
        display: inline-block;
        padding: 18px 32px;
        vertical-align: middle;
        font-size: 16px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        border-radius: 15px;

        position: relative;
    }

    .h-links .btn-reg {
        display: inline-block;
        padding: 19px 25px;
        vertical-align: middle;
        margin-left: 13px;
        font-size: 16px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        border-radius: 15px;

        position: relative;
    }







    /* ****** tabs-control ****** */
    .tabs-control {
        text-align: center;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        font-size: 19px;
        text-transform: uppercase;
        margin-top: 24px;
        letter-spacing: -0.05em;
    }

    .tabs-control .inner-wrap {
        display: inline-block;
        padding: 20px 32px 20px;
        vertical-align: top;
        background: #fff;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        -khtml-border-radius: 13px;
        border-radius: 13px;

        position: relative;
    }

    .tabs-control .inner-wrap .s-btn {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

    .tabs-control .inner-wrap .s-btn.active {
        color: #3992ee;
    }

    .tabs-control .inner-wrap .s-btn.active {
        color: #3992ee;
    }

    .tabs-control .inner-wrap .s-sep {
        width: 27px;
        height: 13px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 9px;
        padding: 3px;
        background: #3892ee;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        border-radius: 15px;

        position: relative;
    }

    .tabs-control .inner-wrap .s-sep i {
        content: "";
        width: 13px;
        height: 13px;
        position: absolute;
        top: 3px;
        right: 3px;
        background: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .tabs-control .inner-wrap .s-sep.active i {
        right: 17px;
    }

    .tabs-control ul {
        display: none;
    }






    /* ****** adv-list ****** */
    .adv-list {
        width: 100%;
        margin-top: 22px;
    }

    .adv-list .adv-b {
        width: 549px;
        display: inline-block;
        vertical-align: top;
        padding: 10px 10px 31px;
        margin: 5px 0 12px 0;
        background: #fff;
    }

    .adv-b .img-b {
        height: 181px;
        text-align: center;
        position: relative;
        background: url(../img/adv_img_bg.jpg) center no-repeat;
    }

    .adv-b .img-b img {
        max-width: 549px;
    }

    .adv-b > a {
        height: 181px;
        position: relative;
    }

    .adv-b .img-b .adv-img--notepad {
        max-width: 344px;
        position: absolute;
        top: -20px;
        right: 0px;
    }

    .adv-b .img-b .adv-img--hand {
        max-width: 345px;
        position: absolute;
        top: 47px;
        right: 0px;
    }

    .adv-b .video-b {
        height: 181px;
        text-align: center;
        position: relative;
        background: url(../img/adv_img_bg.jpg) center no-repeat;
    }

    .adv-b .video-b img {
        max-width: 549px;
        text-align: center;
        position: relative;
    }

    .adv-b .video-b .s-btn {
        width: 107px;
        height: 85px;
        position: absolute;
        top: 50%;
        left: 50%;
        padding-top: 22px;
        margin: -53px 0 0 -53px;
        background: rgba(37,42,54,.2);
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -khtml-border-radius: 100px;
        border-radius: 100px;

        text-align: center;
        color: #fff;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        font-size: 8px;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
    }

    .adv-b .video-b .s-btn .s-text {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.7em;
        margin: 0 15px;
    }

    .adv-b .video-b .s-btn:before {
        content: "";
        width: 35px;
        height: 35px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 5px;
        background: url(../img/sprite.png) 0px 0px no-repeat;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }

    .adv-b .video-b:hover .s-btn {
        background: rgba(37,42,54,.7);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
    }



    .adv-b .text-b {
        margin-top: 35px;
    }

    .adv-b .title-b__t1 {
        padding-bottom: 13px;
        margin-bottom: 12px;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        font-size: 29px;
        color: #302f2f;
        text-align: center;
        position: relative;
    }

    .adv-b .title-b__t1:before {
        content: "";
        width: 30px;
        height: 1px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -16px;
        background: #3892ee;
    }

    .adv-b .p-text {
        text-align: center;
        font-family: "Gotham", Tahoma, sans-serif;
        font-size: 17px;
        color: #302f2f;
    }

    .adv-b .features-list {
        margin-top: 32px;
        padding-left: 19px;
    }

    .adv-b .features-list .col-b {
        vertical-align: top;
        margin-left: 0%;
        font-size: 19px;
        color: #586d82;
    }

    .adv-b .features-list ul li {
        padding-left: 31px;
        margin-bottom: 11px;
        position: relative;
    }

    .adv-b .features-list li:before {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        top: 7px;
        left: 2px;
        border: 1px solid #6d7f92;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;

    }

    .adv-b .bottom-control {
        margin-top: 36px;
        text-align: center;
    }

    .adv-b .bottom-control .btn-details {
        min-width: 155px;
        padding: 23px 10px;
        font-size: 13px;
        display: inline-block;
        text-transform: uppercase;
    }




    .adv-list .adv-b__start {
        background: none;
    }

    .adv-list .adv-b__start .wrap-b {
        text-align: center;
        margin-top: 19px;
    }

    .adv-list .adv-b__start .icon-man {
        width: 82px;
        height: 82px;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        -moz-border-radius: 80px;
        -webkit-border-radius: 80px;
        -khtml-border-radius: 80px;
        border-radius: 80px;
        position: relative;
        line-height: 83px;
        text-align: center;
    }

    .adv-list .adv-b__start .icon-man:before {
        content: "";
        width: 29px;
        height: 34px;
        display: inline-block;
        vertical-align: middle;
        background: url(../img/sprite.png) -43px -1px no-repeat;
    }

    .adv-list .adv-b__start .p-title {
        margin-top: 17px;
        font-family: "Gotahm-light", Tahoma, sans-serif;
        font-size: 38px;
        color: #505050;
    }

    .adv-list .adv-b__start .bottom-control {
        margin-top: 30px;
    }

    .adv-list .adv-b__start .bottom-control .btn-reg {
        min-width: 155px;
        display: inline-block;
        padding: 23px 10px;
        font-size: 16px;
        font-family: "Gotham-medium", Tahoma, sans-serif;
        text-transform: uppercase;
    }


    .container {
        max-width: 596px;
    }


    .footer-page__top {
        width: 100%
    }
    .nav-footer a {
        margin-bottom: 5px;
    }
    .footer-page__nav {
        margin-top: 50px;
    }
    .footer-page__bottom {
        width: 100%;
        margin-top: 20px
    }
    .footer-page__column {
        width: 100%;
        padding: 0
    }


    .footer-page__link {
        text-align: left;
    }
    .nav-footer li {
        display: block;
    }
    .nav-footer a {
        display: block;
        padding: 5px 0;
        margin: 0;
    }


    .footer-page__contact {
        float: none;
        width: 100%;
    }

    .footer-page__nav {
        float: none;
        width: 100%;
        padding: 0;
    }

    .footer-page__column:nth-child(3) {
        padding: 0;
    }

}