/*@font-face{font-family:"Century Gothic";src: url("../fonts/century_gothic.ttf");font-weight: normal;font-style: normal;}*/
/*body {
	font-family: "Century Gothic";
}*/
/*Цветовые настройки*/
.social-icon{display: inline-block;background-size: 32px;width: 32px;height: 32px;transition: all 200ms linear;}
.social-icon:hover{border-radius: 5px;}
.ico-facebook{background-image: url(/images/social-icons/facebook-h.svg);}
.ico-vk{background-image: url(/images/social-icons/vk-h.svg);}
.ico-twitter{background-image: url(/images/social-icons/twitter-h.svg);}
.ico-skype{background-image: url(/images/social-icons/skype-h.svg);}
.ico-viber{background-image: url(/images/social-icons/viber-h.svg);}
.ico-telegram{background-image: url(/images/social-icons/telegram-h.svg);}
.ico-youtube{background-image: url(/images/social-icons/youtube-h.svg);}
.ico-pinterest {background-image: url(/images/social-icons/pinterest-h.svg);}

.ico-facebook:hover{background-image: url(/images/social-icons/facebook.svg);}
.ico-vk:hover{background-image: url(/images/social-icons/vk.svg);}
.ico-twitter:hover{background-image: url(/images/social-icons/twitter.svg);}
.ico-skype:hover{background-image: url(/images/social-icons/skype.svg);}
.ico-viber:hover{background-image: url(/images/social-icons/viber.svg);}
.ico-telegram:hover{background-image: url(/images/social-icons/telegram.svg);}
.ico-youtube:hover{background-image: url(/images/social-icons/youtube.svg);}
.ico-pinterest:hover {background-image: url(/images/social-icons/pinterest.svg);}


.payment-icon{display: inline-block;background-size: 68px;width: 68px;height: 43px;transition: all 200ms linear;}
.payment-icon:hover{border-radius: 5px;}
.ico-visa{background-image: url(/images/social-icons/visa-h.svg);}
.ico-visa:hover{background-image: url(/images/social-icons/visa.svg);}
.ico-mastercard{background-image: url(/images/social-icons/mastercard-h.svg);}
.ico-mastercard:hover{background-image: url(/images/social-icons/mastercard.svg);}