

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;


}
img{
    width: 100%;
    height: auto;
}
/*<!-- ==================== -HTML5-HEADER-SECTION-START- ==================== -->*/
header{
    width: 100%;
    min-height: 900px;
    background-image: url("../img/header.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.header_content{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 85px;
}
.header_content h1{
    font-family: 'Raleway', sans-serif;
    font-size: 66px;
    color: rgb(254, 86, 35);
    text-transform: uppercase;
}
.price_img{
    background-image: url("../img/price.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 160px;
    height: 250px;
    position: relative;
    top: -6.5px;
    left: -2px;
    z-index: 5;
}
.new_price{
    width: 56%;
    height: 185px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.price_tittle p{
    font-size: 40px;
    color: rgb(255, 255, 255);
    line-height: 0.952;

}
.price_tittle span{
    font-size: 30px;
    color: rgb(255, 255, 255);
    line-height: 0.952;
    margin-top: 10px;
}
.price_tittle{
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.price_img_text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    width: 160px;
    height: 250px;
    top: 70px;
    left: 40px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
}
.price_img_text span{
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}
.price_img_text h3{
    font-size: 54px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.034;
}
.price_img_text p{
    width: 60%;
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 1.143;
    text-align: center;
    margin-top: 5px;
}
.header_icons{
    width: 66%;
    margin-top: 15px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.icon_svg{
    width: 60px;
    height: 65px;
}
.icon_box{
    max-width: 246px;
    width: 100%;
}
.icon_box p{
    font-size: 17px;
    color: rgb(255, 255, 255);
    line-height: 1.556;
    margin-top: 5px;
}
.orange_button{
    max-width: 375px;
    width: 100%;
    height: 70px;
    border-radius: 10px;
    background-color: rgb(254, 86, 35);
    margin-top: 80px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.orange_button:hover{
    background-color: #b54524;;
}
.orange_button span{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    -webkit-text-decoration: line-through #c90000;
    text-decoration: line-through #c90000;
}
.orange_button p{
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.circle_block{
    width: 66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -15px;
}
.circle_price{
    width: 125px;
    height: 125px;
    background-image: url("../img/circle.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
}
.circle_price p{
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    text-align: center;

}
.circle_price span{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    text-align: center;
    font-weight: bold;
}

/* popup styles */
.popup {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.popup-overlay {
    background: rgba(0,0,0,0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.popup-content {
    position: absolute;
    background: #fff;
    max-width: 405px;
    width: 100%;
    height: 580px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 11%;
    z-index: 11;
    border-radius: 10px;
    padding: 13px;
}


.in_popup_content{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid rgb(254, 86, 35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px;
}
.in_popup_content h2{
    font-size: 24px;
    color: rgb(12, 6, 9);
    line-height: 1.167;
    text-align: center;
    font-weight: bold;
}
.in_popup_content p{
    font-size: 16px;
    color: rgb(12, 6, 9);
    line-height: 1.556;
    text-align: center;
    width: 80%;
    margin-top: 5px;
}
.in_popup_content form{
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.in_popup_content form input{
    width: 100%;
    height: 50px;
    border-width: 1px;
    border-color: rgb(167, 167, 167);
    border-style: solid;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 18px;
    color: rgb(92, 92, 93);
    margin-top: 20px;
}
.in_popup_content form textarea{
    width: 100%;
    height: 115px;
    border-width: 1px;
    border-color: rgb(167, 167, 167);
    border-style: solid;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 18px;
    color: rgb(92, 92, 93);
    margin-top: 20px;
    padding-top: 10px;
}
.in_popup_content button{
    width: 100%;
    height: 50px;
    background-color: #fe5623;
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.in_popup_content button:hover {
    background-color: #b54524;
}
.check-agree{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 15px 0;
}
.check-agree ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}
:focus + label {
    outline: 3px solid #ccc;
}

[disabled] + label {
    opacity: 0.5;
}

[type="radio"],
[type="checkbox"] {
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
    position: absolute;
}

[type="radio"] + label,
[type="checkbox"] + label {
    cursor: pointer;
    margin-right: 20px;
    display: inline-block;
    font-size: 12px;
    color: rgb(92, 92, 93);

}
[type="radio"] + label,
[type="checkbox"] + label a{
    text-decoration: underline;
    color: rgb(92, 92, 93);
    font-size: 12px;
    margin-left: 30px;
}
[type="radio"] + label,
[type="checkbox"] + label a:hover{
    color: #fe5623;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
[type="radio"] + label::before,
[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    border-width: 1px;
    border-color: rgb(167, 167, 167);
    border-style: solid;
    border-radius: 3px;
    margin: -1px 7px 0 0;
    background-color: #FFFFFF;
    vertical-align: text-bottom;
    position: relative;
    top: 7px;
}

[type="radio"] + label::before {
    border-radius: 50%;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

[type="radio"]:checked + label::before {
    background: no-repeat center center / 0.8em;
    background-color: #666;
    background-image: -o-radial-gradient(center,circle,#fff 0%,#fff 50%,transparent 65%,transparent 100%);
    background-image: radial-gradient(circle at center,#fff 0%,#fff 50%,transparent 65%,transparent 100%);
}

[type="checkbox"] + label::before {
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

[type="checkbox"]:checked + label::before {
    background: no-repeat 50% 50% / 1em;
    background-color: #fe5623;
    border-width: 1px;
    border-color:#fe5623;
    border-style: solid;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cpath d='M12 2L5 8 2 5 0 7l5 6 9-9z' fill='white'/%3E%3C/svg%3E");
}


/* Checkbox that works like a switch */

[type="checkbox"] + label.switch {
    background: #999;
    width: 2.5em;
    height: 1em;
    margin: 0 6px;
    padding: 0;
    line-height: 1.15em;
    border-radius: 2px;
}

[type="checkbox"] + label.switch::before {
    background-color: #ddd;
    width: 1.25em;
    height: 1.6em;
    margin-top: -0.4em;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 2px;
    vertical-align: middle;
}

[type="checkbox"]:checked + label.switch {
    background: #090;
}

[type="checkbox"]:checked + label.switch::before {
    margin-left: 20px;
    background: #ddd;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}


/* Checkbox and Radio Buttons */

.radio-button + label, .check-button + label {
    margin: 0;
    padding: 0.2em 0.4em;
}

.check-button:checked + label, .radio-button:checked + label {
    background: #aaa;
}

.check-button + label::before, .radio-button + label::before {
    display: none;
}

/* Phone (Portrait) and narrow screen */
@media only screen and (min-width: 320px) and (max-width: 812px)  {
    [type="radio"] + label::before,
    [type="checkbox"] + label::before {
        margin-bottom: 0.2em;
    }

    [type="checkbox"] + label.switch::before {
        margin-top: -0.2em;
    }
}

/* Printing */
@media only print {
    [type="radio"] + label::before,
    [type="checkbox"] + label::before {
        border: 2px solid #999;
    }

    [type="radio"]:checked + label::before,
    [type="checkbox"]:checked + label::before {
        content: "✖";
        line-height: 0.8em;
    }
}
.close-popup {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 26px;
    font-size: 42px;
    color: rgb(218, 218, 218);
    width: 24px;
    font-size: 55px;
    height: 24px;
    z-index: 376;

}
/* Animations */
.fadeIn {
    animation: fadeIn 0.5s ease-in both;
    -webkit-animation: fadeIn 0.5s ease-in both;
}
@keyframes fadeIn {
    from { opacity: 0; }
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
}

.fadeOut {
    animation: fadeOut 0.5s ease-out both;
    -webkit-animation: fadeOut 0.5s ease-out both;
}
@keyframes fadeOut {
    to { opacity: 0; }
}
@-webkit-keyframes fadeOut {
    to { opacity: 0; }
}

.header_icons-mob{
    display: none;
}
/*<!-- ==================== -HTML5-HEADER-SECTION-END- ==================== -->*/

/*<!-- ==================== -HTML5-HEADER-SECTION-START- ==================== -->*/

.slider_section{
    width: 100%;

}
.slider_content{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider_content h2{
    font-size: 30px;
    color: rgb(15, 9, 10);
}
.slider_content h2 span{
    font-weight: bold;
    color: #fe5623;
    text-transform: uppercase;
}
.slider_content h3{
    font-size: 34px;
    font-weight: bold;
    color: rgb(15, 9, 10);
    padding-top: 20px;
}
.slider_container{
    width: 100%;
    min-height: 600px;
    margin-top: 55px;
}
.slider_block{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider_block .slick-center{
    width: 300px;
    height: 600px;
    top: 0;
}
.slider_box{
    width: 250px;
    min-height: 520px;
    background-image: url("../img/phone.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px;
}
.slider_box h2{
    font-size: 22px;
    font-weight: bold;
    color: rgb(254, 86, 35);
    line-height: 1.167;
    text-align: center;

}
.slider_box>p{
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.556;
    text-align: center;
    margin-top: 15px;
    padding: 0 10px;
}
.slider_text{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 35px;
}
.slider_text>img{
    width: 15px;
    height: 15px;
    margin: 0 7px;
}
.slider_text>p{
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.5;

}


.slider_block .slick-prev, .slider_block .slick-next {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 55%;
    margin-top: -15px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_block:hover .slick-next {
    opacity: 1;
}

.slider_block .slick-prev {
    left: 10px;
}

.slider_block .slick-next {
    right: 15px;
}

.slider_block .slick-prev:before, .slider_block .slick-next:before {
    width: 35px;
    height: 35px;
    font-size: 10px;
    z-index: 9999;
    opacity: .6;
    color: unset;
}
.slider_block .slick-prev:before {
    border-top: unset;
    border-left: unset;
    background-image: url("../img/arrow-2.svg");
    -webkit-transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;
    transform: rotate(180deg)!important;
    position: absolute;
}
.slider_block .slick-next:before {
    background-image: url("../img/arrow-2.svg");
    border-right: unset;
    border-bottom: unset;
    z-index: 9999;
    -webkit-transform: rotate(0deg)!important;
    -ms-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
    position: absolute;
}

.slider_block .slick-next {
    right: -25px;
    opacity: 1;
    top: 50%;
}

.slider_block .slick-prev {
    left: -50px;
    opacity: 1;
    top: 50%;
}
.order_button{
    max-width: 375px;
    width: 100%;
    height: 70px;
    border-radius: 10px;
    background-color: rgb(254, 86, 35);
    margin: 15px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.order_button:hover{
    background-color: #b54524;
}
.order_button a {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
}

/*<!-- ==================== -HTML5-HEADER-SECTION-END- ==================== -->*/

/*<!-- ==================== -HTML5-GIFT-SECTION-START- ==================== -->*/
.gift_section{
    width: 100%;
    background-color: #f7f7f7;
    padding: 75px 0;
    margin-top: 50px;

}
.gift_content{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gift_content h2{
    font-size: 30px;
    color: rgb(15, 9, 10);
}
.gift_content h3 span{
    font-weight: bold;
    color: #fe5623;
    text-transform: uppercase;
}
.gift_content h3{
    font-size: 34px;
    font-weight: bold;
    color: rgb(15, 9, 10);
    padding-top: 20px;
}

.name-workshop-duration__img{
    width: 100%;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.name-workshop-duration__img:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


}
.name-workshop-duration__img a{
    background-repeat: no-repeat;
    background-size: cover;
    width: 90px;
    height: 75px;
    position: relative;
    z-index: 8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.name-workshop-duration__img{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 575px;
    width: 100%;
    min-height: 325px;
    overflow: hidden;
    margin: 20px;
    border-radius: 10px;
}
.name-workshop-duration__img a:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.name-workshop-duration__box strong{
    display: block;
    margin-top: 25px;
    font-size: 24px;
    color: rgb(5, 5, 5);
    line-height: 1;
    text-align: center;

}
.name-workshop-duration__box p{
    font-size: 17px;
    color: rgb(5, 5, 5);
    line-height: 1;
    text-align: center;
    margin-top: 5px;
}
.video-photo{
    max-width: 1110px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px auto;
}

.v-img img{
    width: 257px;
    height: 257px;
}

.video-click{
    position: absolute;
}
.video_content{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 40px 0;
}
.video_box{
    max-width: 500px;
    width: 100%;
    min-height: 325px;
}
.gift_block{
    max-width: 570px;
    width: 100%;
    min-height: 325px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top:45px;
}
.gift_box{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gift_box>span{
    font-size: 100px;
    color: rgb(254, 86, 35);
    font-weight: 500;
}
.gift_box>p{
    max-width: 355px;
    width: 100%;
    font-size: 24px;
    color: rgb(92, 92, 93);
    line-height: 1.417;

}
.gift_box>p>span{
    color: rgb(254, 86, 35);
    font-weight: bold;
    text-transform: uppercase;
}
.gift_box>p>strong{
    font-weight: bold;
}
.gift-img{
    margin: 0 15px;
}
.gift_circle{
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.circle_img1{
    width: 100%;
    height: 135px;
    border-radius: 50%;
    background-image: url("../img/gift1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.circle_img2{
    width: 100%;
    height: 135px;
    border-radius: 50%;
    background-image: url("../img/gift2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.circle_img3{
    width: 100%;
    height: 135px;
    border-radius: 50%;
    background-image: url("../img/gift3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gift_circle p{
    font-size: 16px;
    color: rgb(92, 92, 93);
    line-height: 1.75;
    text-align: center;
    width: 90%;
}
/*<!-- ==================== -HTML5-GIFT-SECTION-END- ==================== -->*/

/*<!-- ==================== -HTML5-GALLERY-SECTION-START- ==================== -->*/
.gallery_section{
    width: 100%;
    padding: 75px 0;
}
.gallery_content{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gallery_content h2{
    font-size: 30px;
    color: rgb(15, 9, 10);
}
.gallery_content h3 span{
    font-weight: bold;
    color: #fe5623;
    text-transform: uppercase;
}
.gallery_content h3{
    font-size: 34px;
    font-weight: bold;
    color: rgb(15, 9, 10);
    padding-top: 20px;
}
.gallery_block{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallery_box{
    width: 30%;
    margin-top: 40px;
}
.gallery_img{
    border-radius: 10px;
}
.gallery_box>h3{
    font-size: 18px;
    color: rgb(12, 6, 9);
    line-height: 1.556;
    text-align: center;
    font-weight: bold;
}
.gallery_box>p{
    font-size: 16px;
    color: rgb(92, 92, 93);
    line-height: 1.556;
    text-align: center;
}
.gallery_text{
    max-width: 835px;
    width: 100%;
    margin: 40px auto;
}
.gallery_text p{
    font-size: 24px;
    color: rgb(12, 6, 9);
    line-height: 1.5;
    text-align: center;
}
/*<!-- ==================== -HTML5-GALLERY-SECTION-END- ==================== -->*/

/*<!-- ==================== -HTML5-SET-BOX-SECTION-START- ==================== -->*/
.set_section{
    width: 100%;
    padding: 75px 0;
    background-image: url("../img/mountain.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.set_content{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.set_content h3 span{
    font-weight: bold;
    color: #fe5623;
    text-transform: uppercase;
}
.set_content h3{
    font-size: 34px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 20px;
}
.set_block{
    width: 100%;
    min-height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px;
}
.set_photo{
    max-width: 400px;
    width: 100%;
    min-height: 520px;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 8px;
}
.in_set_photo{
    border-radius: 10px;
    border: 2px solid #fe5623;
    max-width: 395px;
    width: 100%;
    min-height: 515px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.set_photo_img{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.set_plus{
    width: 10%;
    min-height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.set_plus span{
    font-size: 150px;
    color: rgb(254, 86, 35);
    line-height: 0.187;
    text-align: center;
    font-weight: 400;
}
.set_boxes{
    max-width: 575px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.set_box{
    width: 270px;
    height: 160px;
    background: #FFFFFF;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
.set_box a{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
    padding: 20px;
}
.set_box_text{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}
.set_box_img{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.gift_image{
    width: 100px;
    height: 90px;
}
.arrow_img{
    width: 30px;
    height: 35px;
    margin-top: 15px;
}
.set_box_text h3{
    font-size: 16px;
    color: rgb(254, 86, 35);
    line-height: 1.5;
}
.set_box_text p{
    font-size: 16px;
    color: rgb(12, 6, 9);
    line-height: 1.5;
}
/*<!-- ==================== -HTML5-SET-BOX-SECTION-END- ==================== -->*/

/*<!-- ==================== -HTML5-EVIDENCE-SECTION-START- ==================== -->*/
.evidence_section{
    width: 100%;
    padding: 75px 0;
}
.evidence_content{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.evidence_content>h2{
    font-size: 30px;
    color: rgb(15, 9, 10);
    margin-top: 20px;
}
.evidence_content h3 span{
    font-weight: bold;
    color: #fe5623;
    text-transform: uppercase;
}
.evidence_content h3{
    font-size: 34px;
    font-weight: bold;
    color: rgb(15, 9, 10);
    padding-top: 20px;
    text-align: center;
}
.evidence_block{
    width: 100%;
    min-height: 590px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    margin: 50px auto;
}
.evidence_box{
    width: 33.3%;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.evidence_box>p{
    width: 100%;
    font-size: 24px;
    color: rgb(12, 6, 9);
    font-weight: bold;
    height: 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
}
.evidence_box>p:not(:last-child){
    border-bottom: 1px solid rgb(218, 218, 218);
}
.in_evidence_box{
    width: 100%;
    font-size: 24px;
    color: rgb(12, 6, 9);
    font-weight: bold;
    height: 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
}
.in_evidence_box img{
    width: 25px;
    height: 25px;
}
.in_evidence_box:not(:last-child){
    border-bottom: 1px solid rgb(218, 218, 218);
}
.in_evidence_box>p{
    font-size: 16px;
    color: rgb(12, 6, 9);
    margin-left: 15px;
    padding-right: 6px;
}
.dark_gray{
    background-color: #e7e4e4 !important;
}
.in_evidence_box h3{
    font-size: 36px;
    font-weight: bold;
    color: rgb(254, 86, 35);
    line-height: 1.333;
    text-align: center;
    margin-left: -10px;
}
.in_evidence_box>h2{
    font-size: 24px;
    color: rgb(12, 6, 9);
    padding-right: 20px;
}

/*<!-- ==================== -HTML5-EVIDENCE-SECTION-END- ==================== -->*/

/*<!-- ==================== -HTML5-COMMENT-SECTION-START- ==================== -->*/

.comment_section{
    width: 100%;
    padding: 75px 0;
    background-color: #f7f7f7;
}
.comment_content{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment_content>h2{
    font-size: 30px;
    color: rgb(15, 9, 10);
    margin-top: 20px;
}
.comment_content h3 span{
    font-weight: bold;
    color: #fe5623;
    text-transform: uppercase;
}
.comment_content h3{
    font-size: 34px;
    font-weight: bold;
    color: rgb(15, 9, 10);
    padding-top: 20px;
    text-align: center;
    width: 65%;
}
.comment_slider{
    width: 100%;
    min-height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 50px auto;
}
.comment_block{
    width: 45%;
    min-height: 340px;
}
.comment_box{
    width: 90%;
    min-height: 340px;
    background-color: #FFFFFF;
    border-bottom: 3px solid #fe5623;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
}
.comment_img{
    width: 95px;
    height: 85px;
}
.comment_img>img{
    width: 100%;
    height: 100%;
}
.comment_img_box{
    border: 2px solid #D6D1D1;
    padding-bottom: 10px;
}
.comment_img_box h4{
    color: #fe5623;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}
.comment_img_box p{
    color: grey;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.comment_img_box span{
    color: darkgreen;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
.comment_text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 20px;
}
.comment_text>a{
    color: #030202;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}
.comment_text>span{
    color: grey;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
}
.stars{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.stars img{
    margin-right: 1px;
}
.comment_icons{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment_plus{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 20px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment_plus>p{
    color: grey;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    text-transform: uppercase;
}
.comment_text>p{
    color: #030202;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    height: 91px;
    overflow-x: hidden;
    overflow-y: auto;

}
/* width */
.comment_text>p::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.comment_text>p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.comment_text>p::-webkit-scrollbar-thumb {
    background: #fe5623;
    border-radius: 10px;
}

/* Handle on hover */
.comment_text::-webkit-scrollbar-thumb:hover {
    background: #b54524;
}
.view{

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}
.view>p{
    font-size: 10px;
    font-weight: 500;
    color: grey;
    text-decoration: underline;
    margin-left: 5px;
}
.view>img{
    margin: 0 5px;
}
.view>span{
    font-size: 10px;
    font-weight: 500;
    color: grey;
    margin-left: 2px;
}
.comment_slider .slick-prev, .comment_slider .slick-next {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 55%;
    margin-top: -15px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment_slider:hover .slick-next {
    opacity: 1;
}

.comment_slider .slick-prev {
    left: 10px;
}

.comment_slider .slick-next {
    right: 15px;
}

.comment_slider .slick-prev:before, .comment_slider .slick-next:before {
    width: 35px;
    height: 35px;
    font-size: 10px;
    z-index: 9999;
    opacity: .6;
    color: unset;
}
.comment_slider .slick-prev:before {
    border-top: unset;
    border-left: unset;
    background-image: url("../img/arrow-2.svg");
    -webkit-transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;
    transform: rotate(180deg)!important;
    position: absolute;
}
.comment_slider .slick-next:before {
    background-image: url("../img/arrow-2.svg");
    border-right: unset;
    border-bottom: unset;
    z-index: 9999;
    -webkit-transform: rotate(0deg)!important;
    -ms-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
    position: absolute;
}

.comment_slider .slick-next {
    right: 0;
    opacity: 1;
    top: 50%;
}

.comment_slider .slick-prev {
    left: -50px;
    opacity: 1;
    top: 50%;
}
.comment_slider .slick-dots li button {
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
    background-color: #404041;

}
.comment_slider .slick-dots li.slick-active button {
    background-color: #fe5623;
    width: 15px;
    height: 15px;
}

.comment_slider .slick-dots li button {
    width: 10px;
    height: 10px;
}
.comment_slider .slick-dots li button{
    background-color: #D6D1D1;
}
.view img{
    width: 15px;
    height: auto;
}
/*<!-- ==================== -HTML5-COMMENT-SECTION-END- ==================== -->*/

/*<!-- ==================== -HTML5-FOOTER-SECTION-START- ==================== -->*/
footer{
    width: 100%;
    padding: 75px 0;
    background-image: url("../img/mauntain2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.footer_content{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_content>h3>span{
    font-weight: bold;
    color: #fe5623;
    text-transform: uppercase;
}
.footer_content>h3{
    font-size: 34px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 20px;
}
.footer_content>h2{
    font-size: 30px;
    color:#FFFFFF;
    margin-top: 20px;
}
.footer_content .set_plus {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px;
}
.numbers_block{
    max-width: 565px;
    width: 100%;
    min-height: 550px;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}
.number_box{
    width: 100%;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.number_box>h3{
    font-size: 36px;
    color: rgb(254, 86, 35);
    margin-right: 10px;
}
.number_box>img{
    margin-left: 20px;
    width: 100px;
    height: auto;
}
.form-control{
    width: 100%;
    height: 50px;
    border-width: 1px;
    border-color: rgb(167, 167, 167);
    border-style: solid;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 18px;
    color: rgb(92, 92, 93);
    margin-top: 20px;
}

/*<!-- ==================== -HTML5-FOOTER-SECTION-END- ==================== -->*/