@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|IBM+Plex+Serif:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap&subset=cyrillic,cyrillic-ext');
body {
    width: 100%;
    margin: 0;
    background:#fcfcfc;
    padding: 0;
}
.top {
    font-family: 'IBM Plex Sans', sans-serif;
    display: flex;
    justify-content: space-between;
    height:152px;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
    content:" ";
    display: block;
    height: 0;
    float: none;
    clear: both;
}
a {
    text-decoration: none;
}
.top-contacts a, .top-contacts span {
    font-size: 34px;
    color:#1a1a1a;
    float: left;
    margin-right: 14px;
    line-height: 42px;
}
.top-contacts a:last-child {
    margin-right: 0;
}
.hidden__top {
    display: none;
}
.top-menu a, .top-menu > span {
    font-size: 34px;
    color:#1a1a1a;
    float: left;
    margin-right: 14px;
    line-height: 42px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.top-logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color:#f2f2f2;
    text-align: center;
    line-height: 90px;
    font-size: 40px;
    font-weight: 100;
    background:url("../img/logo_sixh_invitations.svg") no-repeat center center;
    font-size: 0;
    margin-right: 0px;
}
.slider {
    height: 480px;
    position: relative;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slide {
    height: 480px;
    width: 25%;    
}
.slick-slide {
    float: left;
}
.slick-prev {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
    cursor: url(../img/arrow-left.png) 61 34, default;
}
.slick-next {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    cursor: url(../img/arrow-right.png) 61 31, default;
}
.discount {
    width: 100%;
    background: #1a1a1a;
    position: relative;
    padding: 27px;
    box-sizing: border-box;
    font-family: 'IBM Plex Serif', serif;
    cursor: default;
    margin-bottom: 35px;
    height: 680px;
    padding-top: 50px;
}
.discount__wrapper {
    align-items: flex-start;    
    display: flex;
    justify-content: center;
    width: 100%;
}
.discount p {
    margin: 0;
}
.discount-thin__inside {
    background:#F2F2F2;
    color:#1a1a1a;
    padding: 22px;
    font-weight: 600;
    font-size: 40px;
    border: 4px solid #1a1a1a;
    border-right-color: #000;
    border-bottom-color: #000;
    position: relative;
    z-index: 2;
}
.discount__order {
    font-size: 38px;
    border-radius: 35px;
    border-color: #f2f2f2;
    background: #CCFF00;
    color: #1a1a1a;
    text-align: center;
    height: 68px;
    width: 360px;
    text-transform: uppercase;
    font-family: 'IBM Plex Sans', serif;
    margin: 0 auto;
    line-height: 66px;
    margin-top: -26px;
    border: 2px solid #fff;
    cursor: pointer;    
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.discount__order:hover {
    color: #CCFF00;
    background:#1a1a1a;
    border-color: #ccff00;
}
.discount__name {
    font-weight: 100;
    font-size: 268px;
    color: #ccff00;
    letter-spacing: -25px;
    font-family: 'IBM Plex Sans', serif;
    margin-top: -20px;
    width: 100%;
    text-align: center;
}
.discount-thin {
    position: relative; 
    width: 400px; 
    cursor: pointer;  
}
.discount-desc {
    font-size: 38px;
    color:#ccff00;
    font-weight: bold;
    width: 390px;
    text-transform: uppercase;
    margin: 0 20px;
    font-family: 'IBM Plex Sans', serif;
}
.discount-desc-narrow {
    width: 140px;
    text-align: center;
    padding-left: 10px;
    font-size: 100px;
    line-height: 245px;
    font-style: italic;
}
.discount-thin:after {
    top: 5px;
    right: -11px;
    content: " ";
    position: absolute;
    display: block;
    height: calc(100% + 7px);
    width: calc(100% + 11px);
    background: url(../img/trap-thin.png) no-repeat bottom left;
    z-index: 0;
    background-size: cover;
}

.discount-bold__inside {
    background:#F2F2F2;
    color:#1a1a1a;
    padding: 22px;
    font-weight: 600;
    font-size: 40px;
    border: 4px solid #1a1a1a;
    border-right-color: #000;
    border-bottom-color: #000;
    position: relative;
    z-index: 2;
}
.discount-desc-wide {
    margin-left: 70px;
}
.discount-bold {
    position: relative;
    width: 400px;    
    cursor: pointer;  
}
.discount-bold:after {
    top: 0px;
    right: -29px;
    content: " ";
    position: absolute;
    display: block;
    height: calc(100% + 23px);
    width: calc(100% + 28px);
    background: url(../img/trap-bold.png) no-repeat -7px -3px;
    z-index: 0;
    background-size: cover;
}
.discount__description {
    background: url(../img/discount-gb.png) no-repeat 60% top;
    background-size: cover;
    padding: 29px 0;
    box-sizing: border-box;
}
.discount__description p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 70px;
    color:#f2f2f2;
    text-transform: uppercase;
    margin: 0;
    line-height: 83px;
}
.about {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.about__description {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 34px;
    font-weight: 300;
    font-style: italic;
    text-align: center;   
    color:#333; 
}
.about__description p:nth-of-type(1) {
    margin-top: 25px;
    position: relative;
}
.about__description h1:nth-of-type(1):after {
    display: block;
    left: 50%;
    margin-left: -70px;
    bottom: -25px;
    content: " ";
    height: 2px;
    background: #6F6F6F;
    width: 140px;
    position: absolute;
}
.about__description h1 {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 34px;
    text-align: center;
    font-weight: 300;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 22px;
    margin-top: 35px;
}
.about__description h1 span:nth-of-type(1) {
    font-weight: 500;
}
.about__description p:nth-of-type(3) {
    position: relative;
    margin-bottom: 53px;
}
.about__icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 980px;
}
.about__icon {
    font-size: 30px;
    font-family: 'IBM Plex Sans', sans-serif;
    padding: 0 33px;
    box-sizing: border-box;
    padding-top: 155px;
}
.about__icon span {
    display: block;
    float: none;
    clear: both;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.slider__count {
    display: none;
}
.about__icon p {
    font-weight: 300;
    text-align: center;
    line-height: 26px;
}
.about__icon:nth-of-type(1) {
    background: url(../img/icon-about_1.png) no-repeat center top;
}
.about__icon:nth-of-type(2) {
    background: url(../img/icon-about_2.png) no-repeat center top;
}
.about__icon:nth-of-type(3) {
    background: url(../img/icon-about_3.png) no-repeat center top;
}
.about__icon:nth-of-type(4) {
    background: url(../img/icon-about_4.png) no-repeat center top;
}
.about__icon:nth-of-type(5) {
    background: url(../img/icon-about_5.png) no-repeat center top;
}
.work {
    position: relative;
    padding-bottom: 10px;
    z-index: 2;
}
.price {
    padding-top: 46px;
}
.work__inside {
    width: 1368px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-top: 1px solid #606060;
    padding-top: 40px;
    border-bottom: 1px solid #606060;
    padding-bottom: 25px;
    margin-bottom: 45px;
}
.work__descriptions {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0px;
}
.work__description:nth-of-type(1) {
    margin-bottom: 50px;
}
.simple-form {
    background: #fcfcfc;
    height: 768px;
    width: 100%;
    max-width: 100%;
    padding: 55px 80px 70px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 20px;
}
#slides {
    margin: 0;
}
#slides .slide {
    width: 100%; 
    height: 100%;
}
.simple-form:before {
    display: block;
    content:"";
    width: 100%;
    height: 100%;
    z-index: 0;    
    position: absolute;
    top: 0;
    left: 0;
}
textarea[name=simple-desc] {
    font-family: 'IBM Plex Serif', sans-serif;
    font-weight: 300;
    font-style: italic;
    border-radius: 0;
    border: 0;
    padding: 0;
}
.simple-form__form, .simple-form__left {
    position: relative;
}
.simple-form__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 620px;
    margin: 0 auto;
}
.simple-form__line {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 570px;
}
.simple-form__description, .simple-form__consult {
    width: 540px;
    font-family: 'IBM Plex Serif', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 28px;
    color:#fff;
    position: relative;
}
.simple-form__consult {
    color:#CCFF00;
}
.simple-form__line input:focus {
    outline: none;
}
.simple-form__line input {
    width: 100%;
    font-size: 28px;
    font-family: 'IBM Plex Serif', sans-serif;
    font-weight: 300;
    font-style: italic;
    border:none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    -webkit-appearance: none;
    background: none;
    text-align: center;
}
.simple-form__line input.error {
    color: red;
}
.list_of_files_simple .file_info {
    justify-content: space-between;
}
.list_of_files_simple {
    margin-bottom: 20px;
    max-width: 100%;
}
.list_of_files_simple .delete_file_mobile_simple, .list_of_files_simple .file_name, .list_of_files_simple .delete_file_mobile_simple:hover, .list_of_files_simple .file_name:hover {
    text-decoration: none;
    font-style: italic;
    font-size: 28px;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 0;
}
.step-2, .step-3 {
    display: none;
    opacity: 0;
    position: relative;
}
.step-2 {
    height: 590px;
}
.step-3 {
    height: 100%;
}
.step-3 .simple-form__line {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88%;
}
.step-3 .simple-form__line:before {
    position: absolute;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    left: 50%;
    top: 0;
    background: #1a1a1a;
    content:"";
}
.step-3 .simple-form__line p {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 34px;
    font-weight: 300;
    background: #fff;
    font-style: italic;
    text-align: center;
    position: relative;
    padding: 30px 0;
}
.step-3 .simple-form__line p span {
    font-weight: 600;
    font-size: 34px;
}
.simple-form__line span {
    font-size: 28px;
    font-family: 'IBM Plex Serif', sans-serif;
    font-weight: 300;
    color:#1a1a1a;
}
.simple-form__line textarea {
    width: 100%;
    overflow: auto!important;
    height: 200px;
    text-align: center;
    background: #fcfcfc;
}
.simple-form__left {
    float: left;
}
.simple-form__form {
    height: 100%;    
    float: right;
    width: 1360px;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 20px;
    box-sizing: border-box;
}
.simple-form__header h2 {
    color:#fff;
    font-family: 'IBM Plex Serif', sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin: 0;
    line-height: 50px;
}
.work__header h2, .price__header h2, .art__header h2, .simple-form h2  {
    font-size: 34px;
    font-family: 'IBM Plex Serif', sans-serif;
    font-weight: 400;
    position: absolute;
    width: 100%;
    z-index: 1;
    line-height: 46px;
    height: 66px;
    margin: 0;
    top: -2px;
    text-align: center;
    font-weight: 300;
    font-style: italic;
    color:#333333;
}
.simple-form h2 {
    position: relative;
    font-weight: 500;
}
.hiddden__top {
    display: none;
}
.price__header h2 {   
    width: 100%;
    background: none;
    width: 1360px;
    border-top: 1px solid #333;
    top: 0;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
    height: auto;
    box-sizing: border-box;
}
.work__header, .art__header {
    width: 1050px;
    height: 66px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    
}
.price__header {
    width: 100%;
    position: relative;
    overflow: hidden;    
    margin-bottom: 0;
    height: auto;
    margin-bottom: 0;
}
.work__header:after, .price__header:after, .price__header:before, .art__header:before, .art__header:after {    
    /*background: #fcfcfc;
    transform: perspective(10px) rotateX(-0.5deg);
    -webkit-transform: perspective(10px) rotateX(-0.5deg);
    -ms-transform:  perspective(10px) rotateX(-0.5deg);
    -moz-transform:  perspective(10px) rotateX(-0.5deg);
    -o-transform:  perspective(10px) rotateX(-0.5deg);
    content:"";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top:-1px;
    height: 100%;
    z-index: 0;*/
}
.work__description {
    font-size: 25px;
    color:#333333;
    font-family: 'IBM Plex Sans', sans-serif;
    width: 32%;
}
.work__description a {
    color:#fcfcfc;
    text-decoration: underline;
}
.work__description a:hover {
    text-decoration: none;
}
.work__description:nth-of-type(2) span, .work__description:nth-of-type(3) span {
    font-weight: 700;
}
.price {
    z-index: 1;
    position: relative;
}
.price__inside {
    width: 980px;
    margin: 0 auto;
}
.price__services {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    position: relative;
}
.price__service {
    font-size: 25px;
    font-family: 'IBM Plex Sans', sans-serif;
    width: 50%;
    padding: 0 40px 0 0;
    font-weight: 300;
    color:#333333;
    box-sizing: border-box;
}
.price__service-stand {
    padding-left: 40px;
    padding-right: 0;
} 
.price__service > p:nth-of-type(1) {
    margin-top: 0;
    margin-top: -8px;
}
.price__service-frank p:nth-of-type(2), .price__service-stand p:nth-of-type(2) {
    margin-top: 0;
}
.pick-colors {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 313px;
    position: relative;
}
.color, .selected-circle, .paper, .amount, .delivery-circle {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 1px solid #808080;
    cursor: none;
}
.paper, .amount, .delivery-circle {
    line-height: 76px;
    text-align: center;
    cursor: pointer;
}
.color.custom-color {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6063b+0,3696fb+100 */
    background: #f6063b; /* Old browsers */
    background: url("../img/plus.png"), -moz-linear-gradient(left, #f6063b 0%, #3696fb 100%); /* FF3.6-15 */
    background: url("../img/plus.png"), -webkit-linear-gradient(left, #f6063b 0%,#3696fb 100%); /* Chrome10-25,Safari5.1-6 */
    background: url("../img/plus.png"), linear-gradient(to right, #f6063b 0%,#3696fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6063b', endColorstr='#3696fb',GradientType=1 ); /* IE6-9 */
    position: absolute;
    right: -78px;
    top: 0;
}
.color.custom-color.checked {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6063b+0,3696fb+100 */
    background-image: url("../img/plus.png"), -moz-linear-gradient(left, #f6063b 0%, #3696fb 100%); /* FF3.6-15 */
    background-image: url("../img/plus.png"), -webkit-linear-gradient(left, #f6063b 0%,#3696fb 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: url("../img/plus.png"), linear-gradient(to right, #f6063b 0%,#3696fb 100%) ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6063b', endColorstr='#3696fb',GradientType=1 ); /* IE6-9 */
}
.selected-circle.custom-color {
    background-image: url("../img/no_b.png"), -moz-linear-gradient(left, #f6063b 0%, #3696fb 100%); /* FF3.6-15 */
    background-image: url("../img/no_b.png"), -webkit-linear-gradient(left, #f6063b 0%,#3696fb 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: url("../img/no_b.png"), linear-gradient(to right, #f6063b 0%,#3696fb 100%) ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6063b', endColorstr='#3696fb',GradientType=1 ); /* IE6-9 */
}
.delivery-circle {
    float: left;
}
.amount span {
    opacity: 0.5;
    position: relative;
    z-index: 1;
}
.pick-paper, .pick-amount {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 160px;
}
.delivery {
    clear: both;
    float: none;
}
.delivery span {
    line-height: 78px;
    margin-left: 20px;
    text-transform: uppercase;
    
    cursor: pointer;
}
.pick-amount {
    width: 100%;
}
.total-amount {
    line-height: 76px;
    margin-left: 20px;
    text-transform: uppercase;
}
.color.checked {
    background-image: url("../img/ok_b.png");
}
.selected-circle {
    float: left;
    margin-right: 19px;    
    cursor: pointer;
}
.selected-name {
    line-height: 78px;
    color:#1a1a1a;
    text-transform: uppercase;
}
.not-selected .selected-name {
    color:#A0A0A0;    
}
.selected-name span {
    line-height: 18px;
    font-size: 12px;
    display: block;
    margin-top: -23px;
    margin-bottom: -16px;
}
.color-hover {
    z-index:10; 
    position:fixed;
    top: 0;
    left: 0;    
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 25px;
    font-weight: 300;
    width: auto;
}
.selected-color {
    clear: both;
}
.paper.checked span {
    opacity: 0.4
}
.price__service-frank .selected-colors p, .price__service-stand .selected-colors p {
    border-bottom: 0;
    margin-bottom: 0;
}
.amount.checked {
    background:#CCFF00;    
}
.amount.checked span {
    opacity: 1;
}
.delivery.checked .delivery-circle{
    background: #CCFF00 url(../img/ok_b.png) center center;
}
.template-pdf {
    padding-bottom: 20px;
    text-transform: uppercase;
    background: url(../img/icon-pdf.png) no-repeat center left;
    height: 76px;
    padding-left: 100px;
    margin: 0;
    box-sizing: border-box;
    line-height: 76px;
}
.template-pdf a {
    color:#1a1a1a;
}
.summary {
    border-top: 2px solid #1a1a1a; 
    padding-top: 30px; 
    margin-top: 35px;
    font-weight: 400;
}
.summary span {
    text-decoration: underline;
}
.order, .submit-order, .simple-form__submit, .attach_file_simple.inputfile + label, .order-temp {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    height: 72px;
    width: 290px;
    border-radius: 10px;
    line-height: 66px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;   
    margin: 35px 0 50px;
    background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(68,68,168,1) 100%);
}
.order, .submit-order {
    background:#4D4D4D;
    color:#fff;
    font-size: 25px;
    height: 56px;
    line-height: 56px;
    width: 330px;
    margin-top: 35px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.order-temp {
    background:#4D4D4D;
    color:#fff;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 330px;
    margin-top: 35px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.order-temp:hover {
    background:#1a1a1a;
}
.simple-form__submit, .attach_file_simple.inputfile + label {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border: 0;
    border-radius: 34px;
    height: 70px;
    line-height: 70px;
    float: left;
    width: auto;
    padding: 0 45px;
}
.submit-order {
    width: 360px;
}

.price__service-frank p:nth-of-type(2) span.service_name, .price__service-stand p:nth-of-type(2) span.service_name  {
    color:#1a1a1a;
}
.attach_file_simple.inputfile + label {
    border: 0;
    color:#F2F2F2;
    background: #1a1a1a;
    margin: 20px 0;
}
.simple-form__submit {
    margin-bottom: 0;
}
.simple-form__submit:hover{
    background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(102,102,254,1)100%);
    color: #fff;
}
.simple-form__submit.has-attached, .simple-form__submit.has-attached:hover {
    background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(102,102,254,1)100%);
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    bottom: 0px;
}

.order:hover, .submit-order:hover {
    color: #CCFF00; 
    background:#1a1a1a;
    border-color:#CCFF00;
}
#slides picture {
    height: 100%;
}
#slides picture img {
    min-height: 100%;
    width: auto;
    min-width: 100%;
}
.art {
    max-width: 100%;
    height: 616px;
    background: url(../img/art.jpg) no-repeat center center;  
    position: relative;
    overflow: hidden;
}
.art__header {
    height: auto;
    width: 1100px;
    padding-top: 1px;
}
#art-slides {
    height: 812px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#art-slides .slick-slide > div {
    width: 812px;
}
#art-slides picture img {
    min-height: 100%;
    width: auto;
    min-width: 100%;
}
#art-slides .slick-prev {
    display: none!important;
}
#art-slides .slick-next {
    width: 18%;
    background: url(../img/art-arrow.png) no-repeat center right;
    cursor: pointer;
}
.art__header h2 {
    box-sizing: border-box;
    color: #fff;
    margin-top: 35px;
    border: 1px solid #fff;
    line-height: 80px;
    font-size: 42px;
    height: 90px;
    padding: 0 20px;
    font-style: italic;
    position: relative;
    font-weight: 400;
}
.art__description {
    text-align: center;
    font-family: "IBM Plex Serif";
    color: #fff;
    font-weight: 300;
    font-size: 34px;
    font-style: italic;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.art__header h2:before, .art__header h2:after {
    content:"";
    top: 45px;
    position: absolute;
    left: -100%;
    width: 100%;
    background: #fff;
    height: 1px;
}
.art__header h2:after {
    right: -100%;
    left: auto;
}
.art-slider {
    content:"";
    display: block;
    position: relative;
    top: -64px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.art .art-slide {
    content:"";
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: none;    
    background:black;
}
.map {
    width: 100%;
    max-width: 100%;
    height: auto;    
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.map .top-contacts a {
    width: auto;
}
.map p {
    font-size: 34px;
    font-family: 'IBM Plex Serif', sans-serif;  
    margin: 0;  
    position: relative;
    float: left;
    color:#000;
    font-weight: 500;
}
.map__google {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map__text {
    display: flex;
    font-style: italic;
    font-weight: 300;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 160px;
    padding: 35px 80px 30px 80px;
    box-sizing: border-box;
}
#marker {
    background:url(../img/map-label.png) no-repeat center center;
    width: 100px;
    height: 100px;
    display: block;
}
.map__copyright {
    font-size: 28px;
    font-family: 'IBM Plex Serif', sans-serif;
    color: #1a1a1a;
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 300;
    font-style: italic;
}
.map__text a {
    color:#1a1a1a;
}
.gm-style-pbc {
    display: none!important;
}
.wrapper {
    position: relative;
    z-index: 1;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 14;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    overflow: auto;
    z-index: 21;
}
.form {
    border-radius: 12px;
    background: #f2f2f2;
    padding: 75px 100px 0px 100px;
    box-sizing: border-box;
    font-family: 'IBM Plex Sans', sans-serif;
    max-width: 1375px;
    margin: 100px auto;
    height: auto;
    position: relative;
}
.form h2 {
    font-size: 40px; 
    margin: 0;   
}
.form h2 span {
    font-weight: 300;
}
.form p {
    margin: 0;
    font-size: 25px;
    font-weight: 300;
}
.form .form__block-header p {
    font-weight: 400;    
    margin: 10px 0 25px 0;
}
.form p span {
    font-weight: bold;
}
.form__block {
    padding: 0 100px 40px;
    border-bottom: 1px solid #808080;
    margin-bottom: 30px;
}
.form__block:last-child {
    border-bottom: 0;
} 
.form__block input[type=text], .form__block input[type=number], textarea {
    padding: 3px 12px;
    border-radius: 5px;
    outline: none;
    font-size: 25px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'IBM Plex Sans', sans-serif;
    border: 1px solid #a7a7a7;
    margin-top: 5px;
    margin-bottom: 15px;
    -webkit-appearance: none;
    width: 320px;
}
textarea {
    overflow: hidden!important;
    resize: none;
    width: 840px;
    height: 110px;
    white-space: pre-wrap;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.form__block input[type=text].error {
    border: 1px solid red;
}
.form__block input.error[type=text]::-webkit-input-placeholder {color:red; font-weight: 300;}
.form__block input.error[type=text]::-moz-placeholder {color:red; font-weight: 300;}/* Firefox 19+ */
.form__block input.error[type=text]:-moz-placeholder {color:red; font-weight: 300;}/* Firefox 18- */
.form__block input.error[type=text]:-ms-input-placeholder {color:red; font-weight: 300;}
.form__block input[type=text]::-webkit-input-placeholder {color:#808080; font-weight: 300;}
.form__block input[type=text]::-moz-placeholder {color:#ccc; font-weight: 300;}/* Firefox 19+ */
.form__block input[type=text]:-moz-placeholder {color:#ccc; font-weight: 300;}/* Firefox 18- */
.form__block input[type=text]:-ms-input-placeholder {color:#ccc; font-weight: 300;}
textarea::-webkit-input-placeholder {color:#808080; font-weight: 300;}
textarea::-moz-placeholder {color:#ccc; font-weight: 300;}/* Firefox 19+ */
textarea:-moz-placeholder {color:#ccc; font-weight: 300;}/* Firefox 18- */
textarea:-ms-input-placeholder {color:#ccc; font-weight: 300;}
.simple-form__line input.error[type=text]::-webkit-input-placeholder {color:red;}
.simple-form__line input.error[type=text]::-moz-placeholder {color:red;}/* Firefox 19+ */
.simple-form__line input.error[type=text]:-moz-placeholder {color:red;}/* Firefox 18- */
.simple-form__line input.error[type=text]:-ms-input-placeholder {color:red;}

.form__success {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
    font-size: 40px;
    display: none;
    opacity: 0;
}
#shift-color-agree.error + label {
    color:red;

}
#shift-color-agree.error + label:before {
    -moz-box-shadow: inset 0 0 0 2px #CCFF00;
    animation: pulse 2s infinite;
}

.form__success p {
    font-size: 40px;
}
.form-custom-color, .form-address {
    display: none;
}
.form__block input[type=text][name=customer-address] {
    width: 840px;
    font-weight: 400;
}
.form__block input[type=text][name=custom-color], .form__block input[type=number] {
    width: 90px;
    font-weight: 600;
}
.form__block-description:after {
    content:"";
    display: block;
    clear: both;
    height: 0;
    float: none;
}
.top-trigger {
    display: none;
}
.attach_file.inputfile + label {
    font-size: 25px;
    font-family: 'IBM Plex Sans', sans-serif;
    height: 22px;
    font-weight: 400;
    padding: 10px 20px;
    border: 1px solid #808080;
    border-radius: 6px;
    line-height: 20px;
    text-align: center;
    width: auto;
    background: #CCFF00;
    color: #1a1a1a;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    width: 414px;
    clear:both;
    display: block;
    margin: 30px 0 0;
}
.attach_file_simple.inputfile + label:hover {
    opacity: 0.6;
}
.attach_file.inputfile, .attach_file_simple.inputfile {
    display: none;
}
.attach_file.inputfile + label:hover {
    color: #CCFF00;
    background: #1a1a1a;
    border-color: #CCFF00;
}

[name=custom-color-agree], [name=shift-color-agree] {
    display: none;
}
[name=custom-color-agree] + label, [name=shift-color-agree] + label {
    position: relative;
    padding-left: 60px;
    line-height: 45px;
    height: 45px;
    cursor: pointer;
    display: block;    
    border-radius: 4px;
    font-weight: 400;
}
[name=custom-color-agree] + label:before, [name=shift-color-agree] + label:before {
    background: url(../img/checkbox.png) no-repeat right top;
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0;
    top: 0;
    display: block;
    content:"";
}
[name=custom-color-agree]:checked + label:before, [name=shift-color-agree]:checked + label:before {
    background-position: left top;
}
.form__close {
    background: url(../img/no_b.png) center center no-repeat;
    height: 78px;
    width: 78px;
    position: absolute;
    top: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    right: 30px;
    cursor: pointer;
}
.form__close:hover {
    opacity: 0.8;
}
.file_info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-size: 25px;
}
.file_name {
    width: 55%;
    font-weight: 300;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.list_of_files {
    margin-top: 30px;
}
.delete_file_mobile {
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 0px;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.delete_file_mobile:hover {
    border-bottom: 2px solid transparent;
}
.file_info {
    margin-bottom: 10px;
}
.price__service-frank .config > p:nth-of-type(1), .price__service-stand .config > p:nth-of-type(1) {
    display: block;
    border-bottom: 0;
    border-top: 2px solid #1a1a1a;
    padding-top: 25px;
}
.selected-colors {
    padding: 20px 0;
}
.price__service-frank .selected-colors p, .price__service-stand .selected-colors p  {
    display: block;
    margin: 0;
}
.price__service-frank p:nth-of-type(1) span.desctop, .price__service-stand p:nth-of-type(1) span.desctop, .price__service-frank p:nth-of-type(2) span.desctop, .price__service-stand p:nth-of-type(2) span.desctop {
    color:#1a1a1a;
    margin-top: 25px;
}
.color-desc {
    display: none;
}
.top-logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.jump {
    background: url("../img/jump.png") no-repeat center center;
    width: 77px;
    height: 77px;
    position: fixed;
    right: 75px;
    bottom: 75px;
    cursor: pointer;
    opacity: 0;    
    z-index: 5;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    visibility: hidden;
}
.jump.visible {
    opacity: 1;
    z-index: 20;
    visibility: visible;
}
.jump.visible:hover {
    opacity: 0.7;
}
.form__success {
    overflow: hidden;
}
.form__success a {
    text-decoration: underline;
    color:#1a1a1a;
}
.form__success a:hover {
    text-decoration: none;
}
.form__success h3 {
    font-size: 40px;
    margin: 0;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 25px;
}
.form__success p {
    font-size: 25px;
    padding-top: 25px;
}
.form__success .top-logo {
    position: relative;
}
.form__success .top-logo:after {
    position: absolute;
    right: -440px;
    width: 400px;
    top: 48px;
    height: 1px;
    background: #1a1a1a;
    content: "";
    display: block;
}
.form__success .top-logo:before {
    position: absolute;
    left: -440px;
    width: 400px;
    top: 48px;
    height: 1px;
    background: #1a1a1a;
    content: "";
    display: block;
}
.color, .paper, .amount, .delivery-circle {
    position: relative;
    overflow: hidden;
}
.color::after, .paper::after, .amount::after, .delivery-circle::after {
    background:#fff;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    content: "";
    display: block;
    opacity: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}
.amount::after {
    background:#ccff00;
    z-index: 0;
}
.delivery-circle::after {
    background: #ccff00;
}
.paper::after {
    background:#1a1a1a;
}
.color:nth-of-type(14)::after, .color:nth-of-type(15)::after {
    content: '';
    position: absolute;
    top: 0%;
    right: -93%;
    bottom: -82%;
    opacity: 1;
    width: auto;
    height: auto;
    left: -14%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.8) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
}
.mobile__question {
    display: none;
}
.mobile__top .mobile__question::after {
    content: '';
    position: absolute;
    top: 0%;
    right: -93%;
    bottom: -82%;
    opacity: 1;
    width: auto;
    height: auto;
    left: -14%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.8) 50%, rgba(229, 172, 142, 0));
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(208,207,230,0.8) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
}
.mobile__top .mobile__question.clicked::after {
    display: none
}
.mobile__top .mobile__question::after { animation: sheen 1.5s infinite forwards; animation-delay: 3s;}
.color:nth-of-type(14):hover::after, .color:nth-of-type(15):hover::after { animation: sheen 1s forwards; }
.color:hover::after { animation: shine 0.4s 1; }
.delivery-circle:hover::after { animation: shine 0.4s 1; }
.paper:hover::after { animation: shine 0.4s 1; }
.amount:hover::after { animation: shine1 0.4s 1; }
ul.slick-dots {
    position: absolute;
    bottom: 80px;
    left: 50%;
    padding: 0;
    flex-wrap: wrap;
    margin-left: -620px;
    z-index: 10;
    width: 1240px;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.slick-dots li {
    list-style: none;
    width: 44px;
    height: 44px;
    display: block;
    float: left;
    border-radius: 50%;
    margin-right: 45px;
}
ul.slick-dots li a {
    background: #D0CFE6;
    display: block;
    width: 100%;
    font-size: 0;
    border-radius: 50%;
    height: 100%;
}

html body > jdiv:last-child {
    display: none;
}
html.jivo-site-full-block body > jdiv:last-child {
    display: block!important;
}
#jivo-mouse-tracker, .jivo-no-transition {
    display: none!important;
}

#slides {
    position: relative;
    height: calc(100vh - 172px)!important;
    overflow: hidden;
    width: calc(100% - 30px);
    margin: 0 auto;
}
#slides .draggable {
    position: relative;
    z-index: 1;
}
#slides .slick-slide > div > div:after {
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 316px;
    width: 100%;
    background: url('../img/gradient.png') repeat-x center center;
    z-index: 0;
}
#slides .slick-slide > div {
    position: relative;
    z-index: 1;
}
.slide {
    height: 100%;
}
.slidesjs-container, .slidesjs-control {
    height: calc(100vh - 152px)!important;
    width: 100%!important;
}
ul.slick-dots li {
    background:#D0CFE6;
    cursor: pointer;
    border: 2px solid #fff;
}
ul.slick-dots li button {
    display: none;
}
ul.slick-dots li.slick-active {
    background: #fff;
}
.slide_desc span {
    /*background: rgba(255,255,255,0.5);*/
    padding: 0 10px;
}
.slide_desc  {
    text-align: center;
    border: 0;
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    width: 1250px;
    margin: 0 auto;
    left: 50%;
    margin-left: -625px;
    position: absolute;
    bottom: 140px;
    font-style:italic;
    font-weight: 300;
    z-index: 1;
}
a.slidesjs-previous {
    width: 50px;
    height: 81px;
    top: 50%;
    margin-top: -40px;
    display: block;
    position: absolute;
    z-index: 11;
    background: url(../img/arrow_left.png) no-repeat center center;
    background-size: 100% 100%;
    left: 35px;
}
a.slidesjs-next {
    width: 50px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    display: block;
    position: absolute;
    z-index: 11;
    background: url(../img/arrow_right.png) no-repeat center center;
    background-size: 100% 100%;
    right: 35px;
}
#slides .slick-dots {
    position: absolute;
    bottom: 40px;
}
.top-slide {
    position: relative;
}
#slides .slick-list, #slides .slick-track, #slides .slick-slide, #slides .slick-slide div {
    height: 100%!important;
}
#slides .slick-slide div.slide_desc {
    height: auto!important;
}
.desctop {    
    display: block;
}
.mobile {
    display: none;
}
.mobile__logo {
    display: none;
}
.video iframe {
    width: 100%;
    height: 804px;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: inset 0 0 0 2px #CCFF00;
    }
    50% {
        -webkit-box-shadow: inset 0 0 5px 6px #CCFF00;
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 2px #CCFF00;
    }
  }
@keyframes pulse {
    0% {
      -moz-box-shadow: inset 0 0 0 2px #CCFF00;
      box-shadow: inset 0 0 0 2px #CCFF00;
    }
    50% {
        -moz-box-shadow: inset 0 0 5px 6px #CCFF00;
        box-shadow: inset 0 0 5px 6px #CCFF00;
    }
    100% {
        -moz-box-shadow: inset 0 0 0 2px #CCFF00;
        box-shadow: inset 0 0 0 2px #CCFF00;
    }
}

@keyframes shine {
    0% {
        opacity: 0.65;
    }
    100% {
        opacity: 0;
    }
}
@keyframes shine1 {
    0% {
        opacity: 0.65;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sheen {
    100% {
      transform: rotateZ(60deg) translate(1em, -9em);
    }
}
@media all and (max-width: 1280px) {
    .top-logo {
        width: 70px;
        height: 70px;
    }
}
@media all and (max-width: 960px) {
    .top-logo {
        width: 50px;
        height: 50px;
    }
}
@media all and (max-width: 660px) {
    .top-logo {
        width: 26px;
        height: 26px;
    }
    .top {
        display: none;
        height: 0;
    }
    ul.slick-dots li {
        width: 24px;
        height: 24px;
        margin-right: 24px;        
        background:#D0CFE6;
    }
    .slider .slick-prev, .slider .slick-arrow, #art-slides .slick-arrow, #art-slides .slick-prev {
        width: 40px;
        height: 40px;
        bottom: 40px;
        top: auto;
        left: 40px;
        background: rgba(26,26,26,0.65);
        border-radius: 50%;
    }
    #slides .slick-arrow {
        display:none!important;
    }
    .slider .slick-next, #art-slides .slick-next {
        left: auto;
        right: 40px;
        cursor: url(../img/arrow-right.png) 36 24, default;
    }
    .slider .slick-prev:after, #art-slides .slick-prev:after {
        width: 0;
        content: "";
        display: block;
        position: absolute;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 16px solid #fff;
        top: 10px;
        left: 9px;
    }
    #art-slides {
        height: auto;
        margin-bottom: -4px;
    }
    .simple-form__header span {
        font-size: 18px;
        line-height: normal;
        display: block;
    }
    .slider .slick-next:after, #art-slides .slick-next:after {
        width: 0;
        content: "";
        display: block;
        position: absolute;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 16px solid #fff;
        top: 10px;
        left: 14px;
    }
    #art-slides .slick-prev {
        display:block!important;
    }
    #slides .slick-slide div.slide_desc {
        width: 100%;
        margin: 0 auto;
        left: 0;
        padding: 15px 20px 0px;
        box-sizing: border-box;
        line-height: 24px;
        color:#fff;
        opacity: 0;
        display: none;
        min-height: 96px;
    }
    #slides.shown-desc .slick-slide div.slide_desc {
        opacity: 1;
        display: block;
    }
    .readmore__link.mobile {
        display: block;
        text-decoration: underline;
    }
    span.readmore__link {
        margin: 12px 0;
    }
    .readmore a {
        color:#1a1a1a;
        padding-bottom: 10px;
    }
    .readmore.desctop {
        display: none;
        opacity: 0;        
        height: 0;
        position: relative;
        padding-bottom: 0px;
    }
    .slide_desc span {
        color:#fff;
        font-size: 18px;
        background:none;
        line-height: 16px;
        font-weight: normal;
        font-weight: 300;
    }
    ul.slick-dots li.slick-active {
        background:#fff;
    }
    #slides .slick-dots {
        padding: 25px 20px 25px;
        box-sizing: border-box;
        /*background: rgba(0,0,0,.7);*/
        margin-bottom: 0;
        bottom: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    #slides .slick-dots-back{
        position: absolute;
        opacity: 0;
        left: 0;
        bottom: 0;
        height: 74px;
        width: 100%;
        z-index: 1;
    }
    .slide_desc {
        bottom: 84px;
    }
    #slides {
        box-sizing: border-box;
        width: calc(100% - 30px);
        margin: 0 auto;
        border-radius: 20px;
        margin-top: 15px;
    }
    ul.slick-dots li:last-child {
        margin-right: 0;
    }
    .discount {
        height: auto;
        padding-top: 18px;
        margin-bottom: 10px;
    }
    .discount__wrapper {
        flex-wrap: wrap;        
        justify-content: flex-start;
    }
    .discount__name {
        display: none;
    }
    .calc {
        width: 100%;
        text-align: center;
    }
    .select_calc.mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family: 'IBM Plex Sans', sans-serif;
        color: #f2f2f2;
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
    }
    .selected-name {
        min-height: 78px;
    }
    .form__success h3 {
        font-size: 20px;
        padding-bottom: 20px;
        padding-top: 10px;
        font-weight: 500;
        border-bottom: 0;
        position: relative;
    }
    
    .form__success h3:after {
        position:absolute;
        content:"";
        display: block;
        bottom: 0;
        left: calc(50% - 80px);
        width: 160px;
        height: 1px;
        background: #1a1a1a;
    }
    .wrapper {
        height: auto!important;
    }
    .form__success {
        padding-bottom: 10px;
    }
    .form__success .top-logo {
        height: 100px;
        width: 100px;
    }
    .discount-desc.desctop {
        display: none;
    }
    .discount-desc.mobile {
        display: block;
        font-size: 20px;
        margin: 0;
        margin-bottom: 20px;
    }
    .discount-desc-narrow {
        display: none;
    }
    .discount-thin__inside, .discount-bold__inside {
        font-size: 18px;
        padding: 10px;
    }
    .discount__order {
        margin-top: 20px!important;
        font-size: 20px;
        line-height: 34px;
        height: 34px;
        width: 220px;
        font-weight: bold;
    }
    .mobile__logo {
        border-radius: 50%;
        color: #f2f2f2;
        text-align: center;
        line-height: 90px;
        font-size: 40px;
        font-weight: 100;
        background: url(../img/logo.png) no-repeat center center;
        font-size: 0;
        width: 55px;
        height: 55px;
        display: block;
        top: 73px;
        position: absolute;
        z-index: 2;
        left: 30px;
        display: none;
    }
    #slides .slick-slide .mobile__question, .mobile__top .mobile__question {
        height: 55px!important;
        width: 55px;
        background: rgba(0,0,0,0.2) url('../img/question_mark.png') no-repeat center center;
        border: 1px solid #fff;
        position: absolute;
        top: 165px;
        right: 30px;
        z-index: 2;
        overflow: hidden;
        border-radius: 50%;
        display: block;
    }
    .hidden__top {
        display: block;
        height: 65px;
        background: #EAE9EB;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 14px 20px 0;
        font-family: 'IBM Plex Sans', sans-serif;
    }
    .hidden__top .top-logo {
        width: 55px;
        height: 55px;
        margin-right: 0;
    }
    .hidden__top .top-logo a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .hidden__top .top-contacts {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
        margin-top: 5px;   
    }
    .hidden__top .top-contacts span {
        font-size: 18px;
        margin: 0 5px;
    }
    .hidden__top .top-contacts a {        
        font-weight: 500;             
        font-size: 18px;
        margin-right: 0;
    }
    .hidden__top .top-contacts a.top-instagram {
        padding-left: 0;
        background: none;
    }
    .about__description h1, .about__description p:nth-of-type(1), .about__description p {
        font-size: 18px;
        padding: 0 20px;
    }.about__description p br {
        display: none;
    }
    .about__description h1 {
        margin-top: 5px;
        margin-bottom: 45px;
    }
    .discount-thin, .discount-bold {
        width: calc(48% - 24px);
    }
    .discount-thin {
        margin-right: 4%;
        margin-bottom: 30px;
    }
    .about__description {
        color:#1a1a1a;
    }
    .about__description p:last-child {
        background-size: 60px 46px!important;
        height: 46px!important;
    }
    .about__description h1:nth-of-type(1):after {
        width: 80px;
        margin-left: -40px;
        height: 1px;
    }
    .discount-thin:after {
        top: 3px;
        right: -11px;
        height: calc(100% + 4px);
        width: calc(100% + 11px);
        background-size: 100% 100%;
    }
    .discount-bold:after {
        top: 1px;
        right: -21px;
        height: calc(100% + 13px);
        width: calc(100% + 18px);
        background: url(../img/trap-bold.png) no-repeat -7px -3px;
        background-size: 100% 100%;
    }
    .about__icons {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20%;
        background: url(../img/mobile_w.png) no-repeat center bottom;
        background-size: cover;
        padding-top: 35px;
        padding-bottom: 30px;
        box-sizing: border-box;
    }
    .about__icon {
        padding-top: 0;
        padding-left: 55px;
        background-size: 45px!important;
        background-position: left center!important;
    }
    .about__icon p {
        font-weight: bold;
        font-size: 18px;
    }
    .about__icon span {
        display: inline;
        font-weight: inherit;
        float: none;
        clear: none;
        margin-right: 0.2em;
    }
    .work {
        background: none;
    }
    .work__inside {
        width: 100%;
        border: 0;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0px;
    }
    .about {
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .work__header h2 {
        border-top: 1px solid #333;
        padding: 15px 0;
        width: calc(100% - 50px);
        margin-left: 25px;
    }
    .work__header {
        padding: 0;
        box-sizing: border-box;
    }
    .work__header, .art__header {
        width: 100%;
    }
    .work__header h2, .price__header h2, .art__header h2 {
        font-size: 24px;
        font-weight: 400;
        top: 0;
        line-height: normal;
        height: auto;
        position: relative;
        background: none;
        font-family: 'IBM Plex Serif', sans-serif;
    }
    .work__description:nth-of-type(1){
        margin-bottom: 15px;
        position: relative;
        order: 1;        
        padding-bottom: 65px;
    }
    .work__description:nth-of-type(2) {
        order: 0;
        position: relative;
        padding-bottom: 31px;
        margin-bottom: 15px;
    }
    .work__description:nth-of-type(2):after {
        content:"";
        width: 230px;
        height: 31px;
        position: absolute;
        background: url(../img/leaf_1.png) no-repeat center center;
        bottom: 0;
        left: 50%;
        margin-left: -115px;
    }
    .work__description:nth-of-type(3) {
        order: 2;
    }
    .work__description:nth-of-type(3) p:last-child {
        padding-bottom: 0px;
        margin-bottom: 0;
    }
    .about__description p:nth-of-type(3) {
        margin-bottom: 13px;
    }
    .work__description:nth-of-type(1):after {
        content:"";
        width: 239px;
        height: 60px;
        position: absolute;
        background: url(../img/hands_1.png) no-repeat center center;
        bottom: 0;
        left: 50%;
        margin-left: -120px;
    }
    .art__description {  
        font-size: 18px;
        padding-bottom: 15px;
    }
    .art__description br {
        display: none;
    }
    .art__header h2 {
        color:#1a1a1a;
        border: 0;
        font-size: 30px;
        padding-top: 25px;
    }
    .art {
        margin-top: -50px;
        margin-bottom: -25px;
        z-index: 0;
    }
    .art:before {
        content: "";
        height: 100px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    }
    .price__header {
        height: auto;
        margin-bottom: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .slider__count {
        display: block;
        position: absolute;
        bottom: 30px;
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        background: rgba(26,26,26,0.65);
        z-index: 2;
        border-radius: 50%;
        line-height: 60px;
        text-align: center;
        color: #f2f2f2;
        font-size: 18px;
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 300;
    }
    .work {
        padding-bottom: 0;
    }
    .price__header h2 {
        padding: 15px 0;
        margin-top: 0;
        border: 0;
    }
    .work__description {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
        font-size: 18px;
        color:#1a1a1a;
    }
    .work__descriptions {
        margin-top: 0px;
        flex-direction: column;
    }
    .work__description {        
        font-family: 'IBM Plex Serif', sans-serif;
    }
    .work__description p {
        margin-top: 0;
    }
    .work:after {
        display: none;
    }
    .jump {
        display: none;
    }
    .price {
        margin-top: 0;
        padding-top: 0px;
        padding-bottom: 0;
        overflow: hidden;
    }
    .price__services {
        flex-wrap: wrap;
    }
    .price__inside {
        width: 100%;
    }
    .price__service {
        width: 100%;
        padding: 10px 20px;
        box-sizing: border-box;
    }
    .config {
        display: none;
    }
    .price__header h2 {
        width: 100%;
    }
    .price__service.price__service-frank {
        position: relative;
        padding-bottom: 35px;
        margin-bottom: 20px;
    }
    .price__service.price__service-frank:after {
        content: "";
        width: 100px;
        height: 35px;
        position: absolute;
        background: url(../img/leaf_2.png) no-repeat center center;
        bottom: 0;
        left: 50%;
        margin-left: -50px;
    }
    .price__service-frank p, .price__service-stand p {
        font-size: 18px;
        color:#000;
        font-weight: 300!important;
        font-family: "IBM Plex Serif";
    }
    .calc.calc-econom, .calc.calc-stand {
        background: #CCFF00;
        color: #1a1a1a;
        font-size: 18px;
        padding: 8px 0;
        border-radius: 10px;
        max-width: 100%;
        width: 330px;
    }
    .calc.calc-stand {
        background:#f2f2f2;
    } 
    .about__description h1 span:nth-of-type(1) {
        font-size: 24px;
        font-weight: 300;
    }
    .price__service-frank > p:nth-of-type(1), .price__service-stand > p:nth-of-type(1) {
        padding-bottom: 0;
        position: relative;
        overflow: hidden;
    }
    .sel-custom {
        line-height: normal;
    }
    .sel-custom span {
        margin: 0;
    }
    .sel-custom br {
        display: none;
    }
    .price__service-frank p:nth-of-type(1), .price__service-stand p:nth-of-type(1) {
        border: 0;
        margin-bottom: 0;
    }
    .price__service-frank p:nth-of-type(1) span, .price__service-stand p:nth-of-type(1) span {
        background: #1a1a1a;
        position: relative;
    }
    .pick-colors {
        max-width: 100%;
    }
    .order{
        background: #CCFF00;
        color: #1a1a1a;
        font-size: 18px;
        font-weight: 400;
        height: 38px;
        line-height: 38px;
        margin: 24px auto;
        max-width: 100%;
    }
    .order-temp, .order-temp:hover {        
        font-size: 18px;
        font-weight: 400;
        height: 38px;
        line-height: 38px;
        margin: 24px auto;
        max-width: 100%;
    }
    .change__calc {
        color:#f2f2f2;
    }
    .change__frank, .change__stand {
        color:#ccff00;
        text-decoration: underline;
    }
    .versus {
        margin: 10px 0;
        color:#ccff00;
        font-style:italic;
        background:#1a1a1a;
        position: relative;    
        width: 100%;    
        text-align: center;
    }
    .color-desc {
        width: calc(100% - 78px);
        color: #f2f2f2;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        box-sizing: border-box;
        height: 78px;

    }
    .slider .slide img{
        width: 100%;
        height: auto;
        display: block;
    }
    #art-slides .slide picture {
        height: 100%;
        max-width: 100%;
    display: block;
    }
    #art-slides .slick-slide {
        width: 100vw;
    }
    #art-slides .slide img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto;
    }
    .versus span {
        background:#1a1a1a;
        position: relative;
        z-index: 2;
        padding: 0 10px;
        font-size: 20px;
        font-weight: bold;
    }
    .versus:after {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        top: 16px;
        background:#f2f2f2;
        width: 300px;
        margin-left: calc(50% - 150px);
        left: 0;
        z-index: 1;
    }
    .price__service-stand p:nth-of-type(1) span {
        color:#f2f2f2;
    }
    .price__service-frank p:nth-of-type(1) span:nth-of-type(2), .price__service-stand p:nth-of-type(1) span:nth-of-type(2) {
        padding-right: 10px;
    }    
    .price__service-stand .select_calc p:before {
        display: none;
    }
    .slider {
        height: auto;
    }
    .slide {
        height: 100%;
    }
    .slider .slide img {
        display: block;
    }
    .simple-form {
        margin-top: -4px;
    }
    span.mobile {
        display: block;
    }
    .price__services {
        margin-top: 0;
    }
    .work__header.mobile {
        display: none;
    }
    .simple-form {
        height: auto;
        padding: 15px 15px 20px;
        width: 100%;
        background: none;
        position: relative;
        z-index: 1;
    }
    .simple-form__left {
        float: none;
        width: 100%;
    }
    .simple-form__header h2 {
        font-size: 28px;
        text-align: center;
        color:#1a1a1a;
    }
    .simple-form__description {
        width: 100%;
        font-size: 18px;
        text-align: center;
        color: #1a1a1a;
    }
    .simple-form:before {
        display: none;
    }
    .simple-form__consult {
        font-size: 18px;
        color:#1a1a1a;
        text-align: center;
        width: 100%;        
    }
    .simple-form__form {
        width: 100%;
        border: 2px solid #1a1a1a;
        border-radius: 10px;
        padding: 10px;
        box-sizing: border-box;
    }
    .simple-form__line span {
        font-size: 18px;
    }
    .simple-form__line input, .simple-form__line textarea {
        font-size: 18px;
        background:#fff;
        -webkit-appearance: none;
        -webkit-border-radius:0; 
        border-radius: 0; 
        max-width: 100%;
        box-sizing: border-box;
    }
    .simple-form__line textarea {
        height: 80px;
    }
    .simple-form__submit, .attach_file_simple.inputfile + label {
        height: 36px;
        line-height: 36px;
        padding: 0 16px;
        font-size: 16px;
    }
    .step-2 .attach_file_simple.inputfile + label {        
        bottom: 0px;
        position: absolute;
        left: 50%;
        margin-left: -90px;
    }
    .simple-form__submit {
        margin-top: 10px;
        margin-bottom: -30px;
    }
    .list_of_files_simple .file_name, .list_of_files_simple .delete_file_mobile_simple {
        font-size: 18px;
    }
    .list_of_files_simple, .simple-form__line {
        width: 100%;
    }
    .step-2 .simple-form__line {
        display: flex;
        justify-content: center;
        min-height: 82px;
    }
    .step-2 {
        height: 348px;
    }
    .price__header.new h2{
        margin: 0;
        padding: 20px 0 0;
        font-size: 22px;
    }
    .step-2 .simple-form__line:nth-of-type(1) {
        margin-bottom: 10px!important;
    }
    .simple-form__submit.has-attached {
        bottom: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 10px;
        margin-bottom: -28px;
    }
    
    .map__text {
        width: 100%!important;
        height: auto;
        padding: 195px 20px 0px 20px!important;
        justify-content: flex-start;
        align-items: center;
        height:auto!important;
    }
    .map p, .map__text a {
        color:#1a1a1a;
        text-align: center;
        font-size: 18px;
        float: none;
        font-weight: 300;
    }
    .top-instagram {
        background:url('../img/icon-ig-mobile.png') no-repeat center center;
        height: auto;
        line-height: normal;
        padding-left: 30px;
    }
    .map .top-contacts a {
        padding-left: 30px;
        background-position: left bottom;
    }
    .top-contacts a {
        line-height: normal;
    }
    .map__text {
        padding-top: 150px;
        box-sizing: border-box;
    }
    .map__text br:nth-of-type(2n + 2) {
        display: none;
    }
    .map__google.desctop {
        display: none;
    }
    .map__google.mobile {
        display: block;
        position: relative;
        height: 250px;
    }
    .simple-form__form {
        background:#fff;
    }
    .map {
        background: none;
        margin-top: -190px;
        z-index: 0;
        position: relative;
        z-index: 0;
        background-size: cover;
        color:#1a1a1a;
    }
    .map__text p:nth-of-type(1) {
        margin-top: 10px;
        font-size: 24px;
        font-family: 'IBM Plex Serif', sans-serif;
    }
    .map__text p:nth-of-type(2) {
        margin-top: -5px;
    }
    .map__text p:last-child {
        margin-bottom: 30px;
    }
    .map__text .top-contacts a{
        padding-left: 0;
        background: 0;
        font-weight: bold;
    }
    .map__text .top-contacts a.top-instagram {
        margin-top: 15px;
        display: block;
    }
    .map__copyright {
        font-family: 'IBM Plex Sans', sans-serif;
        font-size: 11px;
        background: #1A1A1A;
        color: #fff;
        font-style: normal;
        font-weight: 300;
        margin-bottom: 0;
        line-height: normal;
        padding: 15px;
        box-sizing: border-box;
        height:auto!important;
        margin: 0;
        left: 0;
        font-size:12px;
    }
    .map__copyright br {
        display: none;
    }
    .price__service {
        font-size: 18px;
        font-weight: 400;
    }
    #art-slides .slick-slide > div {
        width: auto;
    }
    .selected-name {
        color:#f2f2f2;
    }
    .color {
        cursor: pointer;
    }
    .color-hover {
        display: none;
    }
    .color.custom-color {
        position: relative;
        right: auto;
    }
    .config p, .amount, .delivery span {
        color:#f2f2f2;
    }
    .amount span {
        opacity: 1;
    }
    .total-amount {
        margin-left: 0;
        margin-bottom: -20px;
        color:#f2f2f2;
    }
    .config > p:nth-of-type(1) {
        padding-bottom: 20px;
    }
    .config p {
        border-color:#f2f2f2!important;
    }
    .pdf_par, .template-pdf {
        display: none;
    }
    .selected-papers .st2{
        fill:#f2f2f2;
    }

    .selected-name, .total-amount, .delivery span {
        font-size: 16px;
    }
    .amount.checked span {
        color:#1a1a1a;
    }
    .close__calc {
        background: #F2F2F2;
        color: #1a1a1a;
        width: 330px;
        margin-top: 35px;
        font-family: 'IBM Plex Sans', sans-serif;
        text-transform: uppercase;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        -o-transition: background-color 0.2s;
        transition: background-color 0.2s;
        font-size: 18px;
        font-weight: 500;
        height: 38px;
        line-height: 38px;
        border-radius: 10px;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
    }
    .config .summary {
        margin-bottom: 0;
    }
    .price__service-frank p:nth-of-type(1), .price__service-stand p:nth-of-type(1) {
        display: block;
    } 
    .price__service-frank p:nth-of-type(2) span.service_name, .price__service-stand p:nth-of-type(2) span.service_name  {
        display: none;
    }
    .pick-amount > .amount:nth-of-type(3) {
        margin-right: 15px;
    }
    .form {
        max-width: 100%;
        box-sizing: border-box;
        padding: 15px;        
        margin-top: 20px!important;
    }
    .overlay {
        padding: 15px;
        box-sizing: border-box;
    }
    .form__block {
        padding: 10px 5px;
        margin-bottom: 15px;
    }
    .form p {
        font-size: 18px;
    }
    .form__close {
        height: 25px;
        width: 25px;
        top: 12px;
        right: 12px;
    }
    .form h2 {
        font-size: 24px;
        margin: 0;
        font-weight: 400;
        text-align: center;
        padding-top: 10px;
    }
    textarea, .form__block input[type=text][name=customer-address] {
        max-width: 100%;
    }
    .attach_file.inputfile + label {
        font-size: 18px;
        height: 41px;
        box-sizing: border-box;
        max-width: 100%;
    }
    .form .form__block-header p {
        margin-bottom: 15px;
    }
    .list_of_files {
        margin-top: 15px;
    }
    .form p span {
        font-weight: 500;
    }
    [name=custom-color-agree] + label, [name=shift-color-agree] + label {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        line-height: normal;
        font-size: 16px;
    }
    .form__block input[type=text], .form__block input[type=number], textarea {
        font-size: 18px;
        max-width: 100%;
        -webkit-appearance: none;
    }
    .file_info {
        font-size: 18px;
    }
    .file_name {
        width: 65%;
    }
    .delete_file_mobile {
        border-bottom: 1px solid #1a1a1a;
    }
    .submit-order {
        background: #CCFF00;
        color: #1a1a1a;
        font-size: 18px;
        font-weight: 400;
        height: 38px;
        line-height: 38px;
        margin: 24px auto;
        max-width: 100%;
    }
    .map__text p:nth-of-type(7), .map__text p:nth-of-type(8), .map__text p:nth-of-type(6) {
        line-height: 22px;
    }
    .map__text p:nth-of-type(9) {
        margin-top: -2px;
    }
    .step-3 .simple-form__line p, .step-3 .simple-form__line p span {
        font-size: 24px;
    }
    .top-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }
    .step-3 .simple-form__line p {
        padding: 11px 0 17px;
    }
    .selected-colors {
        padding-bottom: 20px;
    }
    .price__service-frank p:nth-of-type(2) span.desctop, .price__service-stand p:nth-of-type(2) span.desctop {
        color:#ccff00;
        margin: 0;
    }
    .price__service-stand .config > p:nth-of-type(1), .price__service-frank .config > p:nth-of-type(1) {
        border-top: 0;
        padding-top: 0;
    }
    .st2 {
        fill: #f2f2f2!important;
    }
    .button_1O {
        height: 55px!important;
        width: 55px!important;
    }
    .video iframe {
        width: 100%;
        height: 151px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .price__service-frank p:nth-of-type(2), .price__service-stand p:nth-of-type(2) {
        margin-top: 1em;
    }
    .simple-form__step {
        width: 100%;
    }
    .simple-form h2 {
        font-size: 24px;
        font-weight: 300;
        font-style: italic;
    }
    .simple-form__line {
        align-items: flex-start;
    }
    .simple-form__line input {
        text-align: left;
        border-bottom: 2px solid #1a1a1a;
    }
    .simple-form__line textarea {
        text-align: left;
    }
    .simple-form__line span {
        font-weight: 400;
        color:#1a1a1a;
    }
    .top-trigger {
        font-size: 18px;
        font-family: "IBM Plex Sans";
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 40px;
        height: 40px;
        background: #EAE9EB;
    }
    .top-trigger span {
        height: 40px;
        margin: 0;
        padding: 0;        
        color:#000000;
        font-weight: 500;
        display: block;
        line-height: 40px;;
    }
    .top-trigger span a {
        display: block;
        width: 100%;
        height: 100%;    
    }
    .top-trigger span:nth-of-type(1) {   
        background: #FCFCFC;    
        text-align: center;
        width: 60%;
        height: 100%;
        display: flex;
        justify-content: space-evenly;
    }
    .top-trigger span:nth-of-type(1) a {
        background: rgb(234,233,235);
        background: linear-gradient(180deg, rgba(234,233,235,1) 70%, rgba(207,204,208,0.5) 100%);        
        border-bottom-right-radius: 15px;    
        color:#1a1a1a; 
    }
    .top-trigger span:nth-of-type(2) {
        background: #FCFCFC;
        color: #ff6371;
        font-weight: 500;
        width: 40%;
        margin: 0;
        height: 100%;
        text-align: center;
        background: rgb(234,233,235);
    }
    .top-trigger span:nth-of-type(2) a {        
        border-top-left-radius: 15px;  
        border-top-right-radius: 15px;  
        background: #FCFCFC;
        color: #ff6371;
    }
}
@media all and (max-width: 360px) {
    .about__icons {
        padding-left: 10%;
    }
    .color, .selected-circle, .paper, .amount, .delivery-circle {
        height: 70px;
        width: 70px;
    }
    .color-desc {
        width: calc(100% - 78px);
        height: 70px;
    }
    .selected-paper .selected-name {
        line-height: normal;
        padding-top: 25px;
    }
    .attach_file.inputfile + label {
        font-size: 14px;
    }
}