/* COMMON */
body {
	background: linear-gradient(to bottom, #0275e7 0%, #0275e7 50%, #107de8 50%, #107de8 100%);
}

.wrap-triangle {
	overflow: hidden;
	/* SAFARI FIX, NOT «ABSOLUTE» */
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	margin: auto;
	padding-top: 100%;
	background: #0275e7;
}

.wrap-triangle:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin-top: -6000px;
	border-top: 6000px solid transparent;
	border-right: 6000px solid #107de8;
}

.wrap {
	padding: 32px 0px;
	/* display: block;
	position: relative;
	top: 50%; */
	/* transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%); */
}

.content {
	display: block;
	position: relative;
	width: 941px;
	margin: 0 auto;
	color: #ffffff;
}

article {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left;
	font-weight: 300;
}
/* COMMON END */



/* HAT */
.logo {
	left: -118px;
	margin-bottom: 33px;
}

header nav {
	position: absolute;
	top: 39px;
	right: -66px;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.3px;
}

h1 {
	display: block;
	line-height: 110%;
	font-size: 72px;
	font-weight: 300;
    margin-bottom: 48px;
}
/* HAT END */



/* CONTENT */
main {
	width: 100%;
	margin: 0px auto;
}

main summary {
    padding: 0px;
    margin-bottom: 73px;
}

main article {
    line-height: 150%;
	font-size: 24px;
    margin-bottom: 30px;
    margin-left: 43px;
}

.strut {
	display: block;
	position: relative;
	height: 19px;
}

.main-logo {
	display: flex;
	justify-content: center;
	margin: 0px auto;
    margin-bottom: 77px; 
}
/* CONTENT END */



/* ADDRESS */
address {
	margin: 0px auto;
	font-style: normal;
}

address article {
	font-size: 18px;
    max-width: 297px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.address-city,
.address-desc {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.address-city {
    width: 100%;
	/* opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'; */
}

.address-desc {
	margin-top: 10px;
	/*opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'; */
	letter-spacing: 0.2px;
}
/* ADDRESS END */



/* FOOTER */
footer address {
	margin: 0px auto;
    justify-content: inherit;
    column-gap: 77px; 
    row-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-items: center;
}

footer article span {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.8px;
}

footer .accreditation {
    display: flex;
    flex-direction: row;
}

.accreditation__logo {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.accreditation__logo img{
    width: 54.6px;
    height: 60px;
}

.accreditation span {
    display: flex;
    align-items: center;
}

summary nav {
	margin: 0 auto;
	text-align: center;
}

summary .logo-nevesta-moscow {
    margin-top: 13px;
}

summary .logo-svadba {
    margin-top: 4px;
}
/* FOOTER END */

nav li {
    margin: 0px;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}



/* ADAPTIVE */
@media (max-width: 1280px) {
    .content {
        width: calc(100% - 100px);
    }

    .logo {
        left: 0px;
        margin-bottom: 33px;
    }
    
    header nav {
        position: absolute;
        top: 39px;
        right: 0px;
        font-size: 17px;
        font-weight: 300;
        letter-spacing: 0.3px;
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 54px;
    }

    main article {
        font-size: 18px;
    }

    main summary {
        margin-bottom: 40px;
    }

    nav ul {
        gap: 30px;
        justify-content: center;
    }

    .wrap-triangle {
        height: 100%;
        padding-top: inherit; 
    }
}

@media (max-width: 767px) {

    .logo {
        width: 50px;
        height: 50px;
    }

    header nav {
        top: 18px;
    }

    .content {
        width: calc(100% - 30px);
    }

    h1 {
        font-size: 36px;
        line-height: 118%;
        margin-bottom: 20px;
    }

    main article {
        margin-left: 0px;
        margin-bottom: 20px;
    }

    main summary {
        margin-bottom: 80px;
    }

    footer address {
        justify-content: inherit;
    }
}

@media (max-width: 480px) {

    .wrap {
        padding-top: 18px;
    }

    h1 {
        font-size: 26px;
        line-height: 140%;
        margin-bottom: 16px;
    }
    
    header nav {
        right: 6px;
    }

   nav ul {
    gap: 17px;
    row-gap: 8px;
   } 

   nav li {
    height: 50px;
   }

   .logo {
    margin-bottom: 45px;
   }

   main article {
    line-height: 140%;
    margin-bottom: 20px;
   }

   main summary {
    margin-bottom: 83px;
   }

   .main-logo img{
    width: 188px;
    height: 35px;
   }

  .logo-gorko {
    width: 132px;
    height: 50px;
  }  

  .logo-mywed {
    width: 127px;
    height: 50px;
  }

  .logo-nevesta-moscow {
    width: 103px;
    height: 35px;
  }

  .logo-svadba-msk {
    width: 87px;
    height: 40px;
    padding-top: 10px;
  }

  .logo-svadba {
    width: 56px;
    height: 40px;
    margin-top: 0px !important;
    padding-top: 10px;
  }

  footer address {
    row-gap: 27px;
  }

  address .samara {
    margin-bottom: -10px;
  }
}
/* ADAPTIVE END */