/*Обнулення стилів*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
}
*:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.3;
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
/* 1 rem = 16px    1em = 16px */
html {
    /* 10px / 16px = 62.5% */
    font-size: 62.5%;
}
/* 1 rem = 10px    1em = 10px */


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


@font-face {
  font-family: 'Montserrat';
  src: url('../asset/fonts/Montserrat.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}


/* ............................................................................................................................... */

body {
    overflow: auto;
   font-family: 'Montserrat', sans-serif;
   color: #101010;
   line-height: 2;

   background-color: #ffffff;
}

body.stop-scrolling {
  height: 100vh;
  overflow: hidden;
}

body::-webkit-scrollbar {
    width: 0em;
}

body::-webkit-scrollbar-thumb {
    background-color: transparent;
     width: 0em;
}

.wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    min-height: 100vh;

    overflow: hidden;


}


/* ................................................................................................................................. */

.block{
    width: 60%;
    padding: 0rem 1.5rem;
     max-width: 800px;
     min-width: 700px;
     transition: 0.3s;
}
.block-100{
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}


/* ................................................................................................................................. */

header{
    width: 100%;
    padding: 1rem;;
  
    
background: linear-gradient(to bottom,  rgba(126,0,25,1) 0%,rgba(255,255,255,1) 100%);

}
.logo-img{ max-width: 500px; width: 100%; height: auto;}

/* ................................................................................................................................... */

main{
    width: 100%;
    /* max-width: 800px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* overflow: hidden; */
    gap: 3rem;

}

.section-wrapper{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0rem 1.5rem;
width: 100%;
}

/* #bg-1{background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgb(215, 226, 255) 100%); }
#bg-2{background: rgba(215, 226, 255); }
#bg-3{background: linear-gradient(to bottom,  rgba(215, 226, 255) 0%,rgb(198, 255, 242) 100%); }
#bg-4{  background: linear-gradient(to bottom,  rgba(198, 255, 242) 0%,rgb(229, 202, 255) 100%);}
#bg-5{background: linear-gradient(to bottom,  rgb(229, 202, 255) 0%,rgba(255,255,255,1) 100%); } */

/* ................................................................................................................................... */

footer{
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   background-color: #2b2b2b;
    margin-top: 2rem;
    position: relative;
}

.dron{
    position: absolute;
    top: -5rem;
    right: 1rem;
    max-width: 300px;
    width: 100%;
    height: auto;
}
.car{
    position: absolute;
    bottom: 0rem;
    left: 1rem;
    max-width: 500px;
    width: 100%;
    height: auto;
}
/* ................................................................................................................................... */

/* TEXT...............................................................................................................*/

.text-position-right{text-align: right;}
.text-position-center{text-align: center;}

/* .........................................................................................H1 */

h1{ 
    font-size: 2.4rem; font-weight: 600;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
     line-height: 1.4;
    position: relative;

}
h1 span{
     position: relative;
}

.h1_main{ font-size: 3.6rem; font-weight: 800; text-align: center; color: #ffffff; }


/* .....................................H2 */
h2{font-size: 2.8rem; font-weight: 800; margin-bottom: 2rem; color: #7E0019; }
/* .....................................H3 */


/* ................................................................................................................................. */

/* ...................................Paragraph */
p{font-size: 1.8rem; font-weight: 600;}
strong{font-weight: 700;}

/* .................................................. */

.p-psychologist{color: #001559;}
.p-hr{color: #004434;}
.p-favbet{color: #2c0056;}






blockquote{
    margin: 1rem 0rem 3rem 0rem;
    position: relative;

    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.quote-psychologist{

    background-color: #edf1ff;
    border-left: 3px solid #001559;
}
.quote-hr{

    background-color: #edfdff;
    border-left: 3px solid #004434;
    
}

.quote-favbet{
    background-color: #f5eaff;
    border-left: 3px solid #2c0056;
}


blockquote p {
     font-weight: 500;
    font-style: italic;
    
    /* border-radius: 1rem; */
    padding: 1rem;
    margin-left: 0;
}

figcaption{
  position: absolute;
  bottom: -1.4em;
  right: -0.4em;
}

cite{font-size: 1.6rem; font-weight: 600; border-radius: 2rem; padding: 0.5rem 1rem; font-style: normal;}


.cite-psychologist{background-color: #001559; color: #ffffff;}
.cite-hr{background-color: #004434; color: #ffffff;}
.cite-favbet{background-color: #2c0056; color: #ffffff;}


.text-position-right{text-align: right;}
.text-position-center{text-align: center;}
/* .............................................................................................SVG Icons */

/* .................................................................................................icon */
.svg-icon {width: 1.5em; height: 1.5em; flex-shrink: 0; vertical-align: middle; position: relative;}
/* .................................................................................................logo */
.svg-logo {width: 2.5em; height: 2.5em; flex-shrink: 0; vertical-align: middle; position: relative;}
/* .................................................................................................list */
.svg-list {width: 1.4em; height: 1.4em; flex-shrink: 0; vertical-align: middle; position: relative;}

/* .....................................................pos */
.icon-link-left{margin-right: 0.2em; top: 0em;}
.icon-link-right{margin-left: 0.2em; top: -0.2em;}
.icon-button-left{margin-right: 0.2em;}
.icon-button-right{margin-left: 0.2em;}


/* ...................................Link */
a {    
    text-decoration: none;
    white-space: nowrap;

    color: #0077b3;
    
    font-size: 1.8rem;
    font-weight: 700;
}
.link{
  
    padding: 0 0.3em;
    transition: 0.3s;
}
.link-btn{
  
    background-color: #ffffff;
    border: 3px solid #0077b3; color: #0077b3;
    
    display: inline-flex;
    align-items: center;
    white-space: nowrap;

    font-size: 2rem;
    font-weight: 700;

    border-radius: 3em;
    padding: 0.1em 0.6em;
    transition: 0.3s;
}
.link-btn:hover {
    transform: scale(1.01);
}
.link-nav{
     padding: 0 0.3em;
     color: #7400b3;
}


/* ...................................Button */
button{
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;

    font-size: 2rem;
    font-weight: 700;

    border-radius: 3em;
    padding: 0.3em 0.6em;

}

.btn-circle {

    padding: 0.3em 0.3em;
    border-radius: 50%;
  
}

.btn-success {border: 3px solid #00520e; color: #00520e;}
.btn-danger {border: 3px solid #dc3545; color: #dc3545;}
.btn-warning {border: 3px solid #ffbf00; color: #ffbf00;}
.btn-info {border: 3px solid #0077b3; color: #0077b3;}

.btn-dev {border: 3px solid #370044; color: #370044;}
.btn-anim {border: 3px solid #00494a; color: #00494a;}
.btn-design {border: 3px solid #001450; color: #001450;}


.btn-danger, .btn-success, .btn-warning, .btn-info {
    transition: 0.3s;
}
.btn-danger:hover, .btn-success:hover, .btn-warning:hover, .btn-info:hover {
    transform: scale(1.01);
}

/* ...................................List */
ul {
    display: flex;
    flex-direction: column;
    font-weight: 600;

    margin: 0.5rem 0;
    gap: 0.5rem;

}

.ul-service{
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

/* .................................................... */


.list-wrapper {
  counter-reset: my-list-counter; 
}

.continuous-list span {
  counter-increment: my-list-counter;
  position: relative;
  padding-left: 2.5rem; 

}

.continuous-list span::before {
  content: counter(my-list-counter) ". ";
  position: absolute;
  left: 0;
  top: -6px;
  font-weight: 800;
  color: #0077b3;

  
}


/* .................................................... */

li {
    display: flex; 
    align-items: flex-start; 
    justify-content: flex-start;
    gap: 0.5em;
    text-align: left;
}

/* ......................................... span*/

.span-success {color: #00520e;}
.span-danger {color: #dc3545;}
.span-warning {

    display: flex;
    align-items: center;
    justify-content: center;
    
    font-weight: 700; color: #2b2b2b; border: 3px solid #ffffff; background-color: #ffbf00; border-radius: 3rem; padding: 0.3em 0.6em; }
.span-info {color: #0077b3;}

.span-good{border: 3px solid #00520e; color: #00520e;

background-color: #ffffff;
   font-weight: 700;
    white-space: nowrap;
  border-radius: 3em;
    padding: 0em 0.5em;
}

.span-small{
    color: #20234A;
    font-size: 1.4rem;
    font-weight: 600;
}

/* ...................................................em */
article{
    width:100%;
    max-width: 800px;
}

article a {

  width: 100%;
  display: flex;
  flex-direction: column;
    justify-content: center;
    align-items: center;
background: linear-gradient(135deg,  #e2e8f8  0%, #ffc2c2 100%);
  padding: 2rem 1rem 1rem 1rem;


  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  
  color: #E62F6E;;
  border-radius: 10rem;
  text-decoration: none;
}
article img {

    max-width: 260px;
    width: 100%;
    height: auto;

}
.logo-ukrpravd{
    max-width: 260px;
    width: 100%;
    height: auto;
}


@media (max-width: 1100px) {


h1{  font-size: 2.2rem; font-weight: 800;}

.h1_main{ font-size: 2.8rem; font-weight: 800;}

/* .....................................H2 */
h2{font-size: 2.4rem; font-weight: 800; margin-bottom: 2rem;}
/* .....................................H3 */

}

@media (max-width: 740px) {

.block{ width: 100%; padding: 0rem 1.5rem; min-width: auto; }
.block-100{ width: 100%;}

/* ................................................................................................................................. */

header{ width: 100%;padding: 1rem;}

.logo-img{ max-width: 400px; width: 100%; height: auto;}

main{ gap: 2rem;}
/* ................................................................................................................................... */

footer{
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   
    margin-top: 3rem;
}
.dron{
    position: absolute;
    top: -5rem;
    right: 1rem;
    max-width: 200px;
    width: 200px;
    height: auto;
}

.car{
    position: absolute;
    bottom: 0rem;
    left: 1rem;
    max-width: 300px;
    width: 100%;
    height: auto;
}

/* ............................................................................................................................... */





h1{  font-size: 1.6rem; font-weight: 700;}

.h1_main{ font-size: 2rem; font-weight: 800;}

/* .....................................H2 */
h2{font-size: 2rem; font-weight: 700; margin-bottom: 1rem;}

/* ................................................................................................................................. */

/* ...................................Paragraph */
p{font-size: 1.6rem; font-weight: 600;}
strong{font-weight: 700;}

/* .................................................. */

blockquote{margin: 1rem 0rem 3rem 0rem; border-top-right-radius: 1rem; border-bottom-right-radius: 1rem;}

blockquote p {font-weight: 500; padding: 1rem; margin-left: 0;}

figcaption{ bottom: -1.4em; right: -0.3em;}

cite{font-size: 1.4rem; font-weight: 600; border-radius: 2rem; padding: 0.5rem 1rem;}



.text-position-right{text-align: right;}
.text-position-center{text-align: center;}
/* .............................................................................................SVG Icons */

/* ...................................Link */
a {font-size: 1.6rem;font-weight: 700;}

.link-btn{font-size: 1.8rem;font-weight: 700;border-radius: 3em;padding: 0.1em 0.6em;}

.link-nav{padding: 0 0.3em;}


/* ...................................Button */
button{font-size: 1.8rem;font-weight: 700;border-radius: 3em;padding: 0.3em 0.6em;}


/* ...................................List */
ul {font-weight: 600;margin: 0.5rem 0;gap: 0.5rem;}

/* .................................................... */


.continuous-list span {padding-left: 2rem; }

.continuous-list span::before { left: 0; top: -6px;font-weight: 800;}

/* .................................................... */

li { gap: 0.5em;}

/* ......................................... span*/


.span-good{border: 3px solid #00520e;

font-weight: 700; border-radius: 3em; padding: 0em 0.5em;
}

article span {font-size: 1.4rem;}

.span-small{color: #20234A; font-size: 1.3rem; font-weight: 600;}

/* ...................................................em */

article a {  font-weight: 700; border-radius: 0rem;}



}


@media (max-width: 700px) {

}
