@font-face {
  font-family: 'Franklin Gothic Book';
  src: local('Franklin Gothic Book'),
      url('../fonts/FranklinGothic-Book/FranklinGothic-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Franklin Gothic Book';
  src: url('../fonts/FranklinGothic-Book/franklin-gothic-book_[allfont.ru].eot');
  src: url('../fonts/FranklinGothic-Book/franklin-gothic-book_[allfont.ru].woff2') format('woff2'),
       url('../fonts/FranklinGothic-Book/franklin-gothic-book_[allfont.ru].eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

* {
margin: 0;
padding: 0;
}

body {
    background-color: #fff;
    color: #030000;
    font-family: 'Franklin Gothic Book', arial;
    font-size: 105%;
}

.wrapper {
    /* max-width: 720px; */
    margin: 0 auto; 
/*    -webkit-box-shadow: 0px 13px 21px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 13px 21px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 13px 21px 0px #000; */
    position: relative;
}

section {
    display: block;
}

.container {
    margin: 0 auto;
    max-width: 1000px;
    padding: .55em 0;
}

img {
    height: auto;
    max-width: 100%;
}

.main-header {
    background-color: #f2f2f2;
}

.main-header-container {
    padding: .8em 0 .4em;
}

.main-header-container div {
    display: inline-block;
}

.logo-rus {
    width: 29%;
    padding-left: 1%;
}

.logo-eng {
    padding-left: 1%;
    width: 20%;
}

.main-header-info {
/*    font-weight: bold; */
    text-align: left;
    width: 45%;
}

.main-header-info p:first-child {
    padding-bottom: .2em;   
    border-bottom: 2px solid #b9b9b7;
}

.main-header-info p {
    display: block;
    padding-left: 10%;
}

.main-header-info p:last-child {
    padding-left: 20%;
}

.hr-rainbow-long {
    background: url(../img/hr.jpg) repeat-y center;
    height: 6px;
    background-size: 100% 100%;
}

.content-header h1 {
    background-color: #bababa;
    border-top: 1px solid #fff;
    display: block;
    font-size: 120%;
    line-height: 1em;
    padding-top: .4em;
    padding-bottom: .29em;
    text-align: center;
    text-transform: uppercase;
}

.buying-features {
    background-image: -moz-linear-gradient(to left, #f2f2f2, #fff, #f2f2f2);
    background-image: -webkit-linear-gradient(to left, #f2f2f2, #fff, #f2f2f2);
    background-image: linear-gradient(to left, #f2f2f2, #fff, #f2f2f2);
    background-position:
        center;
    background-repeat: no-repeat;
}

.buying-features-container {
    padding-bottom: .7em;
    padding-top: .8em;
}

.buying-features-container:after {
    clear: both;
    content: '';
    display: table;
}

.buying-features-list {
    margin: 0 auto;
    padding: 3% 0;
    position: relative;
    width: 80%;
    max-width: 515px;
}

.buying-features-item {
    cursor: pointer;
    left: 58%;
    list-style-type: none;
    position: absolute;
    top: 33%;
    width: 14%;
}

.item-quick {
    left: 66%;
    top: 175%;
}

.item-tested {
    left: 61%;
    top: 335%;
    width: 16%;
}

.item-interest {
    left: 41%;
    top: 397%;
    width: 17%;
}

.item-rely {
    left: 24%;
    top: 335%;
    width: 15%;
}

.item-profit {
    left: 20%;
    top: 175%;
}

.item-conv {
    left: 29%;
    top: 33%;
}

.pop-up-wrapper {
    background-color: #f2f2f2;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 13px 21px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 13px 21px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 13px 21px 0px rgba(0, 0, 0, 0.35);
    display: none;
    font-size: 90%;
    font-weight: bold;
    line-height: 1.2; 
    left: 14%;
    position: absolute;
    text-align: center;
    top: 80%;
    width: 260%;
    z-index: 100;
}

.pop-up-text {
    padding: 2%;
    padding-bottom: 5%;
}

.item-easy .pop-up-wrapper,
.item-quick .pop-up-wrapper,
.item-tested .pop-up-wrapper {
    left: 2%;
    top: 96%;
}

.item-interest .pop-up-wrapper {
    left: -80%;
    top: 97%;
}

.item-rely .pop-up-wrapper {
    left: -165%;
    top: 96%;
}

.item-profit .pop-up-wrapper,
.item-conv .pop-up-wrapper{
    left: -167%;
    top: 96%;
}

.buying-features-item:hover .pop-up-wrapper {
    display: block;
}

.contacts {
    float: left;
    width: 24%;
}

.discount-request {
    float: right;
    width: 24%;
}

.buying-features-contacts,
.discount-request {
    background-color: #fff;
    border: 1px solid #e4823d;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 15px 15px;
    padding-bottom: .6em;
    min-height: 275px;
}

h2 {
    display: block;
    font-size: 100%;
    margin-bottom: .1em;
    padding: 3% 6%;
}

.hr-short-line {
    background: url(../img/hr-copy.png) repeat-x center bottom;
    height: 5px;
    background-size: 100% auto;
    clear: both;
}

.contacts p,
.discount-request label {
    display: block;
    font-size: 100%;
    padding-left: 7%;
    padding-top: 4%;
}

.contacts p {
    line-height: normal;
    font-size: 120%;
}

.contacts-first-line {
    margin-bottom: .5em;
}

.contact-text {
    font-weight: bold;
}

.contacts-social {
    font-size: 0;
    margin-top: 18%;
    text-align: center;  
}

.btn-social {
    background: #e77c38 url(../img/socialSpriteSmall.png) no-repeat -89px 3px;
    border: 1px solid #bf672e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(113, 33, 1, 0.74);
    -moz-box-shadow: 0px 2px 2px 0px rgba(113, 33, 1, 0.74);
    box-shadow: 0px 2px 2px 0px rgba(113, 33, 1, 0.74);
    display: inline-block;
    height: 25px;
    width: 27px;
    margin-left: 1px;
}

.btn-fb {
    background-position: -114px -3px;
}

.btn-skype {
    background-position: -58px -2px;
}

.btn-inst {
    background-position: -26px 0;
}

.btn-youtube {
    background-position: 1px -2px;
}

.btn-social:hover,
.btn-social:active {
    background-color: #b7b7b7;
    -webkit-box-shadow: 0px 2px 2px 0px #363636;
    -moz-box-shadow: 0px 2px 2px 0px #363636;
    border-color: #979797;
    box-shadow: 0px 2px 2px 0px #363636;
}

.discount-request h2 {
    background: transparent url(../img/Pencil-Icon-small.png) no-repeat 95% 75%;
    padding-top: .5em;
}

.discount-request input {
    border: 1px solid #d0d0d0;
    -webkit-box-shadow: inset 1px 2px 4px 0px rgba(16, 17, 17, 0.03);
    -moz-box-shadow: inset 1px 2px 4px 0px rgba(16, 17, 17, 0.03);
    box-shadow: inset 1px 2px 4px 0px rgba(16, 17, 17, 0.03);
    height: 1em;
    width: 95%;
}

.discount-request label {
    margin-bottom: -.7em;
    margin-left: 1%;
    margin-top: .5em;
}

.discount-request input[type="email"] {
    height: 3.5em;
}

.btn {
    background-image: -moz-linear-gradient(#c47957, #c7703b, #e4823d,  #e28b52);
    background-image: -webkit-linear-gradient(#c47957, #c7703b, #e4823d,  #e28b52);
    background-image: linear-gradient(#c47957, #c7703b, #e4823d,  #e28b52);
    border: none;
    border-bottom: 2px solid #9c5032;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    font: normal 100% 'Franklin Gothic Book';
    height: 46px;
}

.discount-request .btn {
    height: 2em;
    margin-left: 5%;
    width: 90%;
}

.btn:hover,
.btn:active {
    background-image: -moz-linear-gradient(#909192, #a4a4a4, #c2c2c3,  #c8c8c8);
    background-image: -webkit-linear-gradient(#909192, #a4a4a4, #c2c2c3,  #c8c8c8);
    background: linear-gradient(#909192, #a4a4a4, #c2c2c3,  #c8c8c8);
    border-bottom-color: #777878;
}

.one-line-header h1 {
    height: 25px;
    line-height: 25px;
}

.implants-features-list {
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
    padding-left: 4%;
}

.list-item {
    display: inline-block;
    text-align: left;
    width: 30%;
}

.implants-features-list .list-item {
    margin-bottom: 1%;
    padding-top: .4em;
}

.implants-features-list .list-item:nth-child(odd) {
    margin-right: 19%;
}

.features-pic {
    background: transparent url(../img/decoration-pic-gray-small.png) no-repeat;
    float: left;
    height: 26px;
    margin-right: 4%;
    margin-top: .4em;
    width: 26px;
    margin-bottom: 5px;
}

.features-text {
    line-height: 1.2;
}

.implants-features .hr-short-line {
    margin-top: 3%;
}

.btn-know-more {
    height: 30px;
    width: 100%;
}

.btn-wrapper {
    max-width: 22%;
    margin: .7em auto;
}

.services .list {
    margin-bottom: 1.3em;
    padding-left: 4%;
    text-align: center;
}

.services-list-item {
    margin-right: 5%;
    padding-top: .6em;
    vertical-align: top;
    width: 20%;
}

.services-list-item:last-child {
    margin-right: 0;
}

.services-list-heading {
    text-align: center;
    width: 75%;
}

.services-signature {
    display: block;
    font-family: Georgia;
    font-style: italic;
    margin-left: -25%;
    margin-top: -.45em;
    margin-bottom: .85em;
    text-align: center;
}

.services-info {
    display: block;
    margin-left: -10%;
    width: 120%;
}

.implant-promo {
    background:
        url(../img/decoration-pic-light-gray-small.png) repeat-x top,
        url(../img/decoration-pic-light-gray-small.png) repeat-x 0 100%,
        url(../img/decoration-pic-light-gray-small.png) repeat-x 0 87%,
        url(../img/photo-banner-01-small.jpg) no-repeat center;
    background-color: #bababa;
}

.implant-promo {
    padding: 2.6em 0;
    margin: 0;
    margin-bottom: .5em;
    position: relative;
    height: 280px;
}

.implant-promo-description {
    float: left;
    font-size: 115%;
    font-weight: bold;
    line-height: 1.8em;
    padding: 1.8em 1% 2.7em 6%;
    text-transform: uppercase;
    width: 25%;
}

.implant-promo-description .logo-rus {
    width: 91%;
}

.promo-request {
    float: right;
    padding: 2.5em 5% 2.7em;
    width: 21%;
}

.implant-promo-description,
.promo-request {
    background-color: #bababa;
    height: 140px;
}

.promo-request .hr-short-line {
    width: 100%;
}

.implant-promo-description .hr-short-line {
    height: 4px;
    margin-bottom: .8em;
    margin-top: -6%;
    width: 93%;
}

.promo-request h2 {
    text-align: center;
}

.promo-request input:not([type="submit"]) {
    background: none;
    border: 1px solid black;
    height: .8em;
    width: 85%;
}

.promo-request-input-wrapper {
    margin-left: .3em;
    padding-top: .4em;
    width: 100%;
}

.promo-request .btn {
    height: 1.5em;
    margin-left: 1em;
    margin-top: -1.7em;
    width: 75%;
}

.team-member-info {
    background-color: #bababa;
    line-height: 0.9;
    padding: .3em;
    text-align: center;
    width: 25%;
    position: absolute;
    left: auto;
    bottom: 2.4em;
    margin-left: 38%;
}

.team-member-info p {
    border-top: 2px solid #686868;
}

.implant-promo-container::after {
    content: '';
    clear: both;
    display: table;
}

.stomatologists-features .list {
    padding-top: 1em;
    text-align: center;
}

.stomatologists-features-item {
    margin-bottom: 1em;
    vertical-align: top;
    width: 25%;
}

.stomatologists-features-item:nth-child(odd) {
    margin-right: 23%;
}

.stomatologists-features-text {
    line-height: 1.2em;
    padding-left: 20%;
    padding-top: .2em;
}

.stomatologists-features .btn {
    margin-top: -.5em;
    margin-bottom: .2em;
}

.new-developments-dec-row {
    background: #fefdfd url(../img/decoration-pic-light-gray-02-small.png) repeat-x 0 90%;
    height: 65px;
}

.new-developments {
    background-image: linear-gradient(#e8e8e8, #e8e8e8 61%, #fff 61%, #fff);
    background-image: -moz-linear-gradient(#e8e8e8, #e8e8e8 61%, #fff 61%, #fff);
    background-image: -webkit-linear-gradient(#e8e8e8, #e8e8e8 61%, #fff 61%, #fff);
}

.new-developments .list {
    padding-top: 1.7em;
    margin-bottom: 1.5em;
}

.new-developments-item {
    letter-spacing: normal;
    margin-right: .8em;
    padding-left: 1%;
    vertical-align: top;
    width: 30%;
}

.new-developments-img {
    /*background: #fff;*/
    line-height: 1.8;
    min-height: 125px;
    /*padding-top: 13%;*/
    text-align: center;
}

.new-developments-img img {
    /*width: 70%;*/
    height: 157px;
}

.new-developments-item p {
    margin-top: .2em;
}

.btn-download {
    background-image: -moz-linear-gradient(#c47957, #c7703b, #e4823d,  #e28b52);
    background-image: -webkit-linear-gradient(#c47957, #c7703b, #e4823d,  #e28b52);
    background-image: linear-gradient(#c47957, #c7703b, #e4823d,  #e28b52);
    border: none;
    border-bottom: 2px solid #9c5032;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    display: block;
    font: normal 100% 'Franklin Gothic Book';
    height: 25px;
    margin: 0 auto;
    margin-bottom: 1.1em;
    padding-top: .4em;
    text-align: center;
    text-decoration: none;
    width: 43%;
}

.btn-download:hover,
.btn-download:active {
    background-image: -moz-linear-gradient(#909192, #a4a4a4, #c2c2c3,  #c8c8c8);
    background-image: -webkit-linear-gradient(#909192, #a4a4a4, #c2c2c3,  #c8c8c8);
    background: linear-gradient(#909192, #a4a4a4, #c2c2c3,  #c8c8c8);
    border-bottom-color: #777878;
}

.promo-services-list {
    padding: 1em;
    padding-left: 13%;
    padding-bottom: 0;
}

.promo-services-item {
    margin-bottom: 3%;
    vertical-align: top;
    width: 30%
}

.promo-services-item:nth-child(odd) {
    margin-right: 27%;
}

.promo-services-item .hr-short-line {
    margin: 5% 0 1%;
}

.promo-services .btn {
    margin: -.3em 0 .5em;
}

.features-summary {
    background-color: #e8e8e8;
    margin-bottom: .5em;
}

.features-summary-container {
    padding: 0 10%;
}

.features-summary .hr-rainbow-long {
    height: 4px;
}

.features-summary-container div {
    display: inline-block;
    vertical-align: middle;
}

.features-summary-tagline {
    padding-left: 5%;
    width: 25%;
}

.features-summary-text {
    font-size: 110%;
    font-weight: bold;
    padding-left: 4%;
    width: 65%;
}

.features-summary-tagline .logo-rus {
    padding-top: .2em;
}

.tagline-text {
    margin-top: -.4em;
}

.features-summary-tagline .logo-rus,
.tagline-text {
    text-align: center;
    width: 100%;
}

.right-now {
    margin-top: 2%;
}

.call-to-action {
    background:
        url(../img/decoration-pic-light-gray-small.png) repeat-x top,
        url(../img/decoration-pic-light-gray-small.png) repeat-x 0 98%,
        url(../img/decoration-pic-light-gray-small.png) repeat-x 0 85%,
         #a7a7a7  url(../img/manager.jpg) no-repeat center top;
    background-size: auto, auto, auto, auto 80%;
    border-top: 1px solid #e5e5e4;
    padding-top: 3em;
    padding-bottom: 1.5em;
    height: 530px;
    position: relative;
}

.call-to-action-contacts {
    background-color: #a7a7a7;
    padding: 0 0 .9em 5%;
    text-align: left;
    width: 22%;
    height: 190px;
}

.call-to-action-contacts p {
    line-height: 1.5em;
    padding-top: .2em;
    padding-bottom: 2%;
}

.call-to-action-contacts h2 {
    padding-left: 8%;
}

.footer-contact-tel {
    margin-top: -.6em;
    margin-bottom: 1.1em;
}

.tel-number {
    line-height: 1.5em;
}

.call-to-action-contacts .contacts-social {
    margin-top: .1em;
    padding-left: 4.5%;
    margin-left: -10%;
}

.call-to-action-contacts .hr-short-line {
    width: 90%;
    margin-left: .4em;
    margin-top: -.4em;
}

.call-request .hr-short-line {
    margin-left: .9em;
    width: 73%;
}

.call-request {
    background-color: #a7a7a7;
    float: right;
    margin-right: 0;
    padding: 0 0 1em;
    width: 26%;
    height: 190px;
}

.call-request h2 {
    padding-left: 9%;
}

.request-wrapper {
    padding: 5%;
    padding-left: 9%;
}

.call-request input:not([type="submit"]) {
    background: none;
    border: 1px solid #000;
    height: .9em;
    margin-bottom: .1em;
    width: 75%;
}

.btn-call-request {
    height: 1.8em;
    margin-left: 8%;
    width: 70%;
}

.call-to-action .team-member-info {
    position: absolute;
    left: auto;
    bottom: 2.8em;
    margin-left: 37%;
    width: 30%;
    z-index: 5 ;
}

.call-to-action .hr-rainbow-long {
    clear: both;
    position: relative;
    top: 45%;
}

footer {
    background-color: #3b3b3b;
    color: rgb(208, 207, 207);
    font-size: 70%;
    padding: 1em;
    text-align: center;
}

input:not([type="submit"]) {
    font-weight: bold;
    font-size: 80%;
    padding: 1px;
}

/*Pop-up windows*/

/*Pop-up windows*/

.show-pop-up {
    width: 100%;
}

.pop-up-window {
    background: #fefdfd url(../img/pop-up-decor.png) repeat-x 100% 98%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 51px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 51px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 51px 5px rgba(0, 0, 0, 0.35);
    font-size: 100%;
    background-color: #fefdfd;
    z-index: 2000;
    padding: 1% 5% 7.5% 6%;
    position: absolute;
    width: 60%;
    left: 15%;
}

.pop-up-window h2 {
    display: block;
    text-transform: uppercase;
    margin: 0 auto;
    width: 55%;
    margin-bottom: 3%;
    text-align: center;
}

.pop-up-window .hr-rainbow-long {
    height: 3px;
    margin-bottom: 1%;
}

.pop-up-window a {
    cursor: pointer;
    display: block;
    width: 33px;
    height: 33px;
    background: url(../img/esc-button.png) no-repeat;
    float: right;
    margin-right: -6%;
}

.pop-up-window li {
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 1%;
    list-style-type: none;
    position: relative;
}

.pop-up-window li::before {
    content: '';
    background: url(../img/check-mark-small.png) no-repeat;
    display: block;
    width: 38px; 
    height: 30px;
    position: absolute;
    top: 0;
    left: -30px;
}

.form-sent {
    display: none;
    left: 25%;
    padding: 1% 6% 3.5% 1%;
    top: 20%;
    width: 40%;  
    z-index: 5000;
}

.form-sent h2 {
    font-size: 90%;
    width: 100%;
}

.form-sent .hr-rainbow-long {
    margin-left: 6%;
    margin-top: 4%;
    width: 100%;
}

.form-sent a {
    margin-top: -8%;
    margin-right: -13%;
    cursor: pointer;
}

.form-sent .pop-up-decor {
    bottom: 6px;
    right: 47px;
}

.modal-wrapper {
  display: none; width: 100%; height: 100%;
  position: fixed; left: 0; top: 0;
  background: rgba(0,0,0,0.3);
}

.modal-wrapper > div.window {
  margin: 200px auto 0; width: 300px; padding: 12px;
  position: relative;
  background: white;
  text-align: center; font-size: 18px;
  border-radius: 8px;
}

.modal-wrapper > div.window > a.close {
  display: block; padding: 3px; width: 18px; height: 18px; margin: 0;
  position: absolute; right: -12px; top: -12px;
  background: white;
  text-decoration: none; font-size: 18px; font-weight: bold; color: #810;
  border: 2px solid rgba(0,0,0,0.2);
  border-radius: 14px;
  box-shadow: 0 0 2px black;
}

@media screen and (max-width: 670px) {
    
    .call-to-action-contacts .contacts-social {
        width: 120%;
        margin-top: -10%;
        margin-left: -20%;
    }
}

@media screen and (max-width: 640px) {
    
    .discount-request .btn {
        margin-top: 2em;
    }
    
    .implant-promo-text {
        font-size: 90%;
    }
}

@media screen and (max-width: 600px) {
    body { font-size: 80%; }
    .discount-request .btn {
        margin-top: 3.5em;
    }
    
    .buying-features-contacts {
        word-wrap: break-word;
    }
    
    .implant-promo-text {
        font-size: 70%;
    }
}

@media screen and (max-width: 550px) {
    
    .new-developments-item {
        margin: 0;
        width: 100%;
    }
    
    .btn-call-request {
        font-size: 80%;
    }
    .new-developments {
        background: #e8e8e8;
    }
    .new-developments-item iframe { margin-left: auto; margin-right: auto; display: block; }
}
    

@media screen and (max-width: 460px) {
    
    .discount-request .btn {
        margin-top: 5.5em;
    }
}

@media screen and (max-width: 400px) {
    
    .btn {
        font-size: 80%;
    }

    .btn-call-request {
        height: 3em;
        width: 90%;
    }
}


.top-menu {
    text-align: center;
    background-color: #f2f2f2;
}
.top-menu ul {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-menu ul li {
    line-height: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.top-menu ul li a {
    background-image: -moz-linear-gradient(#c47957, #c7703b, #e4823d, #e28b52);
    background-image: -webkit-linear-gradient(#c47957, #c7703b, #e4823d, #e28b52);
    background-image: linear-gradient(#c47957, #c7703b, #e4823d, #e28b52);
    border: none;
    border-bottom: 2px solid #9c5032;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    display: block;
    font: normal 100% 'Franklin Gothic Book';
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}
.implant-promo-text { text-align: center }

.social {display: inline-block;}
.social a {
	display: block;
	width: 32px;
	height: 32px;
	margin: 10px 5px 10px 5px;
	text-align: center;
	color: #000;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
}
.social a:hover {color: #fff;}
.social svg {
	margin-top: 7px;
	width: 16px;
	height: 16px;
}
.telegram a:hover {background: #249bd7;}
.viber a:hover {background: #7b519d;}
.vk a:hover {background: #4a76a8;}
.whatsapp a:hover {background: #50b154;}
.youtube a:hover {background: #c4302b;}