/*   
Theme Name: defaults
Version: normet-butum
*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Common */
aside, nav, footer, header, section, main {
	display: block;
}
ul, ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
img, svg {
	max-width: 100%;
	height: auto;
}
address {
  font-style: normal;
}
* {
	padding: 0px;
	margin: 0px;
	border: none;
}
html {
    margin-top: 0!important;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
:focus,
:active {
outline: none;
}
a:focus,
a:active {
	outline: none;
}

body{
  overflow-x: hidden;
  overflow-y: visible !important;
  margin: 0;
 background: #fff;
  font-size: 14px;
font-family: "Montserrat", sans-serif;

  color: #292929;
  line-height: 1.5715;
      padding-right: 0!important;
}


@media (min-width: 1200px){
.container {
   width: 100%;
   max-width: 1260px;
}
}
  .compensate-for-scrollbar {
    margin-right: 0px!important;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
 .first{
    order: 1;
}
 .second{
    order: 2;
}

 .mobile{
    display: none;
  }

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

/*typo*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    line-height: 1.1;
   color: #292929;
}
h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 30px;
}

h2 {
   font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 30px;
}


h3 {
   font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 30px;
}
h4 {
 font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 30px;
}
h5 {
 font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px;
}
h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;

}
.hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6 {
      padding: 20px 0px 20px 0px;
    margin: 0!important;
  color: #292929;
}


.hentry h2 {
   font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
 
}


.hentry h3 {
   font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;

}
.hentry h4 {
 font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    
}
.hentry h5 {
 font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
   
}
.hentry h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
  
}


blockquote p{
font-style: italic;
}
blockquote {
 border-left: 4px solid #E1EBDA;
    margin: 30px 0px;
    padding: 25px 35px 5px 35px;
    background: #fbfbfb;
    border-radius: 0px;
    position: relative;
}
b, strong {
    font-weight: 600;
}
p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  color: #292929;
}
.hentry p{
    font-size: 15px;
   
}
a {
        color: #fdc72c;
   text-decoration: none;
   transition: all 0.2s;
}
a:hover, a:active, a:focus {
  color: #f79908;
 text-decoration: none;
  transition: all 0.2s;
}

/* =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%;
    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;
}

@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;
	}
}

/*breadcrumbs*/

p#breadcrumbs{
   margin-bottom: 0;
    padding: 0px 0px 20px 0px;
    display: flex;
    align-items: center;
    align-content: center;
    color: #4e4e4e;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
p#breadcrumbs a{
  color: #4e4e4e;
  text-decoration:  none;
}
p#breadcrumbs .mdi{
  color: #4e4e4e;
    margin: 0 3px;
    font-size: 16px;
    line-height: 10px;
    height: 10px;
}
p#breadcrumbs span{
}

/*Table*/

.wp-block-table td, .wp-block-table th {
     border: 1px solid #E0E4EB;
    padding: 0.5em;
}
.wp-block-table table {
    border-collapse: inherit;
    width: 100%;
}
.wp-block-table thead {
    border-bottom: 0;
}
.wp-block-table td, .wp-block-table th {
      border: 1px solid #E0E4EB;
    padding: 0.5em;
}

.table td, .table th {
   
    border-top: 0;
}

table {
   border: 1px solid #E0E4EB;
   border-collapse: separate;
   border-spacing: 0;
   background: transparent;
   width: 100%;
   color: #111;
   margin: 30px 0px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
table td, table th {
   padding: 16px 10px!important;
   border: 0px solid #CEDFC2;
}
table tbody{
  background: #fff;
}
table tbody td {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  color: #1C282E;
}
table thead tr{
border-bottom: 0px solid #67656524;
}
table thead {
     background: #ffffff;
}
table thead th {
  font-weight: 600;
font-size: 15px;
line-height: 24px;
text-align: center;
color: #1C282E;
}
table thead tr th:first-child {
  border-radius: 10px 0px 0px 0px;
  border: 0!important;
}
table thead tr th:last-child {
  border-radius: 0px 10px 0px 0px;
  border: 0!important;
}
table thead th {
  border-right: 0px solid #c7cbc5; 
  border-left: 0px solid #c7cbc5;
  border-top: 0;
  border-bottom: 0;
}
table tbody tr:last-child{
  border-radius:0 0 10px 10px;
  background:none;
}
table tbody tr:last-child td:first-child{
  border-radius:0 0 0 10px;
}
table tbody tr:last-child td:last-child{
  border-radius:0 0 10px 0;
}
table tr:nth-child(even) {
    background: #fff;
  
}
table tr:nth-child(odd) {
      background: #f2f6f8;
   
}
table tr:nth-child(1) {
       background: #292929;
    color: #fff;
}
table tr:nth-child(1) td{
     font-weight: 600;
    color: #fff;
}

/*lists*/

.hentry ul {
    list-style: none;
    padding-left: 20px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 0px;
}
.hentry ul li {
     position: relative;
    padding: 0px 0 5px 0px;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
    color: #292929;
}
.hentry ul li:before {
      content: "";
    position: absolute;
    left: -20px;
    top: 13px;
    background: #565656;
    width: 4px;
    height: 4px;
    border-radius: 20px;
}
.hentry ol, .cat-description ol  {
    list-style: none;
    padding: 0;
    margin: 20px 0px 20px 0px;
    counter-reset: item;
}
.hentry ol li, .cat-description ol li {

    display: table;
    position: relative;
    padding: 0px 0 5px 0px;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
    color: #292929;
}
.hentry ol li:before, .cat-description ol li:before {
       content: counter(item)".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 18px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    text-align: center;
    height: 20px;
    padding-top: 0px;
    padding-left: 3px;
    line-height: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-weight: 400;
    margin-right: 8px;
    font-size: 18px;
    color: #ff7f09;
}

/*btn*/

.btn {
  display: inline-flex;
    padding: 20px 40px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    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;
    transition: all 0.2s;
    width: auto;
    border-radius: 0px;
    align-items: center;
}
.btn-primary {
 background: #F7D118;
  border: 0;
  color: #000;

}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary.active, .btn-primary:active {
     background: #F37D01;
    border: 0;
    transition: all 0.2s;
    box-shadow: none;
   color: #000;
}
.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled]:hover{
  opacity: 1;
   background: #F37D01;
  transition: all 0.2s;
   color: #000;
}
.wpcf7-form-control.btn{
  display: block;
  
  
 
}
.btn img{
     margin-top: 3px;
    margin-left: 6px;
}

/*pagination*/

.pagination {
  display: flex;
  padding-left: 0;
  margin: 50px auto 0px auto;
  border-radius: 6px;
  padding: 0px 0px 0px 0px;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
      gap: 10px;
}
.pagination>li {
  display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 46px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-right-radius: 46px;
  border-bottom-right-radius: 46px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
       color: #292929;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 2;
     color: #292929;
  text-decoration: none;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  
  font-weight: 500;
}
.pagination > li > a, .pagination > li > span {
    margin-left: 5px;
    text-align: center;
    width: 36px;
    height: 36px;
    background-color: #fff0;
    border-radius: 46px;
    border: 1px solid #c7c0c000;
    color: #ee7a6c;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-weight: 600;
    padding-top: 4px;
    font-size: 16px;
}



/*nav*/

.navbar-nav {
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;
    justify-content: flex-start;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}
b.caret{
  line-height: 0px;
  padding-left: 10px;
  color: #fff;
}
b.caret i {
 transition: all 0.3s;
  color: #fff;
}

   .navbar {
    padding: 0;
  

}
.navbar-nav li:hover b.caret i{
  transform: rotate(180deg);
  transition: all 0.3s;
}
.navbar-nav li:hover + b.caret i{
  transform: rotate(180deg);
   transition: all 0.3s;
}
.navbar-nav li {
    transition: all 0.3s;
}
.navbar-nav>li>a {
   padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 600;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0;
    display: flex;
    position: relative;
    font-style: normal;
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    align-content: center;
    align-items: center;
    text-transform: uppercase;
}
.navbar-nav>li>a:before {
   display: none;
}
.navbar-nav>li:last-child a:before {
  display: none;
}
.navbar-nav>li:last-child a {
  margin-right: 0px;
}
li.current-menu-item a{
    color: #fff;
}
li.current-menu-parent a{
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active{
   text-decoration: none;
    color: #fff;
  opacity: 0.8;
}
.dropdown-menu {
    width: 280px;
    position: absolute;
    top: 100%;
    left: 15%;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 20px 0px 10px 10px;
    margin: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    transition: all 0.3s;
    box-shadow: none;
    border-radius: 16px;
    border: 1px solid #E1EBDA;
    background: #FFF;
}
.dropdown-menu li:hover {
    transition: all 0.3s;
    color: #000;
}
.dropdown-menu li a {
     transition: all 0.3s;
    color: #1C282E;
    font-size: 16px;
   padding: 0px 20px 10px 20px;
    border-radius: 0px;
    width: 100%;
    display: block;
    font-weight: 400;
}
.dropdown-menu li a:hover {
  text-decoration: none!important;
  color: #1C282E;
    opacity:1;
}
.dropdown-menu li:hover a{
  text-decoration: none!important;
  color: #1C282E;
}
.dropdown-menu  li {
    transition: all 0.3s;
  padding: 0px;
  border-radius: 0px;
}
.dropdown-menu  li.current-menu-item a{
       text-decoration: none;
     color: #1C282E;
    box-shadow: none;
}
.dropdown-menu  li.current-menu-item a:hover{
       text-decoration: none;
     color: #1C282E;
}

/*modal*/

.modal-body {
       position: relative;
    padding: 38px;
    border-radius: 0;
     background: #f2f6f8;
}
.modal-dialog {
     max-width: 820px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.modal-content {
    background: #061021;
    box-shadow: none;
    border-radius: 0px;
    border: 0;
}


.modal-title {
   margin-bottom: 22px;
    text-align: left;
   color: #292929;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  
}
.modal-subtitle {
       color: rgb(48 48 48 / 80%);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
 margin-bottom: 20px;
}
.modal-body .btn{
  width: 100%;
    display: block;
}
.modal-body .mdi{
      display: block;
    color: #edaf23;
    font-size: 40px;
    margin-top: -10px;
}


.close {
   font-size: 46px;
    font-weight: 300;
    line-height: 22px;
    color:#DFE9FF;
    background: #f7f3f300!important;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    z-index: 999;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
    right: 0;
    transition: all 0.2s;
      display: block!important;
}
.close:hover {
   color: #878EA0;
   transition: all 0.2s;
}
.modal {
    z-index: 99999;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-open {
    padding-right: 0px !important;
}
.modal-open .modal {
        overflow-x: hidden;
    overflow-y: visible;
    background: linear-gradient(#020202bf 0%, #000000 100%);
    backdrop-filter: blur(3px);
    padding-right: 0!important;
}



/*form, CF7*/

p.accept{
 color: #333;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 18.2px */
}
p.accept a{
color: #3E619B;
}
p.accept label{
 color: #333;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 18.2px */
}
.f1{
padding: 18.9px 27px;
    text-transform: none;
    letter-spacing: 0px;
    box-shadow: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    transition: all 0.3s;
    position: relative;
    color: #292929;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    background: #ffffffd9;
  
}
textarea {
  width: 100%;
}
.f1:focus, textarea:focus {
 border: 1px solid #DFE5F4;
   outline: none;
   transition: all 0.2s;
   box-shadow: none;
}

.form_row{
     display: flex;
    align-items: flex-start;
    gap: 32px;
    justify-content: space-between;
}

.wpcf7-not-valid-tip {
  right: 10px;
    color: #d94445;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding-left: 20px;
    margin-top: 0;
    position: absolute;
    top: -5px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #d94445;
}
.wpcf7 form.sent .wpcf7-response-output {

    display: none;
}


.wpcf7 form .wpcf7-response-output {
    margin: 20px 0em 0em;
    text-align: center;
    padding: 0;
    border: 0px solid #ffffff;
    font-size: 14px;
      color: #a2accf;
    width: 100%;
}
.wpcf7-not-valid, .modal-body .wpcf7-not-valid{
       border: 1px solid  #a2accf;
}
input::-ms-clear {
	display: none;
}

[type=reset]{
       margin-top: 13px;
    color: #7C7C7C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline;
    background: transparent;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#232D44!important; opacity:1; }
input::-moz-placeholder, textarea::-moz-placeholder {color:#232D44; 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;  }


button, input[type="submit"] {
    cursor: pointer;
}
input:focus, input:active,
button:focus, button:active {
    outline: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
label {
	cursor: pointer;
  display: block;
  color: #737D92;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.wpcf7-form .label{
      background: #fff;
    bottom: -10px;
    left: 20px;
    z-index: 9;
    padding: 0px 5px;
    position: relative;
    display: table-cell;
}
.label {
	cursor: pointer;
  display: block;
  color: #737D92;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


legend {
	display: block;
}
figcaption {text-align: center; font-size: 12px; font-style: italic; padding-left: 30%;}
.wp-block-gallery {margin: 20px auto;}
pre {color: #bbb;}
code {width: 90%; margin: 0 auto; display: block; background: rgba(255,255,255, 0.1); padding: 1rem;}

/*component*/

.totop {
 position: fixed;
    bottom: 20px;
    right: 30px;
    height: 50px;
    width: 50px;
    display: flex;
  color: #607e8fb0;
    font-size: 35px;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid #607e8fb0;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 99;
    opacity: 0;
}
.totop.status {
  opacity: 1;
}
.totop:hover {
  opacity: 0.8;
  transition: all 0.2s;
}
.scrolltop {
    opacity: 0;
    transition: all 0.2s;
}

.social{
   display: flex;
    gap: 13px;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}
.social a{
display: flex;
    width: 40px;
    height: 40px;
    background: #ff7a0000;
    border-radius: 100px;
    justify-content: center;
    transition: all 0.2s;
    align-items: center;
    color: #eed765;
    border: 1px solid #f7d118;
    font-size: 20px;
}
.social a:hover{
  background: #f7d118;
  transition: all 0.2s;
   color: #292929;
  opacity: 1;
}
.social a:focus{
  background: #f7d118;
  transition: all 0.2s;
   color: #292929;
  opacity: 1;
}

.footer_text{
   font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 35px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.footer_text a{
text-decoration: none;
    color: #fff;
    
}
.footer_text .mdi{
font-size: 18px;
       color: #f7d118;
    
}


/*sitemap*/

.sitemap{
  margin-top: 80px;
 column-count: 3;
}
.sitemap a{
 display: block;
    margin-bottom: 5px;
    font-size: 16px;
}
.sitemap h2 {
   font-size: 22px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0;
}

.sitemap li {
 list-style: none;
}
.sitemap br {
 display: none;
}

/*header*/

header {
       background: #292929;
    background-size: cover;
    background-position: top center;
    width: 100%;
    padding-bottom: 0px;
    z-index: 9;
}
.home header{
   background: transparent;
  position: relative;
}
.header_container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0px 40px 0px;
  align-content: center;
}


header .logo_container img{
  max-width:220px;
}


.logo_container{
      display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.instrument_container{
       display: flex;
    flex-direction: column;
    align-items: flex-end;
 gap: 10px;
}
.instrument_container p{
    margin-bottom: 0;
    color: #474d52;
    font-weight: 700;
    letter-spacing: .01em;
    text-transform: uppercase;
      font-size: 25px;
}

.instrument_container a.phone{
   font-size: 22px;
    font-weight: 300;
    color: #ffe14e;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}

 .instrument_container a.email{
      font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    line-height: 100%;
    display: flex;
    align-items: stretch;
    gap: 5px;
}
 .instrument_container a.email .mdi{
      font-size: 24px;
    font-weight: 400;
    color: #cbcbcb;
    line-height: 100%;
}


 .instrument_container a.callback{
  color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px dotted #ccc;
}

header.page_header{
  background: #fff;
  position: relative;
  
}
header.page_header:after{
  background: #f7d118;
  position: absolute;
  content:'';
  width: 80%;
  height: 4px;
  bottom: 0;
  left: 0;
} 
header.page_header:before{
  background: #292929;
  position: absolute;
  content:'';
  width: 20%;
  height: 4px;
  bottom: 0;
  right: 0;
} 

header.page_header .navbar-nav>li>a {
    color: #000000;
}
header.page_header .navbar-nav>li>a:hover,
header.page_header .navbar-nav>li.current-menu-item>a
{
    color: #000000;
}

header.page_header .instrument_container a.phone,
header.page_header .instrument_container a.email,
header.page_header .instrument_container a.callback
{
    color: #000000;
}


header.page_header .header_container {
    padding: 30px 0px 30px 0px;
}



/*footer*/

footer{
 margin-top:0px;
 padding-top: 80px;
 padding-bottom:20px;
      background: #292929;
position: relative;
}

footer:before{
 background: #f7d118;
  position: absolute;
  content:'';
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
} 


footer .logo-footer {
    max-width: 200px;
}


.footer_container{
  display: flex;
  gap: 80px;
}
.footer_container .footer-1{
 width: 30%;
}
.footer_container .footer-2{
    width: 15%;
    margin-left: 60px;
}
.footer_container .footer-3{
 width: 25%;
}
.footer_container .footer-4{
 width: 30%;
}

.widgettitle{
     color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 30px;
}


footer li.menu-item a{
    letter-spacing: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    line-height: 180%;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
}


footer p{
color: #c5c7cc;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

footer a{
  color: #c5c7cc;
  text-decoration: none;
}
footer a:hover, footer a:focus, footer a:active{
  color: #FFF;
  opacity: 0.6;
}

footer .widget_nav_menu{
  
}

.widget.widget_text{
  margin-bottom: 30px;
}

footer .logo{
  margin-top: 30px;
}

footer .logo_container {
  
    margin-bottom: 30px;
}

.copyright {
    margin-top: 40px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-top: 1px solid #cccccc3b;
}

.copyright a{
text-decoration:none;
}

/*home*/

.home section{
  padding: 60px 0px;
}

.offer_index {
       position: relative;
    height: 100%;
    margin-bottom: 60px;
    width: 100%;
    background-size: cover!important;
    background-position: top center!important;
    background-attachment: fixed!important;
    
}
.offer_index .overlay{
     position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(39 39 40 / 58%);
    z-index: 1;
}
.offer_index .policy .text p {
    color: #ffffff!important;
}
.offer_index .policy .text p a{
    color: #ffffff!important;
}

video {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.video-bg {
	opacity: 0;
    -moz-animation: fade-in 3s ease-in forwards; /* Firefox */
    -webkit-animation: fade-in 3s ease-in forwards; /* Safari and Chrome */
    -o-animation: fade-in 3s ease-in forwards; /* Opera */
    animation: fade-in 3s ease-in forwards;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
	}

@keyframes fade-in {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fade-in { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fade-in { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fade-in { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.img_banner{
   position: absolute;
   object-fit: cover;
   object-position: top;
   height: 100%;
   width: 100%;
  filter: opacity(100%);
}

.offer_index .title_container {
       position: relative;
    height: 100%;
      padding-bottom: 160px;
    padding-top: 80px;
  z-index: 1;
}
.offer_index h1{
      color: #FFF;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    line-height: 110%;
    font-size: 52px;
    margin-bottom: 15px;
}

.offer_index p:nth-child(1){
     color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 110%;
    font-size: 14px;
}

.offer_index p{
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    font-size: 20px;
}


.offer_index .form-block {
    margin-top: 60px;
}

.offer_index .f1 {
    padding: 18.9px 27px;
    color: #fff;
    border: 1px solid #f7d118;
    background: #ffffff00;
}
.offer_index input::-webkit-input-placeholder{color:#fff!important; opacity:1; }
.offer_index input::-moz-placeholder {color:#fff; opacity:1; }
.offer_index input:focus::-webkit-input-placeholder{ opacity:0; }
.offer_index input:focus::-moz-placeholder { opacity:0; }



.form_wrapper{
      display: flex;
    gap: 20px;
}


.all_catalog{
  margin-top: 30px;
}

.all_catalog .btn{
   width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}



section.page_section{
  padding: 60px 0px;
}
section.page_section h1{
  padding: 30px 0px;
}

.contact_block{
  border: 1px solid #cccccc38;
}
.contact_block .item{
      position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}
.contact_block .item:before{
 content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 1px;
    background: #cccccc38;
}

.contact_block .item:last-child::before{
 display: none;
}

.contact_block .item a{
     color: #292929;
    display: block;
    font-size: 18px;
}
.contact_block .item p{
 margin-bottom: 10px;
}
.contact_block .item p.name{
 margin-bottom: 0px;
}

.color-orange{
     color: #a82f06;
}

.page-template-default article{
  padding: 0px 0px;
}

.form-footer{
  padding: 120px 0px!important;
  background: #f2f6f8;
  position: relative;
  margin-top: 40px;
}




.form-footer .policy {
    margin-top: 15px;
}
.form-footer .form-block {
   
 max-width: 600px;
}
.form-footer .content {
    
}
.form-footer .content p.title{
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
.form-footer .content p.text
 {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #292929;
}

.form-footer .policy .text p {
    color: #878787!important;
}
.form-footer .policy .text p a {
    color: #878787!important;
}
.form-footer .f1 {
    border: 1px solid #181818;
}
.form-footer .f1:focus {
    border: 1px solid #F7D118;
}

.about_text p:nth-child(2),
.about_text2 p:nth-child(2),
.about_text2 p:nth-child(1)

{
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
   color: #292929;
}
.about_text p,
.about_text2 p
{
    font-weight: 400;
    font-style: normal;
    color: #959595;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
}
.about_text2 img
{
  margin-bottom: 30px;
}


.about_text ul li,
.about_text2 ul li
{
    font-weight: 400;
    font-style: normal;
    color: #959595;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
    padding: 0px 0px 10px 20px;
  position: relative;
}

.about_text ul li:before,
.about_text2 ul li:before
{
       content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    background: #013fb8;
    width: 4px;
    height: 4px;
    border-radius: 20px;
}

section.bg_fon{
    position: relative;
  padding: 80px 0px;
  margin: 60px 0px;
}
.bg_fon .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(39 39 40 / 58%);
    z-index: 1;
}
section.bg_fon .container{
    position: relative;
 z-index: 2;
}

section.bg_pattern{
      background: #f2f6f8;

}

p.prefix_title{
    font-weight: 700;
    font-style: normal;
     color: #be3c26;
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0px;
  text-transform: uppercase;
      margin-bottom: 0px;
}

.product_container{
  margin-top: 60px;
}


.product_item{
      padding: 30px;
    border: 1px solid #f7d118;
    text-align: center;
  transition: all 0.3s;
  background: #fff;
}
.product_item:hover{
    background: #f7d118;
  transition: all 0.3s;
}
.product_item:hover p{
   color: #000;
  transition: all 0.3s;
}


.product_item .img{
  height: 130px;
  margin-bottom: 20px;
}
.product_item .img img{
     height: 100%;
    width: auto;
}
.product_item h2, .product_item h3{
font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
  margin-bottom: 20px;
}
.product_item p{
 font-weight: 400;
    font-style: normal;
    color: #6c6c6c;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0px;
    margin-bottom: 0px;
   transition: all 0.3s;
}

.bg_dark h2, .bg_dark p{
  color: #fff;
  font-weight: 600;
}

.bg_fon{
  background-size: cover!important;
  background-attachment: fixed!important;
}

.catalog_block{
       display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;

}
.home .catalog_block{
   
  margin-top: 30px;
}

.catalog_block .product_item{
width: calc(100% / 4 - 30px);
  margin-bottom: 0px;
  
}
.catalog_block .product_item h2{
    font-size: 18px;
}
.catalog_block .product_item h2 span.count{
    font-weight: 300;
    font-size: 15px;
}



.product_item .cost{
    font-size: 18px;
  font-weight: 700;
color: #a1a1a1;
   transition: all 0.3s;
}
.product_item:hover .cost{
  transition: all 0.3s;
color: #292929;
}

a.more_block{
  border-bottom: 1px #1b70ca dotted;
    font-size: 14px;
    color: #1b70ca;
}

/*img*/

.img-radius{
  border-radius: 16px;
}
.block-radius{
  border-radius: 16px;
}




/*tabs*/

.tabs_container{
  
}

.nav-pills .nav-link {
    border-radius: 0rem;
    font-weight: 600;
    color: rgba(28, 40, 46, 0.70);
    font-size: 24px;
    line-height: 180%;
    padding: 0;
    margin-right: 40px;
  border-bottom: 3px transparent solid;

}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    cursor: default;
    background-color: #0275d800;
    color: #1C282E;
    font-weight: 600;
   border-bottom: 3px #FFB136 solid;
}
.tab-content{
  margin-top: 60px;
}


.tabs_container h3{
 
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 57.6px */
  margin-bottom: 30px;
}

.tabs_container p{
 
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 180%;
}

.row_tab{
  margin-bottom: 60px;
}
.tab-pane .row_tab:last-child{
  margin-bottom: 0px;
}


.row_tab img{
  width: 100%;
  height: 390px;
  object-fit: cover;
}
.row_tab .item-text{
display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}




/*mobile menu*/
 .home #rmp_menu_trigger-145:hover .responsive-menu-pro-inner, 
  .home #rmp_menu_trigger-145:hover .responsive-menu-pro-inner::before, 
  .home #rmp_menu_trigger-145:hover .responsive-menu-pro-inner::after {
    background-color: #fff!important;
}
  .home #rmp_menu_trigger-145 .responsive-menu-pro-inner, 
  .home #rmp_menu_trigger-145 .responsive-menu-pro-inner::before, 
  .home #rmp_menu_trigger-145 .responsive-menu-pro-inner::after {
   
    background-color: #fff!important;
 
}
  #rmp_menu_trigger-145.is-active .responsive-menu-pro-inner, 
  #rmp_menu_trigger-145.is-active .responsive-menu-pro-inner::before,
  #rmp_menu_trigger-145.is-active .responsive-menu-pro-inner::after {
     background-color: #fff!important;
}

.mobile_instrument_container{
      display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  font-size: 20px;
}


.rmp-container .rmp-menu-title .rmp-menu-title-image {
    max-width: 100%;
    display: block;
    margin: 0% 10% 7% 13%;
}


.shortcode-contact{
  
}

.shortcode-contact a{
  color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 180%;
  text-decoration: none;
}
.shortcode-contact p{
  color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 180%;
  text-decoration: none;
  margin-bottom: 0;
}

.shortcode-contact .item{
  margin-bottom: 30px;
}

article .shortcode-contact a {
    color: #1c282e;
  
}
article .shortcode-contact p {
    color: #1c282e;
  
}

.product_container{
      display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  gap: 30px 0px;
}

.loop-item{
  display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 32px;
    width: 25%;
    height: auto;
    border: 1px solid #3B4C64;
    transition: 0.3s;
    background: transparent;
   transition: 0.3s;
}
.loop-item:hover {
    transition: 0.3s;
    background: #FF7A00;
}
.loop-item:hover p.excerpt{
    transition: 0.3s;
   color: #fff;
}
.loop-item:hover .btn-primary{
    transition: 0.3s;
   color: #0c1d37;
  background: #fff;
}

.loop-item h2{
      font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 8px;
    margin-top: 20px;
}
.loop-item .img{
   height: 143px;
}
.loop-item .img img{
   height: 100%;
}

.loop-item p.excerpt{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #7A8396;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 24px;
}
.loop-item .btn{
 padding: 12px 30px;
}


.title_related_post{
  margin-top: 20px;
  font-size: 22px;
  
}

#related p.related_title{
  margin-bottom: 50px;
      font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #292929;
  
}



.policy {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    align-content: center;
  margin-top: 10px;
}

.policy .checkbox {
       -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
    border: 0px solid #414141;
    width: 20px;
 background: #d4796c;
    height: 20px;
    margin-top: 0px;
}
.policy .checkbox span.wpcf7-form-control-wrap {
    margin-bottom: 0;
    height: auto;
}
.wpcf7-form-control-wrap {
    position: relative;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
label {
    margin-bottom: 0;
}
label {
    display: inline-block;
   
}

.policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: block;
    z-index: 1000;
}

.policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
    background-color: #fff;
}
.policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 0 !important;
    color: transparent;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " ";
}
.policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
    display: block;
}

.policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 2px;
    margin: auto;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.policy .text p {
      color: #292929!important;
    font-size: 13px!important;
    line-height: 16px!important;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
}
.policy .text p a{
      color: #292929;
}
.wpcf7-spinner {
    position: absolute;
}
.content-cart-catalog__page {
    display: flex;
}
.content-cart-catalog__page {
    
}
.left-content-cart-catalog__page {
         width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px;
}
.right-content-cart-catalog__page {
   
    width: 50%;
    padding-top: 60px;
    padding-bottom: 40px;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 40px;
    border-left: 0;
}
.right-content-cart-catalog__page h1{
  margin-bottom: 0;
}

.right-content-cart-catalog__page .cost {
    font-size: 22px;
    font-weight: 700;
    color: #292929;
    transition: all 0.3s;
      margin-bottom: 20px;
}
.right-content-cart-catalog__page .excerpt {
    font-size: 16px;
    margin-bottom: 40px;
}

.text-info-cart-catalog__page {
    width: 100%;
    padding: 48px 0px;
    border: 0px solid #3B4C64;
    border-top: 0;
}

#related{
  padding-bottom: 40px;
}

.single-news p#breadcrumbs {
       padding: 0px 0px 0px 0px;
    color: #4e4e4e;
    font-weight:400;
    
}

.news_item {
    padding: 0px 0px 50px 0px;
    margin-bottom: 40px;
    border-bottom: 1px solid #434343;
}
.news_item h2{
      margin: 0;
    padding: 0;
    font-weight: 600;
}
.news_item img{
  
}

.data{
    font-weight: 400;
    font-style: normal;
    color: #959595;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0px;
    margin: 20px 0px 20px 0px;
}



.news_item .excerpt {
    font-weight: 400;
    font-style: normal;
    color: #959595;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
  margin-top: 20px;
}


.home .header_scroll{

     background: rgb(41 41 41);
    border-bottom: 0px solid #aeaeae;
}
.header_scroll{
    z-index: -9999;
    opacity: 0;
    height: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    background: rgb(255 255 255);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid #aeaeae;
}


.scroll{
  position: fixed;
  width: 100%;
  z-index: 999;
  opacity: 1!important;
 animation: stickup .7s ease-out;
  height: auto;
   visibility: visible;
  padding-top: 0px;
}
@keyframes stickup {
0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}

.header_scroll .logo_container img {
    max-width: 160px;
}


.header_scroll .navbar-nav>li>a {
    font-size: 12px;
}
.header_scroll .navbar-nav {
    justify-content: flex-end;
}
.header_scroll .header_container {
    padding: 10px 0px 10px 0px!important;
}


.header_scroll .instrument_container a.phone {
   display: none;
}
.header_scroll .instrument_container p {
   display: none;
}
.header_scroll .instrument_container a.callback {
   display: none;
}
.header_scroll .instrument_container a.email {
font-size: 20px;
}

.bg_section_title{
    background-attachment: fixed!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
  padding:120px 0px;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.bg_section_title h1{
    font-size: 42px;
    color: #fff;
    margin-bottom: 0px;
}
.bg_section_title p#breadcrumbs {
    margin-bottom: 0;
    padding: 0px 0px 20px 0px;
    color: #ffffff;
      justify-content: center;
}
  .bg_section_title p#breadcrumbs a{
   
    color: #ffffff;
  
}

.bg_section_title .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 32%);
    z-index: 1;
}
.bg_section_title .container {
    position: relative;
    height: 100%;
    z-index: 1;
}

.block_nums{
  background: #292929;
  padding: 80px 0px;
  margin: 80px 0px 100px 0px;
}

.block_nums .number_wrap{
       display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
 
}
.block_nums .number_wrap .item{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 20%;
}

.block_nums .number_wrap .item span.num{
    font-weight: 700;
    color: #b3b3b3;
    font-size: 50px;
}
.block_nums .number_wrap .item span.text{
    font-size: 16px;
    color: #fff;
}

.single-news section.page_section h1 {
    padding: 30px 0px 0px 0px;
    margin-bottom: 0;
}

.thumb_single_news{
  margin-bottom: 40px;
  margin-top: 30px;
}

.partners{
display: flex;
    margin-top: 60px;
    justify-content: space-around;
    align-items: center;
}

.recent_news{
  
}
.recent_news h3{
      font-weight: 700;
    font-style: normal;
    color: #292929;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
  margin-bottom: 10px;
}
.recent_news .img{
  width: 100%;
  height: 235px;
  margin-bottom: 25px;
  overflow: hidden;
}

.recent_news img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.recent_news .item:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.6s;
}



.recent_news .data {
   
    color: #747474;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
}

.all_services{
      background: #f7d118;
}
.all_services .img{
   width: 80px;
    height: 80px;
    text-align: center;
    margin: 30px auto;
}
.all_services p{
   font-size: 20px;
  font-weight: 600;
  color: #000;
}

.size20{
  font-size: 20px!important;
}