/*
Theme Name: lovushka
Theme URI: http://www/chikurov.com
Author: Ivan Avraamov
Author URI: http://www/chikurov.com
Version: 1.0
*/
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'), url('../fonts/Robotothin.woff2') format('woff2'), url('../fonts/Robotothin.woff') format('woff'), url('../fonts/Robotothin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('../fonts/Robotothinitalic.woff2') format('woff2'), url('../fonts/Robotothinitalic.woff') format('woff'), url('../fonts/Robotothinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Robotolight.woff2') format('woff2'), url('../fonts/Robotolight.woff') format('woff'), url('../fonts/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../fonts/Robotolightitalic.woff2') format('woff2'), url('../fonts/Robotolightitalic.woff') format('woff'), url('../fonts/Robotolightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto.woff2') format('woff2'), url('../fonts/Roboto.woff') format('woff'), url('../fonts/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'), url('../fonts/Robotoitalic.woff2') format('woff2'), url('../fonts/Robotoitalic.woff') format('woff'), url('../fonts/Robotoitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Robotomedium.woff2') format('woff2'), url('../fonts/Robotomedium.woff') format('woff'), url('../fonts/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('../fonts/Robotomediumitalic.woff2') format('woff2'), url('../fonts/Robotomediumitalic.woff') format('woff'), url('../fonts/Robotomediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Robotobold.woff2') format('woff2'), url('../fonts/Robotobold.woff') format('woff'), url('../fonts/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../fonts/Robotobolditalic.woff2') format('woff2'), url('../fonts/Robotobolditalic.woff') format('woff'), url('../fonts/Robotobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Robotoblack.woff2') format('woff2'), url('../fonts/Robotoblack.woff') format('woff'), url('../fonts/Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('../fonts/Robotoblackitalic.woff2') format('woff2'), url('../fonts/Robotoblackitalic.woff') format('woff'), url('../fonts/Robotoblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
li {
    list-style: none;
}
a:hover,
a:visited,
a {
    text-decoration: none;
}
h1,
h2 {
    text-transform: uppercase;
    font-weight: bold;
}
.price p {
	text-align: center!important;
}
header h1.heading 
{
    text-align: center;
}
.logo img 
{
    max-width: 100%;
}
.top-header 
{
    z-index: 999;
    background: #000;
    position: relative;
    color: #fff;
}
.lovushka 
{
    background: #FDA009;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.lovushka .protocol
{
    max-width: 90%;
    background: #000;
    overflow: hidden;
    position: relative;
    margin: auto;
    border-radius: 50%;
    -webkit-transition: transform 1s linear;
       -moz-transition: transform 1s linear;
            transition: transform 1s linear;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.9);
    box-shadow: 0px 0px 20px rgba(0,0,0,.9);
}
.lovushka .protocol svg
{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  transform: scale(1.5);
}
.settings
{
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 5px;
}
.modal-text 
{
    padding: 10px;
    font-size: 15px;
}
.speed_control, .easy_mode, .revece_mode
{
    background: #fff;
    border-radius: 7px;
    border: 2px solid #000;
    margin-bottom: 10px;
    white-space: nowrap;
}
.easy_mode_item 
{
    font-size: 12px;
}
.instruction_block
{
    border-radius: 7px;
    border: 2px solid #000;
    background-color: #fcf8e3;
    color: #000;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    z-index: 999;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
body, .top-header, .footer
{
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none; 
}
.text-centered
{
    text-align: center;
}
.question
{
    margin: 5px;
}
.question:focus 
{
    outline: none!important;
    background: #fff;
    box-shadow: none;
    border-color: #ccc;
}
footer.footer 
{
  background: #000;
  color: #fff;
  font-size: 13px;
  padding-top: 5px;
}
.popover 
{
    color: #000;
}
.popover
{
    left: -43px;
    width: 150px;
    text-align: center;
}
footer.footer a
{
  color: #fda00c;
  font-size: 13px;
}
.color_control 
{
    margin-top: 20px;
}
.color_item 
{
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.color_item:hover
{
  transform: scale(1.3);
}
.color_item.color_item_yl
{
  background: #FDE30A;
}
.color_item.color_item_mg
{
  background: #CB006E;
}
.color_item.color_item_cy
{
  background: #0D6263;
}
.color_item.color_item_gr
{
  background: #828487;
}
.color_item.color_item_br
{
  background: #8A5447;
}
.color_item.color_item_dc
{
  background: #063670;
}
.color_item.color_item_rd
{
  background: #E40025;
}
.color_item.color_item_bl
{
  background: #000000;
}
.color_item.color_item_wh
{
  background: #ffffff;
}
.wau-button.preloader-parent
{
  display: none;
}

.payment_modal_trigger 
{
    margin-top: 15px;
}

.payment_form_cabinet {
    margin-bottom: 15px;
}

#mail .close, #payment .close
{
  right: 10px;
  top: 10px;
  position: absolute;
}
#mail .modal-text, #payment .modal-text
{
  padding: 20px;
}
#mail h4, #payment h4
{
  width: 100%;
}
.login__form 
{
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 6px;
    font-size: 16px;
    padding-top: 20px;
    margin-top: 5px;
}
.login__form input[type="text"], .login__form input[type="password"], .login__form input[type="email"]
{
    width: 250px;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 5px;
}
.login__form #wp-submit
{
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-default:active, .open>.dropdown-toggle.btn-default 
{
    background: #fff;
    box-shadow: none;
}

.ring
{
    margin-bottom: 20px;
}
.instr
{
    color: #8a6d3b;
    font-size: 15px;
}
.next_instr, .close_instr, .start_prot
{
    margin-top: 5px;
}
.lovushka_speed 
{
    width: 40px;
    margin: auto;
    height: 40px;
    font-size: 20px;
    padding-top: 6px;
    margin-top: -13px;
    background: #000;
    border-radius: 50%;
}
.speed_val 
{
    color: #fff;
    padding-top: 10px;
}
.easy_mode_item:focus, .easy_mode_item:active, .btn_lang:focus, .btn_lang:active
{
    outline: none!important;
}
.btn-group.lang_block 
{
    position: absolute;
    right: 20px;
    border-radius: 7px;
    border: 2px solid #000;
    z-index: 999;
}
.login__form .btn-group.lang_block 
{
    position: static;
    margin-top: -65px;
}
button.btn.active.btn_lang 
{
    background: #000;
    color: #fff;
    border-color: #000;
}
.toRegistration, .toLogin
{
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
.vitrin
{
    border: 1px solid #000;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
    font-size: 20px;
}
.vitrin_content
{
    font-size: 17px;
    padding: 10px;
    border-radius: 6px;
}
.vitrin h1
{
    color: #fff;
    font-weight: 100;
    font-size: 45px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}
.vitrin h2
{
    padding-bottom: 10px;
}
.vitrin h3
{
    padding-bottom: 10px;
    border-bottom: 2px solid #FDA009;
}
.vitrin h4
{
    font-weight: 600;
    font-size: 20px;
}
.price 
{
    background: #38aabf;
    padding: 5px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
img.items 
{
    max-width: 100%;
    height: auto;
}
.header_area 
{
    position: relative;
}
button.btn.btn_login 
{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #000;
}
.login_modal .modal-content
{
    background: #FDA009;
    text-align: center;
}
.login_modal .modal-footer
{
    text-align: center;
}
.regard_info
{
    font-size: 22px;
}
.vitrin-article
{
    border: 2px solid darkred;
    color: darkgoldenrod;
}
.vitrin .reg_login 
{
    color: #3379b7;
    text-decoration: none;
}
.btn.btn-kabinet, .btn.btn-movie
{
    position: absolute;
    padding-top: 7px;
    width: 36px;
    height: 36px;
    left: 20px;
    border-radius: 50%;
    border: 2px solid #000;
    z-index: 999;
}
.btn.btn-movie
{
    top: 60px;
    font-size: 24px;
    padding: 0 5px;
    color: #da0e0e;
}
.container.inside
{
    background: #fff;
    padding: 20px;
    font-size: 20px;
}
.container.inside p
{
    text-align: left;
}
.reverce_age 
{
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 20px;
}
#slider div#custom-handle
{
    width: 30px;
    height: 30px;
    color: transparent;
    top: -.7em;
    background: #fda00c;
    border: 1px solid #fff;
    outline: none;
    border-radius: 6px;
}
.reverce_age table
{
    width: 100%;
}
.reverce_age table td
{
    text-align: center;
}
.reverce_graph
{
    position: relative;
}
.reverce_graph 
{
    height: 250px;
    margin-bottom: -10px;
}
.knife_rate 
{
    height: 0;
    width: 3px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    max-width: 200px;
    background: #fda00c;
    position: absolute;
    bottom: 10px;
    -webkit-transition: width 0.5s linear;
    -moz-transition: width 0.5s linear;
    transition: width 0.5s linear;
}
button#upgrade_btn 
{
    margin-top: -3px;
}
#upgrade input
{
    max-width: 100%;
}
.access_title
{
    font-size: 17px!important;
    padding-bottom: 20px; 
}




@media (max-width: 991px) {
    /*.set, .manual, .set_disabled
    {
        width: 30px;
        height: 30px;
        padding-top: 5px;
        font-size: 15px;
        margin-top: 4px;
    }*/
}
@media (max-width: 715px) {
    /*.set, .manual, .set_disabled
    {
        width: 25px;
        height: 25px;
        padding-top: 4px;
        font-size: 13px;
        margin-top: 4px;
    }*/
    .question 
    {
        white-space: normal;
    }
    button.btn.btn_login
    {
        position: static;
        display: block;
        margin: auto;
    }
}
@media (max-width: 500px) {
    .logo img {
        min-width: 200px;
        margin-bottom: 6px;
    }
    .btn-group.lang_block
    {
        right: 5px;
        top: 5px;
    }
    .btn.btn-kabinet
    {
        left: 5px;
        top: 5px;
    }
    .btn.btn-movie
    {
        left: 5px;
        top: 45px;
    }
}
@media (max-width: 400px) {
    .logo img {
        min-width: 200px;
        margin-bottom: 6px;
    }
    .btn-group.lang_block
    {
        right: 5px;
        top: 5px;
    }
    .btn.btn-kabinet
    {
        left: 5px;
        top: 5px;
    }
    .btn.btn-movie
    {
        left: 5px;
        top: 45px;
    }
    .modal-text
    {
        font-size: 12px;
    }
    .modal-header h4
    {
        font-size: 16px;
    }
    .easy_mode_item
    {
        padding-right: 5px;
        padding-left: 5px;
    }
}
