* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}
*:focus {
    outline: none !important;
}
html,
body {
	height: 100%;
}
html {
    /*background-image: url(../Checkout-1920.jpg);
    background-repeat: no-repeat;
    background-position: top center;*/
}
body {
    /*opacity: .8;*/
    overflow-x: hidden;
    width: 100%;
}
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
}
.c-hamburger {
    display: none;
}

/*==========  header  ==========*/
.header {
    flex: 0 0 auto;
}

/*==========  top-line  ==========*/
.top-line {
    background-color: #000;
}
.top-line__container {
    width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}
.top-line__logo {
    display: table;
    margin-right: 20px;
}
.top-line__logo img {
    display: block;
}
.top-line__search {
    width: 341px;
    position: relative;
}
.top-line__search input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #C7C7C7;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    font-family: "Montserrat-Regular";
    padding-left: 7px;
    height: 24px;
    padding-bottom: 3px;
    transition: all .3s;
}
.top-line__search input:focus {
    border-bottom: 1px solid #fff;
}
.top-line__search input::placeholder {
    color: #C7C7C7;
    transition: all .3s;
}
.top-line__search input:focus::placeholder {
    opacity: .4;
}
.top-line__search button {
    position: absolute;
    top: -3px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    background-image: url(../img/ico-search.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: .8;
    transition: opacity .3s; 
}
.top-line__search input:focus ~ button {
    opacity: 1;
}
.top-line__tel {
    margin-left: 17px;
}
.top-line__tel a {
    color: #FFC500;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    font-family: "Montserrat-Bold";
    padding-left: 32px;
    background-image: url(../img/ico-tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    letter-spacing: 1px;
}
.top-line__tel a span {
   /* background-image: linear-gradient(#FFC500, #FFC500);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;*/
}
.top-line__tel a:hover span {
 /*   background-size: 100% 1px;*/
}
.top-line__lang {
    
}
.top-line__lang a {
    color: #fff;
    font-family: "Montserrat-Bold";
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.top-line__lang a:hover {
    background-size: 100% 1px;
}

.top-line__lang a img {
	width: 20px;
}

.top-line__lang a.active {
    color: #FFC500;
    cursor: default;
}
.top-line__lang a.active:hover {
    background-size: 0% 1px;
}
.top-line__lang a + a {
    margin-left: 30px;
}
.top-line__btn {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    display: table;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 15px;
    border: 2px solid #fff;
    border-radius: 22px;
    font-family: "Montserrat-Bold";
    transition: all .3s;
    margin-left: 17px;
}
.top-line__btn:hover {
    color: #FFC500;
    border-color: #FFC500;
}
.search__btn {
    display: none;
}

/*==========  top-nav  ==========*/
.top-nav {
    background-color: #FFC500;
}
.top-nav__container {
    width: 1260px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.top-menu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.top-menu > li {
    font-family: "Montserrat-Bold";
    position: relative;
}
.top-menu > li > a {
    color: #282828;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    padding: 19px 30px;
    display: table;
    transition: all .3s;
    box-sizing: border-box;
    border-left: 1px solid #FFC500;
    border-right: 1px solid #FFC500;
}
.top-menu > li > a:hover,
.top-menu > li.active > a,
.top-menu > li.open > a {
    background-color: #fff;
    color: #FFC500;
}
.top-menu > li.top-menu__cart > a {
    padding-right: 59px;
    background-image: url(../img/cart.png);
    background-repeat: no-repeat;
    background-position: right 33px center;
}
.top-menu > li.top-menu__cart span {
    position: absolute;
    top: 7px;
    right: 21px;
    width: 20px;
    height: 20px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    color: #FFC500;
    font-family: "Montserrat-SemiBold";
    text-align: center;
    transition: all .3s;
}
.top-menu > li.top-menu__cart > a:hover,
.top-menu > li.top-menu__cart.active > a {
    background-image: url(../img/cart-active.png);
}
.top-menu > li.top-menu__cart:hover span,
.top-menu > li.top-menu__cart.active span {
    color: #fff;
    background-color: #FFC500;
}
.top-menu > li.top-menu__login > a {
    padding-right: 59px;
    background-image: url(../img/login.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
}
.top-menu > li.top-menu__login > a:hover,
.top-menu > li.top-menu__login.active > a,
.top-menu > li.top-menu__login.open > a {
    background-image: url(../img/login-active.png);
}
.top-menu__login.dropdown .dropdown-menu {
    right: 0;
}
.top-menu > li.top-menu__profil > a {
    padding-right: 54px;
    background-image: url(../img/person.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
    text-transform: none;
    text-decoration: underline;
}
.top-menu > li.top-menu__profil > a:hover,
.top-menu > li.top-menu__profil.active > a,
.top-menu > li.top-menu__profil.open > a {
    background-image: url(../img/person2.png);
}
.top-menu__profil.dropdown .dropdown-menu {
    right: 0;
}
.top-menu li.dropdown {
    position: relative;
}
.top-menu ul.dropdown-menu{
    position: absolute;
    min-width: 190px;
    width: 100%;
    display: none;
    background-color: #fff;
    padding: 14px 20px;
    list-style: none;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
    z-index: 20;
}
.top-menu ul.dropdown-menu > li{
    /*white-space: nowrap;*/
    padding-top: 3px;
    padding-bottom: 3px;
}
.top-menu .dropdown-menu > li > a {
    color: #282828;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat-Regular";
    text-decoration: none;
    /*background-image: linear-gradient(#282828, #282828);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;*/
}
.top-menu .dropdown-menu > li > a:hover {
    /*background-size: 100% 1px;*/
	
	text-decoration: underline;
}
.top-menu-left__footer {
    display: none;
}

.top-menu .dropdown.big-menu {
    position: static;
}
.top-menu .big-menu > ul {
    list-style: none;
    left: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
}
.top-menu .big-menu ul li {
    display: block;
    max-width: 248px;
    white-space: initial;
    float: left;
}
.top-menu .big-menu ul.dropdown-menu > li > a {
    font-size: 16px;
    line-height: 17px;
    font-family: "Montserrat-Bold";
    color: #282828;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all .3s;
    background-size: 0;
}
.top-menu .big-menu ul.dropdown-menu > li > a:hover .big-menu__link,
.top-menu .big-menu ul.dropdown-menu > li.active > a .big-menu__link {
    color: #FFC500;
}
.top-menu .big-menu ul.dropdown-menu > li > a:hover .big-menu__ico,
.top-menu .big-menu ul.dropdown-menu > li.active > a .big-menu__ico {
    background-color: #FFC500;
}
.top-menu .big-menu__ico {
    width: 60px;
    height: 60px;
    display: block;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: background-color .3s;
    overflow: hidden;
}
.top-menu .big-menu__link {
    width: calc(100% - 60px);
    padding-left: 15px;
    transition: all .3s;
}
.top-menu .big-menu__sub {
    overflow: hidden;
    padding-left: 71px;
}
.top-menu .big-menu__sub li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-menu .big-menu ul.dropdown-menu .big-menu__sub li a {
    font-size: 14px;
    line-height: 16px;
    font-family: "Montserrat-Regular";
    color: #282828;
    text-decoration: none;
   /*background-image: linear-gradient(#282828, #282828);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;*/
}
.top-menu .big-menu ul.dropdown-menu .big-menu__sub li a:hover {
   /* background-size: 100% 1px;*/
   text-decoration: underline; 
}
.top-menu .big-menu ul.dropdown-menu .big-menu__sub li.active a{
    font-family: "Montserrat-Bold";
}

.form-login {
    display: flex;
    flex-direction: column;
    width: 170px;
}
.form-login input {
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    font-family: "Montserrat-Regular";
    width: 100%;
    padding-bottom: 4px;
    margin-bottom: 20px;
}
.form-login input::placeholder {
    color: #5E5E5E;
    opacity: 1;
    transition: all .3s;
}
.form-login input:focus::placeholder {
    opacity: 0.2;
}
.form-login button {
    display: table;
    color: #282828;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat-Bold";
    background-color: #FFC500;
    border-radius: 100px;
    padding: 6px 10px;
    width: 109px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 2;
    transition: color .3s;
    border: none;
    cursor: pointer;
    margin-bottom: 13px;
}
.form-login button::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: -5px;
    left: -5px;
    background-color: transparent;
    border: 2px solid #FFC500;
    border-radius: 100px;
    z-index: 1;
}
.form-login button:hover {
    color: #fff;
}
.form-login__link {
    color: #5E5E5E;
    font-size: 12px;
    line-height: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline-block;
    font-family: "Montserrat-Regular";
    transition: all .3s;
}
.form-login__link:hover {
    color: #282828;
}


/*==========  section-1  ==========*/
.section-1 {
    display: block;
    width: 100%;
    position: relative;
	background: url(../img/img-1.png);
	background-size: cover;
}

.section-1__content {
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-1__title {
    font-size: 60px;
    line-height: 66px;
    color: #FFC500;
    font-family: "Montserrat-Regular";
    text-align: center;
    margin-bottom: 38px;
    margin-top: 78px;
    font-weight: 600;
}

.text_wrap {
	border-radius: 20px;
	padding: 30px;
	background: rgba(255,255,255,0.8);
	max-width: 800px;
	margin: 30px auto;
}

.text_wrap p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat-Regular";
    color: #121212;
	text-align: justify;
}
.text_wrap p + p {
    margin-top: 24px;
}




/*==========  content  ==========*/
.content {
	flex: 1 0 auto;
    background: linear-gradient(to right, #F5F5F5 0%, #F5F5F5 50%, #fff 50%, #fff 100%);
}


/*==========  footer  ==========*/
.footer {
    background-color: #000;
    padding-top: 39px;
    padding-bottom: 20px;
    flex: 0 0 auto;
}
.footer__container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.footer__item1 {
    width: 34%;
}
.footer__item2 {
     width: 19%;
}
.footer__item3 {
     width: 15%;
}
.footer__item4 {
    width: 25%;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-family: "Montserrat-Regular";
    text-align: right;
    align-self: center;
}
.footer__item4 a {
    color: #fff;
    text-decoration: none;
    background-image: url(../img/logo-cursor.png);
    background-repeat: no-repeat;
    background-position: right 3px center;
    padding-right: 20px;
    margin-top: 5px;
    display: inline-block;
}
.footer__item4 a span {
    text-decoration: underline;
}
.footer__title {
    font-size: 18px;
    line-height: 19px;
    color: #FFC500;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    margin-bottom: 14px;
}
.footer__address {
    font-size: 12px;
    line-height: 29px;
    color: #fff;
    font-family: "Montserrat-Regular";
    background-image: url(../img/ico-address.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
.footer__tel {
    background-image: url(../img/ico-tel2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
.footer__tel,
.footer__tel a {
    font-size: 12px;
    line-height: 29px;
    color: #fff;
    font-family: "Montserrat-Regular";
    text-decoration: none;
    transition: color .3s;
    display: inline-block;
}
.footer__tel a:hover {
    color: #FFC500;
}
.footer__mail {
    font-size: 12px;
    line-height: 29px;
    color: #fff;
    font-family: "Montserrat-Regular";
    text-decoration: underline;
    transition: color .3s;
    background-image: url(../img/ico-mail.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    display: inline-block;
}
.footer__mail:hover {
    color: #FFC500;
}
.footer__menu li {
    padding-top: 3px;
    padding-bottom: 3px;
}
.footer__menu li a {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-family: "Montserrat-Bold";
    text-decoration: underline;
    transition: color .3s;
}
.footer__menu li a:hover {
    color: #FFC500;
}

.table-responsive::-webkit-scrollbar {
    width: 10px;
	height: 5px;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #FFC500;
}