/*ul.topmenu {
    list-style: none;
    display: block;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

ul.topmenu li {
    position: relative;
    padding: 0 5px;
}

ul.topmenu li a {
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 500;
	font-size: 34px;
	line-height: 41px;
	letter-spacing: 0.0025em;

    text-align: center;
}

ul.topmenu li a i {
    display: block;
    width: 20px;
    margin: 0px auto;
    height: 2px;
    background: none;
    position: relative;
    top: -18px;
}

ul.topmenu li a:hover {
    text-decoration: none;
}

ul.topmenu li a:hover i {
    background: #fff;
}

ul.topmenu li a.select {
    color: #e0b49c;
}

ul.topmenu li a.select i {
    background: #e0b49c;
}

ul.topmenu li a.select:hover {
    color: #e0b49c;
}

ul.topmenu li a.select:hover i {
    background: #e0b49c;
}

@media screen and (max-width: 1030px) {
  a.gamburg {
        width: 34px;
        height: 31px;
        background: url("images/burg.png") no-repeat;
        background-size: contain;
        float: right;
        display: block;
        margin: 15px 20px 0px 0px;
    }

    a.mobile {
        display: block;
        position: relative;
        z-index: 470;
        background: url("images/close.svg") no-repeat;
        background-size: contain;
    }

    ul.topmenu {
        display: none;
        position: fixed;
        z-index: 460;
        top: 0;
        right: 0;
        width: 100%;
        height: 200%;
        background: #717171;
        border-radius: 0px 0px 0% 50%;
    }

    ul.topmenu li {
        width: 100%;
        padding: 20px 35px 0px 0px;
        height: auto;
    }

    ul.topmenu li:first-child {
        margin-top: 130px;
    }

    ul.topmenu li a {
        height: auto;
        display: block;
        text-align: right;
        line-height: 20px;
        font-size: 16px;
    }

    ul.topmenu li a i {
        display: none;
    }
}*/

a.gamburg {
		display: none;
  }

ul.topmenu li a {
		display: block;
		position: relative;
		text-decoration: none;
		text-align: center;
		color: white;
  }

ul.topmenu li a i {
		display: none;
		width: 20px;
		margin: 0px auto;
		height: 2px;
		background: none;
		position: relative;
		top: -18px;
  }
  
 ul.topmenu li a:hover {
		text-decoration: none;

  }
  
 ul.topmenu li a:hover i {
		background: #fff;
  }
  
 ul.topmenu li a.select {
		color: white;
  }

  /* для меню */

  #mobi {
	display: none;
}
  
 @media screen and (max-width: 1030px) {
a.gamburg {
			 width: 34px;
			 height: 31px;
			 background: url("images/gamb.svg") no-repeat;
			 background-size: contain;
			 float: right;
			 display: block;
			 margin: 15px 20px 0px 0px;
		}
  
#mobi {
			 display: block;
			 position: relative;
			 z-index: 470;
			 background: url("img/close.svg") no-repeat;
			 background-size: contain;
		}

		 /* для меню */
  
ul.topmenu {
			 display: none;
			 position: fixed;
			 z-index: 460;
			 top: 0;
			 right: 0;
			 width: 100%;
			 height: 100%;
			 background: black;
			 flex-direction: column;
          justify-content: space-evenly;
			 
		}

ul.topmenu li a {
			 height: auto;
			 display: block;
			 text-align: right;
			 line-height: 20px;
			 font-size: 24px;
			 color: white !important;
		}
  
ul.topmenu li a i {
			 display: none;
		}
  }