/*   
Theme Name: defaults
Version: 1.0

*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');


body{
font-family: 'Roboto', sans-serif;
overflow-x: hidden;
overflow-y: visible !important;
      margin: 0;
background: #F1F1F1;
}
body.home{

 background: #fff;
}

.desktop{
    display: block;
  }
  .mobile{
    display: none;
  }

label {
    display: block;
    margin-bottom: -25px;
    padding-left: 40px;
}

  p.adres span{
display: block;
}
section {
    padding: 140px 0px 80px 0px;

}

.first{
  order: 1;
}
.second{
  order: 2;
}

.tridth{
  order: 3;
}

.banner{
  position: relative;
      height: auto;
      margin-bottom: 0px;
     max-width: 1440px;
    margin: 0 auto;
}
.img_banner{
  position: absolute;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
         height: 100%;
}

header{
    position: fixed;
    z-index: 1;
    width: 100%;
    padding: 26px 0px;
    z-index: 999;
   background: #fff;
   transition: all 0.3s;
}
header.scroll {
    padding: 16px 0px;
    transition: all 0.3s;
  border-bottom: 1px solid #cccccc94;
}

header.scroll #rmp_menu_trigger-75 {
    top: 9px;
  transition: all 0.3s;
}
#rmp_menu_trigger-75 {
    transition: all 0.3s;
    top: 18px;
}


.logo{
  
}
.logo a p{
  text-decoration: none;
}

.logo p:first-child{
     font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 28px;
color: #000000;  
      display: inline;
}
.logo p:last-child{
     font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 28px;
      display: inline;
color: #C4006A;  
}
.logo:hover{
  opacity: 0.7;
}


.offer{
    padding: 160px 0px 160px 0px;
    position: relative;
  
}

.offer .btn{
  width: 198px;
  margin-top: 20px;
}

p.banner_title{
   font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 56px;
color: #FFFFFF;
}
.offer h1  {
     font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 56px;
color: #FFFFFF;
}
p.banner_subtitle{
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 28px;
color: #FFFFFF;
}

a{
  color: #C4006A;
   transition: all 0.2s;
}

a:focus, a:hover {
    color: #e61285;
    text-decoration: none;
  transition: all 0.2s;
}

p {
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 30px;
color: #000000;
  margin-bottom: 20px;
}

h1{
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 56px;
color: #000000;
}

h2{
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 56px;
color: #000000;
  margin-bottom: 30px;
 
}

h3{
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 56px;
color: #000000;
      margin-bottom: 25px;
 
}


.nav>li>a {
     position: relative;
    display: inline-block;
    padding: 0px 0px 0px 0px;
       color: #000;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    margin-right: 0px;
    margin-left: 30px;
    border-top: 0px solid #fff0;
    transition: all 0.2s;

}
.nav>li>a:hover {
   background: transparent;
  color: #dc2c1d;;
  transition: all 0.2s;
}

li.current-menu-item a{
     text-decoration: none;
      color: #c4036d;
}


.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active{
   text-decoration: none;
   color: #C4006A;
  background: none;
  position: relative;
}



.navbar-nav {
   float: right;
    margin: 0px auto;
    margin-left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.dropdown-menu {
      width: 360px;
    position: absolute;
    top: 100%;
    left: 0px;
  
   display: none;
 
    float: left;
    min-width: 10rem;
    padding: 20px 10px 10px 10px ;
    margin: 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0;
    transition: opacity 0.2s ease-out, height 0.5s step-end;
    background: #FFFFFF;
    box-shadow: 0px 4.30236px 3.35131px rgba(53, 68, 88, 0.0243888), 0px 11.8955px 9.26595px rgba(53, 68, 88, 0.035), 0px 28.6397px 22.3088px rgba(53, 68, 88, 0.0456112), 0px 95px 74px rgba(53, 68, 88, 0.07);
}
.dropdown-menu li:hover {
    transition: all 0.3s;
   color: #60cd96;
   background: transparent;
}
.dropdown-menu li a {
    transition: all 0.3s;
  color: #000;
  font-size: 15px;
  border-radius: 8px;
 
    font-weight: 300;
    letter-spacing: 0px;

 
}
.dropdown-menu li a:hover {
  text-decoration: none!important;
color: #c4036d;
 
}
.dropdown-menu li:hover a{
  text-decoration: none!important;
 color: #c4036d;
 
}

.dropdown-menu  li {
      transition: all 0.3s;
    color: #000000;
    padding: 10px;
    border-radius: 0px;
    font-weight: 700;
      width: 100%;
}

.dropdown-menu li.current-menu-item a:hover {
    text-decoration: none;
      color: #c4036d!important;
   
}

.info{

  height: 100%;
  min-height: 869px;
  padding: 20px 0px 30px 0px;
      max-width: 1440px;
    margin: 0 auto;
   background: url(/wp-content/uploads/2021/05/image-1.jpg)no-repeat;
   background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50% 100%;
 
}

.info .right-block{
 padding-top: 220px;
  text-align: center;
  padding-left: 100px;
}

.info .right-block .btn{
margin-top: 30px;
}

.info .right-block p{
color: #FFFFFF;
}

.info .left-block {
padding-right: 100px;
 
}
.info .left-block .btn {
    margin-top: 20px;
}

.guarantee{
  padding: 40px 0px;
  color: #fff;
     max-width: 1440px;
    margin: 0 auto;
}

.guarantee .container{
 max-width: 720px;
  margin: 0 auto;
}

.guarantee li{
 
  color: #fff;
}
.guarantee p{
 
  color: #fff;
}
.guarantee ul {
  list-style: none;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
}

.guarantee ul li {
  position: relative;
    padding: 0px 0 30px 35px;
    font-size: 24px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff;
}

.guarantee ul li:before {
       content: "\f111";
    position: absolute;
    font-family: fontawesome;
    left: -15px;
    top: 2px;
    color: #fff;
    font-size: 19px;
}


.guarantee h2, .guarantee h3{
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 56px;
color: #fff;
  margin-bottom: 40px;
}


.guarantee a {
  
    text-decoration: underline;
 
}

.vacancy-wrap{
  
}
.vacancy-wrap .item{
  background: #FFFFFF;
box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
border-radius: 20px;
  padding: 30px 40px 20px 40px;

    max-width: 1030px;
    margin: 30px auto;
}
.vacancy-wrap .item .text{
 font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 28px;
color: #000000;
}

.vacancy-wrap .item h2{
 font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 28px;
color: #000000;
}
.vacancy-wrap .item h2 a{
color: #000000;
      text-decoration: none;
}

.vacancy-wrap .item:first-child{
 background: radial-gradient(249.47% 1491.57% at 7.09% 0%, #C4006A 0%, #C9A7FF 100%);
box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
border-radius: 20px;
      margin-top: 50px;
}
.vacancy-wrap .item:first-child, .vacancy-wrap .item:first-child .text, .vacancy-wrap .item:first-child h2{
color: #fff;
}

.vacancy-wrap .item:first-child h2 a{
color: #fff;
}

.vacancy-wrap .item:first-child h2{
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 42px;
}

.vacancy-wrap .item .btn-wrap{
text-align: right;
  margin-top: 30px;
}

.vacancy-wrap .item:first-child .btn{
background: #FFFFFF;
color: #C4006A;
}

.vacancy-wrap .item img{
margin-left: 40px;
}


.page-id-30 h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 56px;
    color: #000000;
}

footer{
    background: #fff;
    border-radius: 0px;
    padding: 27px 0px 27px 0px;
    color: #000;
    position: relative;
    margin-top: 0px;
}
.copy{
    padding-top: 35px;
  font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
text-align: center;
color: #000000;
}

.contact-block {
    padding-left: 0px;
    margin-top: 20px;
    text-align: left;
    max-width: 320px;
    margin: 20px auto 0px auto;
}
.contact-block p {
       display: inline-block;
    padding-left: 60px;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    margin-top: 26px;
}
.contact-block p.email:before {
    background: url(././img/mail.svg)no-repeat;
    width: 38px;
    height: 30px;
    position: absolute;
    content: '';
    text-align: center;
    background-position: center;
    left: 0;
    top: 0px;
}

.contact-block p.phone:before {
    background: url(././img/call.svg)no-repeat;
    width: 38px;
    height: 38px;
    position: absolute;
    content: '';
    text-align: center;
    background-position: center;
    left: 0;
    top: 0px;
}
.contact-block p a:hover {
  text-decoration: none;
}




.modal-open {
    padding-right: 0 !important;
}

.modal-open .scroll-elem {
  overflow: hidden;
}
.modal-open {
    padding-right: 0 !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: visible;
    background: rgba(0, 0, 0, 0.31);
    backdrop-filter: blur(30px);
  z-index: 9999;
}
.modal-dialog {
    max-width: 700px;
    margin: 30px auto;
}

@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.link a:focus{border: 0;}
a:focus {
    outline: 0;
    outline: 0;
    outline-offset: -2px;
    text-decoration: none;
}

:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}


button:active, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}



.error404 .error-404 {
    text-align: center;
}

.error-404 .page-content {
    font-size: 14px;
    line-height: 25px;
}

.error-404 .page-title > h2 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.error-404 .page-title {
    font-size: 20px;
    font-weight: 300;
    margin-top: 40px;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.error404-text > h1 {
     color: #525252;
    font-size: 7em;
    font-weight: 900;
    line-height: 100px;
    margin: 60px auto;
    width: 500px;
    min-height: 400px;
}


/*Table*/

table {
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 30px;
}

tbody{
  border: 1px solid rgb(187, 187, 187);
}
table td, table.blueTable th {
   border-right: 1px solid rgb(187, 187, 187);
    padding: 10px 15px;
    border-left: 1px solid rgb(187, 187, 187);
}
table tbody td {
  font-size: 14px;
  color: #333333;
}

table a {
  text-decoration:underline;
}

table tr:nth-child(even) {
        background: #f1f1f1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table thead {
  background: #f1f1f1;
 
  /*border-bottom: 2px solid #444444;*/
}
table thead th {
  font-size: 18px;
  font-weight: bold;
  color: #404040;
  border-left: none;
  border-right: 1px solid #e7ddd6;
}
table thead th:first-child {
  border-left: none;
}
table thead th:last-child {
  border-right: none;
}

table tr td:first-child {
 
}
table tr td:last-child {
 
}

table tfoot td {
  font-size: 14px;
}
table tfoot .links {
  text-align: right;
}
table tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled]:hover{
    opacity: 1;
    background: #ffa7b2;
}

/*lists*/

.hentry ul {
  list-style: none;
  padding-left: 0px !important;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
}

.hentry ul li {
       position: relative;
    padding: 0px 0 15px 0px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.hentry ul li:before {
  display: none;
     content: "\f111";
    position: absolute;
    font-family: fontawesome;
    left: -15px;
    top: 0px;
    color: #423f55;
    font-size: 5px;

    
}

.hentry ol, .cat-description ol  {
    list-style: none;
    padding: 0;
    margin: 20px 15px 20px;
    counter-reset: item;
}

.hentry ol li, .cat-description ol li {
       position: relative;
    padding-top: 3px;
    padding-left: 40px;
    display: table;
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #505050;
}

.hentry ol li:before, .cat-description ol li:before {
   content: counter(item)".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 18px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    background: #ebecec;
    width: 25px;
    text-align: center;
    height: 25px;
    padding-top: 0px;
    padding-left: 3px;
    line-height: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #000000;
    margin-right: 8px;
}
.hentry a {
    color: #000;
   text-decoration: underline;
}
.page-child h1{
  color: #000000;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
}
.page-id-64 h1{
  color: #C4006A;
}

.btn {
  display: inline-block;
    padding: 15px 20px;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    letter-spacing: 0.5px;
    transition: all 0.2s;
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    text-transform: none;
    color: #FFFFFF;
  background: #C4006A;
border-radius: 20px;
    box-sizing: border-box;
}
.btn.focus, .btn:focus, .btn:hover, .btn.active, .btn:active {
       background-color: #dc2086;
    color: #ffffff;
    text-decoration: none;
  transition: all 0.2s;
}


.modal-title {
      margin: 0;
    line-height: 1.42857143;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    text-align: left;
    color: #0e0e0e;
}

.modal-subtitle {
          margin: 0;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #9c9c9c;
    width: 80%;
  
}
.modal .btn {
 padding: 13px 0px;
}
.modal .btn:hover {
 
}


.modal-body {
 
     padding: 40px 40px;
}

.close {
   font-size: 32px;
    font-weight: 500;
    line-height: 22px;
       color: #db2c1d;
    background: #fff!important;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    z-index: 999;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    margin-right: 30px;
    margin-top: 35px;
    text-align: center;
    right: 0;
    transition: all 0.2s;
}
.close:hover {
    
    background: #ccc!important;
color: #333;
    opacity: 1;
   transition: all 0.2s;
}

.form-group {
    margin-bottom: 10px;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, 
.btn-primary:active.focus, .btn-primary:active:focus, 
.btn-primary:active:hover
 {
    color: #fff;
    background-color: #7c2825;
    border-color: #7c2825;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #777575!important; opacity:1; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #777575; opacity:1; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { opacity:0; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { opacity:0; }
textarea { overflow:auto; }



.f1{
   
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    color: #000;
    box-sizing: border-box;
    padding: 16px 40px 16px 40px;
    width: 100%;
    transition: all 0.3s;
   background: #FFFFFF;
border-radius: 29px;
  border: 0;
  margin-top: 20px;
}


.selects {
  position: relative;
      margin-bottom: 20px;
}
.selects:after {
       content: "\f107";
    padding: 0;
    font-size: 32px;
    position: absolute;
    font-family: Fontawesome;
    right: 55px;
    top: 25px;
    color: #323232;
    z-index: 0;
    width: 0px;
    height: 0px;
}
select {
  padding-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}




.page-id-30 form{
  max-width: 540px;
  margin: 60px auto 20px auto;
}

.page-id-30 form .btn{
margin: 40px auto 0px auto;
    margin-left: 60px;
    padding: 18px 20px;
}

.totop {
    position: fixed;
    bottom: 20px;
    right: 30px;
        color: #e0264f;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.2s;
}
.totop:hover {
  
       color: #111;
  
    transition: all 0.2s;
}


.scrolltop {
    opacity: 0;
    transition: all 0.2s;
}

.article_phone{
  margin-top: 20px;
}

.article_phone p{
 display: inline-block;
      padding-right: 20px;

}

.custom-block .btn{
  margin: 20px 0px 80px 0px;
}

.wpcf7-not-valid-tip {
    color: #c4006a;
    font-size: 15px;
    font-weight: normal;
    display: block;
    padding-left: 40px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #c4006a;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #c4006a;
}

#rmp-menu-wrap-75 .rmp-submenu .rmp-menu-item-link {
  margin-bottom: 10px;
}

#rmp-menu-wrap-75 .rmp-menu-item {
   
    margin-top: 20px;
}

.is-active .rmp-trigger-box img {
    width: 33px;
    height: 33px;
}

#rmp_menu_trigger-75.is-active  .rmp-trigger-box {
    width: 33px;
   
}

#rmp_menu_trigger-75.is-active {
    width: 33px;
}

.rmp-submenu-open .rmp-menu-item-link {
  
   
}

#rmp-menu-wrap-75 .rmp-menu-item-link:focus {
    outline: none;
    border-color: #c4036d;
    box-shadow: unset;
}

.rmp-menu-additional-content span{
  font-weight: bold;
font-size: 24px;
line-height: 28px;
color: #C4006A;
}

.info .right-block p a{
    color: #FFB431;
  display: block;
      padding: 20px 0px;
}

#map{
  width: 100%;
  height: 360px;
}

p.metro{
  font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 28px;
color: #8851A0;
  margin-top: 20px;
}

p.adres{
  font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 23px;
color: #000000;
  margin-top: 30px;
}

.conact-page .contact-block {
    padding-left: 0px;
    margin-top: 20px;
    text-align: left;
    max-width: 100%;
    margin: 20px auto 0px auto;
}

.conact-page .contact-block a {
    color: #c4006a;
    text-decoration: underline;
}

.conact-page .contact-block p {
    display: inline-block;
    padding-left: 50px;
    font-style: normal;
    font-size: 20px;
    line-height: 23px;
    position: relative;
    margin-top: 26px;
}

.conact-page .contact-block p.phone:before {
    top: -4px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 30px;
}

.conact-page .contact-block p.whatsapp {
    display: inline-block;
    padding-left: 20px;
    font-style: normal;
    font-size: 20px;
    line-height: 23px;
    position: relative;
    margin-top: 26px;
}

footer .contact-block p.tg {
    display: inline-block;
    padding-left: 0px;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    margin-top: 20px;
}

footer .contact-block p.whatsapp {
    display: inline-block;
    padding-left: 0px;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    margin-top: 10px;
}