/*********General*********/
* {
    box-sizing: border-box;
    outline: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

caption, th {
    text-align: left;
}

/*h1,h2,h3,h4,h5,h6 {*/
/*    font-size: 100%;*/
/*    font-weight: normal;*/
/*}*/
q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

input {
    border-radius: 0;
}

input[type="search"] {
    -webkit-appearance: none;
}

html {
    min-width: 320px;
}

body {
    font: 16px 'Montserrat', sans-serif;
    color: #232221;
    background: #fff;
    min-width: 320px;
}

.more_slides .swiper-pagination {
    display: none;
}

body.no-scroll {
    overflow: hidden;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}

.modal {
    display: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #232221;
    transition: .2s;
}

textarea {
    resize: none;
}

.scroller {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
    display: none;
}

.page_wp {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.page_wp img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

.modal img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

a:hover {
    text-decoration: none;
}

.scroller {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.scroller {
    width: 100%;
    height: 1px;
    visibility: hidden;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
}

.wrapper {
    width: 1820px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.wrapper2 {
    width: 1880px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.s1_soc_wp {
    height: 100vh;
    flex-direction: column;
    margin-left: 37px;
    position: fixed;
    top: 0;
    right: 30px;
    z-index: 8800;
}

.s1_soc_wp a {
    width: 42px;
    height: 42px;
    margin: 11px 0;
    transition: .3s;
}

.soc_fb {
    background: url("../images/soc1.svg") no-repeat;
}

.soc_fb:hover {
    background: url("../images/soc1-1.svg") no-repeat;
}

.soc_vk {
    background: url("../images/soc2.svg") no-repeat;
}

.soc_vk:hover {
    background: url("../images/soc2-1.svg") no-repeat;
}

.soc_ig {
    background: url("../images/soc3.svg") no-repeat;
}

.soc_ig:hover {
    background: url("../images/soc3-1.svg") no-repeat;
}

.soc_yb {
    background: url("../images/soc4.svg") no-repeat;
}

.soc_yb:hover {
    background: url("../images/soc4-1.svg") no-repeat;
}

.prev {
    width: 35px;
    height: 21px;
    background: url("../images/arrow.svg") no-repeat;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -17px;
    z-index: 8900;
}

.next {
    width: 35px;
    height: 21px;
    background: url("../images/arrow.svg") no-repeat;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -17px;
    transform: rotate(-180deg);
    z-index: 8900;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 20px 0;
    background: #888E98;
}

.swiper-pagination-bullet-active {
    background: #F39314;
}

.breadcrumbs {
    position: relative;
    z-index: 1000;
}

.breadcrumbs li {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    margin-right: 33px;
}

.breadcrumbs li a {
    color: #9E9E9E;
    position: relative;
}

.breadcrumbs li a:before {
    content: '';
    width: 14px;
    height: 10px;
    background: url("../images/ico20.svg") no-repeat center center;
    position: absolute;
    top: 5px;
    right: -22px;
}

.breadcrumbs_wp {
    width: 100%;
    background: #fff;
    padding: 38px 0;
}

.breadcrumbs li .bc_back_link {
    padding-left: 20px;
    color: #383838;
}

.breadcrumbs li .bc_back_link:before {
    right: inherit;
    left: 0;
    transform: rotate(-180deg);
}

.swiper9 {
    overflow: hidden;
}

.swiper10 {
    overflow: hidden;
}

.swiper11 {
    overflow: hidden;
}

header {
    position: relative;
    z-index: 1;
}

.sa_link {
    width: 325px;
    font-size: 14px;
    color: #0049b6;
    margin-right: 155px;
}

.mf-ok-text {
    padding: 10px 0 30px 0;
    color: black;
}

@media only screen and (max-width: 1879px) {
    .wrapper2 {
        width: 1820px;
    }
}

@media only screen and (max-width: 1819px) {
    .wrapper {
        width: 1240px;
    }

    .wrapper2 {
        width: 1240px;
    }
}

@media only screen and (max-width: 1239px) {
    .wrapper {
        width: 768px;
    }

    .wrapper2 {
        width: 768px;
    }

    .prev {
        margin-left: 0;
        left: -365px;
    }

    .next {
        margin-left: 0;
        left: -365px;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #fff;
        margin: 15px 0;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        background: #F39314;
    }

    .s1_soc_wp a {
        width: 24px;
        height: 24px;
        background-size: 100% !important;
        margin: 5px 0;
    }

    .s1_soc_wp {
        margin-left: 0;
        z-index: 1000;
    }

    .s1_soc_wp {
        z-index: 890000;
    }

    .p_dn {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper {
        width: 320px;
    }

    .wrapper2 {
        width: 320px;
    }

    .prev {
        top: 15px;
        left: 0;
        width: 20px;
        height: 20px;
        background-size: 100% auto;
    }

    .next {
        left: 0;
        bottom: 15px;
        width: 20px;
        height: 20px;
        background-size: 100% auto;
    }

    .s1_soc_wp {
        display: none;
    }

    .breadcrumbs li {
        font-size: 13px;
    }

    .breadcrumbs li:last-child {
        margin-right: 0;
    }

    .breadcrumbs li a {
        font-size: 13px;
    }

    .breadcrumbs_wp {
        padding: 16px 0;
    }
}