@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800&display=swap');
@font-face {
    font-family: "ExtraBold";
    src: url("/wp-content/themes/twentytwentyone/Fonts/Montserrat-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Bold";
    src: url("/wp-content/themes/twentytwentyone/Fonts/Montserrat-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "SemiBold";
    src: url("/wp-content/themes/twentytwentyone/Fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Regular";
    src: url("/wp-content/themes/twentytwentyone/Fonts/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Poppins-regular";
    src: url("/wp-content/themes/twentytwentyone/Fonts/poppins-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* Categories 01 to 03 are the basics. */

/* Variables */
.skip-link.screen-reader-text {
    display: none;
}

.primary-menu-container {
    display: none;
}

/*old---css theme-go to acc.css--------------*/

html {
    margin: 0 !important;
    margin-top: 0 !important;
}

body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Poppins-regular', 'Verdana' !important;
    font-size: 16px;
    color: #ffffff;
    background: #262626;
}

body p {
    margin: 0;
}

body ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

body a {
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.fl {
    display: flex;
}

.scroll-site {
    position: fixed;
    top: 75%;
    z-index: 9;
    right: 10%;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #111;
    border-radius: 50%;
}

.communication {
    display: flex;
    align-items: center;
    min-width: 470px;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin-top: 30px;
}

.communication .tell a {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
}

.communication .block-link a {
    margin: 0 15px;
    display: block;
}

header {
    position: absolute;
    z-index: 77;
    min-height: 115px;
    display: flex;
    align-items: center;
    width: 100%;
}

header .wrap {
       align-items: center;
    justify-content: space-between;
    padding: 0 35px;
}

header .logo-site-top {
    color: #fff;
}

.site-main header {
    display: none;
}

header .logo-site-top p {
   color: #FFF;
   font-family: 'Montserrat', sans-serif;
   font-size: 35px;
   font-style: normal;
   font-weight: 800;
   letter-spacing: 1.08px;
}

header .logo-site-top span {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}

header .commun .tell a{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 0.5;
    -webkit-text-stroke-color: #000;
    font-size: 21px;
    font-style: normal;
    line-height: 28px;	
	position:relative;
}
header .commun .tell a:before {
content: url("/wp-content/themes/twentytwentyone/assets/images/Frame.svg");
	    position: absolute;
    left: -30px;
}

.block-link {
    display: flex;
}

/*-------------------*/
.uslugi-ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
      margin-bottom: 40px;
    align-items: center;
	
}
.hr-des{
	width:100%;
	height:1px;
	background:#fff;
	    margin-bottom: 40px;
}
.uslugi-ul img{
	    border-radius: 10px;
    display: block;
}
.block-text-main{
	padding:0 25px;
}
.block-text-main .center-top-text{
	text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
	font-size: 36px;
	line-height: 60px;
    text-align: center;
    letter-spacing: -0.035em;
	 font-family: "SemiBold"!important;
	
}
.block-text-main .center-top-text .color1{
	background: #7E57C2;
background: -webkit-linear-gradient(to bottom, #7E57C2 1%, #00E676 100%);
background: -moz-linear-gradient(to bottom, #7E57C2 1%, #00E676 100%);
background: linear-gradient(to bottom, #7E57C2 1%, #00E676 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.block-text-main .center-top-text .color2{
	color:#40B3E0;
}
.block-text-main b{
	font-size: 36px;
	line-height: 60px;
    text-align: center;
    letter-spacing: -0.035em;
	 font-family: "SemiBold"!important;
	display:block;
}

.block-text-main .text{
	font-size: 24px;
    line-height: 29px;
    margin: 25px auto;
    max-width: 1230px;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}
.block-text-main .text:before{
    content: "";
    width: 1px;
    height: 95%;
    background: #fff;
    display: block;
    position: absolute;
    left: -39px;
}


.tel-color p {
	font-family: "ExtraBold" !important;
	font-size:24px;
	background: #FFFFFF;
background: -webkit-linear-gradient(to right, #FFFFFF 9%, #7E57C2 19%, #40B3E0 57%, #fff 100%);
background: -moz-linear-gradient(to right, #FFFFFF 9%, #7E57C2 19%, #40B3E0 57%, #fff 100%);
background: linear-gradient(to right, #FFFFFF 9%, #7E57C2 19%, #40B3E0 57%, #fff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.bot-block {
    display: flex;
    padding: 0 15px;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;

}

.bot-block .right a {
    margin: 0 5px;
}

.block-content .all .item .bot-block a {
    float: none;
    text-align: initial;
    margin-right: 0;
    margin-top: 0;
    height: auto;
    width: auto;
}

.pum-container {
    border-radius: 10px !important;
    outline: none !important;
    padding: 25px !important;
}

.pum-container form :active {
    outline: none !important;
}

.pum-container form :focus {
    outline: none !important;
}

.pum-container form :active {
    outline: none !important;
}

.pum-container form :focus-visible {
    outline: none !important;
    alignment-baseline
}

.pum-container textarea {
    width: 100%;
    min-height: 40px;
    margin-bottom: 15px;
    padding-left: 12px;
    font-size: 14px;
    background: #e8e8e8;
    border: 1px solid #9e9e9e;
    border-radius: 6px;
}

.pum-container input {
    width: 100%;
    min-height: 40px;
    margin-bottom: 23px;
    padding-left: 12px;
    font-size: 14px;
    background: #e8e8e8;
    border: 1px solid #9e9e9e;
    border-radius: 6px;
}

.pum-container input[type="submit"] {
    background: #4f9ed9;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    max-width: 140px;
    float: right;
    margin-bottom: 0px;


}

.pum-container input[type="submit"] :active {
    outline: none;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    top: 30px;

}

.wpcf7-response-output {
    margin-top: 0 !important;
    font-size: 12px;
}

.pum-container .pum-close {
    right: -33px !important;
    top: -27px !important;
    padding: 5px !important;
    color: #ffffff !important;
    font-size: 33px !important;
    line-height: 15px !important;
    border-radius: 0 !important;
    box-shadow: none;
    text-shadow: none !important;
    background-color: none !important;
    background: transparent !important;
}

.link-popit {
 position: absolute;
    z-index: 9;
    display: flex;
   bottom: 10%;
    align-items: center;
    right: 13%;
}
.title-block-des{
	    font-weight: 500;
    font-size: 18px;
    margin-top: 5px;
    font-family: "Regular"!important;
    text-align: center;
    margin-bottom: 25px;
}

.block-uslugi-ul{
	    font-weight: 600;
    font-size: 17px;
    line-height: 40px;
    list-style: disc;
    max-width: 350px;
    margin: 0 auto 35px;
	
}
.color1{
	background: #7E57C2;
background: -webkit-linear-gradient(to bottom, #7E57C2 1%, #00E676 100%);
background: -moz-linear-gradient(to bottom, #7E57C2 1%, #00E676 100%);
background: linear-gradient(to bottom, #7E57C2 1%, #00E676 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.link-popit .tel-color {
    display: inline-flex;
    margin-right: 20px;
}

.link-popit .popit {
      display: inline-flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
	font-weight: 900;
}

.link-popit .popit span {
    padding: 10px;
}

.changes_t .block-top .block-top-text {
    text-align: left;
    line-height: 87px;
    margin: revert;
    position: absolute;
    max-width: 1200px;
    margin-left: 145px;
     
}

.changes_t .block-top .block-top-text span {
    display: block;
}

.block-top {
    background-position: top;
    background-size: cover;
    min-height: 960px;
    position: relative;
    display: flex;
    align-items: center;
    top: -20px;
}

.block-top .communication {
    display: none;
}

.block-top .block-top-text {
    font-size: 96px;
    color: #fff;
    font-family: "ExtraBold" !important;
    max-width: 500px;
    text-align: center;
    line-height: 80px;
    margin: auto;
    z-index: 20;
    position: relative;
    text-shadow: 0 7px 7px #000000;
}

.block-top .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
	
}

.changes_t .block-top{
	    min-height: 795px;
}

/*--------Style blure button in header-----------*/
/*-------------------------------------------newafina---------------------------------------*/
.newafina .communication{
	display:none!important;
}
.newafina  .block-top{
	min-height: 975px;
    top: 0;
	background-position:center;
	display:block;
	
}
.newafina .block-top .d-n-device{
   display: none;
    padding-left: 30px;
    padding-top: 115px;
}
.newafina .block-top .d-n-device .tell a{
      color: #fff;
    text-shadow: 0px 4px 4px rgba(0,0,0,.25);
    -webkit-text-stroke-width: .5;
    -webkit-text-stroke-color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    position: relative;
	padding-left:30px;
  
  }
.newafina .block-top .d-n-device .block-link{
	margin-top:10px;
	position: relative;
    z-index: 5;
}
.newafina .block-top .d-n-device .block-link a{
	    margin: 0 7px;
}
.newafina .block-top .d-n-device .block-link a img{
	width:40px;
}
.newafina .block-top .d-n-device .tell a:before{
    content: url(https://www.afina.org.ua/wp-content/themes/twentytwentyone/assets/images/Frame.svg);
    margin-right: 7px;
    position: absolute;
    left: 0px;
}

.newafina .newafina-img{
	 margin-left: -30px;
     display: block;
}
.newafina .block-top .bg-grad {
   background:none;
}
.newafina .content-newafina{
	margin-left: 135px;
    padding-top: 50px;
	
}
.newafina .content-newafina .newafina-info .one{
	margin-bottom:5px;
}
.newafina .content-newafina .newafina-info{
	max-width: 557px;
    color: #fae3a9;
    font-size: 24px;
    line-height: 27px;
    background: 0 0;
    margin-top: -94px;
	font-family: 'Montserrat', sans-serif;
}
.newafina .content-newafina .list-newafina{
	margin-top:60px;
}
.newafina .content-newafina .list-newafina .item p{
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 35px;
}
.newafina .content-newafina .list-newafina .item p span{
   color: #FAE3A9;
  font-family: 'Montserrat',sans-serif;
   font-size: 24px;
   font-style: normal;
   font-weight: 500;
	display:block;
}

.newafina .content-newafina .list-newafina .item:before {
	content: url(/wp-content/uploads/2024/01/yellow_touch.png);
    position: absolute;
    left: -60px;
    top: -26px;
}
.newafina .content-newafina .list-newafina .item{
    display: flex;
    position: relative;
    padding-left: 80px;
}
.newafina .content-newafina .cal-newafina{
	color: #000;
    font-family: 'Montserrat',sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: .6px;
    text-transform: uppercase;
    width: 388px;
    height: 63px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media screen and (max-width: 768px) {
	#button-contact-vr {
    bottom: 85px;
    right: 1px;
}
	header .commun {
		display: none;
	}

	header .logo-site-top p {
		font-size:31px;
	}
	
	.newafina .block-top .d-n-device{
		display: block;
	}

.newafina .content-newafina {
   margin-left: auto;
    padding: 0 0 0 30px;
}	
	.newafina .newafina-img {
    margin-left: -20px;
    display: block;
    width: 354px;
    margin-top: -34px;
}
	.newafina .content-newafina .newafina-info {
    font-size: 16px;
    max-width: 305px;
    line-height: 21px;
    margin-top: -55px;
}
	.newafina .content-newafina .list-newafina .item p {
		font-size:60px;
		    margin-bottom: 10px;
		    line-height: 35px;
		    margin-bottom: 35px;
	}
	.newafina .content-newafina .list-newafina .item p span{
		font-size:17px;
	}
	.newafina .content-newafina .list-newafina {
    margin-top: 20px;
}
	.newafina .content-newafina .list-newafina .item:before {
	content: url(/wp-content/uploads/2024/01/yellow_glowing_3d_3-1.png);
	left: -35px;
    top: -10px;
	}
	.newafina .content-newafina .list-newafina .item {
    padding-left: 40px;
}
	.newafina .block-top {
    min-height: 754px;
		    overflow: hidden;
}
	.newafina .content-newafina .cal-newafina{
	width: 300px;
    height: 55px;
		    font-size: 16px;
	}
}


.block-top .bg-grad {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 9;
    background-position: bottom;
    opacity: 0.7;
	background: linear-gradient(179.03deg, rgba(196, 196, 196, 0) -24.56%, #000000 102.15%);
}

.title-block {
    padding: 45px 0;
    text-align: center;
}

.title-block p {
    font-size: 32px;
    font-family: "SemiBold" !important;
}

.title-block span {
    font-size: 18px;
    font-weight: 500;
}

.block-content .all {
    flex-wrap: wrap;
    justify-content: space-around;
}

.block-content .all .item {
    max-width: 425px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 0 30px 0;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.block-content .all .item .img-top {
    max-width: 287px;
    border-radius: 10px;
    display: block;
    margin: auto;
}

.block-content .all .item .title {
   color: #111;
    font-size: 24px;
    font-family: "ExtraBold" !important;
    margin: 20px auto 20px;
    max-width: 344px;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 15px;
}

.block-content .all .item .desc {
    font-size: 19px;
    color: #111111;
    max-width: 270px;
    text-align: center;
    margin: auto;
    font-family: 'Poppins-regular', 'Verdana' !important;
}

.block-content .all .item a {
    float: right;
    text-align: right;
    margin-right: 15px;
    margin-top: 15px;
    height: 40px;
    width: 87px;

}

.block-content .all .item a .style-svg {
    height: 40px;
    width: 87px;
}

.block-certificates {
    padding: 0 10px;
}

.block-certificates .all-certificates {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 100%;
    padding: 35px 0;
}

.block-certificates .all-certificates .top-mobile {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.block-certificates .all-certificates .item {
    border-radius: 10px;
    display: block;
}

.block-contact-form {
    padding-bottom: 20px;
    background: #141414;
}

.block-contact-form .text-top {
    max-width: 1220px;
    font-size: 36px;
    margin: 40px auto 30px;
    padding: 40px 10px 0 20px;
    position: relative;
}

.block-contact-form .text-top:before {
    width: 2px;
    content: "";
    height: 75px;
    display: block;
    background: #fff;
    position: absolute;
    left: -5%;
    top: 35%;
}

.block-contact-form .text-bottom {
    max-width: 1220px;
    font-size: 30px;
    margin: 30px auto 60px;
    font-weight: 100;
    line-height: 35px;
    padding: 0 10px 0 20px;
}

.block-contact-form .wrapper-form {
    max-width: 1260px;
    margin: 40px auto 30px;
    padding: 0 10px;
}

.block-contact-form form {
    width: 100%;
}

.block-contact-form form ::placeholder {
    color: #766E6E;
    font-size: 18px;
}

.block-contact-form form .sumbit {
    width: 97%;
    max-width: 350px;
    min-height: 58px;
    border: 1px solid #766E6E;
    margin-bottom: 30px;
    background: #f5f5f5;
    font-size: 18px;
    color: #766E6E;
    margin-top: 30px;
    cursor: pointer;
    border-radius: 6px;
}

.block-contact-form form .sumbit:hover {
    opacity: 0.7;
}

.block-contact-form form input {
    width: 98%;
    min-height: 58px;
    margin-bottom: 30px;
    padding-left: 17px;
    font-size: 17px;
    background: #e8e8e8;
    border: 1px solid #9e9e9e;
    max-width: 1260px;
    border-radius: 6px;
}

.block-contact-form form textarea {
    min-height: 220px;
    width: 98%;
    font-size: 17px;
    padding: 15px 2px 15px 17px;
    background: #e8e8e8;
    border: 1px solid #9e9e9e;
    max-width: 1260px;
    margin-bottom: 30px;
    border-radius: 6px;
}

.block-contact-form form textarea ::placeholder {
    color: #9e9e9e;
    font-size: 19px;
    font-family: 'Poppins-regular', 'Verdana' !important;
}

.block-reviews {
    padding: 0 10px;
}

.wrapper-slider {
    width: 100%;
    position: relative;
    margin: 0 auto 30px;
    max-width: 700px;
}
.wrapper-slider .slick-list{
	overflow: initial!important;
}
.slick-list {
    overflow: revert !important;
	  
}

.wrapper-slider .slider-comm {
    width: 100%;
    position: relative;
    overflow: hidden;
       min-height: 564px;
}

.wrapper-slider .slider-comm .slick-dots {
    bottom: 0;
}

.wrapper-slider .slider-comm .slick-dots li {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 7px;
    background: #fff;
    list-style-type: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease-out;
}

.wrapper-slider .slider-comm .slick-dots li.slick-active {
    background: #797979;
}

/*-----------------slider-comm1 ------------*/


.wrapper-slider .slider-changes_t {
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
        min-height: 564px;
}

.wrapper-slider .slider-changes_t .slick-dots {
    bottom: 0 !important;
}

.wrapper-slider .slider-changes_t .slick-dots li {
    width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
    margin: 7px !important;
    background: #fff !important;
    list-style-type: none !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    transition: background 0.3s ease-out !important;
}

.wrapper-slider .slider-changes_t .slick-dots li.slick-active {
    background: #797979 !important;
}


.wrapper-slider .info-comm {
    min-height: 400px;
    width: 100%;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.wrapper-slider .info-comm .strong {
    font-size: 96px;
    color: #000;
    font-family: ExtraBold;
    line-height: 75px;
    text-align: center;
    padding-top: 35px;
}

.wrapper-slider .info-comm p {
    font-size: 17px;
    color: #111;
    max-width: 600px;
    margin: 0 auto 50px;
    font-family: 'Poppins-regular', 'Verdana' !important;
    text-align: center;
}

.wrapper-slider .info-comm img {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    bottom: -75px;
    left: 0;
    right: 0;
}

.slick-slide {
    margin: 0 7px;
}

.slick-list {
    margin: 0 -7px;
	
}

/*--------------------------FOOTER----------*/


footer {
    background: #141414;
}

footer .footer-line {
    background: #262626;
    height: 25px;
    width: 100%;
}

footer .footer-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 35px 0 0;
    padding: 0 10px 30px;
}

footer .footer-block .title {
    font-size: 18px;
    color: #C4C4C4;
    margin-bottom: 20px;
}

footer .footer-block .left-contact {
    display: flex;
}

footer .footer-block .left-contact .mail {
    margin-right: 35px;
}

footer .footer-block .left-contact a {
    color: #fff;
    font-size: 16px;
}

footer .footer-block .right-contact {
    display: flex;
    flex-direction: column;
}

footer .footer-block .right-contact a {
    color: #fff;
    display: flex;
    font-size: 16px;
    align-items: center;
    margin-bottom: 15px;
}

footer .footer-block .right-contact a img {
    margin-right: 10px;
}

/*--------------------------ONLIE----------*/
form{
	outline: none!important;
border: none!important;

}

.wrap {
    width: 100%;
    max-width: 1570px;
    margin: 0 auto;
}

/*--------------------------RESPONSIVE----------*/


@media screen and (max-width: 780px) {
    footer .footer-block {
        justify-content: space-around;
    }

    footer .footer-block .right-social .title {
        text-align: center;
    }

    footer .footer-block .left-contact {
        width: 90%;
        flex-wrap: wrap;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    footer .footer-block .left-contact .mail {
        margin-bottom: 20px;
    }

    footer .footer-block .left-contact .tell {
        margin-bottom: 20px;
    }
}
.pum-title{
	    font-weight: 800!important;
    font-size: 24px!important;
    line-height: 30px!important;
    text-align: center!important;
    margin-bottom: 24px!important;
}



@media screen and (max-width: 870px) {
    .block-content .all .item {
        max-width: 325px;
        height: 600px;
    }

    .communication {
        min-width: auto;
    }

    header .wrap {
        padding: 0 34px;
    }
	


}
@media screen and (max-width: 1300px){
	.block-text-main .text{
		padding-left:60px;
	}
	.block-text-main .text:before{
	    left: 20px;
	}
}
@media screen and (max-width: 700px) {
	.block-text-main {
    padding: 0 5px;
}
	.block-uslugi-ul{
		display:block;
		padding-left: 30px;
	}
	.block-uslugi-ul:first-child{
		margin:0 auto;
	}
	.uslugi-ul .img-uslugi{
		display:none;
	}
	.uslugi-ul{
	display:block;
	}
	  
   
	.hr-des{
	display:none;	
	}
	.title-block-uslugi {
  padding: 30px 0 30px!important;
}
	.title-block-des{
		display:none;
	}
	.slick-list {

	    overflow: visible!important;
}
	.slider-changes_t {
 
    min-height: 627px !important;
}
	.block-text-main .text {
    font-size: 18px;
	}
	.block-text-main .center-top-text{
		font-size: 24px;
        line-height: 29px;
	}
	.block-text-main b {
		    font-size: 24px;
    line-height: 30px;
		margin-top: 25px;
	}
    .title-block {
        padding: 45px 10px;
    }

    .title-block p {
        font-size: 23px;
        margin-bottom: 15px;
    }

    header .communication {
        display: none;
    }

    .block-top {
        min-height: 815px;
    }

    .block-top .bg-grad {
     opacity: revert;
    }

    .link-popit {
        flex-wrap: wrap;
        right: auto;
        justify-content: center;
         bottom: 8%;
        width: 100%;
    }

    .link-popit .tel-color {
        margin-bottom: 15px;
    }
	.link-popit .tel-color p{
		font-size:17px;
	}
    .link-popit .popit {
        margin-bottom: 15px;
    }

    .changes_t .block-top {
        background-position: inherit;
        background-position-x: -149px;
    }


    .link-popit .popit span {
        padding: 7px;
        font-size: 12px;
   
    }

    .block-top .block-top-text {
        font-size: 60px;
        line-height: 60px;
        margin-top: -185px;
    }

    .changes_t .block-top .communication {
        bottom: auto;
        z-index: 9;
        top: 235px;
    }

    .changes_t .block-top .block-top-text {
        line-height: 65px;
         bottom: 25%;
        width: 100%;
        text-align: center;
        line-height: 60px;
        margin-left: auto;
    }

    .block-top .communication {
        display: flex;
        position: absolute;
        min-width: auto;
        flex-direction: column;
        bottom: 200px;
        left: 0;
        right: 0;
    }

    .block-top .communication .tell a {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;

    }
	.block-top .communication .tell a:first-child{
		margin-bottom: 10px;
	}
		.block-top .communication .tell a:not(:first-child){
		margin-bottom: 40px;
	}

    .block-content .all .item .title {
        text-align: left;
        margin: 20px auto 0;
    }

    .block-content .all .item .desc {
        font-size: 17px;
        line-height: 23px;
        text-align: left;
        max-width: 285px;
    }

    .wrapper-slider {
        max-width: 325px;
        margin: 0 auto 0;
    }

    .wrapper-slider .slider-comm {
        min-height: 635px;

    }

    .wrapper-slider .info-comm .strong {
        display: block;
    }

    .wrapper-slider .info-comm p {
        text-align: left;
        padding: 0 15px;
        margin: 0 auto 85px;
    }

    .wrapper-slider .info-comm img {
        width: 100px;
        height: 100px;
        bottom: -50px;
    }

    .wrapper-slider .carousel {
        min-height: 445px;
    }

    .wrapper-slider .carousel .indicators {
        display: none;
    }

    .block-certificates {
        padding: 0 20px;
    }

    .block-certificates .title-block {
        padding: 15px 10px 40px 10px;
    }

    .block-certificates .all-certificates .lm {
        max-width: 148px;
        margin-bottom: 30px;
    }

    .block-certificates .all-certificates .bm {
        max-width: 325px;
    }

    .block-contact-form .text-top {
        font-size: 18px;
        margin: 30px auto 40px;
        padding: 40px 10px 0 35px;
        line-height: 25px;
    }

    .block-contact-form .text-top:before {
        width: 2px;
        content: "";
        height: 50px;
        left: 20px;
        top: 44%;
    }

    .block-contact-form .text-bottom {
        font-size: 18px;
        position: relative;
        padding: 0 10px 0 40px;
        line-height: 25px;
    }

    .block-contact-form .text-bottom:before {
        width: 2px;
        content: "";
        height: 100%;
        left: 20px;
        top: 5%;
        display: block;
        background: #fff;
        position: absolute;
    }

    .block-contact-form .wrapper-form {
        margin: 0 25px 0 20px;
        padding: 0;
    }

    .block-contact-form .wrapper-form form .sumbit {
        width: 97%;
        max-width: 160px;
        min-height: 41px;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .block-contact-form .wrapper-form input {
        width: 95%;
        min-height: 40px;

    }

    .block-contact-form .wrapper-form textarea {
        width: 95%;
        min-height: 145px;
    }

    footer .footer-block .right-contact a {
        padding-left: 20px;
    }
}





