@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,300,300i,400,500,600,700|IBM+Plex+Serif:100,300,300i,400,500,600,700&subset=cyrillic');
body {
    width: 100%;
    margin: 0;
    background:#fff;
    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-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/sixh_logo.svg") no-repeat center center;
    font-size: 0;
}
.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: 1;
    cursor: url(../img/arrow-left.png) 36 24, default;
}
.slick-next {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    cursor: url(../img/arrow-right.png) 36 24, 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 Sans', sans-serif;
    font-size: 40px;
    text-align: center;
}
.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: -25px;
    bottom: -25px;
    content: " ";
    height: 2px;
    background: #1a1a1a;
    width: 50px;
    position: absolute;
}
.about__description h1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    position: relative;
    margin-bottom: 40px;
}
.about__description p:nth-of-type(3) {
    position: relative;
}
.about__description p:nth-of-type(3):after {
    display: block;
    left: -60px;
    bottom: 25px;
    content: " ";
    height: 2px;
    background: #1a1a1a;
    width: 490px;
    position: absolute;
}
.about__description p:nth-of-type(3):before {
    display: block;
    right: -60px;
    bottom: 25px;
    content: " ";
    height: 2px;
    background: #1a1a1a;
    width: 490px;
    position: absolute;
}
.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;
    background-size: cover;
    z-index: 2;
}
.work__inside {
    width: 1448px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-bottom: 125px;
}
.work__descriptions {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
}
.work__description:nth-of-type(1) {
    margin-bottom: 50px;
    width: 410px;
}
.work__description:nth-of-type(2) {
    width: 400px;
}
.work__description:nth-of-type(3) {
    width: 390px;
}
.simple-form {
    background: rgb(149,154,143);
    background: rgb(149,154,143);
    background: linear-gradient(90deg, rgba(149,154,143,1) 50%, rgba(255,255,255,0) 50%);
    height: 702px;
    width: 100%;
    padding: 55px 15px 70px 80px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 3;
}
#slides {margin: 0;}
#slides .slide {width: 100%; height: 100%;}
.simple-form:before {
    display: block;
    content:"";
    width: 746px;
    height: 704px;
    background: url(../img/simple-form-bg.png) no-repeat center center;
    z-index: 1;    
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -373px;
}
textarea[name=simple-desc] {
    font-family: 'IBM Plex Serif', sans-serif;
    font-weight: 300;
    font-style: italic;
    border-radius: 0;
    border: 0;
    padding: 0;
    background: none;
}
.simple-form__form, .simple-form__left {
    position: relative;
}
.simple-form__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 40px;
    box-sizing: border-box;
}
.simple-form__description, .simple-form__consult {
    width: 540px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 28px;
    color:#fff;
    position: relative;
    line-height: 34px;
}
.simple-form__line {
    width: 100%;
}
.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;
    border-bottom: 2px solid #1a1a1a;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    -webkit-appearance: none;
    background: none;
}
.simple-form__line input.error {
    color: red;
}
.step-2 .simple-form__line:nth-of-type(3) {
    display:flex;
    justify-content: center;
}
.list_of_files_simple .file_info {
    justify-content: space-between;
}
.list_of_files_simple {
    margin-bottom: 20px;
    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: 595px;
}
.step-3 {
    height: 100%;
}
.step-3 .simple-form__line {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.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: 40px;
    font-weight: 300;
    background: #EAE9EB;
    font-style: italic;
    text-align: center;
    position: relative;
    padding: 30px 0;
}
.step-3 .simple-form__line p span {
    font-weight: 600;
    font-size: 40px;
}
.simple-form__line span {
    font-size: 28px;
    font-family: 'IBM Plex Serif', sans-serif;
    font-weight: 500;
    color:#1a1a1a;
}
.simple-form__line textarea {
    width: 100%;
    overflow: auto!important;
    height: 200px;
}
.simple-form__left {
    float: left;
}
.simple-form__form {
    width: 575px;
    height: 100%;
    float: right;
    background: #EAE9EB;
    border-radius: 50px;
    box-sizing: border-box;
    margin-right: 20px;
}
.simple-form__header h2 {
    color:#fff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 34px;
    margin: 0;
    line-height: 42px;
}
.work__header h2, .price__header h2, .art__header h2  {
    font-size: 40px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    position: absolute;
    width: 100%;
    z-index: 1;
    line-height: 46px;
    height: 66px;
    margin: 0;
    top: -2px;
    text-align: center;
    background: url(../img/liner_4.png) no-repeat center top;
}
.price__header h2 {
    color:#f2f2f2;    
    width: 100%;
    background: none;
    background: url(../img/liner_4k.png) no-repeat center top;
}
.work__header, .art__header {
    width: 1050px;
    height: 66px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    
}
.price__header {
    width: 100%;
    height: 66px;
    position: relative;
    overflow: hidden;
    margin-bottom: -15px;
}

.work__description {
    font-size: 28px;
    color:#231f20;
    font-family: 'IBM Plex Sans', sans-serif;
    margin-right: 35px;
    line-height: 34px;
}
.work__description .pre-header {
    font-size: 34px;
    margin-top: 25px;
    font-weight: bold;
    line-height: normal;
}
.work__description a {
    color:#231f20;
    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:before {
    background: url(../img/sixhtigel.png) bottom center no-repeat;
    width: 463px;
    height: 467px;
    bottom: 70px;
    position: absolute;
    left: 50%;
    margin-left: -231px;
    display: block;
    content: "";
    z-index: 1;
}
.work:before {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    width: 342px;
    height: 756px;
    z-index: 1;
    background: url(../img/label.png) top center no-repeat;
    top: -101px;
}
.work:after, .price:after {
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 5%, #dde6df 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 5%,#dde6df 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 5%,#dde6df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde6df',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 250px;
    z-index: 0;
}
.video {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 57%, rgba(35,31,32,1) 57%);
    padding: 58px 226px 58px 227px; 
}
.video__inside {
    width: 1472px;
    margin: 0 auto;    
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video__media {
    width: 55%;
}
.video__description {
    width: 45%;
}
.video__description p, .video__media p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 28px;
    color:#231f20;
    margin-bottom: 0;
    line-height: 34px;
}
.video__description p:nth-of-type(1) {    
    margin-top: -35px;
}
.video__description p span, .video__media p {
    font-weight: bold;
}
.video__description .desktop {
    visibility: visible;
    display: inline;
}
.video__description .mobile {
    visibility: visible;
}
.price {
    z-index: 1;
    padding-top: 60px;
    position: relative;
    padding-bottom: 390px;
    display: none;
}
.price.shown {
    display: block;
}
.price__inside {
    width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.price__services {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.price__services:before {
    content:"";
    display:block;
    position: absolute;
    background: url('../img/up.png') no-repeat center top;
    width: 22px;
    height: 18px;
    left: 50%;
    margin-left: -10px;
    top: 0;
}
.price__services:after {
    content:"";
    display:block;
    position: absolute;
    background: url('../img/down.png') no-repeat center top;
    width: 14px;
    height: 22px;
    left: 50%;
    margin-left: -6px;
    bottom: -3px;
}
.price__service {
    font-size: 25px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    width: 50%;
    padding: 0 40px 0 0;
    box-sizing: border-box;
    line-break: 32px;
}
.price__service-stand {
    border-left: 2px solid #1a1a1a;
    padding-left: 40px;
    padding-right: 0;
} 
.price__service-frank {
    box-shadow: 2px 0px 0 #1a1a1a;
}
.price__service > p:nth-of-type(1) {
    margin-top: 0;
    margin-top: -8px;
}
.price__service-frank p:nth-of-type(1), .price__service-stand p:nth-of-type(1) {
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 24px;
}

.price__service-frank p:nth-of-type(2), .price__service-stand p:nth-of-type(2) {
    margin-top: 0;
}
.price__service-frank p:nth-of-type(1), .price__service-stand p:nth-of-type(1) {
    display: none;
}
.open-calculator {
    font-size: 26px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    border-radius: 34px;
    height: 70px;
    line-height: 70px;
    width: auto;
    margin: 40px auto 65px;
    color:#fff;
    background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(68,68,168,1) 100%);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    width: 430px;
    box-sizing: border-box;
}
.open-calculator:hover {
    background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(102,102,254,1)  100%);
}
.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") center center, -moz-linear-gradient(left, #f6063b 0%, #3696fb 100%); /* FF3.6-15 */
    background: url("../img/plus.png") center center, -webkit-linear-gradient(left, #f6063b 0%,#3696fb 100%); /* Chrome10-25,Safari5.1-6 */
    background: url("../img/plus.png") center center, 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:#6666FF;    
}
.amount.checked span {
    opacity: 1;
}
.delivery.checked .delivery-circle{
    background: #6666FF 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-size: 40px;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #1a1a1a;
    height: 72px;
    width: 250px;
    border-radius: 40px;
    line-height: 66px;
    text-align: center;
    background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(68,68,168,1) 100%); 
    color:#1a1a1a;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;   
    margin: 30px 0 50px;
}
.order, .submit-order {
    background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(68,68,168,1) 100%);
    color:#fff;
    font-size: 25px;
    height: 70px;
    line-height: 70px;
    width: 100%;
    margin-top: 35px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.order-temp {
    background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(68,68,168,1) 100%);
    color: #fff;
    font-size: 25px;
    height: 70px;
    line-height: 70px;
    width: 300px;
    padding: 0 30px;
    margin: 0 auto;
    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: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(102,102,254,1) 100%);
}
.simple-form__submit, .attach_file_simple.inputfile + label {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    border-radius: 34px;
    height: 70px;
    line-height: 70px;
    float: left;
    width: auto;
    padding: 0 70px;
    background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(68,68,168,1) 100%);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.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:#fff;
    background: #1a1a1a;
    margin: 20px 0;
}
.simple-form__submit {
    color:#fff;
    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 {
    background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(68,68,168,1) 100%);
    color:#fff;
    position: absolute;
    bottom: -15px;
    font-size: 24px;
}
.simple-form__submit.has-attached:hover {
    background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(102,102,254,1) 100%);
}
.slider .slide img {
    width: 100%;
    height: auto;
}
.order:hover, .submit-order:hover {
    background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(102,102,254,1) 100%);
}
.art {
    max-width: 100%;
    height: 66px;   
    margin-top: 66px;
    margin-bottom: -66px;  
}
.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;
}
.top-menu a:nth-of-type(2) span {
    color: #ff6371;
}
.map {
    width: 100%;
    max-width: 100%;
    height: auto;    
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.map .top-contacts a {
    padding-left: 0px;
    width: auto;
    background-position: left center;
}
.map p {
    font-size: 34px;
    font-family: 'IBM Plex Sans', sans-serif;  
    margin: 0;  
    position: relative;
    float: left;
    color: #231f20;
}
.map__google {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 160px;
    padding: 80px 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: 25px;
    font-family: 'IBM Plex Sans', sans-serif;  
    color:#1a1a1a;
    position: relative;
    text-align: center;
    margin: 0 auto 28px;
}
.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 #6666FF;
    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;
}
.attach_file.inputfile + label {
    font-size: 25px;
    font-family: 'IBM Plex Sans', sans-serif;
    height: 22px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 6px;
    line-height: 20px;
    text-align: center;
    width: auto;
    background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(68,68,168,1) 100%);
    color: #fff;
    -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 {
    background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(102,102,254,1) 100%);
}

[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.desktop, .price__service-stand p:nth-of-type(1) span.desktop, .price__service-frank p:nth-of-type(2) span.desktop, .price__service-stand p:nth-of-type(2) span.desktop {
    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:#6666FF;
    z-index: 0;
}
.delivery-circle::after {
    background: #6666FF;
}
.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(204,255,0,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: 29px;
    height: 29px;
    display: block;
    float: left;
    border-radius: 50%;
    margin-right: 35px;
}
ul.slick-dots li a {
    background: #fff;
    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 - 152px);
    overflow: hidden;
}
.slide {
    height: 100%;
}
.slidesjs-container, .slidesjs-control {
    height: calc(100vh - 152px)!important;
    width: 100%!important;
}
#slides {
    height: calc(100vh - 152px)!important;
}
ul.slick-dots li {
    background:#fff;
    cursor: pointer;
}
ul.slick-dots li button {
    display: none;
}
ul.slick-dots li.slick-active {
    background: #333;
}
.slide_desc span {
    background: rgba(255,255,255,0.5);
    padding: 0 10px;
}
.slide_desc  {
    text-align: center;
    border: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 25px;
    color: #1a1a1a;
    font-weight: bold;
    width: 1250px;
    margin: 0 auto;
    left: 50%;
    margin-left: -625px;
    position: absolute;
    bottom: 140px;
}
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;
}
.mobile {
    display: none;
}
.mobile__logo {
    display: none;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: inset 0 0 0 2px #6666FF;
    }
    50% {
        -webkit-box-shadow: inset 0 0 5px 6px #6666FF;
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 2px #6666FF;
    }
  }
@keyframes pulse {
    0% {
      -moz-box-shadow: inset 0 0 0 2px #6666FF;
      box-shadow: inset 0 0 0 2px #6666FF;
    }
    50% {
        -moz-box-shadow: inset 0 0 5px 6px #6666FF;
        box-shadow: inset 0 0 5px 6px #6666FF;
    }
    100% {
        -moz-box-shadow: inset 0 0 0 2px #6666FF;
        box-shadow: inset 0 0 0 2px #6666FF;
    }
}

@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) {
    .work:before {
        content: "";
        position: absolute;
        bottom: -100px;
        height: 100px;
        width: 100%;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 95%);
        top: auto;
        right: 0;
    }
    .work.hide-before:before, .price:after {
        display: none;
    }
    .mobile {
        display: block;
    }
    .top-logo {
        width: 55px;
        height: 55px;
    }
    .video {
        padding: 25px;
        background: #231F20;
    }
    .video__description p, .video__media p {
        color: #fff;
        line-height: 24px;
        font-weight: 300;
        font-size: 18px;
    }
    .video__description p br {
        display: none;
    }
    .video__media p  {
        padding: 0 25px 25px;
        margin-top: 0;
    }
    .video__description p:last-child {
        margin-bottom: 5px;
    }
    .video__description p:last-child span {
        font-weight: 400;
    }
    .video__description .mobile, .video__media p .mobile {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 4px;
    }
    .video__inside {
        width: 100%;
        flex-direction: column-reverse;
    }
    .video__description {
        width: 100%;
    }
    .video__description .desktop {
        visibility: hidden;
        display: none;
    }
    .video__description .mobile {
        visibility: visible;
        display: block;
    }
    .video__media {
        width: calc(100% + 50px);
    }
    .top {
        display: block;
        height: 125px;
        background:#EAE9EB;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 14px 20px 0;
    }
    .top-contacts {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
        margin-top: 5px;
    }
    .top-contacts a {
        margin: 0;
        font-weight: 500;
    }
    .top-contacts span {
        margin: 0 5px;
        font-size: 18px;
    }
    .top-contacts .top-instagram {
        padding-left: 0;
        background: none;
    }
    .top-menu {
        position: absolute;        
        left: 0;
        top: 85px;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 40px;
        background:#EAE9EB;
    }
    .top-menu a, .top-menu span {
        font-size: 18px; 
        margin: 0;       
        color:#231f20;  
    }
    .top-menu a:nth-of-type(1) {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background: #fff;
        text-align: center;
        width: 60%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .top-menu a:nth-of-type(2) {  
        text-align: center;
        width: 40%;
        background: #fff;
    }
    .top-menu a:nth-of-type(2) span {
        border-bottom-left-radius: 15px;
        background: rgb(234,233,235);
        background: linear-gradient(180deg, rgba(234,233,235,1) 70%, rgba(207,204,208,0.5) 100%);
        color: #ff6371;
        font-weight: 500;
        width: 100%;
        margin: 0;
        height: 100%;
    }
    .top-menu span {
        display: none;
    }
    .top-contacts a:nth-of-type(1) {
        display: none;
    }
    .top-contacts span:nth-of-type(1) {
        display: none;
    }
    .top-contacts a {
        font-size: 18px;
    }
    ul.slick-dots li {
        width: 24px;
        height: 24px;
        margin-right: 24px;
        background:#000;
    }
    .slider .slick-prev, .slider .slick-arrow {
        width: 40px;
        height: 40px;
        bottom: 40px;
        top: auto;
        left: 40px;
        background: rgba(26,26,26,0.65);
        border-radius: 50%;
    }
    #slides:after{
        width: 100%;
        content: "";
        display: block;
        position: absolute;
        height: 40px;
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
        top: 0px;
        left: 0px;
    }
    #slides .slick-arrow {
        display:none!important;
    }
    .slider .slick-next {
        left: auto;
        right: 40px;
    }
    .slider .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;
    }
    .simple-form__header span {
        font-size: 24px;
        line-height: normal;
        display: block;
        margin-top: -4px;
    }
    .slider .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;
    }
    .open-calculator {
        max-width: 100%;
        font-size: 20px;
    }
    #slides .slick-slide div.slide_desc {
        width: 100%;
        margin: 0 auto;
        left: 0;
        padding: 15px 20px 0px;
        box-sizing: border-box;
        background:rgba(0,0,0,.7);
        line-height: 24px;
        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:#4d4d4d;
        padding-bottom: 10px;
    }
    .readmore.desktop {
        display: none;
        opacity: 0;        
        height: 0;
        position: relative;
        padding-bottom: 0px;
    }
    .slide_desc span {
        color:#fff;
        font-sizE: 18px;
        background:none;
        line-height: 24px;
        font-weight: normal;
        font-weight: 300;
    }
    ul.slick-dots li.slick-active {
        background:#6666FF;
    }
    #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{
        background: rgba(0,0,0,.7);
        position: absolute;
        opacity: 0;
        left: 0;
        bottom: 0;
        height: 74px;
        width: 100%;
        z-index: 1;
    }
    .slide_desc {
        bottom: 74px;
    }
    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%;
        display: none;
    }
    .selected-name {
        min-height: 72px;
        line-height: 72px;
    }
    .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.desktop {
        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 {
        display: none;
        border-radius: 50%;
        color: #f2f2f2;
        text-align: center;
        line-height: 90px;
        font-size: 40px;
        font-weight: 100;
        background: url(../img/sixh_logo_55-01.svg) no-repeat center center;
        font-size: 0;
        width: 55px;
        height: 55px;
        top: 30px;
        position: absolute;
        z-index: 2;
        left: 30px;
    }
    .mobile__top {
        position: relative;
    }
    #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;
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 2;
        overflow: hidden;
        border-radius: 50%;
        display: block;
    }
    .video__description p:nth-of-type(1) {
        margin-top: -2px;
    }
    .about__description h1, .about__description p:nth-of-type(1) {
        font-size: 18px;
        padding: 0 20px;
    }
    .about__description h1 {
        font-weight: bold;
    }
    .discount-thin, .discount-bold {
        width: calc(48% - 24px);
    }
    .discount-thin {
        margin-right: 4%;
        margin-bottom: 30px;
    }
    .about__description p:last-child {
        display: none;
    }
    .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: #6666FF;
    }
    .work__description .pre-header {
        color:#fff;
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 25px;
        font-weight: bold;
    }
    .work__description p {
        color:#4d4d4d;
        line-height: 24px;
        font-weight: 400;
    }
    .work__description .pre-header ~ p {
        color:#fff;
        font-weight: 300;
    }
    .work__description .pre-header + p + p {
        margin-bottom: 25px;
    }
    .work__description a {
        color:#fff;
        font-weight: 500;
    }
    .price__services:before {
        display: none;
    }
    .work__inside {
        width: 100%;
        padding-bottom: 20px;
    }
    .work__header, .art__header {
        width: 100%;
        height: 32px;
    }
    .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__header h2, .work__header.mobile {
        display: none;
    }
    .work__description:nth-of-type(1){
        margin-bottom: 0;
        max-width: 100%;
        width: 100%;
    }
    .open-calculator {
        display: none;
    }
    .art__header h2 {       
        box-sizing: border-box;
        color: #fff;
        font-weight: 300;
        background: -moz-linear-gradient(top, rgba(26,26,26,1) 26%, rgba(26,26,26,1) 48%, rgba(26,26,26,0) 95%, rgba(26,26,26,0) 100%);
        background: -webkit-linear-gradient(top, rgba(26,26,26,1) 26%,rgba(26,26,26,1) 48%,rgba(26,26,26,0) 95%,rgba(26,26,26,0) 100%);
        background: linear-gradient(to bottom, rgba(26,26,26,1) 26%,rgba(26,26,26,1) 48%,rgba(26,26,26,0) 95%,rgba(26,26,26,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
        padding: 20px 25px 30px;
    }
    .work__description:nth-of-type(2), .work__description:nth-of-type(3) {
        background:#fff;
        width: 100%;
        border-radius: 20px;
        max-width: 100%;
        margin: 0 auto;
        display: none;
    }
    .work__descriptions.no-border-radius .work__description:nth-of-type(2), .work__descriptions.no-border-radius .work__description:nth-of-type(3) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .work__description:nth-of-type(3) {
        margin-top: 35px;
    }
    .work__descriptions.no-border-radius .work__description:nth-of-type(3) {
        margin-top: 0;
    }
    .art {
        margin-top: 0;
        margin-bottom: -25px;
    }
    .price__header {
        height: auto;
        margin-bottom: 0;
    }
    .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 {
        background:#F7F7F7;
        color:#f2f2f2;
        padding: 20px 0;
        margin-top: 20px;
    }
    .work__description {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
        font-size: 18px;
        color:#4d4d4d;
    }
    .work__descriptions {
        margin-top: 0;
        flex-direction: column;
    }
    .work:after {
        display: none;
    }
    .jump {
        display: none;
    }
    .price {
        background:#fff;
        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 25px 25px;
        box-sizing: border-box;
    }
    .config {
        display: none;
    }
    .price__service-frank p, .price__service-stand p {
        font-size: 18px;
        /*background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(68,68,168,1) 100%);*/
        font-weight: 600;
        color:#231f20;
        margin-top: 20px;
    }
    .calc.calc-econom, .calc.calc-stand {
        background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(68,68,168,1) 100%);
        height: 40px;
        line-height: 40px;
        padding: 0 24px;
        font-size: 18px;
        font-weight: 400;
        color:#fff;
        border: 0;
        border-radius: 34px;
        width: auto;
        text-transform: uppercase;
        margin-bottom: 33px;
    }
    .price__service-frank > p:nth-of-type(1), .price__service-stand > p:nth-of-type(1) {
        padding-bottom: 0;
        background:#fff;
        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;
        display: block;
        font-weight: bold;
        color: #231f20;
    }
    .price__service-frank p:nth-of-type(1) span, .price__service-stand p:nth-of-type(1) span {
        background: #fff;
        position: relative;
    }
    .pick-colors {
        max-width: 100%;
    }
    .order{
        background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(68,68,168,1) 100%);
        color: #fff;
        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%;
        box-sizing: border-box;
    }
    .price__services:after {
        display: none
    }
    .change__calc {
        color:#4d4d4d;
    }
    .change__frank, .change__stand {
        color:#4d4d4d;
        text-decoration: underline;
        font-weight: 500;
    }
    .versus {
        margin: 10px 0;
        color:#4d4d4d;
        font-style:italic;
        background:#4d4d4d;
        position: relative;    
        width: 100%;    
        text-align: center;
    }
    .color-desc {
        width: calc(100% - 78px);
        color: #4d4d4d;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        box-sizing: border-box;
        height: 78px;
        margin-top: 30px;
    }
    .versus span {
        background:#4d4d4d;
        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-frank > p:nth-of-type(1):before {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        top: 16px;
        background:#CCFF00;
        width: 100%;
    }
    .price__service-stand > p:nth-of-type(1):before {
        display: none;
    }
    
    .price__service-stand .select_calc p:before {
        display: none;
    }
    .slider {
        height: auto;
    } 
    .shown + .slider:after {
        content: "";
        position: absolute;
        top: -84px;
        height: 100px;
        width: 100%;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 95%);
        top: auto;
        right: 0;
    }
    .slide {
        height: 100%;
    }
    .slider .slide img {
        display: block;
    }
    span.mobile {
        display: block;
    }
    .price__services {
        margin-top: 0;
    }
    .simple-form {
        height: auto;
        padding: 20px 24px 10px;
        width: 100%;
        background: none;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .simple-form__left {
        float: none;
        width: 100%;
        order: 3;
    }
    .simple-form__header {
        order: 1;
        margin-bottom: 20px;
        margin-top: -5px;
    }
    .simple-form__header h2 {
        font-size: 24px;
        text-align: left;
        color:#231f20;
    }
    .simple-form__description {
        width: 100%;
        font-size: 18px;
        color: #231f20;
        text-align: left;
        line-height: 24px;
        font-style: normal;
        font-weight: 400;
    }
    .simple-form:before {
        display: none;
    }
    .simple-form__consult {
        font-size: 18px;
        color: #231f20;
        text-align: left;
        line-height: 24px;
        font-style: normal;
        font-weight: 400;
    }
    
    .simple-form__consult p {
        font-size: 18px;
    }
    .simple-form__form {
        width: calc(100% + 20px);
        border: none;
        border-radius: 20px;
        padding: 12px 12px 25px;
        box-sizing: border-box;
        background:#EAE9EB;
        margin: 0 auto;
        order: 2;
        margin-left: -10px
    }
    .simple-form__line span {
        font-size: 18px;
    }
    .simple-form__line input, .simple-form__line textarea {
        font-size: 18px;
        -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: 40px;
        line-height: 40px;
        padding: 0 24px;
        font-size: 18px;
        font-weight: 400;
    }
    .step-2 .attach_file_simple.inputfile + label {        
        bottom: 30px;
        position: absolute;
    }
    .simple-form__submit {
        margin-top: 10px;
    }
    .simple-form__step {
        padding: 0;
    }
    .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;
        display: none;
    }
    .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;
        height: 40px;
        line-height: 38px;
        padding: 0 24px;
        font-size: 18px;
        font-weight: 400;
    }
    
    .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:#f2f2f2;
        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: 0px;
    }
    .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;
    }
    .desktop {
        display: none;
    }
    .map__google.desktop {
        display: none;
    }
    .map__google.mobile {
        display: block;
        position: relative;
        height: 250px;
    }
    .map {
        background: url(../img/map_mobile.png) no-repeat center -300px;
        margin-top: -190px;
        z-index: 0;
        position: relative;
        z-index: 0;
        background-size: cover;
    }
    .map__text p:nth-of-type(1) {
        font-size: 24px;
        display: none;
        font-family: 'IBM Plex Serif', sans-serif;
    }
    .map__text p:last-child {
        
        margin-bottom: 25px;
    }
    .map__text p:last-child a {
        color:#ff6371;
    }
    .map__copyright {
        font-size: 11px;
        background: #1a1a1a;
        color: #f2f2f2;
        margin-bottom: 0;
        line-height: normal;
        padding: 15px;
        box-sizing: border-box;
        height:auto!important;
        margin: 0;
        left: 0;
    }
    .price__service {
        font-size: 18px;
        font-weight: 400;
    }
    .selected-name {
        color:#4d4d4d;
    }
    .color {
        cursor: pointer;
    }
    .color-hover {
        display: none;
    }
    .color.custom-color {
        position: relative;
        right: auto;
        top: 30px;
    }
    .amount span {
        opacity: 1;
    }
    .total-amount {    
        margin: 20px 0 -20px;
        padding-bottom: 20px;
        line-height: normal;
    }
    .summary {
        padding-top: 20px;
    }
    .config > p:nth-of-type(1) {
        padding-bottom: 20px;
    }
    .pdf_par, .template-pdf {
        display: none;
    }
    .selected-papers .st2{
        fill:#f2f2f2;
    }

    .selected-name, .total-amount, .delivery span {
        font-size: 16px;
        font-weight: 500;
    }
    
    .price.shown {
        display: block;
        margin-bottom: -17px;
        position: relative;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .price:before {
        display: none;
    }
    .amount.checked span {
        color:#4d4d4d;
    }
    .price__service-stand {
        border: none;
    }
    .close__calc {
        background: #fff;
        border: 1px solid #231f20;
        color:#231f20;
        height: 40px;
        line-height: 40px;
        padding: 0 24px;
        font-size: 18px;
        font-weight: 400;
        border-radius: 34px;
        width: auto;
        text-transform: uppercase;
        margin-bottom: 12px;
        text-align: center;
        font-weight: bold;
    }
    .config .summary {
        margin-bottom: 0;
    }
    .price__service-frank > p:nth-of-type(1), .price__service-stand > p:nth-of-type(2) {
        display: none;
    } 
    .price__service-frank p:nth-of-type(2) span.service_name, .price__service-stand p:nth-of-type(2) span.service_name, .price__service-frank > p:nth-of-type(2), 
    .price__service-frank > p:nth-of-type(1),
    .price__service-stand > p:nth-of-type(1)  {
        display: none;
    }
    .pick-amount > .amount:nth-of-type(3) {
        margin-right: 15px;
    }
    .select_calc {
        display: none;
    }
    .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 #4d4d4d;
    }
    .submit-order {
        background: linear-gradient(90deg, rgba(102,102,254,1) 0%, rgba(68,68,168,1) 100%);
        color: #fff;
        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: 24px;
    }
    .map__text p:nth-of-type(9) {
        margin-top: 5px;
    }
    .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.desktop, .price__service-stand p:nth-of-type(2) span.desktop {
        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;
        font-weight: 600;
    }
    .st2 {
        fill:  #231f20!important;
    }
    .button_1O {
        height: 55px!important;
        width: 55px!important;
    }
    .video iframe {
        width: 100%;
        height: 151px;
    }
    .form__block.no-mobile-border {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
@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;
        box-sizing: border-box;
    }
    .attach_file.inputfile + label {
        font-size: 14px;
    }
    .paper, .amount, .delivery-circle {
        line-height: 70px;
    }
}