* {
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    font-family: 'sf';
    min-width: 100%;
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

.closepop {
    display: block;
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    right: 1em;
    top: 1em;
    opacity: .5;
    cursor: pointer;
    z-index: 40;
}

.closepop:hover {
    opacity: 1;
    transition: .5s;
}

.block {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
    background-position: center !important;
    background-size: cover !important;
}

.block h2 {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
}

.block h2 span {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-top: 10px;
}

.bbb {
    border: solid 1px;
}

.tshb {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, .5);
}

.tshw {
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}

label.error {
    display: none !important;
}

.error {
    border-bottom: 2px solid #d12c53 !important;
    /*background: #d12c53;*/
    color: #fff;
    /*font-weight: bold !important;*/
    /*box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);*/
}


/*.error::-webkit-input-placeholder {
    color: #fff;
}

.error::-moz-placeholder {
    color: #fff;
}

.error:-moz-placeholder {
    color: #fff;
}

.error:-ms-input-placeholder {
    color: #fff;
}
*/

.empty {
    height: 500px;
}


/* POPUP BEGIN */

.overlay {
    background-color: rgba(39, 47, 67, .95);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 900;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed !important;
    text-align: center;
    top: 40%;
    visibility: hidden;
    z-index: 990 !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .3s;
    -moz-transition: opacity .5s, top .3s;
    -ms-transition: opacity .5s, top .3s;
    -o-transition: opacity .5s, top .3s;
    transition: opacity .5s, top .3s;
    padding: 3em;
    padding-top: 3em;
    /*background: rgba(0, 0, 0, .8);*/
    background: #fff;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .4);
    border-radius: 0px;
    width: 600px;
    max-width: 100%;
    background: #1D1D1D;
}

.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.otpr {
    width: 600px;
    max-width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #1D1D1D;
    color: #000;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    /*padding-bottom: 50px;*/
    padding-top: 30px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.otpr h2 {
    /*text-transform: uppercase;*/
    font-size: 1.2em;
    margin-top: .3em;
    color: #fff;
    font-size: 1.875em;
    font-weight: 200;
}

.otpr p {
    /*text-transform: uppercase;*/
    font-size: .85em;
    /*font-weight: bold;*/
    color: #fff;
    margin-top: .5em;
}

.contin {
    border: solid 1px #61656d;
    color: #61656d;
    display: inline-block;
    padding: 1em 2em;
    border-radius: 60px;
    cursor: pointer;
}

.contin:hover {
    background: #61656d;
    color: #fff;
    transition: .5s;
}


/* carousel */

.owl-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.owl-pagination .owl-page {
    border-radius: 3px;
    display: inline-block;
    /*pagination*/
    margin-left: 7px;
    width: 38px;
    height: 4px;
    background: rgba(0, 0, 0, .2);
    /*border: solid 1px #000;*/
    cursor: pointer;
}

.owl-pagination .owl-page.active {
    background: #368AFF;
    /*border: solid 1px #fff;*/
}

.owl-pagination .owl-page:first-child {
    margin-left: 0;
}

.owl-buttons div {
    position: absolute;
    top: 25%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    /*navigation*/
    width: 26px;
    height: 50px;
    opacity: .5;
}

@media screen and (max-width: 767px) {
    .owl-buttons div {
        display: none;
    }
}

.owl-buttons .owl-prev {
    left: -3em;
    background: url(../img/stl2.png) center no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    /*border: solid 1px;*/
}

.owl-buttons .owl-prev:hover {
    opacity: 1;
    transition: .5s;
}

.owl-buttons .owl-next {
    right: -3em;
    background: url(../img/str2.png) center no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
}

.owl-buttons .owl-next:hover {
    opacity: 1;
    transition: .5s;
}


/* carousel end */


/*POPUP END*/

.before-form {
    margin-bottom: 2em;
}

.before-form div:nth-child(1) {
    font-size: 2em;
    /*font-family: gob;*/
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin-bottom: .5em;
    font-weight: 200;
    color: #fff;
    padding: 0 1em;
}

.before-form div:nth-child(1) small {
    font-size: .5em;
    display: block;
    margin-top: .5em;
    /*font-family: go;*/
    font-weight: normal;
    opacity: .7;
}

.before-form div:nth-child(2) {
    font-size: 1em;
    color: #474a53;
    opacity: .7;
    border-top: solid 1px rgba(0, 0, 0, .1);
    padding-top: 1em;
}

form.error {
    border: none !important;
}

input {
    width: 100%;
    height: 60px;
    max-width: 100%;
    border: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    background: none;
    /*border-radius: 5px;*/
    color: #333;
    position: relative;
    text-align: left;
    padding-left: 2em;
    border-bottom: solid 3px #ccc;
    font-family: sf;
    border-radius: 0;
}

.arinp {
    position: absolute;
    right: 15px;
    bottom: 25px;
    display: none;
}

input:focus {
    background: none;
    transition: .5s;
    color: #333;
    border-bottom: solid 3px #2696FF;
}

input:focus+.arinp {
    display: block;
}

.popup input {
    color: #fff;
}

.popup input:focus {
    color: #fff;
}


/*input:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

input:focus::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
}

input:focus:-moz-placeholder {
    color: rgba(0, 0, 0, .5);
}

input:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}
*/

textarea {
    width: 300px;
    max-width: 300px;
    height: 68px;
    max-width: 90%;
    border: none;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
    border: solid 1px rgba(0, 0, 0, .1);
    background: #f9f9f9;
    border-radius: 5px;
    /*border: solid 1px #b5cfe3;*/
    color: #000;
    position: relative;
    text-align: left;
    padding: 1em;
}

button {
    background-color: transparent;
    border: none;
    display: inline-block;
    position: relative;
    font-size: 16px;
    /*font-family: off;*/
}

i {
    display: block;
    font-style: normal;
}

.empty-5 {
    height: 5px;
    position: relative;
}

.empty-10 {
    height: 10px;
    position: relative;
}

.empty-20 {
    height: 20px;
    position: relative;
}

.empty-50 {
    height: 50px;
    position: relative;
}

.empty-100 {
    height: 100px;
    position: relative;
}

.empty-200 {
    height: 200px;
    position: relative;
}


/*;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;*/


/*КОНЕЦ УСТАНОВОК*/


/*;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;*/

.screen {
    position: relative;
    width: 100%;
}

.screen-slide {
    height: 50em;
    position: relative;
    width: 100%;
    z-index: 1;
}

.screen-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slide1 {
    background: url(../img/bg1.jpg);
    background-size: cover;
    background-position: 70% center;
}

.slide2 {
    background: url(../img/bg2.jpg);
    background-size: cover;
    background-position: center;
}

.slide3 {
    background: url(../img/bg3.jpg);
    background-size: cover;
    background-position: center;
}

.slide4 {
    background: url(../img/bg4.jpg);
    background-size: cover;
    background-position: center;
}

.screen-over {
    position: absolute;
    width: 100%;
    height: 8em;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.screen-slider .owl-pagination {
    z-index: 5;
    bottom: 1em;
}

.topline {
    background: #484848;
    color: #fff;
}

.logo {
    height: 1.6em;
}

.num {
    font-size: 1.125em;
    font-weight: 200;
}

.menu {
    /*display: table;*/
    margin: auto;
    width: 100%;
}

.men {
    font-size: .9375em;
    font-weight: 200;
    display: inline-block;
    margin: 0 1.5em;
    /*border: solid 1px;*/
    /*display: table-cell;*/
}

.buy {
    background-image: linear-gradient(-180deg, #53C3FF 0%, #1484EA 100%);
    border-radius: 5px;
    padding: .5em 1.5em;
    font-weight: normal;
    font-size: .875em;
}

.screen-con {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    top: 35%;
    transform: translate(0, -50%);
}

.screen h1 {
    font-size: 3.4375em;
    font-weight: 100;
}

.screen h1+p {
    font-size: 1.5em;
    font-weight: 200;
    display: inline-block;
    width: 19em;
    margin: .9em 0;
}

.screen .more {
    color: #0078FF;
    display: block;
    font-size: 1.25em;
}

.mono-name {
    font-size: 2.5em;
    font-weight: bold;
    opacity: .9;
}

.mono-slogan {
    font-size: 3em;
    font-weight: 100;
    opacity: .9;
    margin: .3em 0;
}

.mono-txt {
    font-size: 1.125em;
    font-weight: 200;
    width: 22em;
    display: inline-block;
    max-width: 100%;
    line-height: 1.4em;
    opacity: .6;
}

.colors {
    margin: 2em 0;
}

.color {
    width: 8em;
    display: inline-block;
    border-radius: 10px;
    border: solid 1px rgba(0, 0, 0, .1);
    text-align: center;
    padding: 1em 0;
}

.color:hover {
    cursor: pointer;
    transition: .5s;
    border: solid 1px #53C3FF;
}

.color.active {
    cursor: pointer;
    transition: .5s;
    border: solid 1px #53C3FF;
    box-shadow: 0px 5px 30px rgba(83, 195, 255, .6);
}

.color-item {
    width: 1.875em;
    height: 1.875em;
    display: inline-block;
    border-radius: 50%;
}

.bronze .color-item {
    background: #C08369;
}

.black .color-item {
    background: #303030;
}

.gold .color-item {
    background: #EEDAC1;
}

.rose .color-item {
    background: #ECCED0;
}

.white .color-item {
    background: #f5f5f5;
}

.blue .color-item {
    background: #3990f2;
}

.color-name {
    font-size: .81em;
    margin-top: .4em;
}

.price {
    font-size: 1.875em;
    font-weight: 200;
    display: inline-block;
    vertical-align: middle;
}

.main-but {
    background-image: linear-gradient(-180deg, #53C3FF 0%, #1484EA 100%);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: .8em 1.5em;
    display: inline-block;
    vertical-align: middle;
    margin: 1em;
}

.main-but img {
    margin-right: .5em;
}

.more {
    display: block;
    color: #0078FF;
    font-size: 1.25em;
    cursor: pointer;
}

.mono1, .mono2, .mono3, .mono4, .mono5, .mono6, .mono7 {
    padding: 0;
}

.mono1 {
    padding-top: 5em;
}

.mono4 {
    height: 56.25em;
    color: #fff;
}

.mono7 {
    padding-bottom: 5em;
}

.mono4pic {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mono4bronze {
    background: url(../img/mono4-bronze.jpg);
    background-position: center;
    background-size: cover;
}

.mono4rose {
    background: url(../img/mono4-rose.jpg);
    background-position: center;
    background-size: cover;
}

.mono4 .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mono4 .color {
    border: solid 1px rgba(255, 255, 255, .2);
}

section h2 {
    font-size: 3.125em;
    font-weight: 100;
}

.likes {
    height: 43.75em;
}

.likes .mono-txt {
    margin: 1.5em 0;
}

.rich .mono-txt {
    margin: 1.5em 0;
}

.likes .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.like1 {
    background: url(../img/block1.jpg);
    background-position: 80% center;
    background-size: cover;
}

.like2 {
    background: url(../img/block2.jpg);
    background-position: 20% center;
    background-size: cover;
}

.like3 {
    background: url(../img/block3.jpg);
    background-position: 100% center;
    background-size: cover;
}

.like4 {
    background: url(../img/block4.jpg);
    background-position: 20% center;
    background-size: cover;
}

.rich {
    background: #f9f9f9;
}

.rich-txt {
    font-size: 1.375em;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
}

.riching {
    margin: 2em 0;
}

.riching img {
    width: 10em;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, .05);
    border-radius: 50%;
}

.noround img {
    box-shadow: none;
    border-radius: 0;
}

.func {
    width: 15em;
    height: 2.5em;
    text-align: center;
    line-height: 2.5em;
    border: solid 1px rgba(0, 0, 0, .5);
    border-radius: 10px;
    font-size: .70em;
    font-weight: normal;
    margin: .6em 0;
}

.func-small {
    width: 7.1875em;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.pre-name {
    font-size: 1.875em;
    font-weight: 200;
    margin: .5em 0;
}

.pre-txt {
    opacity: .6;
}

.pre-num {
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    line-height: 1em;
}

.pre-num small {
    display: block;
    font-weight: normal;
    font-size: .6em;
}

.pre {
    /*border: solid 1px;*/
    min-height: 15em;
    position: relative;
}

.pre-add {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.pre-add .main-but {
    margin: 0;
}

.preims {
    padding: 4em 0;
}

.weare {
    background: #000;
    color: #fff;
    padding: 10em 0;
}

.we {
    font-size: 3em;
    font-weight: 100;
}

.we-txt {
    font-size: 1.25em;
    font-weight: 200;
    margin: 1.5em 0;
}

.con-adr {
    font-size: 1.125em;
}

.con-row .con-txt {
    display: inline-block;
    vertical-align: middle;
    width: 20em;
    max-width: 100%;
}

.con-row {
    margin: 1.4em 0;
}

.con-row img {
    /*border: solid 1px;*/
    width: 2em;
    margin-right: 1em;
}

.con-num {
    font-size: 1.875em;
    font-weight: 300;
    color: #000;
}

.con-pre-num {
    font-size: .875em;
    opacity: .6;
}

.mapcon {
    background: #f5f5f5;
    width: 100%;
    height: 23em;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, .1);
}

.getcon {
    font-size: 2.25em;
    font-weight: bold;
}

.get-con-txt {
    font-size: 1.25em;
}

.prelast {
    border-top: solid 1px rgba(0, 0, 0, .1);
    padding-bottom: 3em;
}

.prelast .main-but {
    letter-spacing: 0;
    font-weight: bold;
    padding: 1.7em 1.5em;
    font-family: sf;
}

.inp-pic {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.inf-txt {
    font-family: bebas;
    font-size: .8em;
}

.mono2 .img-color {
    height: 45em;
}

.tomenu {
    text-transform: uppercase;
}

.tomenu span {
    font-size: 2.5em;
    display: inline-block;
    vertical-align: middle;
}

.tomenu img {
    height: 2.5em;
    margin: 0 1em;
}

.mobmenu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 90;
    display: none;
}

.menu-out .men {
    display: block;
    font-size: 2.5em;
    color: #fff;
    text-align: center;
    margin: 1em 0;
}

.mobmenu .menu-out {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobmenu .closepop {
    width: 4em;
    height: 4em;
}

.tomenu {
    display: none !important;
}

.mono6 .img-color, .mono7 .img-color {
    height: 40em;
}

.copyr {
    font-size: .8em;
    margin-top: .5em;
}

.top-name {
    font-size: 1.5em;
    font-weight: 300;
}

.topbar .more {
    font-size: .875em;
}

.topbar {
    border-bottom: solid 1px rgba(0, 0, 0, .2);
}

.page {
    padding-top: 3em;
}

.page-name {
    font-size: 2.5em;
    font-weight: 200;
    margin-bottom: .5em;
}

.page-name b {
    display: block;
    font-weight: 300;
    /*font-family: sfm;*/
}

.page li {
    margin: .7em 0;
    font-weight: 200;
}

.block-head {
    font-size: 2.25em;
    font-weight: 200;
}

.main-pic img {
    height: 35em;
}

.forname span {
    display: block;
    font-weight: 300;
}

.otpr img {
    height: 5em;
}

.top-pre {
    display: inline-block;
    border-bottom: dotted 1px;
    vertical-align: middle;
    cursor: pointer;
}

.top-ar {
    display: inline-block;
    height: .8em;
    vertical-align: middle;
}

.top-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    /*vertical-align: middle;*/
}

.page {
    padding-bottom: 2em;
}

.noosy {
    margin-bottom: .5em;
    margin-top: -1.5em;
}

.noosy-inf {
    font-size: .875em;
    margin-top: .5em;
    display: block;
}

.noosy-inf a {
    color: #31988D;
    text-decoration: underline;
}

.zvon {
    width: 100%;
    padding: 1.3em 1em;
    font-size: 12px;
    display: block;
    border: solid 1px rgba(0, 0, 0, .2);
    border-radius: 5px;
    text-align: center;
    margin: .7em 0;
    color: rgba(0, 0, 0, .5);
}

.footering {
    background: #f9f9f9;
}

.starte {
    width: 3.75em;
}

.starte+span {
    display: inline-block;
    font-size: .75em;
    vertical-align: middle;
    margin-left: 1em;
}

.ourlink {
    font-size: .875em;
    cursor: pointer;
}

.ourlink a {
    text-decoration: underline;
}

.about-del {
    margin-top: 2em;
}

h3 {
    margin-bottom: 1em;
}

.sep {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    margin: 3em 0;
}

.about-color {
    font-size: 1.125em;
    margin-bottom: 2em;
    margin-top: 2em;
    /*font-weight: 200;*/
}

.about-color+.main-but {
    margin: 0;
}

.row-reverse {
    display: inline-flex;
    flex-direction: row-reverse;
}

p {
    font-size: 1.125em;
    font-weight: 200;
    line-height: 1.5em;
}

.block-head {
    margin-bottom: .5em;
}

.row-new {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 0em 0;
}

.preims .more {
    font-size: 1em;
    margin-top: 1em;
    text-decoration: underline;
}


/*.popup input {
    border: none;
    background: #fff;
    color: #333;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding-left: 2em;
    margin-bottom: .5em;
    border-radius: 5px;
}
*/


/**/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mono-slogan {
        font-size: 3.5em;
    }
    .mono-txt {
        font-size: 1.8em;
    }
    .price {
        font-size: 3em;
    }
    .main-but {
        font-size: 1.5em;
    }
    .more {
        font-size: 2em;
    }
    .likes {
        height: 55em;
    }
    section h2 {
        font-size: 4em;
    }
    .rich-txt {
        font-size: 1.7em;
    }
    .screen h1 {
        font-size: 5em;
    }
    .img-color {
        height: 60em;
    }
    .mono2, .mono3, .mono4, .mono5, .mono6, .mono7 {
        padding: 7em 0;
    }
    .pre-txt {
        font-size: 1.5em;
    }
    .pre {
        min-height: 23em;
    }
    .pre-num {
        font-size: 2em;
    }
    .con-row {
        font-size: 1.2em;
    }
    .mapcon {
        height: 28em;
    }
    .getcon {
        font-size: 3em;
    }
    .get-con-txt {
        font-size: 1.5em;
    }
    .screen-slide {
        height: 70em;
    }
    .slide1 {
        background-position: 60% center;
    }
    .slide4 {
        background-position: 60% center;
    }
    .screen h1+p {
        font-size: 2em;
    }
    .men {
        margin: 0 .5em;
    }
    .popup {
        top: 0;
        left: auto;
        transform: none;
        -webkit-transition: opacity 0s, top 0s;
        -moz-transition: opacity 0s, top 0s;
        -ms-transition: opacity 0s, top 0s;
        -o-transition: opacity 0s, top 0s;
        transition: opacity 0s, top 0s;
    }
    .overlay:target+.popup {
        top: 0;
        height: 100%;
        transform: none;
        position: fixed;
        transition: 0;
        width: 100%;
        padding-top: 25em;
    }
    .before-form {
        font-size: 2em;
    }
    .popup .closepop {
        font-size: 2em;
    }
    .popup .main-but {
        font-size: 3em;
    }
    .otpr {
        padding-top: 15em !important;
    }
    .like3 {
        background-position: -130% center;
    }
}


/**/

@media screen and (max-width: 767px) {
    .logo {
        height: 5em;
    }
    .num {
        font-size: 3em;
    }
    .screen-con {
        top: 25%;
    }
    .screen-slide {
        height: 55em;
    }
    .screen .more {
        font-size: 2em;
    }
    .img-color {
        height: 40em;
    }
    .mono-slogan {
        font-size: 4em;
    }
    .mono-txt {
        font-size: 2em;
    }
    .colors {
        width: 100%;
        display: inline-flex;
        /*border: solid 1px;*/
        justify-content: flex-start;
    }
    .color {
        margin-right: 1em;
    }
    .pricing-flex {
        display: inline-flex;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }
    /*.color {
    font-size: 1.1em;
}
*/
    .price {
        font-size: 3.5em;
    }
    .main-but {
        font-size: 2em;
    }
    .more {
        font-size: 2em;
    }
    /*.reverse .container .row {
    display: flex;
    flex-direction: column-reverse;
}
*/
    .mono2 .container .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .mono6 .container .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .mono2, .mono3, .mono4, .mono5, .mono6, .mono7 {
        padding: 7em 0;
    }
    .likes {
        height: 60em;
    }
    .likes .container {
        top: 35%;
    }
    .like2 {
        background-position: 1% top;
    }
    .like2 .container {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    .like2 .container .row .col-xs-8 {
        float: left;
    }
    .like3 {
        background-position: 75% top;
    }
    .like3 .container {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    .like3 .container .row .col-xs-8 {
        float: left;
    }
    .like4 .container {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    .like4 .container .row .col-xs-8 {
        float: left;
    }
    .like4 {
        background-position: -2% top;
    }
    .like1 {
        height: auto;
        padding-bottom: 20em;
    }
    .like1 .container {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    .likes .more {
        font-size: 1.7em;
    }
    .riching {
        font-size: 1.6em;
    }
    .pre {
        font-size: 1.8em;
    }
    .pre .main-but {
        font-size: 1em;
    }
    .we {
        font-size: 4em;
    }
    .we-txt {
        font-size: 2em;
    }
    .con-con {
        font-size: 1.7em;
    }
    .con-con .main-but {
        font-size: 1.5em;
    }
    .getcon {
        font-size: 3em;
    }
    .get-con-txt {
        font-size: 2em;
    }
    .mono4 {
        height: 85em;
    }
    .mono4pic {
        background-position: 65% top;
    }
    .tomenu {
        display: block !important;
    }
    .mono-one {
        display: flex;
        flex-direction: column-reverse;
    }
    .owl-pagination .owl-page {
        width: 30px;
    }
    .page ul {
        padding-left: 2em;
    }
    .popup {
        top: 0;
        left: auto;
        transform: none;
        -webkit-transition: opacity 0s, top 0s;
        -moz-transition: opacity 0s, top 0s;
        -ms-transition: opacity 0s, top 0s;
        -o-transition: opacity 0s, top 0s;
        transition: opacity 0s, top 0s;
    }
    .overlay:target+.popup {
        top: 0;
        height: 100%;
        transform: none;
        position: fixed;
        transition: 0;
    }
    .otpr .main-but {
        font-size: 14px;
    }
    .otpr {
        padding-top: 5em;
    }
    .noosy {
        margin: auto;
        margin-top: 1em;
    }
    .mono4 .mono-txt {
        padding-right: 5em;
    }
    .about-del {
        font-size: 1.5em;
    }
    .about-del h3 {
        font-size: 1.4em;
    }
    .page-name {
        font-size: 3em;
    }
    .about-color {
        font-size: 1.6em;
    }
    .row-new {
        flex-flow: wrap;
    }
    .flex-center {
        justify-content: center;
    }
    .block-head {
        font-size: 3.5em;
    }
    .row-new p, .row-new ul {
        font-size: 1.6em;
    }
}


/**/

@media screen and (max-width: 767px) and (orientation: landscape) {
    .mono1 .container .row {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }
    .mono2 .container .row {
        display: block;
        width: 100%;
    }
    .mono2 .container .row .col-l-6:nth-of-type(1) {
        float: left;
        width: 70%;
    }
    .mono2 .container .row .col-l-6:nth-of-type(2) {
        float: left;
        width: 30%;
    }
    .mono2 {
        padding: 2em 0;
    }
    .mono3 .container .row {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }
    .mono3 {
        padding: 2em 0;
    }
    .mono4 {
        height: 60em;
    }
    .mono5 .container .row {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }
    .mono5 {
        padding: 2em 0;
    }
    .mono6 .container .row {
        display: block;
        width: 100%;
    }
    .mono6 .container .row .col-l-6:nth-of-type(1) {
        float: left;
        width: 70%;
    }
    .mono6 .container .row .col-l-6:nth-of-type(2) {
        float: left;
        width: 30%;
    }
    .mono6 {
        padding: 2em 0;
    }
    .mono7 .container .row {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }
    .mono7 {
        padding: 2em 0;
    }
    .likes {
        height: 40em;
    }
    .like2 {
        background-position: -160% center;
    }
    .like4 {
        background-position: -160% center;
    }
}


/**/

@media screen and (max-width: 570px) and (orientation: landscape) {
    .like2 {
        background-position: -100% center;
    }
    .like4 {
        background-position: -90% center;
    }
}


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/


/**/
