.spacer{
  clear: both;
}


* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  
}

html, body {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

body {
  background: #FFF;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  width: 1440px;
  margin: auto;
  padding: auto;
  align-content: center;
}


.caro{
    height: 565px;
    width: 570px;
    background-color: #ffe9e9;
    position: relative;
    left: 135px;
    float: left;
}

.caro>img{
    height: 350px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 108px;
}

.content{
    height: 565px;
    width: 570px;
    background-color: #f5f7f9;
    float: right;
    position: relative;
    right: 135px;
    box-shadow: 0px 20px 40px rgba(13, 18, 39, 0.3);
    border-radius: 30px;
}

p{
    padding: 0 70px 37px;
    font-size: 16px;
    text-align: left;
}

h1{
    text-align: left;
    padding: 55px 70px 28px;
    font-weight: normal;
    font-size: 48px;
}

h2{
    font-weight: 300;
    font-size: 48px;
    margin-bottom: 57px;
}

.content>img{
    width: 70px;
    height: 84px;
    display: flex;
    margin: 0 0 12px 100px;
}

.baubles>span{
    border: 2px solid #92D5F6;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 0 15px 0 0;
    margin-left: 30px;
}

.baubles{
    display: flex;
    position: relative;
    width: 190px;
    left: 330px;
    margin-bottom: 150px;
}

.baubles>span:nth-child(2){
    background-color: #92D5F6;
}

h3{
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    height: 36px;
    margin-bottom: 11px;
}

li>p{
    color: #979797;
    font-size: 20px;
    padding: 0;
    height: 30px;
    margin-bottom: 0px;
}

.bg>p{ 
    padding: 3px 0 0 4px;
    height: 20px;
    font-size: 14px;
    color: white;
    background-color: #f9c4d2;
    margin-bottom: 15px;
}

.bg{
    width: 600px;
    background-color: #f5f7f9;
}

li{
    list-style: none;
}

div>div:nth-child(8){
    margin:0 130px 150px 305px;
    float: left;
}

ul{
    margin-bottom: 40px;
}

.ad{
    float: left;
    position: relative;
    top: 100px;
    height: 600px;
}

input{
    width: 770px;
    height: 100px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    margin: 0 auto;
    border-style: none;
    padding-left: 
    
}

::placeholder{
    color: #a7b0b4;
    font-size: 16px;
    font-weight: bold;
    background-image: url(pics/mail.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 24px;
    width: 145px;
    padding-left: 39px;
    padding-top: 2px
    
}

input[type=mail]{
    font-size: 16px;
    font-weight: bold;
    padding-left: 39px;
    
}

a>button{
    position: relative;
    right: 215px;
    top: 1px;
    box-shadow: none;
    width: 200px;
    height: 80px;
    border-radius: 100px;
}

.but:hover{
    transform: scale(1.25) translateX(-10px);
}

.h3{
    text-align: center;
}

form{
    position: relative;
    left: 100px;
} 

footer{
    height: 389px;
    background-color: #f5f7f9;
    margin-top: -50px;
}

footer>img{
    position: relative;
    left: 61px;
    top: 157px;
    height: 110px;
    float: left;
}

footer>nav{
    background-color: rgba(0,0,0,0);
    color: #92D5F6;
    position: relative;
    top: 170px;
    right: 150px;
}

.second {
  list-style: none;
  font-weight: 500;
  margin: 0 auto;
}
.second li {
  font-size: 0.8rem;
  display: inline-block;
  position: relative;
  padding: 35px 20px 25px;
  cursor: pointer;
  z-index: 5;
  min-width: 120px;
    transition: .3s;
}

.second li:hover{
    background: #F9C4D2;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 120px;
    height: 80px;
    color: white;
}



-----------------------------------------------------------------

-----------------------------------------------------------------
/* knap */


*::before, *::after {
  box-sizing: border-box;
}

button {
  width: 180px;
  height: 60px;
  background: linear-gradient(200.82deg, #FFE9E9 27.89%, #F9C4D2 83.86%);
  box-shadow: 0px 20px 40px rgba(13, 18, 39, 0.3);
  border-radius: 35px;
  font-size: 16px;
  margin: 10px 0;
  cursor: pointer;
  outline: none;
  border: 0;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  transition: all 0.5s;
}

div>button:hover{
  transform: translateY(15px);
  box-shadow: 0px 5px 20px rgba(13, 18, 39, 0.3);
}


