
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
    height: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}


dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}


hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*mob*/

@media screen and (max-width: 480px) {
    .cookie-notification {
        width: 100%;
        left: 0;
    }

    div.refill .payment-type  label{
        width: 100%;
    }

    .btn-responcive__top {
        margin-top: 10px;
    }
}


/*tablet*/
@media screen and (min-width: 481px) and (max-width: 768px) {
    .cookie-notification {
        width: 50%;
    }

   /*pay-form*/
    .sale-form .form-horizontal .pay-system {
        width: 100%;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
 
    .payment-method .radio-inline label {
        width: 100%!important;
    
    }
    .sale-form .form-horizontal .radio-group .buyout {
        margin-left: 13px;
    }
    .sale-form .price-form input {
        width: 100% !important;
        margin-left: 0 !important;
        position: relative;
    }
 
    .price-label p.currency-label {
        width: 20% !important;
        position: absolute;
        right: 1.5em;
        bottom: 0.7em;
    
    }

    .putting-on-sale .sale-form input[type=text] {
        padding-right: 40px; 
    }

    section.panel-workspace section.panel-workspace.pushedToRight {
        width: 100% !important;
    }

    div.refill .payment-type label {
        width: 100%;
    }

   div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front {
       width: 100%!important;
       left: 0!important;
       top: 0!important;
   }

    .btn-responcive__top {
        margin-top: 10px;
    }




}

/*desc*/
@media screen and (min-width: 769px) and (max-width: 992px) {

    .sale-form .price-form input {
        width: 100% !important;
        margin-left: 0 !important;
        position: relative;
    }
 
    .price-label p.currency-label {
        width: 40%;
        position: absolute;
        right: -29.5em;
        bottom: 1.2em;   
    }

    section.panel-workspace.pushedToRight {
        width: 100% !important;
    }

    div.refill .payment-type label {
        width: 100%;
    }

    div.ui-dialog  {
        width: 60%!important;
        left: 20%!important;
    }

    .btn-responcive__top {
        margin-top: 10px;
    }
}

/*large-desc*/
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .cookie-notification {
        width: 30%;
    }

    .putting-on-sale .sale-form {
        width: 70%;
        margin: 0 auto;
    }

    section.panel-workspace.pushedToRight {
        width: 100% !important;
    }

    div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front {
        width: 50%!important;  
    }

    .btn-responcive {
        margin-bottom: 10px;
    }



 

}

@media screen and (min-width: 1201px) and (max-width: 1295px)  {
    .btn-responcive {
        margin-bottom: 10px;
    }


}









































/*@media screen and (min-width: 1400px) and (max-width: 1600px) {
      body {
        width: 100%;
    }

 
}
@media screen and (min-width: 481px) and (max-width: 971px) {
    .grey-btn {
        margin: -1px 0 0 15px ;
        margin-left: 15px;
    }

    .margin-bottom {
        margin-top: 15px;
  
    }
}


@media screen and (min-width: 970px) and (max-width: 1401px) {
    body {
        width: 100%;
    }

    .panel-content-block .content .my-purchases .item .my-purchases__cancelbtn {
        margin-top: 15px;
    }

    .chat-buyer {
        margin-top: 15px;
    }

    .currency-label {
        margin-top: 15px;
    }

    .margin-bottom {
        margin-top: 15px;
    }
    .chat-btn {
        width: 100%;
    }
} 
@media screen and (max-width: 480px) {
  
    .container {
        width: 100%;
    }
    #fullpage .section.registrate .search-wrapper {
        width: 100%;
    }
    #fullpage .section.registrate .down {
        bottom: 106px;
        left: 55%;
    }
    #fullpage .section.registrate .bottom-notation {
        text-align: left;
    }
    #fullpage .section.registrate .bottom-notation img {
         margin: -19px 11px 0 5px;
    }
    #fullpage .section.dd-desc h2 {
        font-size: 1.5rem;
        font-weight: 500;
        padding-top: 50px;                       
    }
    #fullpage .section.dd-desc .functionality {
        flex-direction: column;
        padding-bottom: 50px;
    }
    #fullpage .section.service-desc {
        padding: 50px 0;
        width: 100%;
    }
    #fullpage .section.service-desc h2+p {
        width: 100%;
    }
       #fullpage .section.service-desc p{
        padding: 20px 0;
       
    }
    #fullpage .section.dd-desc .functionality .line {
        width: 100%; }
    .fp-tableCell .slimScrollDiv .fp-scrollable {
        width: 100%!important;
    }
    #fullpage .section.service-desc .options {
        flex-direction: column;
    }
    #fullpage .section.service-desc .options .block {
        width: 100%;
        margin-top: 20px;
    }
    #fullpage .section.service-desc .options .block  p {
        padding: 0;
    }
  
}

@media screen and (max-width: 768px) {

}*/


