@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:wght@300;400;700&display=swap');
body{
	min-width: 320px;
}
/*LOGO-Первый блок*/

.coll {
    text-align: center;
    color: #34495e;
    font-size: 16px;
    font-family:"Roboto - Regular", sans-serif;
    font-weight: 400;
   
}


.tel {
    position: relative;
    left: 2px;
    top: 0;
    color: #43b765;
}
.number {
    font-family: "Roboto - Bold", sans-serif;
    font-weight: 700;
}
input[type="text"] {
    text-decoration: none;
    background-color: #ecf0f1; 
    box-shadow: none;
    position: relative;
    
}
input[type="text"]::-moz-placeholder { color: #34495e; font-family: Roboto, serif; font-size: 14px; font-weight: 400; text-decoration: none;}
input[type="text"]::-webkit-input-placeholder { color: #34495e; font-family: Roboto, serif; font-size: 14px; font-weight: 400; text-decoration: none;}
input[type="text"]:-ms-input-placeholder { color: #34495e; font-family: Roboto, serif; font-size: 14px; font-weight: 400; text-decoration: none; }
input[type="text"]::-ms-input-placeholder { color: #34495e; font-family: Roboto, serif; font-size: 14px; font-weight: 400; text-decoration: none; }
input[type="text"]::placeholder { color: #34495e; font-family: Roboto, serif; font-size: 14px; font-weight: 400; text-decoration: none; }

.search {
    position: absolute;
    right: 10px;
    top: 37px;
    
}
.dd {
    color: black;
}
.form1:hover {
    background-color: #ecf0f1;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.login a {
    color: #34495e;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 53px;
    position: relative;
}
.login1 {
    position: absolute;
    top: 20px;
    left: 30px;
    transform: rotate(45deg);
}
a:hover {
    text-decoration: none;
}
.registration {
    color: #95a5a6;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 53px;
    position: relative;
}
.registration1  {
    color: #ecf0f1;   
    position: absolute;
    top: 19px;
    left: -15px;
}
.login:after {
    content:"";
    width: 1px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 27px;
    background-color: #ecf0f1;
}
.cart {
    position: relative;
    background-color: #ecf0f1;
}
.buy {
    color: #34495e;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 100px;
}
.buy1 {
   color: #2ecc71; 
}
.buy2 {
    color: #2ecc71;
    font-size: 24px;
    position: absolute;
    top: 12px;
    left: 32px;
}
.cart::before {
    content: "";
    width: 49px;
    height: 49px;
    position: absolute;
    top: 10px;
    left: 20px;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

/*НАВИГАЦИЯ*/
.fon_nav {
    background: #494254;
}
.navigation li a {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;  
    position: relative; 
}
ul>.nav1 a {
    color: #46895d;
}
.nav2 a::before{
    content: "";
    width: 10px;
    height: 11px;
    position: absolute;
    top: 23px;
    left: -5px;
    background: url(../image/sprites1.png);
}
/*Второй блок*/

.fon_block {
    position: relative;
    background: url(../image/fon1.png);
    z-index: 1;
}
.fon_block:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(46, 204, 113, .4);
    z-index: 2;
}
.fon_container {
    position: relative;
    z-index: 3;
}

.fon_ul {
    background-color: rgb(238, 216, 216);
}

.catalog a {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    background: #43b765;
}
.catalog a::before {
    content: "";
    width: 19px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 55px;
    background: url(../image/sprites2.png);
}

.catalog1 {
    color: #34495e;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    position: relative;
}
.cat::before {
    content: "";
    width: 233px;
    height: 1px;
    position: absolute;
    background-color: #2ecc71;
}
.circle {
    width: 5px;
    height: 5px;
    display: block;
    background-color: #2ecc71;
    position: absolute;
    top: 24px;
}

.fon_catalog {
    color: #fff;
    background-color: #34495e;
}
.print {
    line-height: 15px;
    display: block;
}
.menu_li{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 53px;
    background-color: #2ecc71;
}
.menu_li a:hover {
    background-color: #2e9c5c;
    
}
.right_doun {
    position: relative;    
}
.menu_li {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    z-index: 15;
}

.right_doun:hover ul {
    display: block;
    transition: all 2s ease;
}
.color {
    position: relative;
    color: #fff;
}
.color1::after {
    content: "";
    width: 215px;
    height: 1px;
    left: 3px;
    position: absolute;
    background-color: #fff;
    
}
.color2::after {
    content: "";
    width: 215px;
    height: 1px;
    left: 3px;
    top: -5px;
    position: absolute;
    background-color: #fff;
    
}
.color::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 27px;
    left: 8px;
    
}
.fon_stock {
    width: 100%;
    height: 475px;
    
} 
.slide_stock {
    position: relative;
}
.stock_text {
    position: absolute;
    top: 5px;
    right: 0;
   
}

.name_text {
    color: #34495e;
    font-family: Roboto, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 53px;
    text-transform: uppercase;
}
.text_name {
    color: #34495e;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase;
}
.btn-color {
    width: 171px;
    height: auto;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #34495e;
}
.btn-color:hover {
    background-color: #2ecc71;
}


/*Третий блок*/
.fon_adv {
    width: 100%;
    
    background-color: #ecf0f1;
}
.advantages {
    color: #34495e;
    font-family: Roboto, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 53px;
    text-transform: uppercase;
}
.info {
    color: #34495e;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}
/*Четвертый блок*/
.left {
    width: 41px;
    height: 41px;
    color: #34495e;
    background-color: #ecf0f1;
}
.right {
    width: 41px;
    height: 41px;
    color: #ffffff;
    background-color: #34495e;
}
/*Первая картинка*/
.hit a {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    padding: 5px 25px 5px 25px;
   
    text-transform: uppercase;
    background-color: #34495e;
}
.hit2 a {
     position: relative;
}

.hit1 a {
    color: #34495e;
    padding: 5px 60px 5px 60px;
    border: 2px solid #ecf0f1;
    background-color: #ecf0f1;
}
.basket {
    position: relative;
    
    background-color: #ffffff;   
}
.basket:after {
    content:"";
    width: 56px;
    height: 56px;
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 0 100% 100% 100%;
    transform:rotateZ(90deg);
    background-color: rgb(230, 126, 34); 
    z-index: 8;
}
.basket::before {
    content:"";
    width: 56px;
    height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    background-color: rgba(230, 126, 34, .25); 

}
.btn_basket {
    color: #1abc9c;
    font-family: Roboto, sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    background-color: #ecf0f1;
}
.img-hit {
    
    position: absolute;
    left: 237px;
    top: 12px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    z-index: 9;
}

.btn_basket:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 1px;
    left:-16px;
    border-radius: 0 100% 100% 100%;
    transform:rotateZ(-89deg);
    background-color:#1abc9c; 
    
}
.btn_basket:after {
    content: "";
    width: 16px;
    height: 12px;
    position: absolute;
    top: 7px;
    left: -7px;
    border-right: 4px solid #ffffff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    
}

.text_form {
    color: #34495e;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-indent: 10px;
}
.span_price {
    display:block;
    color: #2ecc71;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}
.btn_basket2 {
    color: #ffffff;
    display: block;
    margin: 0 auto;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 6px 30px;
    background-color: #34495e;
}
.buy_basket a {
    color: #2ecc71;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: dashed;
    position: relative;
    
}
.buy_basket a:before {
    content: "";
    width: 155px;
    height: 17px;
    position: absolute;
    top: 5px;
    border-bottom: 2px dashed  #2ecc71;
}



.border_basket {
    border: 1px solid #2ecc71;
    border-bottom: none;
    
}

/*Вторая картинка*/

.new_price {
    color: #bdc3c7;
    font-family: "Roboto Light";
    font-weight: 300;
    text-decoration: line-through;
    
}
.buy_basket2 a {
    color: #95a5a6;
    position: relative;
}
.buy_basket2 a:before {
    content: "";
    width: 155px;
    height: 17px;
    position: absolute;
    top: 5px;
    border-bottom: 2px dashed  #95a5a6;
}



.second_basket {
    border: 1px solid #ecf0f1;
}
.btn_no {
    color:#e74c3c;
}
.btn_no:before {
background-color:#e74c3c;
}
/*Все хиты*/
.all_hit a {
    color: #34495e;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    
}
.all_hit a::before {
    content: "";
    width: 97px;
    height: 14px;
    position: absolute;
    top: 10px;
    border-bottom: 2px dashed #34495e;
}
/*Пятый блок*/
.about_us {
    position: relative;
    background: url(../image/about.png) no-repeat;
    z-index: 11;
}
.about_us:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(46, 204, 113, 0.65);
    z-index: 12;
}
.about_text {
    position: relative;
    z-index: 13;
    
}
.about {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 53px;
    text-transform: uppercase;
}

.img_about {
   
   float: right;
}
.text_aboutus {
    
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

/*Шестой блок*/

.news_text {
    color: #34495e;
    font-family: Roboto, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 53px;
    text-transform: uppercase;
}

.team_item h3 {
   
    color: #34495e;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.img_news {
    border: 1px solid #2ecc71;
}
.time {
    color: #2ecc71;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.news_form {
    color: #34495e;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.read a {
    color: #34495e;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
}
.read a::before {
    content: "";
    width: 100px;
    height: 13px;
    position: absolute;
    top: 10px;
    border-bottom: 2px dashed #34495e;
}
.read1 a {
    color: #2ecc71;
    position: relative;
}
.read1 a::before {
    border-bottom: 2px dashed #2ecc71;;
}

.news_button {
    width: 36px;
    height: 36px;
    position: relative;
    background-color: #34495e;
}

.down {
    color: #fff;
}
.news_button:hover {
    background-color: #2ecc71;
}
.down1 {
    position: absolute;
    top: 3px;
    left: 10px;
}
/*Footer*/
.footer_fon {
    background: #494254;
}
.footer_nav a {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}
.footer_nav2>a .nav-link {
    color: #2ecc71;
    
}
.footer_tel {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    font-family: "Roboto - Bold";
    font-weight: 700;
}
.last {
    font-family: "Roboto - Regular", sans-serif;
    font-weight: 400;
}
.mail a {
    color: #2ecc71;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.coll_me {
    color: #2ecc71;
    
}
.social li {
    position: relative;
    top: 70px;
}
.social li a::before {
    content: "";
    width: 300px;
    height: 100px;
    position: absolute;
    top: 0;
    background: url(../image/css_sprites4.png) no-repeat;
}

.home {
    color: #2ecc71;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.home2 {
  background-color: #2c3e50; 
}
 




/*MEDIA*/

@media only screen and (max-width : 768px) {
.us-tel {
    margin: 0 auto;
}
.advantages {
    margin: 0;
    padding: 0;
}
.name_text {
    font-size: 35px;
    line-height: 40px;
}
.text_name {
    font-size: 20px;
    line-height: 22px;
    
}
.about {
    font-size: 35px;
    line-height: 40px;
    
}
.img_about {
    float: none;
    padding-top: 5px;
    margin: 0 auto;
}
}



@media only screen and (max-width : 480px) {
.logo a {
    width: 200px;
    height: 80px;
    }
.us-tel {
    margin: 0 auto;
}
.advantages {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}
.pagination {
    display: inline;
}
.about {
    font-size: 35px;
    line-height: 40px;
    
}
.img_about {
    float: none;
    padding-top: 5px;
    margin: 0 auto;
}
.menu_li {
    top: 100%;
    left: 0;
    
}
}

@media only screen and (max-width : 320px) {
.logo a {
    width: 200px;
    height: 80px;
}
.us-tel {
    margin: 0 auto;
}
.advantages {
    margin: 0;
    padding: 0;
}
.img_about {
    float: none;
    padding-top: 5px;
    margin: 0 auto;
}
.menu_li {
    top: 100%;
    left: 0;
    
}
}




































