/*reset style*/
* {
    padding: 0;
    margin: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html,
button,
input,
select,
textarea {
    color: #222;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*style*/
body {
    font-size: 14px;
    font-family: "ProximaNovaCond-Regular";
    background: #fff;
    color: #535353;
}
body.body_hidden {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-right: 15px;
}
.container {
    width: 100%;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
}
.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.color-green {
    color: #91d14f!important;
}

/*sec-1*/
.section-one {
    position: relative;
    padding-bottom: 350px;
    margin-bottom: -300px;
    z-index: 1;
}
.section-one:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    background: url("../image/background/bckg-block_one.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-one_top {
    padding-top: 60px;
    margin-bottom: 175px;
}
.section-one_top .flex-container,
.section-one_bottom .flex-container {
    -webkit-justify-content: space-between; 
     justify-content: space-between;
     flex-wrap: wrap;
}
.section-one_top--right--col,
.section-one_bottom--right-col form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-one_top--left--col .text-top{
    font-size: 30px;
    color: #fff;
    font-family:"ProximaNovaCond-Black";
    margin-bottom: 10px;
}
.section-one_top--left--col .text-bottom {
    font-size: 20px;
    color: #fff;
}
.section-one_top--right--col {
    text-align: right;
}
.section-one_top--right--col a {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
.schedule {
    font-size: 16px;
    color: #fff;
}
.section-one_bottom .flex-container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-one_bottom--left-col__title {
    font-size: 49px;
    font-family: "ProximaNovaCond-Thin";
    color: #fff;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.section-one_bottom--left-col__title:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(19, 19, 19, 1);
    z-index: -1;

    -webkit-transition: all 3s;
    -moz-transition: all 3s ;
    -ms-transition: all 3s ;
    -o-transition: all 3s ;
    transition: all 3s ;

    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}
.section-one_bottom--left-col__title .color-green,
.section-one_bottom--right-col_title .text-bold {
    font-family: "ProximaNovaCond-Bold";
}
.section-one_bottom--left-col {
    width: 560px;
}
.section-one_bottom--left-col ul {
    display: block;
}
.section-one_bottom--left-col li {
    display: block;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 20px;
    padding:15px 10px 15px 20px;
    /*background-color: rgba(19, 19, 19, 1);*/
    margin-bottom: 10px;
    overflow: hidden;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.section-one_bottom--left-col li:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 25px;
    height: 22px;
    margin-right: 15px;
    background: url("../image/icon/green-check_icon.png") no-repeat center;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.section-one_bottom--left-col__title.animation:before {
    background: rgba(19, 19, 19, 0.6);

    -webkit-transition: all 1.5s ease-in;
    -moz-transition: all 1.5s ease-in;
    -ms-transition: all 1.5s ease-in;
    -o-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
}
.section-one_bottom--left-col li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(19, 19, 19, 1);
    width: 0;
    z-index: -1;

    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.section-one_bottom--left-col.animation li:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.section-one_bottom--left-col.animation li:after {
    width: 100%;
    background-color: rgba(19, 19, 19, 0.6);
}
.section-one_bottom--left-col.animation li:nth-child(1):after,
.section-one_bottom--left-col.animation li:nth-child(1):before {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
.section-one_bottom--left-col.animation li:nth-child(2):after,
.section-one_bottom--left-col.animation li:nth-child(2):before {
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -ms-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
}
.section-one_bottom--left-col.animation li:nth-child(3):after,
.section-one_bottom--left-col.animation li:nth-child(3):before {
    -webkit-transition: all 3.2s;
    -moz-transition: all 3.2s;
    -ms-transition: all 3.2s;
    -o-transition: all 3.2s;
    transition: all 3.2s;
}
.section-one_bottom--left-col__title.animation:before {
    width: 200%;
}

.section-one_bottom--left-col li:last-child {
    margin-bottom: 0;
}
.section-one_bottom--right-col_title {
    color: #fff;
    font-size: 49px;
    font-family: "ProximaNovaCond-Thin";
    margin-bottom: 40px;
}
.section-one_bottom--right-col {
    width: 490px;
}
.section-one_bottom--right-col input {
    background-color: #fff;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    font-size: 25px;
    color: #2a2c30;
    padding-left: 20px;
    outline: none;
    border: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.section-one_bottom--right-col input:focus {
    -webkit-box-shadow:inset 0 0px 13px rgba(145, 209, 79, 0.8);
    -moz-box-shadow:inset 0 0px 13px rgba(145, 209, 79, 0.8);
    box-shadow:inset 0 0px 13px rgba(145, 209, 79, 0.8);
}
.section-one_bottom--right-col .submit-form {
    border:5px solid #fff;
    height: 64px;
    background-color: rgb(145, 209, 79);
    font-family: "ProximaNovaCond-Bold";
    color: #fff;
    margin-bottom: 0;
    padding: 0;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition:  all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.section-one_bottom--right-col .submit-form:hover {
    border-color: rgb(145, 209, 79);
    background-color: #fff;
    color: rgb(145, 209, 79);
}

/*sec two*/
.section-two {
    position: relative;
    padding-top: 400px;
    padding-bottom: 135px;

    background: url("../image/background/bckg-block_two.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-two_left--col .title {
    font-size: 45px;
    color: #fff;
    font-family: "ProximaNovaCond-Light";
    margin-bottom: 55px;
}
.section-two_left--col .title .bold {
    font-family: "ProximaNovaCond-Bold";
}
.section-two_right--col {
    width: 465px;
}
.section-two .flex-container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-two_right--col {
    padding-top: 40px;
}
.section-two_right--col p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.4;
}

/*section-two-1*/
.section-two-1 .title {
    font-size: 50px;
    padding-top: 90px;
    padding-bottom: 115px;
    text-align: center;
    font-family: "ProximaNovaCond-Light";
}
.section-two-1 .title span {
    font-family: "ProximaNovaCond-Bold";
}
.section-two_item {
    position: relative;
    height: 800px;
    margin-bottom: 10px;
}
.section-two_item:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:-1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.section-two-1 .item-1:after {
    background: url("../image/foto-site/foto-4.png");
    background-repeat: no-repeat;
    background-position: center;
}
.section-two-1 .item-2:after {
    background: url("../image/foto-site/foto-5.png");
    background-repeat: no-repeat;
    background-position: center;
}
.section-two-1 .item-3:after {
    background: url("../image/foto-site/foto-6.png");
    background-repeat: no-repeat;
    background-position: center;
}
.section-two_item.item-1 .flex-container,
.section-two_item.item-3 .flex-container {
    align-items:center;
    height: 100%;
}
.section-two_item.item-2 .flex-container {
    justify-content: flex-end;
    align-items:center;
    height: 100%;
}
.section-two_item .blot_left,
.section-two_item .blot_right {
    position: relative;
    text-align: center;
}
.section-two_item .blot-text {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: #fff;
    font-family: "ProximaNovaCond-Bold";

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.section-two_item .blot-text:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 36px;
    height: 36px;
    margin-right: 15px;
    background: url("../image/icon/white-check_icon.png") no-repeat center;
}

/*section-three*/
.section-three > .flex-container {
    justify-content: flex-end;
    padding-top: 100px;
    padding-bottom: 125px;
    align-items:center;
}
.section-three_left--col {
    margin-right: 20px;
}
.section-three_left--col .round-block {
    width: 570px;
    height: 570px;

    position: relative;
    background: url("../image/foto-site/foto-round.png") no-repeat center;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
/*.section-three_left--col .round-block:before {*/
    /*content: '';*/
    /*display: block;*/
    /*width: 584px;*/
    /*height: 584px;*/
    /*border: 3px solid #91d14f;*/
    /*position: absolute;*/
    /*left: -10px;*/
    /*top: -10px;*/

    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/
/*}*/
#round {
    position: absolute;
    width: 590px;
    height: 590px;
    left: -10px;
    top: -10px;
}
#shape {
    fill: none;
    stroke: rgb(145, 209, 79);
    stroke-width: 4;
    transition: all 2s ease-in-out;
}
.round-block .text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: #fff;
    width: 390px;
    line-height: 1.4;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.round-block .color-green {
    font-family: "ProximaNovaCond-Bold";
    font-size: 30px;
}
.round-block_list--item {
    position: absolute;
    display: block;
    font-size: 20px;
    opacity:0;
    top:auto;
    bottom: auto;
    right: auto;
    left: auto;
}
.round-block_list--item:before,
.round-block_list--item:after {
    content: '';
    display: block;
    background: none;
}
.anim-js .round-block_list--item.item-1 {
    left: -112px;
    top: 20px;
    opacity: 1;

    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}
.anim-js .round-block_list--item.item-1:after {
    content: '';
    display: block;
    width: 193px;
    height: 1px;
    background: rgb(145, 209, 79);
}
.anim-js .round-block_list--item.item-1:before {
    content: '';
    width: 24px;
    height: 1px;
    background: rgb(145, 209, 79);
    transform: rotate(45deg);
    display: block;
    right: -20px;
    bottom: -8px;
    position: absolute;
}
.anim-js .round-block_list--item.item-2 {
    left: -206px;
    top: 200px;
    opacity: 1;

    -webkit-transition: all 1.8s;
    -moz-transition: all 1.8s;
    -ms-transition: all 1.8s;
    -o-transition: all 1.8s;
    transition: all 1.8s;
}
.anim-js .round-block_list--item.item-2:after {
    content: '';
    display: block;
    width: 185px;
    height: 1px;
    background: rgb(145, 209, 79);
}
.anim-js .round-block_list--item.item-2:before {
    content: '';
    width: 24px;
    height: 1px;
    background: rgb(145, 209, 79);
    transform: rotate(45deg);
    display: block;
    right: -20px;
    bottom: -8px;
    position: absolute;
}
.anim-js .round-block_list--item.item-3 {
    bottom: 103px;
    left: -205px;
    opacity: 1;

    -webkit-transition: all 2.8s;
    -moz-transition: all 2.8s;
    -ms-transition: all 2.8s;
    -o-transition: all 2.8s;
    transition: all 2.8s;
}
.anim-js .round-block_list--item.item-3:after {
    content: '';
    display: block;
    width: 230px;
    height: 1px;
    background: rgb(145, 209, 79);
}
.anim-js .round-block_list--item.item-3:before {
    content: '';
    width: 24px;
    height: 1px;
    background: rgb(145, 209, 79);
    transform: rotate(-45deg);
    display: block;
    right: -20px;
    bottom: 8px;
    position: absolute;
}

.anim-js .round-block_list--item.item-4 {
    bottom: 48px;
    right: -232px;
    text-align: right;
    opacity: 1;

    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.anim-js .round-block_list--item.item-4:after {
    content: '';
    display: block;
    width: 304px;
    height: 1px;
    background: rgb(145, 209, 79);
}
.anim-js .round-block_list--item.item-4:before {
    content: '';
    width: 24px;
    height: 1px;
    background: rgb(145, 209, 79);
    transform: rotate(40deg);
    display: block;
    left: -21px;
    bottom: 8px;
    position: absolute;
}

.section-three_right--col {
    width: 465px;
    text-align: center;
}
.section-three_right--col .title {
    font-size: 50px;
    color: #181816;
    font-family: "ProximaNovaCond-Light";
    margin-bottom: 40px;
}
.section-three_right--col .title .color-green {
    font-family: "ProximaNovaCond-Bold";
}
.section-three_right--col .flex-container{
    justify-content: center;
    align-items: center;
}
.section-three_right--col .column {
    padding:5px;
    width: 50%;
}
.section-three_right--col .price {
    display: block;
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
}
.section-three_right--col .info {
    font-size: 20px;
    font-family: "ProximaNovaCond-Light";
    margin-bottom: 20px;
    display: inherit;
    line-height: 1.2;
}
.green-btn {
    display: inline-block;
    line-height: 64px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 100%;
    font-family: "ProximaNovaCond-Bold";
    background-color: rgb(145, 209, 79);

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition:  all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.green-btn:hover {
    background-color: #fff;

    -webkit-box-shadow: 0 2px 17px rgba(145, 209, 79, 0.6);
    -moz-box-shadow: 0 2px 17px rgba(145, 209, 79, 0.6);
    box-shadow: 0 2px 17px rgba(145, 209, 79, 0.6);
    color: rgb(145, 209, 79);
}


/*section-four*/
.section-four{
    background-color: #f2f2f2;
    padding-top: 100px;
    padding-bottom: 60px;
}
.section-four .title {
    color: #535353;
    font-size: 45px;
    font-family: "ProximaNovaCond-Light";
    margin-bottom: 60px;
}
.section-four .title .color-green {
    font-family: "ProximaNovaCond-Bold";
}
.section-four_item {
    margin-bottom: 25px;
    align-items:center;
}
.section-four_item.it-1 .text,
.section-four_item.it-3 .text {
    padding-right: 20px;
}
.section-four_item.it-2 .text {
    padding-left: 25px;
}
.section-four_item .text {
    font-size: 20px;
    line-height: 1.4;
    font-family: "ProximaNovaCond-Light";
}
.section-four_item .text p {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*section-five*/
.section-five {
    padding-top: 60px;
}
.section-five .title {
    color: #535353;
    font-size: 45px;
    font-family: "ProximaNovaCond-Light";
    margin-bottom: 40px;
}
.section-five .title .color-green {
    font-family: "ProximaNovaCond-Bold";
}
.section-five .top-text {
    font-size: 20px;
    font-family: "ProximaNovaCond-Light";
    line-height: 1.2;
    margin-bottom: 60px;
}
.section-five_list--item {
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
}
.section-five_list--item .flex-container {
    align-items: center;
}
.section-five_list--item .foto {
    margin-right: 160px;
}
.section-five_list--item .model {
    text-transform: uppercase;
    font-size: 45px;
    font-family: "ProximaNovaCond-Light";
    display: inherit;
    margin-bottom: 40px;
}
.section-five_list--item .weight {
    font-size: 20px;
    font-family: "ProximaNovaCond-Light";
    display: inherit;
    margin-bottom: 15px;
}
.section-five_list--item .price {
    font-size: 20px;
    color: #91d14f;
    margin-bottom: 40px;
    display: inherit;
    font-family: "ProximaNovaCond-Bold";
}
.section-five_list--item .btn {
    width: 230px;
}

/*section-six*/
.section-six{
    padding-top: 25px;
    padding-bottom: 65px;
}
.section-six .flex-container {
    justify-content: center;
}
.section-six_item {
    width: 33.3%;
    text-align: center;
}
.section-six_item .foto {
    margin-bottom: 45px;
}
.section-six_item .text {
    font-size: 25px;
}
.section-six_item .foto img {
    max-height: 495px;
}

/*footer*/
.footer {
    background-color: #F2F2F2;
    padding: 60px 0;
}
.footer .flex-container {
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer .text {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 50px;
}
.footer .number-tel {
    font-size: 40px;
    font-family: "ProximaNovaCond-Light";
    margin-bottom: 60px;
}
.footer .green-btn {
    width: 100%;
    max-width:475px;
}
.copyright {
    text-align: center;
    padding:45px 10px;
    font-size: 20px;
    font-family: "ProximaNovaCond-Light";
}

/*modal*/
.close {
    font-size: 26px;
    color: #000;
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    background-color: rgb(223, 223, 223);
    position: absolute;
    top: -10px;
    right: -10px;

    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}
.modal-container {
    width: 510px;
    position: fixed;
    background-color: #fff;
    padding: 40px;
    top: 50%;
    left: 50%;
    z-index: -1;
    text-align: center;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.modal-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    display: flex;
    flex-direction: column;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.modal-container.animate {
    -webkit-transform: translateY(-50%) translateX(-50%) rotateX(0deg) scale(1);
    -moz-transform: translateY(-50%) translateX(-50%) rotateX(0deg) scale(1);
    -o-transform: translateY(-50%) translateX(-50%) rotateX(0deg) scale(1);
    transform: translateY(-50%) translateX(-50%) rotateX(0deg) scale(1);

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

    opacity: 1;
    display: block;
    z-index: 9999;
}
.modal-mask.animate {
    background-color: rgba(0,0,0,0.8);
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.modal-container .text-top {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 35px;
}
.modal-container .text-bottom {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
}
.modal-container form {
    display: block;
    margin: 0 auto 25px;
    width: 100%;
    max-width: 320px;
}
.modal-container form input {
    width: 100%;
    outline: none;
    border: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.modal-container input[type="text"],
.modal-container input[type="tel"] {
    padding-left: 25px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    background-color: #fff;
    font-family: "ProximaNovaCond-Light";
    border: 1px solid rgb(136, 136, 136);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.modal-container input[type="text"]:focus,
.modal-container input[type="tel"]:focus {
    border-color: rgb(145, 209, 79);
}
.modal-container input[type="submit"] {
    height: 45px;
    line-height: 45px;
}
.show-830 {
    display: none;
}

/*Adaptation*/
@media screen and (max-width: 1320px) {
    .container {
        max-width:1000px;
    }
    .section-one_top {
        margin-bottom: 100px;
    }
    .section-one_bottom--right-col {
        width: 100%;
        max-width:380px;
    }
    .section-two_left--col {
        max-width: 480px;
    }
    .section-two_left--col .video img {
        display: block;
        width: 100%;
    }
    .section-two_left--col .title {
        font-size: 40px;
        margin-bottom: 35px;
    }
    .section-one_bottom--left-col__title {
        font-size: 40px;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-bottom: 35px;
    }
    .section-one_bottom--right-col_title {
        font-size: 40px;
        margin-bottom: 35px;
    }
    .section-one {
        padding-bottom: 270px;
        margin-bottom: -355px;
    }
    .section-two-1 .title {
        font-size: 40px;
        padding-top: 60px;
        padding-bottom: 75px;
    }
    .section-two_item {
        height: 600px;
    }
    .section-two_item img {
        max-width: 610px;
    }
    .section-two_item .blot-text {
        font-size: 30px;
    }
    #round {
        width: 370px;
        height: 370px;
    }
    .section-three_left--col .round-block {
        width: 350px;
        height: 350px;
    }
    .section-three_right--col {
        width: 370px;
    }
    .anim-js .round-block_list--item.item-1 {
        left: -176px;
    }
    .anim-js .round-block_list--item.item-2 {
        left: -210px;
        top: 129px;
    }
    .anim-js .round-block_list--item.item-3 {
        left: -229px;
        bottom: 65px;
    }
    .anim-js .round-block_list--item.item-4 {
        bottom: 0;
        right: -240px;
    }
    .section-three_right--col .title {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .round-block .text {
        width: 290px;
    }
    .section-four .title {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .section-four_item .text,
    .section-four_item .foto {
        width:50%;
    }
    .section-four_item .foto img {
        display: block;
        width: 100%;
    }
    .section-five_list--item .foto {
        margin-right: 125px;
    }
    .section-six_item .foto img {
        max-height: 330px;
    }
    .section-six_item .foto {
        margin-bottom: 35px;
    }
    .footer {
        padding: 40px 0;
    }
}
@media screen and (max-width: 1020px) {
    .container {
        max-width:800px;
    }
    .section-one_bottom--left-col {
        width: 540px;
        margin-bottom: 50px;
    }
    .section-one_bottom .container,
    .section-three > .flex-container {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    .section-one_bottom--right-col_title {
        margin-bottom: 25px;
    }
    .section-one_top {
        margin-bottom: 50px;
        padding-top: 25px;
    }
    .section-one {
        padding-bottom: 160px;
        margin-bottom: -125px;
    }
    .section-two_right--col {
        width: 350px;
    }
    .section-two_left--col {
        max-width: 400px;
    }
    .section-two {
        padding-top: 150px;
        padding-bottom: 50px;
    }
    .section-two_right--col p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .section-two_right--col p {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .section-two_item {
        height: 500px;
    }
    .section-three > .flex-container {
        padding-top: 50px;
        padding-bottom: 50px;

        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-three_left--col {
        margin-right: -250px;
        margin-bottom: 55px;
    }
    .anim-js .round-block_list--item.item-4 {
        bottom: 0;
        right: auto;
        text-align: left;
        left: -233px;
    }
    .anim-js .round-block_list--item.item-4::before {
        -webkit-transform: rotate(-40deg);
        -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        -o-transform: rotate(-40deg);
        transform: rotate(-40deg);

        left: auto;
        right: -20px;
    }
    .section-four {
        padding-top: 40px;
    }
    .section-five_list--item .foto {
        margin-right: 25px;
        width: 545px;
    }
    .section-five_list--item .foto img {
        display: block;
        width: 100%;
    }
    .section-six_item .foto img {
        max-height: 245px;
    }
    .section-six_item .text {
        font-size: 23px;
    }
    .footer .text {
        margin-bottom: 25px;
    }
    .footer .number-tel {
        margin-bottom: 40px;
    }
    .copyright {
        padding: 25px 10px;
    }
}
@media screen and (max-width: 830px) {
    .show-830 {
        display: block;
    }
    .hide-830 {
        display: none;
    }
    .container {
        max-width:600px;
    }
    .anim-js ul.round-block_list.show-830 {
        position: relative;
        font-size: 0;
    }
    .anim-js .round-block_list.show-830 li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 10px 0 10px 10px;
        left: auto;
        right: auto;
        top:auto;
        bottom:auto;
    }
    .anim-js .round-block_list.show-830 li:before {
        content: '';
        display: inline-block;
        vertical-align: bottom;
        width: 25px;
        height: 22px;
        margin-right: 15px;
        background: url(../image/icon/green-check_icon.png) no-repeat center;
        position: relative;
        left: auto;
        right: auto;
        top:auto;
        bottom:auto;

        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
    }
    .anim-js .round-block_list.show-830 li:after {
        display: none;
    }
    .section-three_left--col {
        margin-right: 0;
    }
    .section-three_right--col {
        width: 100%;
        margin-bottom: 60px;
    }
    .section-three_right--col .column .green-btn {
        width: 200px;
    }
    .section-three_right--col .title {
        font-size: 40px;
        margin-bottom: 45px;
    }
    .section-one_top--left--col .text-top {
        font-size: 22px;
    }
    .section-one_top--right--col a {
        font-size: 22px;
    }
    .section-one_top--left--col,
    .section-one_top--right--col {
        width: 50%;
    }
    .section-one {
        padding-bottom: 0;
        margin-bottom: -80px;
    }
    .section-one_bottom--right-col{
        margin-bottom: -25px;
    }
    .section-two_left--col,
    .section-two_right--col {
        width: 100%;
        max-width:100%;
    }
    .section-two_right--col p {
        font-size: 18px;
    }
    .section-two {
        padding-bottom: 90px;
    }
    .section-three > .flex-container {
        padding-top: 0;
        margin-top: -50px;
    }
    #round {
        width: 614px;
        height: 614px;
    }
    .section-three_left--col .round-block {
        width: 600px;
        height: 600px;
    }
    .round-block .text {
        width: 100%;
        max-width: 365px;
        font-size: 22px;
    }
    .it-1, .it-3 {
        -webkit-flex-direction: column-reverse;
        -mox-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .it-2 {
        -webkit-flex-direction: column;
        -mox-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .section-four_item .text,
    .section-four_item .foto {
        width: 100%;
    }
    .section-five_list--item .model {
        font-size: 35px;
        margin-bottom: 25px;
    }
    .section-five_list--item .price {
        font-size: 20px;
        color: #91d14f;
        margin-bottom: 15px;
    }
    .section-six_item .foto img {
        max-height: 200px;
    }
    .section-four_item.it-1 .text,
    .section-four_item.it-3 .text {
        padding-right: 0;
    }
    .section-four_item.it-2 .text {
        padding-left: 0;
    }
}
@media screen and (max-width: 630px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-one_bottom--left-col {
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
    }
    .section-one_bottom--right-col_title {
        font-size: 35px;
    }
    .section-one_bottom--right-col .submit-form {
        font-size: 19px;
    }
    .section-one_bottom--left-col li {
        padding: 15px 10px 15px 35px;
        text-align: left;
    }
    .section-one_bottom--left-col li::before {
        position: absolute;
        left: 5px;
    }
    #round {
        width: 320px;
        height: 320px;
    }
    .section-three_left--col .round-block {
        width: 300px;
        height: 300px;
    }
    .round-block .text {
        max-width: 240px;
        text-align: center;
    }
    .section-three_right--col {
        margin-bottom: 30px;
    }
    .section-three_left--col {
        margin-bottom: 50px;
    }
    .section-four {
        padding-bottom: 20px;
    }
    .section-five_list--item .foto {
        width: 100%;
    }

    .section-six .flex-container,
    .section-one_top .flex-container,
    .section-five_list--item .flex-container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-six_item,
    .section-one_top--left--col,
    .section-one_top--right--col {
        width: 100%;
    }
    .section-one_top--left--col {
        margin-bottom: 25px;
    }
    .section-five_list--item .foto {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .section-five_list--item .info {
        width: 100%;
        position: relative;
    }
    .section-five_list--item .model {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .section-five_list--item .btn {
        width: 135px;
        position: absolute;
        right: 0;
        top: 50px;
        font-size: 17px;
    }
    .section-five_list--item .weight,
    .section-five_list--item .price {
        margin-right: 150px;
    }
    .section-three_right--col .column .green-btn {
        width: 100%;
    }
    .section-one_bottom--left-col__title {
        font-size: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-three_right--col .info {
        font-size: 18px;
    }
    .section-three_right--col .title,
    .section-four .title,
    .section-five .title,
    .section-two_left--col .title {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .section-five {
        padding-top: 30px;
    }
    .six_item-1,
    .six_item-2,
    .six_item-3 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;

        align-items: center;
        justify-content: space-around;
    }
    .six_item-2 {
        flex-direction: row-reverse;
    }
    .section-six_item .foto {
        width: 50%;
    }
    .section-six_item .foto img {
        max-height: 37vh;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .six_item-2 .foto {
        margin-top: -6vh;
        margin-bottom: -2vh;
    }
    .section-six_item .text {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .modal-container {
        width: 300px;
        padding: 20px;
        max-height: 70vh;
        overflow-y: auto;
    }
    .close {
        top: 5px;
        right: 5px;
        background: none;
    }
    .modal-container input[type="submit"] {
        font-size: 16px;
    }
    .section-six {
        padding-bottom: 25px;
    }
    .anim-js ul.round-block_list.show-830 li {
        width: 100%;
    }
}
/*@media screen and (max-width: 500px) {*/
    /*ul.round-block_list.show-830 {*/
        /*width: 300px;*/
    /*}*/
    /**/
/*}*/
