body {
    font-size: 14px;
    line-height: 1.4446em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    /*#101010: ;*/
    background-color: #FFF;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: none;
    min-width: 320px;
   /* margin-top: 2em;*/
}

.notloaded .options {
    display: none;
}


.modelname {
    margin-bottom: 1.9em;
}

.modelname__сode__code {
    font-size: 16px;
    font-size: 1.6rem;
}

.modelname__сode__code {
    color: #33cc3a;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2em;
}

.modelname__сode__title {
    font-size: 8px;
    font-size: 0.8rem;
}

.modelname__сode__title {
    color: #a6a6a6;
    font-size: 6px;
    font-size: 0.6rem;
    line-height: 1em;
    letter-spacing: 1px;
    font-weight: 600;
}

.model_page_title_conainer {
    position: relative;
}

.model_page_title {
    padding: 0.9em 40px;
}

.model_page_title .articul_cont {
    float: left;
    padding-right: 12px;
    margin-top: 0px;
}

h1 span.new,
div.h1 span.new,
h1 span.hot,
div.h1 span.hot,
h1 span.zakaz,
div.h1 span.zakaz,
h1 span.hide,
div.h1 span.hide,
h1 span.sale,
div.h1 span.sale {
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: middle;
    border-radius: 12px;
    padding: 4px 9px;
}

.modelname__title__label {
    display: inline-block;
    padding: 3px 7px;
    line-height: 1em;
    margin: 0;
    color: #FFF;
    font-variant: normal;
    border-radius: 8px;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: bold;
    vertical-align: top;
    background-color: #c00;
}

h2.articul {
    color: #33cc3a;
    padding-bottom: 0.1em;
    padding-top: 0;
}

.modelname__title__title {
    color: #00397a;
    padding-bottom: 0em;
    margin-bottom: 6px;
    font-size: 2.2em;
    line-height: 0.9em;
    font-weight: 400;
}

@media (max-width: 480px) {
    .modelname__title__title {
        font-size: 8.5vw;
    }
}

.constructor__carousel svg {
    max-height: 650px;
    max-width: 100%;
}

svg path {
    /*mix-blend-mode: multiply;*/
}

.frame {
    display: none;
}

.frame--active {
    display: block;
}

.options {
    margin: 0 auto;
}

.options__title {
    font-size: 0.75rem;
}

.options__title-1 {
    font-size: 2rem;
    display: inline-block;
    padding-right: 12px;
}

.options__title-3 {
    font-size: 1.4rem;
    display: inline-block;
    padding-right: 12px;
}

.options__title {
    margin-bottom: 0;
}

.region_group[data-id="st3"]{
    margin-top:1em;
}

.palette {
    margin-top:0.5em;
    margin-bottom: 0.5em;
}

.palette__item {
    min-width: 2.9rem;
    min-height: 2.9rem;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 0.2rem 0.2rem 0 !important;
    position: relative;
    border: #fff solid 0.5rem;
}

.palette__item--active {
    border-width: 0;
}

.palette__item--preset {
    width: 100%;
    height: 50%;
}

.palette__item__photo {
    display: none;
}

.palette__tooltip__photo {
    max-width: 100%;
}

@media (min-width: 769px) {
    .palette__item:hover .palette__item__photo {
        display: block;
        position: absolute;
        bottom: 50%;
        right: 50%;
        width: 100px;
        height: 100px;
        z-index: 2;
    }
}

input[type="color"] {
    -webkit-appearance: none;
    border: none;
    background: #fff;
    max-width: 20px;
    max-height: 20px;
    overflow: hidden;
    outline: none;
    cursor: inherit;
}


/* -webkit */

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
}


/* firefox */

input[type=color]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type=color]::-moz-color-swatch {
    border: none;
    height: 20px;
}

.thumbnails {
    padding: 1em 0 1em 0;
}

.thumbnails__item {
    height: 144px;
    cursor: pointer;
    box-sizing: content-box;
    border-left: 1px solid #efefef;
    margin-bottom: 1em;
}

.thumbnails__item--active,
.slick-current .thumbnails__item {
    border-color: #66cc66;
}

.slick-slide,
.slick-slide a {
    outline: 0;
}

.thumbnails__item svg {
    width: 100%;
    display: block;
    height: 100%;
}


/*
.thumbnails .owl-carousel{
  transform: rotate(90deg);
  width: 270px; 
  margin-top:100px;
} 
.item{
  transform: rotate(-90deg);
}
.owl-carousel .owl-nav{
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: calc(50% - 33px);
}
div.owl-carousel .owl-nav .owl-prev, div.owl-carousel .owl-nav .owl-next{
    font-size:36px;
    top:unset;
    bottom: 15px; 
}*/

.item--empty{
    text-align:center;
    height:270px;
    line-height:270px;
}

@media (max-width: 800px) {
    .thumbnails {
        display: none !important;
    }
}

.button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background-color: #2378d3;
    border: none;
    padding: 4px 12px;
    border-radius: 3px;
}

.button:hover {
    background-color: #1f6cbd;
}

.button-link {
    color: #2378d3;
    background-color: transparent;
    text-decoration: underline;
    padding: 4px 0;
}

.button-link:hover {
    color: #2378d3;
    background-color: transparent;
    text-decoration: none;
}

.related_models__title {
    font-weight: 300;
    color: #444;
    font-size: 1.7rem;
    margin: 0.3em 0.3em 1em;
}

.related_models__container {
    background: #f1f1ef;
    padding: 1em 0;
    min-height: 325px;
    margin-top: 3em;
}

.related_models__model {
    display: block;
    background: #fff;
    border-radius: 3px;
    padding: 0.5em 0.5em 0.7em;
    margin-bottom: 2em;
}

.related_models__model:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.related_models__model__title {
    display: block;
    /*font-size:0.9em;*/
    margin-top:1em;
    line-height: 120%;
    height: 3.6em;
    overflow: hidden;
}

.related_models_1 {
    position: relative;
}

.related_models_1 .owl-nav {
    text-align: center;
}

.related_models_1 .owl-nav button,
.slick-arrow {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ccc !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px !important;
    margin: 0 0.4em;
    overflow: hidden;
}

.related_models_1 .owl-nav button:hover,
.slick-arrow:hover {
    background: #ccc;
    color: #fff;
}

.related_models_1 .owl-nav button span,
.slick-arrow span {
    margin-top: -4px;
    display: block;
    font-weight: 100 !important;
}

.thumbnails .slick-arrow {
    margin: 0 auto;
    display: block;
}

.thumbnails .slick-arrow span {
    transform: rotate(90deg);
    margin-top: -2px;
    margin-left: 5px;
}

.constructor__carousel .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -13px;
    z-index:1;
}

.constructor__carousel .slick-arrow.slick-prev{
    left:0px;
}

.constructor__carousel .slick-arrow.slick-next{
    right:0px;
}

.constructor__carousel svg {
    display: block;
    margin: 0 auto;
}

.cloths__demo {
    display: none;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
}

.cloths__demo__item {
    flex-basis: 50%;
    position: relative;
    overflow: hidden;
}

.cloths__demo__item__title {
    font-weight: bold;
    border-radius: 5px;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
}

.cloths__demo__item__title--light {
    color: white;
}

.cloths__demo__item__title--dark {
    color: black;
}

.cloths__demo .palette__item__photo {
    display: block;
    max-width: 100%;
}

@media (max-width: 768px) {
    .cloths__demo {
        display: flex;
    }
}

@media (max-width: 575px) {
    .related_models--hidelastonmobile div:last-child {
        display: none
    }
}

form .submit {
    display: inline-block;
    margin-right: 1em;
}

form .submit:last-child {
    margin-right: 0;
}

.order-warning {
    font-weight: bold;
    margin: 1rem 0;
}

.bootstrap-select.cloths {
    width: 200px !important;
}

@media (min-width: 700px) and (max-width: 1024px) {
    .bootstrap-select.cloths {
        width: 180px !important;
    }
}

.bootstrap-select>.dropdown-toggle {
    border: 1px solid #ccc;
}

.show>.btn-light.dropdown-toggle {
    border-color: #aaa;
}

.btn-circle {
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50%;
}

.btn-tooltip {
    border: 1px solid #ccc;
    font-family: cursive;
    font-weight: bold;
    color: #888;
}

.btn-primary {
    background: #2378d3;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #1f6cbd;
}

.resetChanges {
    display: inline-block;
}

.tooltip.show {
    opacity: 1!important;
}

.tooltip-inner {
    font-size: 0.85em;
    padding: 0.25rem 0.5rem 0.25rem;
}

.tooltip-inner--cloth {
    /*width:480px;*/
    max-width: 480px;
}

.tooltip-inner img {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;

    max-width:100%;
}

.tooltip-inner {
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    color: #333;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #ccc !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #ccc !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ccc !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #ccc !important;
}

.infoabout_p{
    line-height: 17px;
}
.infoabout_p_attention{
    font-weight: bold;
    font-size: 16px;
}

.infoabout_h1{
    font-size:2rem;
    margin-bottom:0.5em;
}

/*view.css*/

.navmy{
    background-color: #F1F1EF;
    height:100%;
    margin-bottom: 20px;
}
.navmy_text-header{
    font-size: 18px;
}

.img-my{
    max-height: 50px;
}

.navmy_header-row{
    align-items: flex-end;
    margin-top: 5px;
    margin-bottom: 20px;
}

@media (max-width: 640px) {
    .navmy_text-header{
        font-size: 18px;
        margin-top: 10px;
    }
.slick-slider {
    position: relative;
    /* display: block;*/
}
.text-header{
    text-align: center;
}
.navmy_text-to-center{
    text-align: center;
}
}

.logo-at-main{
    width:300px;
    margin-top:2em;
    margin-bottom:1em;
}

.sizes-list label{
    padding:0;
    line-height: 220%;
}

.btn[data-role="plus"], .btn[data-role="minus"]{
    border:1px solid rgb(206, 212, 218);
}


.sizes-list .form-group{
    margin-bottom:0.2rem;
}

.sizes-list .input-group>.form-control {
    text-align: center;
}

a[aria-expanded="false"] .hide{
    display: none;
}

a[aria-expanded="true"] .show{
    display: none;
}

path{
    pointer-events:all;
}

.st1-select:hover, .st1-select:hover *{
    fill:yellow;
}

.st2-select:hover, .st2-select:hover *{
    fill:red;
}

.st3-select:hover, .st3-select:hover *{
    fill:blue;
}

.hoverable{
    fill:none;
}


.hoverable, .hoverable *{
    cursor: pointer;
}

.colorable, .colorable *{
    fill:none!important;
    stroke:none !important;
}

.colorable.hover, .colorable.hover *,
.hoverable.hover, .hoverable.hover *{
    fill:#ffffffc0 !important;
}
/*
.selected, .selected *{
    stroke:#18DD40 !important;
    stroke-width: 6px !important;
}*/


.options__region_tabs a{
    white-space: nowrap;
}

.options__region_tabs a.selected{
    font-weight: bold;
    color:#333;
}

.nav-tabs{
    border-bottom-color:#007bff50;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color:#007bff50 #007bff50 #fff !important;
    color:#333 !important;
    font-weight: bold;
}

.nav-tabs .nav-link.hover,
.nav-tabs .nav-link:hover {
    background-color: #fff;
    border-color: #007bff50 #007bff50 #fff;
}


.options__region_tabs{
    display: none;
}

.extraoptions img{
    max-width:100%;
}


.extraoptions__tooltipbtn{
    border-radius: 3px;
    border:1px solid gray;
    background:#eee;
    cursor: pointer;
    padding-left:2px;
    padding-right:2px;
}

.extraoptions__tooltipbtn:hover{
    background:#e8e8e8;
}

.first{
    font-size:1.2em
}