@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800;900&display=swap');
/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*: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;}
/*--------------------*/

/* Main style */

html{
    height: 100%;
}
body{
    display: flex;
    flex-direction: column;
    height: 100%;
    
}

header{
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto;
 }
 .main-content{
    /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 1 0 auto;
 }
 footer{
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto;
 }


html, body{
    font-family: "Golos Text";
    background: #F0F5FB;
}

.container{
  max-width: 1300px;
  margin: 0 auto;

}

h2{
  color: #373C59;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}


/* лоадер отправки формы */

.loadercirclediv {
    width: 50px;
    height: 50px;
}

.loadercircle {
    animation: 2s linear infinite svg-animation;
}

@keyframes svg-animation {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg)
    }
}

.circlemail {
    animation: 1.4s ease-in-out infinite both circle-animation;
    display: none;
    fill: transparent;
    stroke: #006;
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 280;
    stroke-width: 10px;
    transform-origin: 50% 50%;
}

@keyframes circle-animation {
    0%, 25% {
        stroke-dashoffset: 280;
        transform: rotate(0);
    }

    50%, 75% {
        stroke-dashoffset: 75;
        transform: rotate(45deg);
    }

    100% {
        stroke-dashoffset: 280;
        transform: rotate(360deg);
    }
}

input[type=file]::file-selector-button{
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
  
input[type=file]::file-selector-button{
    color: #373C59;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-family: "Golos Text";
    font-weight: 700;
    line-height: 130%; /* 23.4px */
    background: #F0F5FB;
    box-shadow: 6px 6px 15px 0px rgba(144, 147, 151, 0.90), -6px -6px 12px 0px rgba(255, 255, 255, 0.90), 6px -6px 12px 0px rgba(144, 147, 151, 0.20), -6px 6px 12px 0px rgba(144, 147, 151, 0.20), -1px -1px 2px 0px rgba(144, 147, 151, 0.50) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.30) inset;
    padding: 14px 26px;
    border-radius: 10px;
    margin: 20px;
    cursor: pointer;
}

h3{
    color: #373C59;
    font-family: "Golos Text";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    }

/* Header */

/*--------------------*/


/*Main*/

.main-content{
    margin-bottom: 290px;
    display: flex;
}

.waviy {
    display: flex;
    margin-top: 260px;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .waviy span {
    position: relative;
    display: inline-block;
    color: #373C59;
    font-size: 200px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    animation: flip 2s infinite;
    animation-delay: calc(.2s * var(--i))
  }
  @keyframes flip {
    0%,80% {
      transform: rotateY(360deg) 
    }
  }

.waviy-row{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.waviy-row p{
    color: #373C59;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.waviy-button{
    display: flex;
    justify-content: center;
}

.waviy-button button{

    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #FFF;
    padding: 14px 26px;
    border-radius: 10px;
    background: #1453AC;
    transition: all 0.3s;
    filter: drop-shadow(1px 4px 10px rgba(0, 0, 0, 0.55));
}

.waviy-button button:hover{
    transition: all 0.3s;
    box-shadow: 8px 8px 20px 0px rgba(20, 82, 170, 0.90), -8px -8px 16px 0px rgba(20, 84, 174, 0.90), 8px -8px 16px 0px rgba(20, 82, 170, 0.20), -8px 8px 16px 0px rgba(20, 82, 170, 0.20), -1px -1px 2px 0px rgba(20, 82, 170, 0.50) inset, 1px 1px 2px 0px rgba(20, 84, 174, 0.30) inset;
}



    @media screen and (max-width: 425px) {

        .waviy span{
            font-size: 125px;
        }

        .waviy-row p{
            font-size: 17px;

        }
    }