* {
    box-sizing: border-box;
    margin: 0;
}

.video_block {
    height: 100vh;
    width: 100%;
    position: relative;
}
.to_contact:hover{
    cursor: pointer;
}
.to_contact {
    font-weight: bold;
}

.alebo {
	text-align: center;
	max-width: 507px;
	margin: auto;
}

.video_block .video_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.container {
    z-index: 3;
    max-width: 1440px;
    margin: 0 auto;
}

.modal_block {
    box-sizing: border-box;
    display: none;
    position: absolute;
    bottom: 300px;
    left: 50%;
    transform: translate(-50%, -0%);
    padding: 50px 75px;
    z-index: 3;
    background: white;
    z-index: 9999999999;
    max-width: 1280px;
}
.modal_block .title{
    font-style: normal;
    font-weight: bold;
    font-size: 77px;
    line-height: 137.34%;
    padding-bottom: 40px;


    text-align: center;

    color: #000000;
}


.close-modal:hover {
    transition: 1s;
}

.modal-bg {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    display: none;
    z-index: 9999999999;
}


/* modal end  */

body {
    font-family: 'Montserrat', sans-serif !important;
    position: relative;
}

header {
    position: absolute;
    width: 100%;
}

.container .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    position: relative;
}

.container .nav .menu a {
    text-decoration: none;
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 0 12px;
    text-shadow:
            -0   -1px 0   #000000,
            0   -1px 0   #000000,
            -0    1px 0   #000000,
            0    1px 0   #000000,
            -1px -0   0   #000000,
            1px -0   0   #000000,
            -1px  0   0   #000000,
            1px  0   0   #000000,
            -1px -1px 0   #000000,
            1px -1px 0   #000000,
            -1px  1px 0   #000000,
            1px  1px 0   #000000,
            -1px -1px 0   #000000,
            1px -1px 0   #000000,
            -1px  1px 0   #000000,
            1px  1px 0   #000000;
}
.container .nav .menu a:hover {
    cursor: copy;

}
.container .nav .menu a.brd {
    border-right: 1px solid #F5BA48;
    border-left: 1px solid #F5BA48;
}

.container .nav .menu a:last-child {
    border-left: 1px solid #F5BA48;
}

.container .nav .menu_btn span {
    margin: 2px 0;
}

.container .nav .menu_btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    cursor: pointer;
}

.container .nav .open_menu {
    display: none;
    position: absolute;
    right: 40px;
  /*  bottom: -155px;*/
	margin-top: 100px;
}

.container .nav .open_menu .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 25px 25px;
}

.container .nav .open_menu .content a {
    text-decoration: none;
    color: black;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 5px 0;
}

.active {
    display: block!important;

}

.container .nav .menu_btn .tp {
    height: 2px;
    width: 24px;
    background-color:  #F5BA48;
}

.container .nav .menu_btn .bt {
    height: 2px;
    width: 19px;
    background-color:  #F5BA48;
}


.container .focont {
	margin: auto;
    max-width: 507px;
}


@keyframes bounce_btn {
    from{
        bottom: 35px;
    }
    50%{
        bottom: 50px;
    }
    to {
        bottom: 35px;


    }
}
.button-modal:hover{
    cursor: pointer;

}
.container .down {
    position: absolute;
    left: 50%;
    bottom: 65px;
    animation-name: bounce_btn;
    animation-timing-function: linear;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;

}

.slider_top {
    background: #FFD074;
}

.container .slider_brand {
    padding: 32px 0;
}


.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}

.slick-track {
    display: flex;
    align-items: center;
}

.slider_btm {
    padding-top: 160px;
    position: relative;
  /*  margin-bottom: 162px;*/
}


.button-modal{
    color: white;
}

.slider_btm .container .comment {
    max-width: 846px;
    min-height: 360px;
    padding: 50px;
    background: #F0F0F0;
    position: relative;
    margin: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slider_btm .container .comment::before {
    content: url('img/before.png');
    position: absolute;
    top: -25px;
    left: -37px;
    z-index: 1;
}

.slider_btm .container .comment::after {
    content: url('img/after.png');
    position: absolute;
    bottom: -30px;
    right: -35px;
    z-index: 1;
}

.slider_btm .container .comment .text {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 137.34%;
    margin-bottom: 40px;
}

.slider_btm .container .comment .person{
    display: flex;
    align-items: center;
}

.slider_btm .container .comment .person img {
    border-radius: 100%;
    margin-right: 15px;
    width: 80px;
}

.slider_btm .container .comment .person .info {
    font-size: 20px;
    font-weight: 600;
}


.slider_btm .container {
    position: relative;
}

.prev, .next {
    position: absolute;
    cursor: pointer;
    top: 200px;
}

.prev {
    left: 170px;
}

.next {
    right: 170px;
}

.contacts .container .title {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 43px;
}

.contacts .container .choice {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.select {
    display: block;
    max-width: 507px;
    width: 100%;
    position: relative;
    background: #F0F0F0;
}

.new-select {
    position: relative;
    border: 1px solid #ced4da;
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    background: #F0F0F0;
}

.new-select__list {
    position: absolute;
    top: 45px;
    left: 0;
    border: 1px solid #ced4da;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #F0F0F0;
    user-select: none;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #BDBDBD;
}

.new-select__item span:hover {
    color: #12b223;
}

.new-select:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    background: url('img/Vector.png') no-repeat right center;
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

form input {
    width: 100%;
    max-width: 507px;
}

form .text, .phone, .email {
    background: #F0F0F0;
    border: 1px solid #BDBDBD;
    padding: 16px;
    font-size: 14px;
    color: #9F9F9F;
}

form .phone {
    margin: 20px 0;
}

form .btn {
    margin-top: 40px;
    padding: 14px;
    border: none;
    background: #FFD074;
    border-radius: 12px;
    color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 160.4%;
    cursor: pointer;
}

form p {
    margin-top: 12px;
    max-width: 507px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 160.4%;
    text-align: center;
}

footer {
    margin-top: 200px;
}

footer .footer_top {
    background: #383838;
    padding: 64px 0;
}

footer .footer_top .container {
    display: flex;
    justify-content: space-around;
    align-items: center;

}

footer .footer_top .container .phone_info, .email_info {
    display: flex;
}

footer .footer_top .container .phone_info a {
    text-decoration: none;
    color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 137.34%;
    padding: 0 8px;
}

footer .footer_top .container .phone_info a:last-child {
    margin-right: 45px;
}

footer .footer_top .container .left_side_wrap{
    display: flex;
    align-items: center;
}
footer .footer_top .container .email_info a {
    text-decoration: none;
    color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 137.34%;
    padding: 0 8px;
}

footer .footer_btm {
    padding: 25px 0;
    background: #3C3C3C;
}

footer .footer_btm p {
    text-align: center;
    color: white;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 137.34%;
}

@media (max-width: 1500px) {
    .container {
        padding: 0 20px;
    }
}

@media (max-width: 1200px) {
    .next {
        right: 90px;
    }
    .prev {
        left: 90px;
    }
}

@media (max-width: 1150px) {
    .next {
        right: 40px;
    }
    .prev {
        left: 40px;
    }
}

@media (max-width: 1025px) {
.alebo {
	text-align: center;
	max-width: 507px;
	margin: auto;
}
}

@media (max-width: 850px) {
    .prev, .next {
        top: 250px;
    }
    footer .footer_top .container {
        flex-direction: column;
        justify-content: center;
    }
    footer .footer_top .container .left_side_wrap {
        flex-direction: column;
        justify-content: center;
    }
    footer .footer_top .container .phone_info a:last-child {
        margin-right: 0;
    }
    footer .footer_top .container .phone_info, .email_info {
        margin-bottom: 24px;
    }
	.container .focont {
	margin: auto;
    max-width: 507px;
}
}

@media (max-width: 790px) {
    .slider_top .container img {
        max-width: 120px;
    }
    .container .slider_brand {
        padding: 5px;
    }
	.container .focont {
	margin: auto;
    max-width: 507px;
}
.alebo {
	max-width: 507px;
	margin: auto;
}
}

@media (max-width: 700px) {
    .prev, .next {
        top: 190px;
    }
    .slider_btm {
        padding-top: 100px;
    }
    .slider_btm .container .comment {
        margin: 0;
    }

    .slider_btm .container .comment::before, ::after {
        display: none;
    }
    .prev {
        left: 4px;
    }

    .next {
        right: 4px;
    }
	.container .focont {
	margin: auto;
    max-width: 507px;
}
}

@media (max-width: 670px) {
    .menu {
        position: absolute;
        top: 150px;
        left: 14%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
	.container .focont {
	margin: auto;
    max-width: 507px;
}
.alebo {
	text-align: center;
	max-width: 507px;
	margin: auto;
}
}


@media (max-width: 600px) {
    .menu {
        left: 9%;
    }

    .container {
        padding: 0 20px;
    }
.alebo {
	text-align: center;
	max-width: 507px;
	margin: auto;
}
}

@media (max-width: 600px) {
	.container .focont {
	margin: auto;
    max-width: 507px;
}
}

@media (max-width: 560px) {
    .container .nav .menu a {
        padding: 0 4px;
    }

    .menu {
        left: 8%;
    }
	.container .focont {
	margin: auto;
    max-width: 507px;
}
.alebo {
	text-align: center;
	max-width: 507px;
	margin: auto;
}
}

@media (max-width: 480px) {

    .video_block {
        height: 55vh;
    }
    .slider_btm {
        padding-top: 10px;
    }
	.container .focont {
	margin: auto;
    max-width: 507px;
}
.alebo {
	text-align: center;
	max-width: 507px;
	margin: auto;
}
}
