@charset "UTF-8";
@font-face{
    font-family: 'poppins';
    src: url("fonts/Poppins-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: 'poppins';
    src: url("fonts/Poppins-SemiBold.ttf");
    font-weight: 600;
    font-style: bold;
}
@font-face {
    font-family: 'FontAwesome';
    src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'roboto';
    src: url(fonts/Roboto-Regular.eot);
    src: local("☺"), url(fonts/Roboto-Regular.woff) format("woff"), url(fonts/Roboto-Regular.ttf) format("truetype"), url(fonts/Roboto-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'images';
    src: url(fonts/Dafik.eot) format('embedded-opentype');
    src: local("☺"), url(fonts/Dafik.ttf) format("truetype"), url(fonts/Dafik.woff) format("woff"), url(fonts/Dafik.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'diavlo';
    src: url(fonts/Diavlo_MEDIUM_II_37.eot);
    src: local("☺"), url(fonts/Diavlo_MEDIUM_II_37.woff) format("woff"), url(fonts/Diavlo_MEDIUM_II_37.ttf) format("truetype"), url(fonts/Diavlo_MEDIUM_II_37.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

 @font-face {
    font-family: 'pacifico';
    src: url(fonts/Pacifico-Regular.eot);
    src: local("☺"), url(fonts/Pacifico-Regular.woff) format("woff"), url(fonts/Pacifico-Regular.ttf) format("truetype"), url(fonts/Pacifico-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'panpizza';
    src: url(fonts/panpizza.eot);
    src: local("☺"), url(fonts/panpizza.woff) format("woff"), url(fonts/panpizza.ttf) format("truetype"), url(fonts/panpizza.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'christmas';
    src: url(fonts/christmas.eot);
    src: local("☺"), url(fonts/christmas.woff) format("woff"), url(fonts/christmas.ttf) format("truetype"), url(fonts/christmas.svg) format("svg");
    font-weight: 400;
    font-style: normal
}
body{
    font-family: 'poppins';
    box-sizing: content-box;
    position: relative;
    color: #404040;
    background-color: #f2f2f2;
}
p, pre {
    line-height: 1.2rem;
}
.tc-blue{
    color: #00A8E3;
}
.bold{
    font-weight: 600;
}
.main{
    display: block;
    position: relative;
    width: 100vW;
    height: 100vH;
}
.circle-etui.siliconefit li:nth-child(2n) {
    display: none !important;
}
.container{
    display: grid;
    grid-template-columns: [first] 20px [bottles] auto [options] 40% [buttons] 5% [padding] 20% [padding] 5% [end];
}
.triangle-left {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 50px solid #555;
    border-bottom: 25px solid transparent;
}
.logo{
    min-height: 100px;
}
.logo img{
    max-width: 150px;
}
.options{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.bottles{
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 10px;
}
.bottles div {
    margin-right: 50px;
}
.options .bottles div {
    border: 2px solid white;
    border-radius: 20px;
    min-width: 130px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: #fff;
    border: 2px solid #f2f2f2;
    box-shadow: 0 3px 10px #0000003B;
}
.options .step-title {
    margin-bottom: 1.5em;
}
.options .bottles div:hover, .options .bottles div.active{
    border: 2px solid #00a8e3;
}
#sum-box-select div:nth-child(3) {
    display: none;
    pointer-events: none;
}
.soft #sum-box-select div:nth-child(3) {
    display: flex;
    pointer-events: auto;
}
.diavlo{
    font-family: 'diavlo' !important;
}
.panpizza.standard-font {
    font-family: 'panpizza' !important;
    font-size: 2.4rem;
}
.christmas{
    font-family: 'roboto' !important;
}
.pacifico{
    font-family: 'pacifico' !important;
}
.poppins{
    font-family: 'poppins' !important;
}
.step-title{
    display: flex;
    align-items: center;
}
.bottles img{
    max-height: 100px;
}
.rotate-text{
    transform: rotate(90deg);
    transition-delay: 0.1s;
}
select#bottle-text-orintation, select#bottle-font-select {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    transition: all 200ms linear;
}
.gfx-text, .gfx-image{
    opacity: 0.75;
}
.gfx-text.active, .gfx-image.active{
    opacity: 1;
}
.gfx-text.active select#bottle-text-orintation, .gfx-text.active select#bottle-font-select {
    opacity: 1;
    cursor: unset;
    pointer-events: unset;
}
.bottle-capacity {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 10px 0;
}
.bottle-capacity, .bottle-gfx .step-title, .bottle-type {
    padding: 10px 0;
}
img.soft, img.solid, img.siliconefit, img.soft-gray, img.easy{
    display: none;
}
.soft img.soft, .soft-gray img.soft, .solid img.solid, .siliconefit img.siliconefit, .easy img.easy{
    display: block;
}
.bottle-capacity.solid .s300, .bottle-capacity.siliconefit .s300,.bottle-capacity.soft .s490, .bottle-capacity.solid .s490, .bottle-capacity.siliconefit .s490, .bottle-capacity.solid .s490, .bottle-capacity.easy .s300, .bottle-capacity.easy .s500,.bottle-capacity.easy .s700, .bottle-capacity.siliconefit .s700 {
    display: none !important;
}
.bottle-capacity .size {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex: 1;
    max-width: 140px;
    align-items: center;
    cursor: pointer;
    opacity: 0.5;
}
.bottle-capacity .size:hover{
    opacity: 0.75;
}
.bottle-capacity .size.active{
    opacity: 1;
}
.bottle-capacity .size img {
}
.bottle-capacity .size:hover img{
    transform: scale(1.1)
}
.bottle-capacity .size img{
    max-height: 70px;
}
.dot {
    width: 20px;
    height: 20px;
    background-color: gray;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
}
.dot::after {
    width: 8px;
    height: 8px;
    content: "";
    background-color: #fff;
    position: absolute;
    border-radius: 10px;
    display: block;
    left: 6px;
    top: 6px;
}
.active .dot{
    background-color: #00a8e3;
}
.bottle-capacity .size:hover .dot {
    background-color: #1697e3;
}
.line {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.okno {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 30px #0000003B;
}
.container.solid  .bottle-gfx .okno{
    display: none;
}
.inputs {
    display: flex;
    flex-direction: row;
    height: auto;
    align-items: center;
}
select {
    border-radius: 15px;
    padding: 5px;
    margin: 0 15px;
    font-size: 18px;
    border: 1px solid #009ee3;
}
.mar10 {
    padding: 10px 5px;
    margin-right: 0px;
}
.no-padding{
    padding: unset !important;
}
p.step-title img {
    max-height: 58px;
}
.grawers {
    display: flex;
    flex-wrap: wrap;
    max-height: 360px;
    overflow: hidden;
    overflow-y: scroll;
}
.bottle-image {
    font-family: images;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 55px;
    width: 85px;
    overflow: hidden;
}
.bottle-image:hover, .bottle-image.active {
    transform: scale(1.5);
    color: #00a8e3;
}
.bottle-view{

    position: relative;
}

.padding{
    background-color: transparent;
}

.buttons {
    justify-content: center;
    display: flex;
    align-items: start;
}
.buttons .okno{
    padding: 30px;
}
.buttons button{
    margin: 0 auto;
}
.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 5px 0;
}
.buttons .flex-column{
    align-items: baseline;
}
.subtitle{
    font-size: 12px;
    line-height: 1rem;
}
form#orderForm {
    padding-top: 1em;
}
.buttons .flex-column span.bottle-desc{
    font-size: 30px;
    color: #404040;
    font-weight: 600;
    min-height: 50px;
}
button#getBottleImage {
    margin: 1em 0;
}
#sum-box-select p {
    margin: 0.5em 0;
}
.buttons .flex-column span.bottle-desc.lower-font{
    font-size: 20px;
}
#sum-bottle-price{
    font-size: 40px;
}
#sum-bottle-price-decimal{
    font-size: 30px;
}
.circle-cap, .circle-filter, .circle-etui, .circle-gum, .circle-mouthpiece, .circle-rurka,.circle-uchwyt,.circle-onetouch, .circle-filterSolid {
    position: absolute;
    z-index: 200;
    oveflow: hidden
}
button.config-button.config-button-2.button-download, button.config-button.config-button-2.button-buy {
    text-align: center;
    background-color: #00a8e3;
    font-size: 20px;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px;
    width: 240px;
}
button.config-button.config-button-2.button-buy {
    background-color: #e524bb;
}
.circle-mouthpiece {
    top: -1.5%;
    left: 0%
}

.circle-cap {
    top: 11%;
    left: -12%
}

.circle-gum {
    top: 4.5%;
    right: -12%
}

.circle-filter, .circle-filterSolid {
    left: 20%;
    top: 31%
}
.circle-rurka{
    top: 80%;
    left: 22%;
}
.circle-etui{
    top: 90%;
    left: 70%;
  }
.circle-uchwyt {
    top: -11%;
    left: 87%;
}
.circle-onetouch{
    top: 13%;
}
.dot1, .dot2 {
    position: absolute
}

.dot1 {
    background-color: #fff;
    cursor: pointer;
    width: 10px;
    height: 10px;
    border: 10px solid #579cf1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 10
}

.dot2 {
    border: 15px solid #579cf1;
    background: 0 0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 2.5s ease-out;
    -moz-animation: pulse 2.5s ease-out;
    animation: pulse 2.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    top: -25px;
    left: -25px;
    z-index: 1;
    opacity: 0
}

.disabled, .dot-main {
    opacity: 1;
    box-shadow: 0 0 5px #9a9494
}
.container {
    height: 100%;
}
.bot_price{
    min-height: 60px;
}
.disabled {
    opacity: 0
}
.bottle-box {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 50%;
    left: 0;
    right: 0;
    transform: translateY(50%);
}
.bottle-box {
    max-width: 200px;
    height: 661px;

}
.bottle-box::after {
    content: ' ';
    width: 80px;
    height: 80px;
    position: absolute;
    right: -80px;
    bottom: 30px;
    display: block;
    background-size: cover
}

@media screen and (max-width: 600px) {
    .bottle-box::after {
        width: 50px;
        height: 50px;
        right: -50px
    }
}
.configurator{
    opacity: 0;
    z-index: -1;
}
.solid .configurator.solid, .soft .configurator.soft, .siliconefit .configurator.solid, .soft-gray .configurator.soft, .easy .configurator.easy{
    opacity: 1;
    z-index: 0;
}
.solid .configurator.solid .siliconefit, .siliconefit .configurator.solid .circle-rurka, .siliconefit .configurator.solid .circle-filterSolid , .soft-gray .configurator.soft .soft, .soft .configurator.soft .soft-gray{
    display: none;
}
.bottle {
    position: relative;
    max-width: 322px;
}

.bottle img {
    width: 100%;
    height: auto;
}

.bottle1 {
    z-index: 3
}

.bottle2 {
    margin-top: -7%;
    position: relative;
    z-index: 3
}
.solid .bottle2 {
    margin-top: -121%;
}
.bottle99 {
    position: absolute;
    bottom: -80px;
    left: 5px;
    display: inline-block;
}
.bottle3, .bottle4 {
    margin-top: -36%;
    z-index: 1;
    position: absolute
}

.configurator.solid .bottle4 {
    margin-top: 27%;

}
.solid .bottle3,.solid .bottle4 {
    margin-top: 33%;
}
.bottle5 {
    margin-top: -48%;
    position: absolute;
    z-index: 2
}
.solid  .bottle5 {
    margin-top: 33%;
}
.siliconefit .bottle-text {
    margin-top: 20%;
}
.bottle-text {
    z-index: 3;
    max-height: 200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 6em;
    transition: .5s;
    color: #7b7b7b
}
.easy .bottle-text{
    color: #E6EDf5;
    top: 44%;
}
.disable-opt{
    display: none;
    text-align: center;
}
.container.solid .disable-opt{
    display: inline-block;
}

.vertical-text {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    max-height: 95px;
    max-width: 300px;
    padding-top: 0%
}

.control {
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #eee;
}

.control.active, .control:hover {
    transform: scale(1.4)
}

#bottle-attr-first {
    margin-top: 20%
}

.bottle-attr {
    padding: 15px;
    box-sizing: border-box;
    background: 0 0;
    color: #fff;
    max-width: 600px;
    text-align: center;
    position: relative
}

.hash {
    top: 90%;
    max-width: 100%
}

.hash.moved {
    max-width: 50%
}
.circle-etui {
    top: 30%;
    left: 100%;
}
img#img-etui {
    height: 600px;
    width: auto;
}
.bottle.bottle7.solid.siliconefit {
    position: absolute;
    left: -43px;
    top: 19%;
    z-index: 2;
}
@media screen and (max-width: 600px) {
    .hash {
        top: 85%
    }
}

.button {
    border-radius: 15px;
    background: #009ee3;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 17px
}

.bottle-text-input, .button:hover {
    background: #fff;
    color: #009ee3
}

.bottle-text-input {
    border-radius: 15px;
    padding: 10px;
    margin: 0;
    font-size: 18px;
    border: 1px solid #009ee3
}

.bottle-text-input::-webkit-input-placeholder {
    color: rgba(0, 158, 227, .5)
}

.bottle-text-input:-moz-placeholder, .bottle-text-input::-moz-placeholder {
    color: rgba(0, 158, 227, .5)
}

.bottle-text-input:-ms-input-placeholder {
    color: rgba(0, 158, 227, .5)
}

.button-trash {
    float: right;
    position: absolute;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    margin-left: 5px
}

.text-input {
    border-radius: 15px;
    padding: 10px;
    margin: 5px 0;
    font-size: 18px;
    border: 1px solid #009ee3;
    background: #fff;
    color: #009ee3;
    width: 100%;
    box-sizing: border-box
}

.text-input::-webkit-input-placeholder {
    color: rgba(0, 158, 227, .5)
}

.text-input:-moz-placeholder, .text-input::-moz-placeholder {
    color: rgba(0, 158, 227, .5)
}

.text-input:-ms-input-placeholder {
    color: rgba(0, 158, 227, .5)
}

:focus {
    outline: none
}

#logo {
    width: 100px;
    height: 120px;
    background-size: contain;
    position: absolute;
    z-index: 200
}

.menu-link {
    display: none
}

.configurator {
    position: relative;
    height: 100%
}
.configurator {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.button-buy {
    left: 10px;
    font-size: 30px;
    background: #e524bb
}

.button-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #000;
    z-index: 500;
    font-size: 25px;
}

.button-close:hover {
    background: #fff;
    color: #000
}

.button-share {
    top: 10px;
    bottom: auto;
    font-size: 25px;
    background: #0b4abb
}

.button-configure {
    background: #9218ef
}

.half {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 0
}

.right-half {
    right: -100%;
    background: rgba(0, 0, 0, .5);
    z-index: 300
}

.bottle-preview-box #bottle-image-preview img, .left-half, .right-half.visible {
    max-width: 100%
}

.left-half.moved {
    max-width: 50%
}

.visible {
    right: 0 !important
}

.bottle-attr {
    width: 100%;
    font-size: 18px;
    margin-top: 5px;
    z-index: 105;
    overflow: visible !important
}

.control {
    width: 20px !important;
    height: 20px;
    margin: 1px
}

.right-half p {
    margin: 0 0 10px
}


.right-half-share .bottle-attr {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 300px;
    position: absolute
}
@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }
    25% {
        -moz-transform: scale(0);
        opacity: .1
    }
    50% {
        -moz-transform: scale(.1);
        opacity: .3
    }
    75% {
        -moz-transform: scale(.5);
        opacity: .5
    }
    to {
        -moz-transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(0);
        opacity: .1
    }
    50% {
        -webkit-transform: scale(.1);
        opacity: .3
    }
    75% {
        -webkit-transform: scale(.5);
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes blink {
    50% {
        border-color: red
    }
}

.draw {
    border-width: 2px;
    animation: blink 1s infinite
}

.bottle-engrave .engrave-menu {
    overflow: hidden;
    margin: 15px 0;
    padding: 0
}

.bottle-engrave .engrave-menu .button-cfg {
    background: #9218ef;
    color: #fff;
    border: 1px solid #9218ef
}

.bottle-engrave .engrave-menu .active, .bottle-engrave .engrave-menu .button-cfg:hover {
    color: #9218ef;
    background: #fff
}

.bottle-engrave .engrave-text {
    display: none
}

.bottle-engrave .engrave-graphic, .bottle-engrave .engrave-text {
    padding: 10px;
    box-sizing: border-box;
    max-height: calc(100% - 150px)
}

.bottle-engrave .engrave-graphic .bottle-font-select, .bottle-engrave .engrave-graphic .bottle-text-input, .bottle-engrave .engrave-text .bottle-font-select, .bottle-engrave .engrave-text .bottle-text-input {
    color: #9218ef;
    border: 1px solid #9218ef
}

.bottle-engrave .engrave-graphic .bottle-font-select::-webkit-input-placeholder, .bottle-engrave .engrave-graphic .bottle-text-input::-webkit-input-placeholder, .bottle-engrave .engrave-text .bottle-font-select::-webkit-input-placeholder, .bottle-engrave .engrave-text .bottle-text-input::-webkit-input-placeholder {
    color: #9218ef
}

.bottle-engrave .engrave-graphic .bottle-font-select::-moz-placeholder, .bottle-engrave .engrave-graphic .bottle-text-input::-moz-placeholder, .bottle-engrave .engrave-text .bottle-font-select::-moz-placeholder, .bottle-engrave .engrave-text .bottle-text-input::-moz-placeholder {
    color: #9218ef
}

.bottle-engrave .engrave-graphic .bottle-font-select:-ms-input-placeholder, .bottle-engrave .engrave-graphic .bottle-text-input:-ms-input-placeholder, .bottle-engrave .engrave-text .bottle-font-select:-ms-input-placeholder, .bottle-engrave .engrave-text .bottle-text-input:-ms-input-placeholder {
    color: #9218ef
}

.bottle-engrave .engrave-graphic .bottle-font-select:-moz-placeholder, .bottle-engrave .engrave-graphic .bottle-text-input:-moz-placeholder, .bottle-engrave .engrave-text .bottle-font-select:-moz-placeholder, .bottle-engrave .engrave-text .bottle-text-input:-moz-placeholder {
    color: #9218ef
}

.bottle-engrave .engrave-graphic {
    display: none;
    overflow-y: scroll
}

.bottle-engrave .engrave-graphic .images-box {
    margin-bottom: 50px
}

.share-btn {
    background: #0b4abb
}

.order-btn {
    background: #e524bb;
    border: 1px solid #e524bb;
    float: right;
}

.order-btn:hover {
    color: #e524bb;
    background: #fff
}

.bottle-preview-box {
    justify-content: space-evenly
}

.bottle-preview-box #bottle-image-preview {
    max-width: 155px
}

.bottle-preview-box .image-with-box-preview {
    max-width: 155px;
    width: 100%;
    max-height: 155px
}
#bottle-image-preloader {
    display: none
}

.circular-container {
    text-align: center;
    color: #fff;
    background: 0 0;
    width: 150px;
    height: 190px;
    margin: auto;
    position: relative
}

.circular-container p {
    margin: 20px
}

.circular-container .loader-6 {
    height: 32px;
    width: 32px
}

.circular-container .loader-6 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px
}

.circular-container .loader-6 span::after, .circular-container .loader-6 span::before {
    content: "";
    height: 64px;
    width: 64px;
    border: 2px solid #579cf1;
    border-radius: 50%;
    opacity: 0
}

.circular-container .loader-6 span::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-animation: loader-6-1 1.5s cubic-bezier(.075, .82, .165, 1) infinite;
    animation: loader-6-1 1.5s cubic-bezier(.075, .82, .165, 1) infinite
}

.circular-container .loader-6 span::after {
    -webkit-animation: loader-6-2 1.5s cubic-bezier(.075, .82, .165, 1) .25s infinite;
    animation: loader-6-2 1.5s cubic-bezier(.075, .82, .165, 1) .25s infinite
}

@-webkit-keyframes loader-6-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 0, 0) scale(1.5);
        opacity: 0
    }
}

@keyframes loader-6-1 {
    0% {
        transform: translate3d(0, 0, 0) scale(0);
        opacity: 1
    }
    to {
        transform: translate3d(0, 0, 0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes loader-6-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: 0
    }
}

@keyframes loader-6-2 {
    0% {
        transform: translate3d(0, 0, 0) scale(0);
        opacity: 1
    }
    to {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0
    }
}

.circular-container .center, .circular-container .loader-6 span::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.circular-container .preloader-circle {
    border: 5px solid transparent;
    border-radius: 50%;
    margin: auto
}

.circular-container .circular-loader1 {
    width: 110px;
    height: 110px;
    display: table;
    padding: 10px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    animation: circular_loader1 linear 2s infinite
}

.circular-container .circular-loader2, .circular-container .circular-loader3 {
    width: 90px;
    height: 90px;
    display: table-cell;
    border-right: 5px solid #3498db;
    border-left: 5px solid #3498db;
    animation: circular_loader2 linear 2s infinite
}

.circular-container .circular-loader3 {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    animation: circular_loader3 linear 2s infinite
}

#orderForm h2 {
    margin-top: 40px
}

.bottle-images, #sum_gfx {
    font-family: 'images'
}
#sum_gfx{
    font-size: 5rem;
    max-height: 160px;
    overflow: hidden;
}
.sum_colors span.color {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 15px;
    box-shadow: 0px 0px 3px gray;
}
.sum_colors span.color {
    width: 0;
    height: 0;
    border-top: 15px solid white;
    border-bottom: 15px solid white;
    border-right: 20px solid transparent;
    box-shadow: none !important;
    border-radius: unset;
    min-width: 10px;
}
.bottle-text {
    position: absolute;
    top: 47%;
}
.standard-font{
    font-size: 1.5em;
    position: absolute;
    top: 45%;
}
.bottle-text.standard-font{
    top: 51%;
}
.container.solid .bottle-text, .mobile .config.solid,.mobile .config.soft,.mobile .config.easy {
    display: none;
}
.container.solid .sum_gfx{
    display: none;
}
.sum{
    display: none;
}
.solid .sum.solid, .soft .sum.soft, .siliconefit .sum.siliconefit, .soft-gray .sum.soft-gray, .easy .sum.easy{
    display: flex;
    align-items: center;
    justify-content: unset;
    width: 100%;
    max-width: 50%;
}
.sum_gfx{
    display: none;
}
.sum_colors_gfx{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
span.ico_gfx {
    height: 100px;
    width: 50px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.sum_colors_gfx.soft span.ico_gfx, .sum_colors_gfx.soft-gray span.ico_gfx {
    background-image: url("../update/img/icons/soft_img_col.svg");
}
.sum_colors_gfx.siliconefit span.ico_gfx {
    background-image: url("../update/img/icons/solid_img_col.svg");
}
.sum_colors_gfx.easy span.ico_gfx {
    background-image: url("../update/img/icons/easy_img_col.svg");
}
.sum_colors {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: 100%;
    flex-wrap: wrap;
}
.sum_gfx {
    display: flex;
    width: 50%;
}
#sum_text, #sum_gfx{
    display: none;
}
#sum_text.active, #sum_gfx.active{
    display: block;
}
.sum span {
    min-width: 27px;
    margin-top: 10px;
}
.sum_gfx .col-2 {
    align-items: center;
    display: flex;
    justify-content: center;
}
form {
    margin: 0 auto;
}
@keyframes circular_loader1 {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(-90deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes circular_loader2 {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(-180deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes circular_loader3 {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(90deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.right-half-main.visible, .left-half.moved {
    max-width: 100% !important;
}

.half.right-half.right-half-configure.visible {

}

input[type="radio"], .bottle-gfx label, .bottle-gfx label tab { display: none; }


input[type="radio"] ~ .tab { display: none }

input + label {
    border: 0px solid #999;
    background: #f7f5f5;
    padding: 4px 12px;
    border-radius: 5px 5px 0 0;
    position: relative;
    top: 2px;
}
input:checked + label {
    background: #FFF;
    border-bottom: 1px solid transparent;

}
input:checked + label img, .opt img.active {
    filter: invert(30%) sepia(58%) saturate(1229%) hue-rotate(175deg) brightness(119%) contrast(119%);
}
input ~ .tab {
    padding: 30px;
}
.okno.tab.content5{
    display: block;
}
.okno.tab .control {
    height: 40px;
    width: 40px !important;
    border: 6px solid white;
    margin: 10px;
}
.okno.tab .control.active{
    transform: scale(1);
    box-sizing: border-box;
    box-shadow: 0 0 2px;
    width: 52px !important;
    height: 52px;
}
.bottle-gfx label img{
    width: 40px;
    height: auto;
}
.mobile, .bottles-view {
    display: none;
}
.config, .iconfig{
    display: flex;
    justify-content: center;
    box-sizing: content-box;
    width: 50%;
    height: 370px;
    position: relative;
}
.iconfig .soft, .iconfig .solid,.iconfig .easy,.iconfig .siliconefit,.iconfig .soft-gray, .container.siliconefit .bottle.bottle3.solid {
    display: none;
}
.soft .iconfig .soft, .solid .iconfig .solid, .siliconefit .iconfig .siliconefit, .soft-gray .iconfig .soft-gray, .easy .iconfig .easy {
    display: block;
}
.opt{
    width: 100%;
    padding-left: 0px;
}
.bot1 img, .bot20 img  {
    filter: unset !important;
}
.mobile .bottle.bottle7.siliconefit {
    position: absolute;
    left: -20px;
    top: 0%;
    z-index: 2;
    width: 138px;
}
.mobile img#img-etui {
    width: 100%;
    height: auto;
}
.tab7.bot6.mobbot.solid.siliconefit {
    top: 72px;
    left: 32px;
}
.tab6.bot5.mobbot.solid.siliconefit {
    top: 6px;
    left: 92px;
}
.tab9.bot10.mobbot.solid {
    top: 198px;
    left: 48px;
}
.siliconefit .bottle-text {
    position: absolute;
    top: 38%;
}
.step4{
    padding: 20px 0;
}
.bottle.bottle3.solid {
    opacity: 0.5;
}
.okno.tab .control.bialy {
    border: 6px solid #dbdbdb;
}
span.bot_price_sp:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: red;
    transform: rotate(-20deg);
    transform-origin: center;
    pointer-events: none;
}
span.bot_price_sp{
    position: relative;
    margin-left: 30px;
}